information leak object as defined by the AIL Analysis Information Leak framework.

pull/15/head
Alexandre Dulaunoy 2017-03-22 06:54:11 +01:00
parent d7a1f85100
commit e6fbcf9d53
1 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,66 @@
{
"name": "ail-leak",
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",
"meta-category": "information leak",
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
"version": 1,
"attributes": {
"first-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0,
"disable_correlation": true,
"description": "When the leak has been accessible or seen for the first time."
},
"last-seen": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0,
"disable_correlation": true,
"description": "When the leak has been accessible or seen for the last time."
},
"type": {
"misp-attribute": "text",
"misp-usage-frequency": 0,
"description": "Type of information leak as discovered and classified by an AIL module.",
"sane_default": [
"Credential",
"CreditCards",
"Mail",
"Onion",
"Phone",
"Keys"
]
},
"original-date": {
"misp-attribute": "datetime",
"misp-usage-frequency": 0,
"disable_correlation": true,
"description": "When the information available in the leak was created. It's usually before the first-seen."
},
"text": {
"misp-attribute": "text",
"misp-usage-frequency": 1,
"disable_correlation": true,
"description": "A description of the leak which could include the potential victim(s) or description of the leak."
},
"origin": {
"misp-attribute": "url",
"misp-usage-frequency": 1,
"description": "The link where the leak is (or was) accessible at first-seen."
},
"sensor": {
"misp-attribute": "text",
"misp-usage-frequency": 0,
"description": "The AIL sensor uuid where the leak was processed and analysed."
}
},
"required": [
"type"
],
"requiredOneOf": [
"type",
"text",
"first-seen",
"last-seen",
"origin"
]
}