Live Activity
Loading live data...
Detected Crawlers
Loading crawlers...
Honeypot Hits
Suspicious visitors that triggered honeypot traps
Loading honeypot data...
IP Analysis
Loading IP data...
Most Visited Paths
Loading path data...
Crawler Types
How It Works
Bot Detection
We analyze User-Agent strings and request patterns to identify crawlers, bots, and automated scripts visiting the site.
Honeypot Traps
Hidden endpoints like /wp-admin, /.env, and /backup.sql attract scanners looking for vulnerabilities.
Analytics
Track which crawlers visit most, what paths they access, and identify potentially malicious scanning activity.
Public Blocklist API
Free threat intelligence API - no authentication required. Use these endpoints to protect your websites from malicious bots.
/crawler-api/blocklist
Get malicious IPs. Supports formats: json, nginx, apache, iptables, plain
/crawler-api/blocklist/user-agents
Get malicious User-Agent strings detected by honeypots
/crawler-api/blocklist/full
Full threat intelligence with threat levels, paths attempted, timestamps
/crawler-api/threat-feed
Real-time honeypot hits (last 24h by default, use ?hours=N)
Quick Integration Examples
curl -s 'https://techtools.cz/crawler-api/blocklist?format=nginx' >> /etc/nginx/blocklist.conf
curl -s 'https://techtools.cz/crawler-api/blocklist?format=iptables' | bash
curl -s 'https://techtools.cz/crawler-api/blocklist?format=plain' > /etc/fail2ban/ip.blacklist
Community Threat Sharing (P2P)
Help protect everyone! Report bots you detect on your website and contribute to our community threat intelligence.
Get Free API Key
Register with no email required
POST /crawler-api/register
Report Bots
Submit IPs of bots hitting your honeypots
POST /crawler-api/report
Build Reputation
Verified reports increase your trust score
Community Blocklist
Access combined threat intelligence
GET /crawler-api/community-blocklist