diff --git a/README.md b/README.md index 29627bd..25a06a8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ # Malware Behavior Catalog v2.3 # The Malware Behavior Catalog (MBC) is a catalog of malware objectives and behaviors, created to support malware analysis-oriented use cases, such as labeling, similarity analysis, and standardized reporting. Please see the [FAQ](./yfaq/README.md) page for answers to common questions, and read the [newsletters](./ynewsletters/README.md) for information on the most recent MBC updates and activity. +Two open-source malware analysis tools map their output to MBC and ATT&CK: + +* [capa](https://github.com/fireeye/capa-rules) - see the [capa rule mapping distribution](./capa.md) +* [CAPE](https://github.com/kevoreilly/community/tree/master/modules/signatures) - see the [CAPE signature mapping distribution](./cape.md) + Check out the MBC presentations: * [Standardized Reporting with the Malware Behavior Catalog](https://youtu.be/qZef-SoREdY), VB2020 localhost (October 2020) * [Malware Behavior Catalog](https://youtu.be/KY8Ty-0sdVU), BSides DC (October 2019) -We've also mapped MBC (and ATT&CK) to two open-source malware analysis tools: - -* [Cuckoo community signatures](https://github.com/MBCProject/community) -* [capa rules](https://github.com/fireeye/capa-rules) - see the [mapping distribution](./capa.md) - To join the **MBC mailing list**, please send a request to mbc@mitre.org. ### Objectives ### diff --git a/capa.md b/capa.md index 12c4b46..1de9f5b 100644 --- a/capa.md +++ b/capa.md @@ -2,7 +2,7 @@ 15 August 2022 ## Histograms ## -Histograms showing the number of capa rules mapped into each ATT&CK tactic, MBC objective, and MBC micro-objective are shown below. Details of the tactics and objectives follow. +The histograms below show the number of capa rules mapped into each ATT&CK tactic, MBC objective, and MBC micro-objective. Details of the tactics and objectives follow. ### ATT&CK Mapping Histogram ### diff --git a/cape.md b/cape.md new file mode 100644 index 0000000..116c667 --- /dev/null +++ b/cape.md @@ -0,0 +1,107 @@ +# CAPE Signature Distribution # +XX December 2022 + +## Histograms ## +The histograms below show the number of CAPE signatures mapped into each ATT&CK tactic, MBC objective, and MBC micro-objective. Details of the tactics and objectives follow. + +The data below reflects [community repository signatures](https://github.com/kevoreilly/community/tree/master/modules/signatures) (not including deprecated signatures), as well as [CAPEv2 signatures](https://github.com/kevoreilly/CAPEv2/blob/master/modules/signatures/CAPE.py). + +Information on CAPE signatures can be found [here](https://github.com/kevoreilly/CAPEv2/blob/master/docs/book/src/customization/signatures.rst). + +### ATT&CK Mapping Histogram ### + +| **TACTIC** | **Number** | | +|-----|-----|-----| + + + +### MBC Mapping Histogram (Objectives) ### + +| **OBJECTIVE** | **Number** | | +|-----|-----|-----| + + +### MBC Mapping Histogram (Micro-Objectives) ### + +| **MICRO-OBJECTIVE** | **Number** | | +|-----|-----|-----| + + + +## ATT&CK MAPPINGS ## + +### Collection: ### + num: + + +### Command and Control: ### + num: + + +### Credential Access: ### + num: + + +### Defense Evasion: ### + num: + + +### Discovery: ### + num: + + +### Execution: ### + num: + + +### Exfiltration: ### + num: + + +### Impact: ### + num: + + +### Initial Access: ### + num: + + +### Lateral Movement: ### + num: + + +### Persistence: ### + num: + + +### Privilege Escalation: ### + num: + + +### Reconnaissance: ### + num: + + +### Resource Development: ### + num: + + +## MBC MAPPINGS ## + +### Anti-Behavioral Analysis: ### + num: + + +### Anti-Static Analysis: ### + num: + + +### Privilege Escalation: ### + num: + + +## MBC MICRO-BEHAVIOR MAPPINGS ## + +### Communication: ### + num: + diff --git a/defense-evasion/modify-registry.md b/defense-evasion/modify-registry.md index a2c07df..1fd8d4f 100644 --- a/defense-evasion/modify-registry.md +++ b/defense-evasion/modify-registry.md @@ -9,7 +9,7 @@