chg: [domain-abuse] include registry and registrar incident
parent
68ac8951f5
commit
01fe23ef6b
|
@ -189,9 +189,9 @@
|
||||||
"version": 3
|
"version": 3
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime. Use europol-incident to tag abuse-activity",
|
"description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime.",
|
||||||
"name": "domain-abuse",
|
"name": "domain-abuse",
|
||||||
"version": 1
|
"version": 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "A taxonomy based on the superclass and class of drugs. Based on https://www.drugbank.ca/releases/latest",
|
"description": "A taxonomy based on the superclass and class of drugs. Based on https://www.drugbank.ca/releases/latest",
|
||||||
|
@ -615,5 +615,5 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
|
"url": "https://raw.githubusercontent.com/MISP/misp-taxonomies/main/",
|
||||||
"version": "20210503"
|
"version": "20210510"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"namespace": "domain-abuse",
|
"namespace": "domain-abuse",
|
||||||
"expanded": "Domain Name Abuse",
|
"expanded": "Domain Name Abuse",
|
||||||
"description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime. Use europol-incident to tag abuse-activity",
|
"description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime.",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
"value": "domain-status",
|
"value": "domain-status",
|
||||||
|
@ -73,6 +73,16 @@
|
||||||
"value": "sinkhole",
|
"value": "sinkhole",
|
||||||
"expanded": "Sinkhole",
|
"expanded": "Sinkhole",
|
||||||
"description": "Domain Name is sinkholed for research, detection, LE"
|
"description": "Domain Name is sinkholed for research, detection, LE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "compromised-domain-name-registrar",
|
||||||
|
"expanded": "Compromised domain name registrar",
|
||||||
|
"description": "Domain name is compromised due to an incident at the registrar"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "compromised-domain-name-registry",
|
||||||
|
"expanded": "Compromised domain name registry",
|
||||||
|
"description": "Domain name is compromised due to an incident at the registry"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue