Skip to content

Commit 179bd48

Browse files
committed
chg: [favicon] A favicon, also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing one or more small icons, associated with a particular web
site or web page. The object template can include the murmur3 hash of the favicon to facilitate correlation.
1 parent 8921a0c commit 179bd48

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

objects/favicon/definition.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"attributes": {
3+
"favicon-mmh3": {
4+
"description": "favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan.",
5+
"misp-attribute": "favicon-mmh3",
6+
"ui-priority": 1
7+
},
8+
"favicon": {
9+
"description": "The raw favicon file.",
10+
"misp-attribute": "attachment",
11+
"ui-priority": 0
12+
},
13+
"link": {
14+
"description": "The original link where the favicon was seen.",
15+
"misp-attribute": "link",
16+
"multiple": true,
17+
"ui-priority": 0
18+
}
19+
},
20+
"description": "A favicon, also known as a shortcut icon, website icon, tab icon, URL icon, or bookmark icon, is a file containing one or more small icons, associated with a particular website or web page. The object template can include the murmur3 hash of the favicon to facilitate correlation.",
21+
"meta-category": "network",
22+
"name": "favicon",
23+
"requiredOneOf": [
24+
"favicon",
25+
"favicon-mmh3",
26+
"link"
27+
],
28+
"uuid": "485892f1-a767-4e9b-b5f8-7f86d1308674",
29+
"version": 1
30+
}

0 commit comments

Comments
 (0)