mirror of
https://github.com/MISP/misp-galaxy.git
synced 2025-01-18 18:46:17 +00:00
fix: [tools] add external_id to TMSS
This commit is contained in:
parent
e8bd44693e
commit
b228ffec38
1 changed files with 2 additions and 1 deletions
|
@ -86,7 +86,8 @@ for nav_item in mkdocs_data['nav']:
|
||||||
'uuid': str(uuid.uuid5(uuid.UUID("9319371e-2504-4128-8410-3741cebbcfd3"), technique)),
|
'uuid': str(uuid.uuid5(uuid.UUID("9319371e-2504-4128-8410-3741cebbcfd3"), technique)),
|
||||||
'meta': {
|
'meta': {
|
||||||
'kill_chain': [],
|
'kill_chain': [],
|
||||||
'refs': [f"https://microsoft.github.io/Threat-matrix-for-storage-services/{fname[:-3]}"]
|
'refs': [f"https://microsoft.github.io/Threat-matrix-for-storage-services/{fname[:-3]}"],
|
||||||
|
'external_id': technique_id
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if mitre_technique_uuid:
|
if mitre_technique_uuid:
|
||||||
|
|
Loading…
Add table
Reference in a new issue