Skip to content

Commit

Permalink
Fixed json formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Steph S authored and Steph S committed Jul 13, 2023
1 parent c7bade5 commit 32e21c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions objects/abuseipdb/definition.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 32e21c8

Please sign in to comment.