mirror of https://github.com/MISP/misp-objects
Merge branch 'main' of github.com:MISP/misp-objects
commit
8327157331
|
@ -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
|
||||||
|
}
|
|
@ -89,6 +89,7 @@
|
||||||
"energy",
|
"energy",
|
||||||
"engineering",
|
"engineering",
|
||||||
"entertainment",
|
"entertainment",
|
||||||
|
"faith-based organization",
|
||||||
"financial services",
|
"financial services",
|
||||||
"government local",
|
"government local",
|
||||||
"government national",
|
"government national",
|
||||||
|
@ -100,6 +101,8 @@
|
||||||
"infrastructure",
|
"infrastructure",
|
||||||
"insurance",
|
"insurance",
|
||||||
"international organization",
|
"international organization",
|
||||||
|
"justice",
|
||||||
|
"law enforcement",
|
||||||
"legal",
|
"legal",
|
||||||
"manufacturing",
|
"manufacturing",
|
||||||
"mining",
|
"mining",
|
||||||
|
@ -109,6 +112,9 @@
|
||||||
"retail",
|
"retail",
|
||||||
"technology",
|
"technology",
|
||||||
"telecommunications",
|
"telecommunications",
|
||||||
|
"telecommunications - internet service provider",
|
||||||
|
"telecommunications - managed service provider",
|
||||||
|
"telecommunications - hosting provider",
|
||||||
"think tank",
|
"think tank",
|
||||||
"transportation",
|
"transportation",
|
||||||
"utilities"
|
"utilities"
|
||||||
|
@ -131,5 +137,5 @@
|
||||||
"sectors"
|
"sectors"
|
||||||
],
|
],
|
||||||
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
|
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
|
||||||
"version": 9
|
"version": 10
|
||||||
}
|
}
|
|
@ -70,6 +70,7 @@
|
||||||
"dns-soa-email",
|
"dns-soa-email",
|
||||||
"domain",
|
"domain",
|
||||||
"domain|ip",
|
"domain|ip",
|
||||||
|
"dom-hash",
|
||||||
"email",
|
"email",
|
||||||
"email-attachment",
|
"email-attachment",
|
||||||
"email-body",
|
"email-body",
|
||||||
|
|
Loading…
Reference in New Issue