add vhash (VirusTotal Hash) on definition.json

pull/272/head
rmkml 2020-08-17 17:35:58 +02:00
parent bc4cabba65
commit 5bdc6c6592
2 changed files with 9 additions and 2 deletions

View File

@ -424,6 +424,11 @@
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash", "description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
"misp-attribute": "tlsh", "misp-attribute": "tlsh",
"ui-priority": 0 "ui-priority": 0
},
"vhash": {
"description": "vhash by VirusTotal",
"misp-attribute": "vhash",
"ui-priority": 0
} }
}, },
"description": "File object describing a file with meta-information", "description": "File object describing a file with meta-information",
@ -450,6 +455,6 @@
"path", "path",
"fullpath" "fullpath"
], ],
"uuid": "688c46fb-5edb-40a3-8273-1af7923e2215", "uuid": "688c36fb-4edb-41a3-7273-1af8923e2215",
"version": 20 "version": 21
} }

View File

@ -96,6 +96,7 @@
"filename|sha512/256", "filename|sha512/256",
"filename|ssdeep", "filename|ssdeep",
"filename|tlsh", "filename|tlsh",
"filename|vhash",
"first-name", "first-name",
"float", "float",
"frequent-flyer-number", "frequent-flyer-number",
@ -180,6 +181,7 @@
"text", "text",
"threat-actor", "threat-actor",
"tlsh", "tlsh",
"vhash",
"travel-details", "travel-details",
"twitter-id", "twitter-id",
"uri", "uri",