diff --git a/MANIFEST.json b/MANIFEST.json index bb318fe..9cd2994 100644 --- a/MANIFEST.json +++ b/MANIFEST.json @@ -189,9 +189,9 @@ "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", - "version": 1 + "version": 2 }, { "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/", - "version": "20210503" + "version": "20210510" } diff --git a/domain-abuse/machinetag.json b/domain-abuse/machinetag.json index b9f9d26..2a37f4b 100644 --- a/domain-abuse/machinetag.json +++ b/domain-abuse/machinetag.json @@ -1,8 +1,8 @@ { "namespace": "domain-abuse", "expanded": "Domain Name Abuse", - "description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime. Use europol-incident to tag abuse-activity", - "version": 1, + "description": "Domain Name Abuse - taxonomy to tag domain names used for cybercrime.", + "version": 2, "predicates": [ { "value": "domain-status", @@ -73,6 +73,16 @@ "value": "sinkhole", "expanded": "Sinkhole", "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" } ] }