From eff1b8ba392d9fc7b8f8de86c5a813a4227d47b9 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 3 Jul 2017 12:14:13 +0200 Subject: [PATCH] misp-usage-frequency updated --- objects/geolocation/definition.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/objects/geolocation/definition.json b/objects/geolocation/definition.json index 504dbbd..460554a 100644 --- a/objects/geolocation/definition.json +++ b/objects/geolocation/definition.json @@ -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,