Diamond model added to the README and MANIFEST
parent
a3e31c92c2
commit
14cf779bf3
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "20170108",
|
||||
"version": "20170129",
|
||||
"license": "CC-0",
|
||||
"description": "Manifest file of MISP taxonomies available.",
|
||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/master/",
|
||||
|
@ -35,6 +35,11 @@
|
|||
"name": "dhs-ciip-sectors",
|
||||
"version": 2
|
||||
},
|
||||
{
|
||||
"description": "The Diamond Model for Intrusion Analysis, a phase-based model developed by Lockheed Martin, aims to help categorise and identify the stage of an attack.",
|
||||
"name": "diamond-model",
|
||||
"version": 1
|
||||
},
|
||||
{
|
||||
"description": "ISM (Information Security Marking Metadata) V13 as described by DNI.gov (Director of National Intelligence - US).",
|
||||
"name": "dni-ism",
|
||||
|
|
|
@ -16,6 +16,7 @@ The following taxonomies are described:
|
|||
- [Cyber Kill Chain](./kill-chain) from Lockheed Martin
|
||||
- DE German (DE) [Government classification markings (VS)](./de-vs)
|
||||
- [DHS CIIP Sectors](./dhs-ciip-sectors)
|
||||
- [Diamond Model for Intrusion Analysis](./diamond-model)
|
||||
- [Domain Name Abuse](./domain-abuse)
|
||||
- [eCSIRT](./ecsirt) and IntelMQ incident classification
|
||||
- [ENISA](./enisa) ENISA Threat Taxonomy
|
||||
|
@ -64,6 +65,11 @@ Taxonomy for the handling of protectively marked information in MISP with German
|
|||
|
||||
DHS critical sectors as described in https://www.dhs.gov/critical-infrastructure-sectors.
|
||||
|
||||
### [Diamond Model for Intrusion Analysis](./diamond-model)
|
||||
|
||||
The Diamond Model for Intrusion Analysis, a phase-based model developed by Lockheed Martin, aims to help categorise and identify the stage of an attack
|
||||
as described in [http://www.activeresponse.org/wp-content/uploads/2013/07/diamond.pdf](http://www.activeresponse.org/wp-content/uploads/2013/07/diamond.pdf).
|
||||
|
||||
### [Domain Name Abuse](./domain-abuse)
|
||||
|
||||
Taxonomy to tag domain names used for cybercrime.
|
||||
|
|
Loading…
Reference in New Issue