diff --git a/objects/abuseipdb/definition.json b/objects/abuseipdb/definition.json index d46536e..6f1b309 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",