Skip to content

Commit

Permalink
Added a is-malicious attribute for abuseipdb and added a google-safe-…
Browse files Browse the repository at this point in the history
…browsing object for the google-safe-browsing expansion module
  • Loading branch information
Steph S authored and Steph S committed Jul 13, 2023
1 parent 1374b0c commit c7bade5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions objects/abuseipdb/definition.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"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",
Expand Down
24 changes: 24 additions & 0 deletions objects/google-safe-browsing/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"attributes": {
"malicious": {
"description": "If the URL comes back as malicious",
"misp-attribute": "boolean",
"ui-priority": 0
},
"platforms": {
"description": "The platform identified (windows, linux, etc...)",
"misp-attribute": "text",
"ui-priority": 0
},
"threats": {
"description": "The threat type related to that URL (malware, social engineering, etc...)",
"misp-attribute": "text",
"ui-priority": 0
}
},
"description": "Google Safe checks a URL against Google's constantly updated list of unsafe web resources.",
"meta-category": "network",
"name": "google-safe-browsing",
"uuid": "1f8af312-dfbb-4572-b894-dabe7c8798d8",
"version": 1
}

0 comments on commit c7bade5

Please sign in to comment.