adding relationships

This commit is contained in:
Jason Minnick
2021-05-20 14:49:17 -04:00
parent 965e932ba4
commit dd7dd42959
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ class CourseOfAction extends Base {
{"type": "mitigates", "target": "vulnerability"},
{"type": "mitigates", "target": "malware"},
{"type": "mitigates", "target": "tool"},
{"type": "investigates", "target": "indicator"},
{"type": "mitigates", "target": "indicator"},
{"type": "created-by", "target": "identity", "x_exclusive": true, "x_embed": "created_by_ref"}
]
}

View File

@@ -19,6 +19,7 @@ class Indicator extends Base {
{"type": "indicates", "target": "threat-actor"},
{"type": "indicates", "target": "tool"},
{"type": "indicates", "target": "infrastructure"},
{"type": "based-on", "target": "observed-data"},
{"type": "created-by", "target": "identity", "x_exclusive": true, "x_embed": "created_by_ref"}
]
}