chg: [file] imphash and telfhash added

pull/297/head
Alexandre Dulaunoy 2020-10-13 22:46:24 +02:00
parent 5d8bdd1e46
commit 0196285c0f
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 14 additions and 2 deletions

View File

@ -449,6 +449,16 @@
"misp-attribute": "tlsh",
"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": {
"description": "vhash by VirusTotal",
"misp-attribute": "vhash",
@ -476,6 +486,8 @@
"sha3-384",
"sha3-512",
"tlsh",
"telfhash",
"imphash",
"pattern-in-file",
"certificate",
"malware-sample",
@ -484,5 +496,5 @@
"fullpath"
],
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
"version": 22
}
"version": 23
}