From 35285505a1d214b41a39b236d39c10074588359b Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Wed, 24 May 2023 16:29:06 +0200 Subject: [PATCH 1/2] add: [crowdsec-ip-context] Added the classifications multiple attribute --- objects/crowdsec-ip-context/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/crowdsec-ip-context/definition.json b/objects/crowdsec-ip-context/definition.json index 19c2734..3e73162 100644 --- a/objects/crowdsec-ip-context/definition.json +++ b/objects/crowdsec-ip-context/definition.json @@ -47,6 +47,13 @@ "misp-attribute": "text", "ui-priority": 1 }, + "classifications": { + "description": "Classifications", + "disable_correlation": true, + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "country": { "description": "Country of origin", "disable_correlation": true, @@ -145,5 +152,5 @@ "ip" ], "uuid": "0f0a6def-a351-4d3b-9868-d732f6f4666f", - "version": 2 + "version": 3 } \ No newline at end of file From ec8645f421f766e9aef2825685441ddfce1d18fe Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 26 May 2023 14:17:10 +0200 Subject: [PATCH 2/2] add: [crowdsec-ip-context] Added the `false-positives` attribute that comes alongside with the `classifications` --- objects/crowdsec-ip-context/definition.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/objects/crowdsec-ip-context/definition.json b/objects/crowdsec-ip-context/definition.json index 3e73162..a163cde 100644 --- a/objects/crowdsec-ip-context/definition.json +++ b/objects/crowdsec-ip-context/definition.json @@ -48,7 +48,7 @@ "ui-priority": 1 }, "classifications": { - "description": "Classifications", + "description": "Classification category of the IP address", "disable_correlation": true, "misp-attribute": "text", "multiple": true, @@ -77,6 +77,13 @@ "multiple": true, "ui-priority": 1 }, + "false-positives": { + "description": "False positive category of the IP address", + "disable_correlation": true, + "misp-attribute": "text", + "multiple": true, + "ui-priority": 1 + }, "ip": { "categories": [ "Network activity",