Skip to content

Commit

Permalink
Merge pull request #397 from GeekWeekSteph/abuseipdb
Browse files Browse the repository at this point in the history
Added AbuseIPDB object template for the AbuseIPDB expansion module
  • Loading branch information
adulau authored Jul 10, 2023
2 parents e6864eb + 1374b0c commit a9c0447
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions objects/abuseipdb/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"attributes": {
"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-public": {
"description": "If an IP is public",
"misp-attribute": "boolean",
"ui-priority": 0
},
"is-tor": {
"description": "If Tor (The Onion Router) was used",
"misp-attribute": "boolean",
"ui-priority": 0
},
"is-whitelisted": {
"description": "If an IP is spotted in any of AbuseIPDB's whitelists",
"misp-attribute": "boolean",
"ui-priority": 0
}
},
"description": "AbuseIPDB checks an ip address, domain name, or subnet against a central blacklist",
"meta-category": "network",
"name": "abuseipdb",
"uuid": "cccdaaf6-c140-461c-8d1c-aa79bbd029e0",
"version": 1
}

0 comments on commit a9c0447

Please sign in to comment.