misp-usage-frequency updated

pull/17/head
Alexandre Dulaunoy 2017-07-03 12:14:13 +02:00
parent 82bdbbbd4f
commit eff1b8ba39
1 changed files with 9 additions and 9 deletions

View File

@ -10,52 +10,52 @@
"first-seen": {
"description": "When the location was seen for the first time.",
"disable_correlation": true,
"misp-usage-frequency": 0,
"ui-frequency": 0,
"misp-attribute": "datetime"
},
"last-seen": {
"description": "When the location was seen for the last time.",
"disable_correlation": true,
"misp-usage-frequency": 0,
"ui-frequency": 0,
"misp-attribute": "datetime"
},
"text": {
"description": "A generic description of the location.",
"disable_correlation": true,
"misp-usage-frequency": 1,
"ui-frequency": 1,
"misp-attribute": "text"
},
"latitude": {
"description": "The latitude is the decimal value of the latitude in the World Geodetic System 84 (WGS84) reference.",
"disable_correlation": true,
"misp-usage-frequency": 1,
"ui-frequency": 1,
"misp-attribute": "float"
},
"longitude": {
"description": "The longitude is the decimal value of the longitude in the World Geodetic System 84 (WGS84) reference",
"disable_correlation": true,
"misp-usage-frequency": 1,
"ui-frequency": 1,
"misp-attribute": "float"
},
"altitude": {
"description": "The altitude is the decimal value of the altitude in the World Geodetic System 84 (WGS84) reference.",
"misp-usage-frequency": 0,
"ui-frequency": 0,
"misp-attribute": "float"
},
"city": {
"description": "City.",
"misp-attribute": "text",
"misp-usage-frequency": 1
"ui-frequency": 1
},
"region": {
"description": "Region.",
"misp-attribute": "text",
"misp-usage-frequency": 1
"ui-frequency": 1
},
"country": {
"description": "Country.",
"misp-attribute": "text",
"misp-usage-frequency": 1
"ui-frequency": 1
}
},
"version": 2,