mirror of https://github.com/MISP/misp-objects
71 lines
2.1 KiB
JSON
71 lines
2.1 KiB
JSON
{
|
|
"requiredOneOf": [
|
|
"text",
|
|
"first-seen",
|
|
"last-seen",
|
|
"origin",
|
|
"raw-data"
|
|
],
|
|
"required": [
|
|
"sensor"
|
|
],
|
|
"attributes": {
|
|
"sensor": {
|
|
"description": "The AIL sensor uuid where the leak was processed and analysed.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text"
|
|
},
|
|
"duplicate": {
|
|
"description": "Duplicate of the existing leaks.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "text",
|
|
"multiple": true
|
|
},
|
|
"duplicate_number": {
|
|
"description": "Number of known duplicates.",
|
|
"ui-priority": 0,
|
|
"misp-attribute": "counter"
|
|
},
|
|
"origin": {
|
|
"description": "The link where the leak is (or was) accessible at first-seen.",
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text"
|
|
},
|
|
"text": {
|
|
"description": "A description of the leak which could include the potential victim(s) or description of the leak.",
|
|
"disable_correlation": true,
|
|
"ui-priority": 1,
|
|
"misp-attribute": "text"
|
|
},
|
|
"original-date": {
|
|
"description": "When the information available in the leak was created. It's usually before the first-seen.",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"last-seen": {
|
|
"description": "When the leak has been accessible or seen for the last time.",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"misp-attribute": "datetime"
|
|
},
|
|
"first-seen": {
|
|
"description": "When the leak has been accessible or seen for the first time.",
|
|
"disable_correlation": true,
|
|
"ui-priority": 0,
|
|
"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": "attachment"
|
|
}
|
|
},
|
|
"version": 8,
|
|
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
|
|
"meta-category": "misc",
|
|
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",
|
|
"name": "ail-leak"
|
|
}
|