diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..75852cd --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +message: "If you use the Malware Behavior Catalog, please cite it as below." +authors: + - name: MITRE +title: "Malware Behavior Catalog" +version: 3.0 +url: "https://github.com/MBCProject/mbc-markdown" +type: dataset +abstract: 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. +keywords: + - malware behavior + - malware objective + - malware analysis + - malware behavior catalog + - mbc diff --git a/README.md b/README.md index 1458eba..6b38338 100644 --- a/README.md +++ b/README.md @@ -145,5 +145,7 @@ The table below lists MBC behaviors and related ATT&CK techniques. In most cases |**B0046**|DISCOVERY|**Code Discovery**|*none*| |**B0047**|DEFENSE EVASION, PERSISTENCE|**Install Insecure or Malicious Code**|*none*| -**Copyright © 2021-2023, The MITRE Corporation. [Terms of Use.](./tou.md)** +## Citing MBC ## +If you use MBC, please cite it as specified in the [CITATION](./CITATION.cff) file or by using GitHub's sidebar citation widget, which provides both APA and BibTeX formats. +**Copyright © 2021-2023, The MITRE Corporation. [Terms of Use.](./tou.md)**