mirror of https://github.com/MISP/misp-objects
Fixed json formatting
parent
c7bade5c8b
commit
32e21c8806
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue