jq of ail-leak

pull/15/head
Alexandre Dulaunoy 2017-03-22 06:55:15 +01:00
parent e6fbcf9d53
commit d413434463
1 changed files with 46 additions and 46 deletions

View File

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