From 579e851f5e6b9130bf3e3d42dca8a684c06f64fc Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 13 Sep 2017 16:42:15 +0200 Subject: [PATCH] port type instead of text --- objects/ip-port/definition.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 objects/ip-port/definition.json diff --git a/objects/ip-port/definition.json b/objects/ip-port/definition.json old mode 100644 new mode 100755 index 99c79e7..3f4d53a --- a/objects/ip-port/definition.json +++ b/objects/ip-port/definition.json @@ -29,7 +29,7 @@ "External analysis" ], "ui-priority": 0, - "misp-attribute": "text" + "misp-attribute": "port" }, "dst-port": { "description": "Destination port", @@ -38,7 +38,7 @@ "External analysis" ], "ui-priority": 1, - "misp-attribute": "text" + "misp-attribute": "port" }, "ip": { "description": "IP Address", @@ -50,7 +50,7 @@ "misp-attribute": "ip-dst" } }, - "version": 2, + "version": 3, "description": "An IP address and a port seen as a tuple (or as a triple) in a specific time frame.", "meta-category": "network", "uuid": "9f8cea74-16fe-4968-a2b4-026676949ac6",