Skip to content

Commit 0196285

Browse files
committed
chg: [file] imphash and telfhash added
1 parent 5d8bdd1 commit 0196285

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

objects/file/definition.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,16 @@
449449
"misp-attribute": "tlsh",
450450
"ui-priority": 0
451451
},
452+
"telfhash": {
453+
"description": "telfhash - Symbol hash for ELF files.",
454+
"misp-attribute": "telfhash",
455+
"ui-priority": 0
456+
},
457+
"imphash": {
458+
"description": "Hash (md5) calculated from the PE import table",
459+
"misp-attribute": "imphash",
460+
"ui-priority": 0
461+
},
452462
"vhash": {
453463
"description": "vhash by VirusTotal",
454464
"misp-attribute": "vhash",
@@ -476,6 +486,8 @@
476486
"sha3-384",
477487
"sha3-512",
478488
"tlsh",
489+
"telfhash",
490+
"imphash",
479491
"pattern-in-file",
480492
"certificate",
481493
"malware-sample",
@@ -484,5 +496,5 @@
484496
"fullpath"
485497
],
486498
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
487-
"version": 22
488-
}
499+
"version": 23
500+
}

0 commit comments

Comments
 (0)