-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
It appears a lot of the code for object has been copied from ATT&CK repo (which is fine). However, it seems some hardcoded values have been incorrectly copied across, in kill_chain_phases and external_references, e.g.
"kill_chain_phases": [
{
"kill_chain_name": "mitre-attack",
"phase_name": "drive-online-harms"
}
],
"external_references": [
{
"source_name": "mitre-attack",
"url": "https://github.com/DISARMFoundation/DISARM_framework/blob/master/techniques/T0048.004.md",
"external_id": "T0048.004"
}
],Suggestion to replace hardcoded mitre-attack with DISARM
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels