From 340ee452560dcc41c03664637611e529a11bedf2 Mon Sep 17 00:00:00 2001 From: Jared Ondricek <90368810+jondricek@users.noreply.github.com> Date: Mon, 17 Jul 2023 09:31:53 -0500 Subject: [PATCH] Fix ATTT&CK > ATT&CK in Usage.md --- USAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USAGE.md b/USAGE.md index 89aa146075..e2ecdbd05a 100644 --- a/USAGE.md +++ b/USAGE.md @@ -542,7 +542,7 @@ from stix2 import Filter g0075 = src.query([ Filter("external_references.external_id", "=", "G0075") ])[0] ``` -Note: in prior versions of ATT&CK, mitigations had 1:1 relationships with techniques and shared their technique's ID. Therefore the above method does not work properly for techniques because technique ATTT&CK IDs are not truly unique. By specifying the STIX type you're looking for as `attack-pattern` you can avoid this issue. +Note: in prior versions of ATT&CK, mitigations had 1:1 relationships with techniques and shared their technique's ID. Therefore the above method does not work properly for techniques because technique ATT&CK IDs are not truly unique. By specifying the STIX type you're looking for as `attack-pattern` you can avoid this issue. ```python from stix2 import Filter