Skip to content

Commit 8327157

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents 849a41f + 7f235e5 commit 8327157

3 files changed

Lines changed: 32 additions & 1 deletion

File tree

objects/dom-hash/definition.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"attributes": {
3+
"dom-hash": {
4+
"description": "dom-hash value of the url(s)",
5+
"misp-attribute": "dom-hash",
6+
"ui-priority": 0
7+
},
8+
"url": {
9+
"description": "Full URL of the dom-hashed HTML structure",
10+
"misp-attribute": "url",
11+
"multiple": true,
12+
"ui-priority": 1
13+
}
14+
},
15+
"description": "dom-hash object to describe similar structure of HTML pages.",
16+
"meta-category": "file",
17+
"name": "url",
18+
"requiredOneOf": [
19+
"url",
20+
"dom-hash"
21+
],
22+
"uuid": "c7771a39-afa5-4ecb-8d67-ca87ff60236d",
23+
"version": 2
24+
}

objects/victim/definition.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
"energy",
9090
"engineering",
9191
"entertainment",
92+
"faith-based organization",
9293
"financial services",
9394
"government local",
9495
"government national",
@@ -100,6 +101,8 @@
100101
"infrastructure",
101102
"insurance",
102103
"international organization",
104+
"justice",
105+
"law enforcement",
103106
"legal",
104107
"manufacturing",
105108
"mining",
@@ -109,6 +112,9 @@
109112
"retail",
110113
"technology",
111114
"telecommunications",
115+
"telecommunications - internet service provider",
116+
"telecommunications - managed service provider",
117+
"telecommunications - hosting provider",
112118
"think tank",
113119
"transportation",
114120
"utilities"
@@ -131,5 +137,5 @@
131137
"sectors"
132138
],
133139
"uuid": "a8806e40-39ad-435f-be02-ac2a13d6fc7d",
134-
"version": 9
140+
"version": 10
135141
}

schema_objects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"dns-soa-email",
7171
"domain",
7272
"domain|ip",
73+
"dom-hash",
7374
"email",
7475
"email-attachment",
7576
"email-body",

0 commit comments

Comments
 (0)