mirror of https://github.com/MISP/misp-objects
modify ail-leak object for the tagging system
parent
b6f12a9f46
commit
d2c9ae007a
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue