2017-03-22 06:54:11 +01:00
|
|
|
{
|
|
|
|
"attributes": {
|
2017-11-22 16:38:25 +01:00
|
|
|
"duplicate": {
|
|
|
|
"description": "Duplicate of the existing leaks.",
|
|
|
|
"misp-attribute": "text",
|
2020-04-26 02:10:02 +02:00
|
|
|
"multiple": true,
|
|
|
|
"ui-priority": 0
|
2017-11-22 16:38:25 +01:00
|
|
|
},
|
|
|
|
"duplicate_number": {
|
|
|
|
"description": "Number of known duplicates.",
|
2018-09-12 16:49:28 +02:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "counter",
|
|
|
|
"ui-priority": 0
|
2017-11-22 16:38:25 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"first-seen": {
|
|
|
|
"description": "When the leak has been accessible or seen for the first time.",
|
|
|
|
"disable_correlation": true,
|
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2017-03-22 06:55:15 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"last-seen": {
|
|
|
|
"description": "When the leak has been accessible or seen for the last time.",
|
2017-03-22 06:54:11 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
|
|
|
},
|
|
|
|
"origin": {
|
|
|
|
"description": "The link where the leak is (or was) accessible at first-seen.",
|
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2017-03-22 06:54:11 +01:00
|
|
|
},
|
2017-03-22 06:55:15 +01:00
|
|
|
"original-date": {
|
|
|
|
"description": "When the information available in the leak was created. It's usually before the first-seen.",
|
2017-03-22 06:54:11 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "datetime",
|
|
|
|
"ui-priority": 0
|
2017-03-22 06:54:11 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"raw-data": {
|
|
|
|
"description": "Raw data as received by the AIL sensor compressed and encoded in Base64.",
|
2017-03-22 06:54:11 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "attachment",
|
|
|
|
"ui-priority": 0
|
2017-03-22 06:54:11 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"sensor": {
|
|
|
|
"description": "The AIL sensor uuid where the leak was processed and analysed.",
|
2017-03-22 06:55:15 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 0
|
2017-11-15 07:32:49 +01:00
|
|
|
},
|
2020-04-26 02:10:02 +02:00
|
|
|
"text": {
|
|
|
|
"description": "A description of the leak which could include the potential victim(s) or description of the leak.",
|
2017-11-15 07:32:49 +01:00
|
|
|
"disable_correlation": true,
|
2020-04-26 02:10:02 +02:00
|
|
|
"misp-attribute": "text",
|
|
|
|
"ui-priority": 1
|
2017-03-22 06:54:11 +01:00
|
|
|
}
|
|
|
|
},
|
2017-03-22 06:55:15 +01:00
|
|
|
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
|
2017-06-28 11:11:44 +02:00
|
|
|
"meta-category": "misc",
|
2020-04-26 02:10:02 +02:00
|
|
|
"name": "ail-leak",
|
|
|
|
"required": [
|
|
|
|
"sensor"
|
|
|
|
],
|
|
|
|
"requiredOneOf": [
|
|
|
|
"text",
|
|
|
|
"first-seen",
|
|
|
|
"last-seen",
|
|
|
|
"origin",
|
|
|
|
"raw-data"
|
|
|
|
],
|
2017-03-22 06:55:15 +01:00
|
|
|
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",
|
2020-04-26 02:10:02 +02:00
|
|
|
"version": 9
|
|
|
|
}
|