Fixed json formatting

pull/399/head
Steph S 2023-07-13 09:48:12 -04:00
parent c7bade5c8b
commit 32e21c8806
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
{ {
"attributes": { "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": { "abuse-confidence-score": {
"description": "Rating (0-100) of how confident AbuseIPDB is that an IP address is entirely malicious", "description": "Rating (0-100) of how confident AbuseIPDB is that an IP address is entirely malicious",
"misp-attribute": "counter", "misp-attribute": "counter",
"ui-priority": 0 "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": { "is-public": {
"description": "If an IP is public", "description": "If an IP is public",
"misp-attribute": "boolean", "misp-attribute": "boolean",