mirror of https://github.com/MISP/PyMISP
parent
2284e8a9c9
commit
268241cb4f
|
@ -40,6 +40,7 @@
|
|||
"imphash",
|
||||
"impfuzzy",
|
||||
"authentihash",
|
||||
"cdhash",
|
||||
"filename",
|
||||
"filename|md5",
|
||||
"filename|sha1",
|
||||
|
@ -224,6 +225,7 @@
|
|||
"authentihash",
|
||||
"pehash",
|
||||
"tlsh",
|
||||
"cdhash",
|
||||
"filename",
|
||||
"filename|md5",
|
||||
"filename|sha1",
|
||||
|
@ -300,6 +302,7 @@
|
|||
"authentihash",
|
||||
"pehash",
|
||||
"tlsh",
|
||||
"cdhash",
|
||||
"filename",
|
||||
"filename|md5",
|
||||
"filename|sha1",
|
||||
|
@ -463,6 +466,10 @@
|
|||
"default_category": "Financial fraud",
|
||||
"to_ids": 1
|
||||
},
|
||||
"cdhash": {
|
||||
"default_category": "Payload delivery",
|
||||
"to_ids": 1
|
||||
},
|
||||
"comment": {
|
||||
"default_category": "Other",
|
||||
"to_ids": 0
|
||||
|
@ -1100,6 +1107,7 @@
|
|||
"sha512/224",
|
||||
"sha512/256",
|
||||
"tlsh",
|
||||
"cdhash",
|
||||
"filename|authentihash",
|
||||
"filename|ssdeep",
|
||||
"filename|imphash",
|
||||
|
|
Loading…
Reference in New Issue