From ec8645f421f766e9aef2825685441ddfce1d18fe Mon Sep 17 00:00:00 2001 From: Christian Studer Date: Fri, 26 May 2023 14:17:10 +0200 Subject: [PATCH] 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",