From 32e21c880653b33c3be6beabc1f6affc99802c94 Mon Sep 17 00:00:00 2001 From: Steph S Date: Thu, 13 Jul 2023 09:48:12 -0400 Subject: [PATCH] Fixed json formatting --- objects/abuseipdb/definition.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/objects/abuseipdb/definition.json b/objects/abuseipdb/definition.json index d46536e3..6f1b3090 100644 --- a/objects/abuseipdb/definition.json +++ b/objects/abuseipdb/definition.json @@ -1,15 +1,15 @@ { "attributes": { - "is-malicious": { - "description": "If the IP is malicious based on the abuse-confidence-score and threshold", - "misp-attribute": "boolean", - "ui-priority": 0 - }, "abuse-confidence-score": { "description": "Rating (0-100) of how confident AbuseIPDB is that an IP address is entirely malicious", "misp-attribute": "counter", "ui-priority": 0 }, + "is-malicious": { + "description": "If the IP is malicious based on the abuse-confidence-score and threshold", + "misp-attribute": "boolean", + "ui-priority": 0 + }, "is-public": { "description": "If an IP is public", "misp-attribute": "boolean",