From cdc463ef1a04583df02c5c57ce3cbc67d2fa2751 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 24 Jan 2020 15:46:06 +0100 Subject: [PATCH] chg: [domain-ip] port added (required by AIL crawling) --- objects/domain-ip/definition.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/objects/domain-ip/definition.json b/objects/domain-ip/definition.json index fe12939..f5fc64a 100644 --- a/objects/domain-ip/definition.json +++ b/objects/domain-ip/definition.json @@ -48,9 +48,19 @@ "ui-priority": 1, "misp-attribute": "ip-dst", "multiple": true + }, + "port": { + "description": "Associated TCP port with the domain", + "categories": [ + "Network activity", + "External analysis" + ], + "ui-priority": 1, + "misp-attribute": "port", + "multiple": true } }, - "version": 6, + "version": 8, "description": "A domain and IP address seen as a tuple in a specific time frame.", "meta-category": "network", "uuid": "43b3b146-77eb-4931-b4cc-b66c60f28734",