Skip to content

Commit 5c93517

Browse files
committed
chg: [file] because sorted is always better
1 parent 0196285 commit 5c93517

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

objects/file/definition.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,11 @@
312312
"multiple": true,
313313
"ui-priority": 0
314314
},
315+
"imphash": {
316+
"description": "Hash (md5) calculated from the PE import table",
317+
"misp-attribute": "imphash",
318+
"ui-priority": 0
319+
},
315320
"malware-sample": {
316321
"description": "The file itself (binary)",
317322
"misp-attribute": "malware-sample",
@@ -437,6 +442,11 @@
437442
"Trusted"
438443
]
439444
},
445+
"telfhash": {
446+
"description": "telfhash - Symbol hash for ELF files.",
447+
"misp-attribute": "telfhash",
448+
"ui-priority": 0
449+
},
440450
"text": {
441451
"description": "Free text value to attach to the file",
442452
"disable_correlation": true,
@@ -449,16 +459,6 @@
449459
"misp-attribute": "tlsh",
450460
"ui-priority": 0
451461
},
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-
},
462462
"vhash": {
463463
"description": "vhash by VirusTotal",
464464
"misp-attribute": "vhash",
@@ -497,4 +497,4 @@
497497
],
498498
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
499499
"version": 23
500-
}
500+
}

0 commit comments

Comments
 (0)