-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Yara updates for matching tool output
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Yara rules for matching the raw input/out of command line or C2 tooling. Each rule should include the following metadata: | ||
|
||
* `mitre_att_tactic` *required* MITRE ATT&CK Tactic ID, e.g. "TA0006" | ||
* `mitre_att_technique` *required* MITRE ATT&CK (Sub)technique ID, e.g. "T1046" or "T1003.006" | ||
* `tool_owner` *optional* the company (if any) resposible for the tool, e.g. "Fortra" | ||
* `tool_name` *optional* the common name for the tool, e.g. "Cobalt Strike" | ||
* `tool_url` *optional* URL to obtain the tool, e.g. "https://www.cobaltstrike.com/" | ||
* `tool_component` *optional* The specific component of the tool if applicable, e.g. "secretsdump" |
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