Commit Graph

158 Commits

Author SHA1 Message Date
P4T12ICK 0b97fd423e fixed bug TR-2687 2022-12-01 14:34:23 +01:00
srv-rr-gh-researchbt 76f4eb5377 Branch was auto-updated. 2022-11-01 07:20:42 -07:00
d1vious 43faff68da updated given feedback 2022-10-13 13:58:10 -04:00
d1vious d3fe59a15c adding data_schema tag 2022-10-12 18:50:39 -04:00
pyth0n1c e033d17e23 add validation for missing detection tags cis20 and nist 2022-10-04 16:51:23 -07:00
srv-rr-gh-researchbt a794604853 Branch was auto-updated. 2022-09-30 10:37:00 -07:00
pyth0n1c fe36f9f5bc Re-Added and improved duplicate ID checking
for ESCU and BA detections.
2022-09-29 14:35:21 -07:00
pyth0n1c 9657101fc3 Fixes for more robust catching of duplicate ids. 2022-09-29 13:46:52 -07:00
srv-rr-gh-researchbt f171cd0089 Branch was auto-updated. 2022-09-29 11:20:08 -07:00
srv-rr-gh-researchbt c02e8a9314 Branch was auto-updated. 2022-09-29 11:20:02 -07:00
srv-rr-gh-researchbt bd85a2be5a Branch was auto-updated. 2022-09-29 11:16:36 -07:00
srv-rr-gh-researchbt 42655d9b0d Branch was auto-updated. 2022-09-29 11:16:32 -07:00
srv-rr-gh-researchbt 64c354f963 Branch was auto-updated. 2022-09-29 11:16:31 -07:00
pyth0n1c 52214ba9ee Updated validation error message for
nist category.  Updated the regex used
to check CIS20 numbers so that it does
not allow invalid numbers/lines to
pass validation and provided a more
verbose error message.
2022-09-28 12:45:53 -07:00
pyth0n1c 63822221ba Added validation to NIST tags 2022-09-28 12:19:49 -07:00
pyth0n1c bb84ef752b One more change to substitution string 2022-09-15 16:30:32 -07:00
pyth0n1c d84aba8af0 Fixed another issue with the filename. 2022-09-15 13:28:36 -07:00
pyth0n1c af16d25ca2 Fixed file name find and replace issue 2022-09-15 13:27:48 -07:00
pyth0n1c 6fe804f8ed changed one more location where the path to escu is hardcoded. 2022-09-15 13:18:00 -07:00
pyth0n1c a4d143d4f1 better app name valdiation message 2022-09-15 12:58:52 -07:00
pyth0n1c b5bfc29fb5 Basic validation on the app_name 2022-09-15 12:57:12 -07:00
pyth0n1c 444026f32b Another small modification to replace
static ESCU name with the name of
your app
2022-09-15 12:53:29 -07:00
pyth0n1c 49f0d7ac0c Branch was auto-updated. 2022-09-15 11:33:13 -07:00
pyth0n1c 2ab2821d0d Branch was auto-updated. 2022-09-15 11:33:09 -07:00
pyth0n1c 124fd0d465 Fix search string to be more broad 2022-09-15 11:22:05 -07:00
tccontre 3397919067 new-xml-src-data 2022-09-15 09:59:04 +02:00
pyth0n1c 640f932419 Added bubbling up errors so that they can be handled by higher level functions. 2022-09-01 11:47:29 -04:00
pyth0n1c a17b44daf7 Remove lookups from copied ESCU directory. 2022-08-12 12:09:17 -07:00
pyth0n1c f632813720 Changes to a number of files to make them suitable for use in an app by a different name. 2022-08-11 16:54:05 -07:00
pyth0n1c f8e3fb6d4a code to update templates files that must change for an app with different name to work 2022-08-11 15:14:17 -07:00
pyth0n1c 2c0888a090 Merge branch 'develop' into Clean_and_Deploy 2022-08-11 11:12:49 -07:00
pyth0n1c 1ee1b76968 Branch was auto-updated. 2022-08-04 00:42:05 -07:00
d1vious 939493337d adding research site links 2022-08-03 17:34:32 -04:00
pyth0n1c 87a8bc0442 Merged develop into this branch and resolved merge conflicts. 2022-08-03 06:47:22 -07:00
P4T12ICK 9dac698c46 solve merge conflicts 2022-08-01 11:39:02 +02:00
tccontre b21d754be3 attack_data_helper 2022-07-20 10:54:59 +02:00
pyth0n1c 72c1153383 Branch was auto-updated. 2022-07-19 12:40:38 -07:00
pyth0n1c 236f0ce71f Branch was auto-updated. 2022-07-19 12:36:12 -07:00
pyth0n1c bf4c565f79 Branch was auto-updated. 2022-07-19 12:36:08 -07:00
pyth0n1c d4779f44ad Branch was auto-updated. 2022-07-19 11:16:25 -07:00
pyth0n1c 03ccafe319 Branch was auto-updated. 2022-07-19 11:16:21 -07:00
pyth0n1c d04c5e49f5 Branch was auto-updated. 2022-07-19 11:16:17 -07:00
pyth0n1c 7554992aa0 Updates to reduce duplication in the check_references code. Other updates to fix a number of issues introduced which cause Pytests to fail 2022-07-18 15:58:12 -07:00
Michael Haag b71e570891 Update cobalt_strike_named_pipes.yml
Updated to Hunting
2022-07-15 10:16:14 -06:00
pyth0n1c 97ad9beaa2 Fixed the pathing issue for reporting. 2022-07-15 06:44:25 -07:00
pyth0n1c 20ab9f27ce Moved id collision checking into
the Utils module since it will
be used by the Factory and the
BA Factory.  Updated a duplicate
UUID to mitigate the collision
issue raised on GitHub.
2022-07-12 15:06:35 -07:00
pyth0n1c 9b21029bea Added logic for checking to
see if there are duplicate ids
for any/all kinds of content that
have an ID associated with it.
2022-07-12 14:26:34 -07:00
pyth0n1c 0c41f0a2f8 Branch was auto-updated. 2022-07-07 17:08:03 -07:00
pyth0n1c cb1ba3c884 Added slightly more verbose printing
to track high-level progress in CICD.
2022-06-30 11:12:50 -07:00
pyth0n1c 45736b5ed7 Updated CI/CD Workflow and
python code in contentctl so that
progress update are not output
when running in CICD environment.
Outputting all of this data
causes thousands of lines of output
logs to be generated in CICD.
This info is only relevant when
running locally in a tty.
2022-06-30 10:52:00 -07:00