-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adding docs for alias extractions * Update README.md * Update README.md * making tests more clear * Update embedded_img_ignore.txt * implement alias search #91 * Update cases-extraction-type-lookup.md --------- Co-authored-by: Fadl <chaos@efqr.dev>
- Loading branch information
1 parent
c4ea848
commit b9366bc
Showing
13 changed files
with
259 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,9 @@ T1040 | |
TA0003 | ||
Rundll32 | ||
OS Credential Dumping | ||
Operation Sharpshooter | ||
Operation Spalax | ||
|
||
====Bad==== | ||
|
||
None | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,9 @@ | |
TA0111 | ||
Scripting | ||
Program Upload | ||
Energetic Bear | ||
BROMINE | ||
|
||
====Bad==== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,9 @@ T1630.001 | |
TA0029 | ||
Impair Defenses | ||
Call Log | ||
Storm-0875 | ||
Octo Tempest | ||
|
||
====Bad==== | ||
|
||
None | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
tests/data/extraction_types/generic_mitre_attack_enterprise_aliases.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
====Good==== | ||
|
||
Operation Sharpshooter | ||
Operation Spalax | ||
|
||
====Bad==== | ||
|
||
TA0006 | ||
Rundll32 | ||
OS Credential Dumping |
10 changes: 10 additions & 0 deletions
10
tests/data/extraction_types/generic_mitre_attack_ics_aliases.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
====Good==== | ||
|
||
Energetic Bear | ||
BROMINE | ||
|
||
====Bad==== | ||
|
||
TA0111 | ||
Scripting | ||
Program Upload |
10 changes: 10 additions & 0 deletions
10
tests/data/extraction_types/generic_mitre_attack_mobile_aliases.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
====Good==== | ||
|
||
Storm-0875 | ||
Octo Tempest | ||
|
||
====Bad==== | ||
|
||
M1013 | ||
Impair Defenses | ||
Call Log |
Oops, something went wrong.