We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8bdd1 commit 0196285Copy full SHA for 0196285
1 file changed
objects/file/definition.json
@@ -449,6 +449,16 @@
449
"misp-attribute": "tlsh",
450
"ui-priority": 0
451
},
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
461
462
"vhash": {
463
"description": "vhash by VirusTotal",
464
"misp-attribute": "vhash",
@@ -476,6 +486,8 @@
476
486
"sha3-384",
477
487
"sha3-512",
478
488
"tlsh",
489
+ "telfhash",
490
+ "imphash",
479
491
"pattern-in-file",
480
492
"certificate",
481
493
"malware-sample",
@@ -484,5 +496,5 @@
484
496
"fullpath"
485
497
],
498
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
- "version": 22
-}
499
+ "version": 23
500
+}
0 commit comments