mirror of https://github.com/MISP/misp-objects
fix: AIL leak object to include raw-data
parent
1fd5d4f6a7
commit
b046eb4ba7
|
@ -55,9 +55,15 @@
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"ui-priority": 0,
|
"ui-priority": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
|
"raw-data": {
|
||||||
|
"description": "Raw data as received by the AIL sensor compressed and encoded in Base64.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"ui-priority": 0,
|
||||||
|
"misp-attribute": "text"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3,
|
"version": 4,
|
||||||
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
|
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
|
||||||
"meta-category": "misc",
|
"meta-category": "misc",
|
||||||
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",
|
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",
|
||||||
|
|
Loading…
Reference in New Issue