File tree Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Expand file tree Collapse file tree 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 12171
12171
" https://zonefiles.io/f/compromised/ip/live/"
12172
12172
],
12173
12173
"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"
12174
12207
}
12175
12208
}
Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ process_list() {
156
156
' TINYCHECK_WHITELIST_CIDR' ) jaq -r ' .elements[] | select(.type == "cidr").element' ;;
157
157
' PRIVACY_BADGER' ) jaq -r ' .action_map | to_entries[] | select(.value.heuristicAction == "block").key' ;;
158
158
' 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";"")' ;;
159
162
esac
160
163
;;
161
164
# Match domains in URLs: https://regex101.com/r/iC9eN2/1
You can’t perform that action at this time.
0 commit comments