Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions modules/matrices/matrices_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
"Identity Provider",
"SaaS",
"IaaS",
"Network",
"Network Devices",
"Containers",
"ESXi",
],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Matrix for Enterprise.",
"subtypes": [
Expand Down Expand Up @@ -141,12 +142,12 @@
],
},
{
"name": "Network",
"name": "Network Devices",
"type": "local",
"matrix": "enterprise-attack",
"path": "enterprise/network",
"platforms": ["Network"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Network platform. The techniques below are known to target network devices such as routers, switches, and load balancers.",
"path": "enterprise/network-devices",
"platforms": ["Network Devices"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Network Devices platform. The techniques below are known to target network devices such as routers, switches, and load balancers.",
"subtypes": [],
},
{
Expand All @@ -158,6 +159,15 @@
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> Containers platform. The techniques below are known to target containers and container orchestration systems such as Kubernetes.",
"subtypes": [],
},
{
"name": "ESXi",
"type": "local",
"matrix": "enterprise-attack",
"path": "enterprise/esxi",
"platforms": ["ESXi"],
"descr": "Below are the tactics and techniques representing the MITRE ATT&CK<sup>&reg;</sup> ESXi platform. The techniques below are known to target VMware ESXi hypervisors. The Matrix contains information for the ESXi platform.",
"subtypes": [],
},
],
},
{
Expand Down Expand Up @@ -216,8 +226,9 @@
"Identity Provider": "enterprise/cloud/identityprovider",
"SaaS": "enterprise/cloud/saas",
"IaaS": "enterprise/cloud/iaas",
"Network": "enterprise/network",
"Network Devices": "enterprise/network-devices",
"Containers": "enterprise/containers",
"ESXi": "enterprise/esxi",
"Android": "mobile/android",
"iOS": "mobile/ios",
}
5 changes: 5 additions & 0 deletions modules/redirections/redirections.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,11 @@
"from": "matrices/enterprise/cloud/azure",
"to": "/matrices/enterprise/cloud/iaas"
},
{
"title": "network-devices-matrix",
"from": "matrices/enterprise/network",
"to": "/matrices/enterprise/network-devices"
},
{
"title" : "Getting Started Redirect",
"from" : "resources/getting-started",
Expand Down
3 changes: 2 additions & 1 deletion modules/website_build/website_build_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
"Identity Providers",
"SaaS",
"IaaS",
"Network",
"Network Devices",
"Containers",
"ESXi",
],
}

Expand Down
Loading