Merge pull request #103 from Terrtia/master

modify ail-leak object for the tagging system
pull/104/head
Alexandre Dulaunoy 2018-06-12 15:04:18 +02:00 committed by GitHub
commit ce8472b92e
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",
"first-seen",
"last-seen",
"origin"
"origin",
"raw-data"
],
"required": [
"type"
"sensor"
],
"attributes": {
"sensor": {
@ -42,19 +43,6 @@
"ui-priority": 0,
"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": {
"description": "When the leak has been accessible or seen for the last time.",
"disable_correlation": true,
@ -74,7 +62,7 @@
"misp-attribute": "attachment"
}
},
"version": 7,
"version": 8,
"description": "An information leak as defined by the AIL Analysis Information Leak framework.",
"meta-category": "misc",
"uuid": "dc6a8fa2-0a43-4a0c-a5aa-b1a5336ca80e",