From 1fd5d4f6a786d3c0f5e2462176e892000cea456e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 14 Nov 2017 15:02:49 +0100 Subject: [PATCH] fix: subnets announced is an ip-src type --- objects/asn/definition.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/objects/asn/definition.json b/objects/asn/definition.json index 09b056e..22f7eeb 100644 --- a/objects/asn/definition.json +++ b/objects/asn/definition.json @@ -21,7 +21,7 @@ "subnet-announced": { "description": "Subnet announced", "ui-priority": 0, - "misp-attribute": "text", + "misp-attribute": "ip-src", "multiple": true }, "first-seen": { @@ -59,7 +59,7 @@ "multiple": true } }, - "version": 1, + "version": 2, "description": "Autonomous system object describing an autonomous system which can include one or more network operators management an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.", "meta-category": "network", "uuid": "4ec55cc6-9e49-4c64-b794-03c25c1a6587",