From 433d7c5669c7c8d9fe81c9e6c65c102f98fb20ff Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 8 Feb 2016 17:52:30 +0100 Subject: [PATCH] misp-attribute is more logical --- objects/domain-ip/definition.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index 44d5886..d57abd5 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -6,21 +6,21 @@ "attributes" : { "ip": { - "misp-object": "ip-dst", + "misp-attribute": "ip-dst", "misp-usage-frequency": 1, "categories": ["Network activity","External analysis"] }, "domain": { - "misp-object": "domain", + "misp-attribute": "domain", "misp-usage-frequency": 1, "categories": ["Network activity","External analysis"] }, "first-seen": { - "misp-object": "datetime", + "misp-attribute": "datetime", "misp-usage-frequency": 0 }, "last-seen": { - "misp-object": "datetime", + "misp-attribute": "datetime", "misp-usage-frequency": 0 }