From 0f6fdee7f32ce9f57a344323564bc5e6f60bfc8f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 27 Apr 2019 10:32:10 +0200 Subject: [PATCH] chg: [irc] add nickname used for associated IRC server and channel(s) --- objects/irc/definition.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/objects/irc/definition.json b/objects/irc/definition.json index 030a656..a371761 100644 --- a/objects/irc/definition.json +++ b/objects/irc/definition.json @@ -1,7 +1,9 @@ { "requiredOneOf": [ "ip", - "hostname" + "hostname", + "channel", + "nickname" ], "attributes": { "text": { @@ -39,6 +41,12 @@ "misp-attribute": "text", "multiple": true }, + "nickname": { + "description": "IRC nickname used to connect to the associated IRC server and channels", + "ui-priority": 1, + "misp-attribute": "text", + "multiple": true + }, "hostname": { "description": "Hostname of the IRC server", "categories": [ @@ -60,7 +68,7 @@ "multiple": true } }, - "version": 1, + "version": 2, "description": "An IRC object to describe an IRC server and the associated channels.", "meta-category": "network", "uuid": "4bbbc004-c344-4b20-8672-b41102177fc7",