mirror of https://github.com/MISP/misp-objects
jq of geolocation object
parent
ff8e9c0a36
commit
3e19326efa
|
@ -2,9 +2,23 @@
|
||||||
"requiredOneOf": [
|
"requiredOneOf": [
|
||||||
"latitude",
|
"latitude",
|
||||||
"longitude",
|
"longitude",
|
||||||
|
"city",
|
||||||
|
"region",
|
||||||
"country"
|
"country"
|
||||||
],
|
],
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
"first-seen": {
|
||||||
|
"description": "When the location was seen for the first time.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-usage-frequency": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
|
"last-seen": {
|
||||||
|
"description": "When the location was seen for the last time.",
|
||||||
|
"disable_correlation": true,
|
||||||
|
"misp-usage-frequency": 0,
|
||||||
|
"misp-attribute": "datetime"
|
||||||
|
},
|
||||||
"text": {
|
"text": {
|
||||||
"description": "A generic description of the location.",
|
"description": "A generic description of the location.",
|
||||||
"disable_correlation": true,
|
"disable_correlation": true,
|
||||||
|
@ -37,23 +51,11 @@
|
||||||
"description": "Region.",
|
"description": "Region.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 1
|
"misp-usage-frequency": 1
|
||||||
},
|
},
|
||||||
"country": {
|
"country": {
|
||||||
"description": "Country.",
|
"description": "Country.",
|
||||||
"misp-attribute": "text",
|
"misp-attribute": "text",
|
||||||
"misp-usage-frequency": 1
|
"misp-usage-frequency": 1
|
||||||
},
|
|
||||||
"first-seen": {
|
|
||||||
"description": "When the location was seen for the first time.",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-usage-frequency": 0,
|
|
||||||
"misp-attribute": "datetime"
|
|
||||||
},
|
|
||||||
"last-seen": {
|
|
||||||
"description": "When the location was seen for the last time.",
|
|
||||||
"disable_correlation": true,
|
|
||||||
"misp-usage-frequency": 0,
|
|
||||||
"misp-attribute": "datetime"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
|
Loading…
Reference in New Issue