diff --git a/objects/dom-hash/definition.json b/objects/dom-hash/definition.json new file mode 100644 index 0000000..ec2a4ff --- /dev/null +++ b/objects/dom-hash/definition.json @@ -0,0 +1,24 @@ +{ + "attributes": { + "dom-hash": { + "description": "dom-hash value of the url(s)", + "misp-attribute": "dom-hash", + "ui-priority": 0 + }, + "url": { + "description": "Full URL of the dom-hashed HTML structure", + "misp-attribute": "url", + "multiple": true, + "ui-priority": 1 + } + }, + "description": "dom-hash object to describe similar structure of HTML pages.", + "meta-category": "file", + "name": "url", + "requiredOneOf": [ + "url", + "dom-hash" + ], + "uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d", + "version": 2 +} \ No newline at end of file diff --git a/objects/victim/definition.json b/objects/victim/definition.json index 04665be..1f38566 100644 --- a/objects/victim/definition.json +++ b/objects/victim/definition.json @@ -89,6 +89,7 @@ "energy", "engineering", "entertainment", + "faith-based organization", "financial services", "government local", "government national", @@ -100,6 +101,8 @@ "infrastructure", "insurance", "international organization", + "justice", + "law enforcement", "legal", "manufacturing", "mining", @@ -109,6 +112,9 @@ "retail", "technology", "telecommunications", + "telecommunications - internet service provider", + "telecommunications - managed service provider", + "telecommunications - hosting provider", "think tank", "transportation", "utilities" @@ -131,5 +137,5 @@ "sectors" ], "uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d", - "version": 9 + "version": 10 } \ No newline at end of file diff --git a/schema_objects.json b/schema_objects.json index 7095137..8f81d3f 100644 --- a/schema_objects.json +++ b/schema_objects.json @@ -70,6 +70,7 @@ "dns-soa-email", "domain", "domain|ip", + "dom-hash", "email", "email-attachment", "email-body",