mirror of
https://github.com/JHUAPL/STIXMODELER_UI.git
synced 2026-01-09 14:27:56 -05:00
adding relationships
This commit is contained in:
@@ -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"}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user