mirror of https://github.com/MISP/misp-objects
chg: [hashlookup] add KnownMalicious field in hashlookup record
parent
0ba346f194
commit
c8cd002a3b
|
@ -12,6 +12,12 @@
|
||||||
"misp-attribute": "size-in-bytes",
|
"misp-attribute": "size-in-bytes",
|
||||||
"ui-priority": 0
|
"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": {
|
"MD5": {
|
||||||
"description": "MD5 hash (128 bits) in hex representation",
|
"description": "MD5 hash (128 bits) in hex representation",
|
||||||
"misp-attribute": "md5",
|
"misp-attribute": "md5",
|
||||||
|
@ -94,5 +100,5 @@
|
||||||
"SSDEEP"
|
"SSDEEP"
|
||||||
],
|
],
|
||||||
"uuid": "18671816-2524-452e-b031-5fc0fe2ab774",
|
"uuid": "18671816-2524-452e-b031-5fc0fe2ab774",
|
||||||
"version": 2
|
"version": 3
|
||||||
}
|
}
|
Loading…
Reference in New Issue