mirror of https://github.com/MISP/misp-objects
add vhash (VirusTotal Hash) on definition.json
parent
bc4cabba65
commit
5bdc6c6592
|
@ -424,6 +424,11 @@
|
|||
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
|
||||
"misp-attribute": "tlsh",
|
||||
"ui-priority": 0
|
||||
},
|
||||
"vhash": {
|
||||
"description": "vhash by VirusTotal",
|
||||
"misp-attribute": "vhash",
|
||||
"ui-priority": 0
|
||||
}
|
||||
},
|
||||
"description": "File object describing a file with meta-information",
|
||||
|
@ -450,6 +455,6 @@
|
|||
"path",
|
||||
"fullpath"
|
||||
],
|
||||
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215",
|
||||
"version": 20
|
||||
"uuid": "688c36fb-4edb-41a3-7273-1af8923e2215",
|
||||
"version": 21
|
||||
}
|
|
@ -96,6 +96,7 @@
|
|||
"filename|sha512/256",
|
||||
"filename|ssdeep",
|
||||
"filename|tlsh",
|
||||
"filename|vhash",
|
||||
"first-name",
|
||||
"float",
|
||||
"frequent-flyer-number",
|
||||
|
@ -180,6 +181,7 @@
|
|||
"text",
|
||||
"threat-actor",
|
||||
"tlsh",
|
||||
"vhash",
|
||||
"travel-details",
|
||||
"twitter-id",
|
||||
"uri",
|
||||
|
|
Loading…
Reference in New Issue