mirror of https://github.com/MISP/misp-objects
misp-usage-frequency
parent
aed89b835d
commit
b18eed04ae
|
@ -12,24 +12,24 @@
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"description": "The AIL sensor uuid where the leak was processed and analysed.",
|
"description": "The AIL sensor uuid where the leak was processed and analysed.",
|
||||||
"misp-usage-frequency": 0,
|
"ui-frequency": 0,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"origin": {
|
"origin": {
|
||||||
"description": "The link where the leak is (or was) accessible at first-seen.",
|
"description": "The link where the leak is (or was) accessible at first-seen.",
|
||||||
"misp-usage-frequency": 1,
|
"ui-frequency": 1,
|
||||||
"misp-attribute": "url"
|
"misp-attribute": "url"
|
||||||
},
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"description": "A description of the leak which could include the potential victim(s) or description of the leak.",
|
"description": "A description of the leak which could include the potential victim(s) or description of the leak.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-usage-frequency": 1,
|
"ui-frequency": 1,
|
||||||
"misp-attribute": "text"
|
"misp-attribute": "text"
|
||||||
},
|
},
|
||||||
"original-date": {
|
"original-date": {
|
||||||
"description": "When the information available in the leak was created. It's usually before the first-seen.",
|
"description": "When the information available in the leak was created. It's usually before the first-seen.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-usage-frequency": 0,
|
"ui-frequency": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"type": {
|
"type": {
|
||||||
|
@ -42,19 +42,19 @@
|
||||||
"Keys"
|
"Keys"
|
||||||
],
|
],
|
||||||
"description": "Type of information leak as discovered and classified by an AIL module.",
|
"description": "Type of information leak as discovered and classified by an AIL module.",
|
||||||
"misp-usage-frequency": 0,
|
"ui-frequency": 0,
|
||||||
"misp-attribute": "text"
|
"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,
|
||||||
"misp-usage-frequency": 0,
|
"ui-frequency": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
},
|
},
|
||||||
"first-seen": {
|
"first-seen": {
|
||||||
"description": "When the leak has been accessible or seen for the first time.",
|
"description": "When the leak has been accessible or seen for the first time.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
"misp-usage-frequency": 0,
|
"ui-frequency": 0,
|
||||||
"misp-attribute": "datetime"
|
"misp-attribute": "datetime"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue