Forum Moderators: open
Hello from Palo Alto Networks, find out more about our scans in https://docs-cortex.paloaltonetworks.com/r/1/Cortex-Xpanse/Scanning-activity [edited by: not2easy at 7:16 pm (utc) on Apr 8, 2026]
[edit reason] disabled UA link [/edit]
# Your normal list of scumbags...
BrowserMatchNoCase scumbag1 bad_bot
BrowserMatchNoCase scumbag2 bad_bot
SetEnvIf MM_ASN "^210644$" bad_bot
SetEnvIf MM_ASN "^211590$" bad_bot
# Updated 4/9/26 - Block ms & goo, other than bingbot & googlebot
BrowserMatch Googlebot good_goo_bot
SetEnvIf MM_ASN "^396982$" bad_goo_asn
BrowserMatch bingbot good_ms_bot
SetEnvIf MM_ASN "^8075$" bad_ms_asn
<RequireAll>
Require all granted
Require not env bad_bot
<RequireAny>
Require env good_goo_bot
<RequireAll>
Require all granted
Require not env bad_goo_asn
</RequireAll>
</RequireAny>
<RequireAny>
Require env good_ms_bot
<RequireAll>
Require all granted
Require not env bad_ms_asn
</RequireAll>
</RequireAny>
</RequireAll>
# Substitute your normal list of scumbags, ID'd as bad_bot here...
BrowserMatchNoCase scumbag1 bad_bot
BrowserMatchNoCase scumbag2 bad_bot
SetEnvIf MM_ASN "^210644$" bad_bot
SetEnvIf MM_ASN "^211590$" bad_bot
# Updated 4/23/26 - Block ms & goo, other than bingbot & googlebot & duckduck
BrowserMatch Googlebot good_goo_bot
BrowserMatch GoogleImageProxy good_goo_bot
BrowserMatch Google-InspectionTool good_goo_bot
SetEnvIf MM_ASN "^396982$" bad_goo_asn
SetEnvIf MM_ASN "^15169$" bad_goo_asn
BrowserMatch bingbot good_ms_bot
BrowserMatch DuckAssistBot good_ms_bot
SetEnvIf MM_ASN "^8075$" bad_ms_asn
<RequireAll>
Require all granted
Require not env bad_bot
<RequireAny>
Require env good_goo_bot
<RequireAll>
Require all granted
Require not env bad_goo_asn
</RequireAll>
</RequireAny>
<RequireAny>
Require env good_ms_bot
<RequireAll>
Require all granted
Require not env bad_ms_asn
</RequireAll>
</RequireAny>
</RequireAll>