From 0949bd47ca08ef1619d36452f3f54a8be1e3748e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 3 Jul 2017 12:08:42 +0200 Subject: [PATCH] misp-usage-frequency updated --- objects/domain-ip/definition.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index 1581500..2c7d2ab 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -1,41 +1,41 @@ { - "name": "domain|ip", - "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", - "meta-category": "network", - "description": "A domain and IP address seen as a tuple in a specific time frame.", - "version": 1, - "attributes": { - "ip": { - "misp-attribute": "ip-dst", - "misp-usage-frequency": 1, - "categories": [ - "Network activity", - "External analysis" - ] - }, - "domain": { - "misp-attribute": "domain", - "misp-usage-frequency": 1, - "categories": [ - "Network activity", - "External analysis" - ] - }, - "first-seen": { - "misp-attribute": "datetime", - "misp-usage-frequency": 0 - }, - "last-seen": { - "misp-attribute": "datetime", - "misp-usage-frequency": 0 - }, - "text": { - "misp-attribute": "text", - "misp-usage-frequency": 1 - } - }, "required": [ "ip", "domain" - ] + ], + "attributes": { + "text": { + "ui-frequency": 1, + "misp-attribute": "text" + }, + "last-seen": { + "ui-frequency": 0, + "misp-attribute": "datetime" + }, + "first-seen": { + "ui-frequency": 0, + "misp-attribute": "datetime" + }, + "domain": { + "categories": [ + "Network activity", + "External analysis" + ], + "ui-frequency": 1, + "misp-attribute": "domain" + }, + "ip": { + "categories": [ + "Network activity", + "External analysis" + ], + "ui-frequency": 1, + "misp-attribute": "ip-dst" + } + }, + "version": 1, + "description": "A domain and IP address seen as a tuple in a specific time frame.", + "meta-category": "network", + "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734", + "name": "domain|ip" }