chg: [hashlookup] add KnownMalicious field in hashlookup record

pull/324/head
Alexandre Dulaunoy 2021-09-24 15:33:53 +02:00
parent 0ba346f194
commit c8cd002a3b
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,12 @@
"misp-attribute": "size-in-bytes",
"ui-priority": 0
},
"KnownMalicious": {
"description": "Source of the hashlookup record if it's a known malicious file",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 0
},
"MD5": {
"description": "MD5 hash (128 bits) in hex representation",
"misp-attribute": "md5",
@ -94,5 +100,5 @@
"SSDEEP"
],
"uuid": "18671816-2524-452e-b031-5fc0fe2ab774",
"version": 2
"version": 3
}