mirror of https://github.com/MISP/misp-objects
information leak object as defined by the AIL Analysis Information Leak framework.
parent
d7a1f85100
commit
e6fbcf9d53
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue