diff --git a/Threat Check - Challenge.txt b/Threat Check - Challenge.txt index 953513b..6748349 100644 --- a/Threat Check - Challenge.txt +++ b/Threat Check - Challenge.txt @@ -1 +1 @@ -(http.request.version in {"HTTP/1.1" "HTTP/1.2"} and not http.request.version in {"HTTP/2" "HTTP/3" "SPDY/3.1"} and not ip.geoip.asnum in {13238 15169 8075 47541 32934} and not cf.client.bot) or (cf.threat_score ge 10 and not cf.client.bot) or (not ssl) or (ip.geoip.continent in {"AF" "AS" "AN" "EU" "NA" "OC" "SA"} and not ip.geoip.country in {"RU" "MD" "BY" "UA" "GB" "US" "FR" "ES" "IT" "CA" "DE" "SE" "FI" "BE" "NL"} and not ip.geoip.asnum in {13238 15169 8075 47541 32934} and not cf.client.bot) or (http.referer eq "" and not cf.client.bot) +(ip.geoip.country eq "TR") or (not ssl) or (cf.threat_score ge 10 and not cf.client.bot) or (http.request.version ne "HTTP/1.1" and http.request.version ne "HTTP/1.2" and http.request.version ne "HTTP/2" and http.request.version ne "HTTP/3") or (ip.geoip.country ne "RU" and ip.geoip.country ne "BY" and ip.geoip.country ne "UA" and not cf.client.bot)