aboutsummaryrefslogtreecommitdiff
path: root/cmd/anubis/botPolicies.json
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/anubis/botPolicies.json')
-rw-r--r--cmd/anubis/botPolicies.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/cmd/anubis/botPolicies.json b/cmd/anubis/botPolicies.json
index 4a6321b..b602ef7 100644
--- a/cmd/anubis/botPolicies.json
+++ b/cmd/anubis/botPolicies.json
@@ -66,10 +66,20 @@
"action": "DENY"
},
{
+ "name": "generic-bot-catchall",
+ "user_agent_regex": "(?i:bot|crawler)",
+ "action": "CHALLENGE",
+ "challenge": {
+ "difficulty": 16,
+ "report_as": 4,
+ "algorithm": "slow"
+ }
+ },
+ {
"name": "generic-browser",
"user_agent_regex": "Mozilla",
"action": "CHALLENGE"
}
],
"dnsbl": true
-}
+} \ No newline at end of file