modify ail-leak object for the tagging system

pull/103/head
Thirion Aurélien 2018-06-12 11:47:44 +02:00 committed by GitHub
parent b6f12a9f46
commit d2c9ae007a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 16 deletions

View File

@ -3,10 +3,11 @@
"text", "text",
"first-seen", "first-seen",
"last-seen", "last-seen",
"origin" "origin",
"raw-data"
], ],
"required": [ "required": [
"type" "sensor"
], ],
"attributes": { "attributes": {
"sensor": { "sensor": {
@ -42,19 +43,6 @@
"ui-priority": 0, "ui-priority": 0,
"misp-attribute": "datetime" "misp-attribute": "datetime"
}, },
"type": {
"sane_default": [
"Credential",
"CreditCards",
"Mail",
"Onion",
"Phone",
"Keys"
],
"description": "Type of information leak as discovered and classified by an AIL module.",
"ui-priority": 0,
"misp-attribute": "text"
},
"last-seen": { "last-seen": {
"description": "When the leak has been accessible or seen for the last time.", "description": "When the leak has been accessible or seen for the last time.",
"disable_correlation": true, "disable_correlation": true,
@ -74,7 +62,7 @@
"misp-attribute": "attachment" "misp-attribute": "attachment"
} }
}, },
"version": 7, "version": 8,
"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",