From ed5892d24b2fd9765362bf2599fab4fc7d39912c Mon Sep 17 00:00:00 2001 From: Emmanuelle Vargas-Gonzalez Date: Sat, 5 Feb 2022 19:58:09 -0500 Subject: [PATCH] update text for v2.2 --- README.md | 2 +- yfaq/README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7ee878c..160816a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Malware Behavior Catalog v2.1 # +# Malware Behavior Catalog v2.2 # 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. Check out the MBC presentations: diff --git a/yfaq/README.md b/yfaq/README.md index 2ad800c..118d39e 100644 --- a/yfaq/README.md +++ b/yfaq/README.md @@ -20,8 +20,9 @@ * **Micro-behaviors** - Low-level malware behaviors that support other objectives and behaviors are captured as micro-behaviors in MBC 2.x. * **Version Control** - MBC v1.0 was released at the end of January 2020. Further changes are being tracked and releases will happen on an as-needed basis: - - MBC v2.0 was released in September 2020 and includes micro-behaviors and changes associated with [ATT&CK sub-techniques](https://attack.mitre.org/resources/updates/updates-july-2020/index.html). - - MBC v2.1 was released in February 2021 and includes additional micro-behaviors and behavior methods. + - MBC v2.0 was released in September 2020 and includes micro-behaviors and changes associated with [ATT&CK sub-techniques](https://attack.mitre.org/resources/updates/updates-july-2020/index.html). + - MBC v2.1 was released in February 2021 and includes additional micro-behaviors and behavior methods. + - MBC v2.2 was released in February 2022 and includes additional micro-behaviors and behavior methods. Added code snippets to certain methods. * **MBC Website** - An MBC website will replace markdown documents by mid-2021.