mirror of https://github.com/MISP/PyMISP
chg: [type] favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan.
parent
a46feebb32
commit
f72c2d2ff9
|
@ -220,6 +220,7 @@
|
||||||
"email-src",
|
"email-src",
|
||||||
"email-subject",
|
"email-subject",
|
||||||
"eppn",
|
"eppn",
|
||||||
|
"favicon-mmh3",
|
||||||
"filename-pattern",
|
"filename-pattern",
|
||||||
"hassh-md5",
|
"hassh-md5",
|
||||||
"hasshserver-md5",
|
"hasshserver-md5",
|
||||||
|
@ -697,6 +698,10 @@
|
||||||
"default_category": "Network activity",
|
"default_category": "Network activity",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
},
|
},
|
||||||
|
"favicon-mmh3": {
|
||||||
|
"default_category": "Network activity",
|
||||||
|
"to_ids": 1
|
||||||
|
},
|
||||||
"filename": {
|
"filename": {
|
||||||
"default_category": "Payload delivery",
|
"default_category": "Payload delivery",
|
||||||
"to_ids": 1
|
"to_ids": 1
|
||||||
|
@ -1295,6 +1300,7 @@
|
||||||
"email-thread-index",
|
"email-thread-index",
|
||||||
"email-x-mailer",
|
"email-x-mailer",
|
||||||
"eppn",
|
"eppn",
|
||||||
|
"favicon-mmh3",
|
||||||
"filename",
|
"filename",
|
||||||
"filename|authentihash",
|
"filename|authentihash",
|
||||||
"filename|impfuzzy",
|
"filename|impfuzzy",
|
||||||
|
|
Loading…
Reference in New Issue