mirror of
https://github.com/MISP/misp-galaxy.git
synced 2025-09-03 08:32:39 +00:00
fix: [d3fend] sort keys to make jq_all_the_things happy
This commit is contained in:
parent
2b3d62705d
commit
0528a62d9b
2 changed files with 21 additions and 21 deletions
|
@ -2,17 +2,9 @@
|
|||
"description": "A knowledge graph of cybersecurity countermeasures.",
|
||||
"icon": "user-shield",
|
||||
"kill_chain_order": {
|
||||
"Model": [
|
||||
"Asset-Inventory",
|
||||
"Network-Mapping",
|
||||
"Operational-Activity-Mapping",
|
||||
"System-Mapping"
|
||||
],
|
||||
"Harden": [
|
||||
"Application-Hardening",
|
||||
"Credential-Hardening",
|
||||
"Message-Hardening",
|
||||
"Platform-Hardening"
|
||||
"Deceive": [
|
||||
"Decoy-Environment",
|
||||
"Decoy-Object"
|
||||
],
|
||||
"Detect": [
|
||||
"File-Analysis",
|
||||
|
@ -23,19 +15,27 @@
|
|||
"Process-Analysis",
|
||||
"User-Behavior-Analysis"
|
||||
],
|
||||
"Isolate": [
|
||||
"Execution-Isolation",
|
||||
"Network-Isolation"
|
||||
],
|
||||
"Deceive": [
|
||||
"Decoy-Environment",
|
||||
"Decoy-Object"
|
||||
],
|
||||
"Evict": [
|
||||
"Credential-Eviction",
|
||||
"File-Eviction",
|
||||
"Process-Eviction"
|
||||
],
|
||||
"Harden": [
|
||||
"Application-Hardening",
|
||||
"Credential-Hardening",
|
||||
"Message-Hardening",
|
||||
"Platform-Hardening"
|
||||
],
|
||||
"Isolate": [
|
||||
"Execution-Isolation",
|
||||
"Network-Isolation"
|
||||
],
|
||||
"Model": [
|
||||
"Asset-Inventory",
|
||||
"Network-Mapping",
|
||||
"Operational-Activity-Mapping",
|
||||
"System-Mapping"
|
||||
],
|
||||
"Restore": [
|
||||
"Restore-Access",
|
||||
"Restore-Object"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue