Thanks fot the answer.
Now I am testing these rules on new site.
Currently there are some spam bots and other bots are touching new site with Googlebot's user agent.
Some of them are in stopforumspam database and others.
Current setup:
Hiawatha v9.12, cache, IPv6, Monitor, reverse proxy, SSL (1.3.10), Tomahawk, URL toolkit, XSLT
Config includes Google subnets in BanlistMask.
ServerId = www-data
ServerString = Server
ConnectionsTotal = 1000
ConnectionsPerIP = 10
SystemLogfile = /var/log/hiawatha/system.log
GarbageLogfile = /var/log/hiawatha/garbage.log
ExploitLogfile = /var/log/hiawatha/exploit.log
Binding {
Port = 80
}
BanlistMask = deny 66.249.64.0/19, deny 72.14.192.0/18
BanOnGarbage = 600
BanOnFlooding = 10/1:600
BanOnMaxPerIP = 600
ChallengeClient = 200, httpheader, 1800
KickOnBan = yes
RebanDuringBan = yes
Hostname = 111.111.111.111
WebsiteRoot = /var/www/html
StartFile = index.html
AccessLogfile = /var/log/hiawatha/access.log
ErrorLogfile = /var/log/hiawatha/error.log
UrlToolkit {
ToolkitID = ban_bots
Header User-Agent googlebot DenyAccess
}
VirtualHost {
Hostname = domain.name
WebsiteRoot = /var/www/html/domain.name
UrlToolkit = ban_bots
}
error.log includes banned IP of real Googlebot and fake IPs of Googlebot
36.81.174.132|Sun 08 Mar 2015 14:38:39 +0300|access denied via URL toolkit rule
222.124.149.178|Sun 08 Mar 2015 14:38:53 +0300|access denied via URL toolkit rule
66.249.79.51|Sun 08 Mar 2015 14:39:17 +0300|access denied via URL toolkit rule
Also system.log includes such strange lines with real Googlebot IPs
Sun 08 Mar 2015 13:59:16 +0300|Hiawatha v9.12 stopped.
Sun 08 Mar 2015 13:59:17 +0300|Hiawatha v9.12 started.
66.249.79.67|Sun 08 Mar 2015 14:24:28 +0300|Client kicked
Sun 08 Mar 2015 14:24:28 +0300|Hiawatha v9.12 stopped.
Sun 08 Mar 2015 14:24:29 +0300|Hiawatha v9.12 started.
66.249.79.51|Sun 08 Mar 2015 14:35:52 +0300|Client kicked
Sun 08 Mar 2015 14:35:52 +0300|Hiawatha v9.12 stopped.
Sun 08 Mar 2015 14:35:52 +0300|Hiawatha v9.12 started.
Is it misconfiguration?