Skip to content

Commit 28854d8

Browse files
committed
feat(list): Added Guardicore feed
1 parent 21ba712 commit 28854d8

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

data/v2/manifest.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12171,5 +12171,38 @@
1217112171
"https://zonefiles.io/f/compromised/ip/live/"
1217212172
],
1217312173
"topic": "SECURITY"
12174+
},
12175+
"akmai_guardicore": {
12176+
"active": true,
12177+
"checksums": {},
12178+
"content": {
12179+
"filter": "NONE",
12180+
"retriever": "ARIA2",
12181+
"type": "TEXT"
12182+
},
12183+
"formats": [
12184+
{
12185+
"filter": "GUARDICORE_DOMAIN",
12186+
"format": "DOMAIN"
12187+
},
12188+
{
12189+
"filter": "GUARDICORE_IPV4",
12190+
"format": "IPV4"
12191+
},
12192+
{
12193+
"filter": "GUARDICORE_DNS_IPV4",
12194+
"format": "IPV4"
12195+
}
12196+
],
12197+
"metadata": {
12198+
"description": "https://threatintelligence.akamai.com/download-guardicore-cyber-threat-intelligence-data.html",
12199+
"homepage": "https://threatintelligence.akamai.com/index.html",
12200+
"license": "all-rights-reserved"
12201+
},
12202+
"method": "BLOCK",
12203+
"mirrors": [
12204+
"https://threatintelligence.akamai.com/downloads/latest.json"
12205+
],
12206+
"topic": "SECURITY"
1217412207
}
1217512208
}

scripts/v2/apply_filters.bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,9 @@ process_list() {
156156
'TINYCHECK_WHITELIST_CIDR') jaq -r '.elements[] | select(.type == "cidr").element' ;;
157157
'PRIVACY_BADGER') jaq -r '.action_map | to_entries[] | select(.value.heuristicAction == "block").key' ;;
158158
'PHISHFORT') jaq -r '.[]' ;;
159+
'GUARDICORE_DOMAIN') jaq -r '.malicious_domains[].dns_record' ;;
160+
'GUARDICORE_IPV4') jaq -r '.top_attackers[], .scanners[], .connect_back_ips[] | .ip' ;;
161+
'GUARDICORE_DNS_IPV4') jaq -r '.malicious_domains[] | select(.ips != null).ips | split(",";"")[] | sub("\/32";"")' ;;
159162
esac
160163
;;
161164
# Match domains in URLs: https://regex101.com/r/iC9eN2/1

0 commit comments

Comments
 (0)