mirror of https://github.com/MISP/misp-objects
chg: [file] because sorted is always better
parent
0196285c0f
commit
5c935172ea
|
@ -312,6 +312,11 @@
|
||||||
"multiple": true,
|
"multiple": true,
|
||||||
"ui-priority": 0
|
"ui-priority": 0
|
||||||
},
|
},
|
||||||
|
"imphash": {
|
||||||
|
"description": "Hash (md5) calculated from the PE import table",
|
||||||
|
"misp-attribute": "imphash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"malware-sample": {
|
"malware-sample": {
|
||||||
"description": "The file itself (binary)",
|
"description": "The file itself (binary)",
|
||||||
"misp-attribute": "malware-sample",
|
"misp-attribute": "malware-sample",
|
||||||
|
@ -437,6 +442,11 @@
|
||||||
"Trusted"
|
"Trusted"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"telfhash": {
|
||||||
|
"description": "telfhash - Symbol hash for ELF files.",
|
||||||
|
"misp-attribute": "telfhash",
|
||||||
|
"ui-priority": 0
|
||||||
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"description": "Free text value to attach to the file",
|
"description": "Free text value to attach to the file",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -449,16 +459,6 @@
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue