mirror of https://github.com/MISP/misp-objects
chg: [file] imphash and telfhash added
parent
5d8bdd1e46
commit
0196285c0f
|
@ -449,6 +449,16 @@
|
||||||
"misp-attribute": "tlsh",
|
"misp-attribute": "tlsh",
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"telfhash": {
|
||||||
|
"description": "telfhash - Symbol hash for ELF files.",
|
||||||
|
"misp-attribute": "telfhash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
|
"imphash": {
|
||||||
|
"description": "Hash (md5) calculated from the PE import table",
|
||||||
|
"misp-attribute": "imphash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"vhash": {
|
"vhash": {
|
||||||
"description": "vhash by VirusTotal",
|
"description": "vhash by VirusTotal",
|
||||||
"misp-attribute": "vhash",
|
"misp-attribute": "vhash",
|
||||||
|
@ -476,6 +486,8 @@
|
||||||
"sha3-384",
|
"sha3-384",
|
||||||
"sha3-512",
|
"sha3-512",
|
||||||
"tlsh",
|
"tlsh",
|
||||||
|
"telfhash",
|
||||||
|
"imphash",
|
||||||
"pattern-in-file",
|
"pattern-in-file",
|
||||||
"certificate",
|
"certificate",
|
||||||
"malware-sample",
|
"malware-sample",
|
||||||
|
@ -484,5 +496,5 @@
|
||||||
"fullpath"
|
"fullpath"
|
||||||
],
|
],
|
||||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||||
"version": 22
|
"version": 23
|
||||||
}
|
}
|
Loading…
Reference in New Issue