We are not claiming all Keitaro users are criminals. However, despite extensive research, we have been unable to find a single legitimate use case for this tool. Every instance we've encountered involves malware distribution, phishing, scams, or ad fraud.
We do not block anything. This repository provides detection tools for security researchers, abuse teams, and ad fraud investigators to identify Keitaro-cloaked websites.
Our tools are non-invasive. They only use publicly documented Keitaro API endpoints to detect the presence of cloaking. No exploitation, no attacks, just detection.
Keitaro is a Traffic Distribution System (TDS) - software designed to:
- Show different content to different visitors based on their characteristics
- Hide "real" landing pages from moderators, crawlers, and security scanners
- Bypass advertising platform policies and security reviews
- Cloak malicious content behind innocent-looking pages
When you visit a Keitaro-powered site:
- Moderators/Bots see: Legitimate content (news, blogs, empty pages)
- Real victims see: Scams, phishing, malware, fake shops
This is why platforms like Google Ads, Facebook, and others explicitly ban cloaking - it exists solely to deceive.
The entire product is built around showing fake content to reviewers while showing real (malicious) content to victims. There's no legitimate business need for this.
- AVCheck integration: Keitaro has documented connections to AVCheck, a service used to test malware against antivirus products
- Malware campaigns: Multiple threat intelligence reports link Keitaro to malspam campaigns, banking trojans, and ransomware distribution
- Underground marketing: Keitaro is heavily advertised on Russian-speaking cybercrime forums
After analyzing 1,500+ Keitaro panels, we found:
- Crypto scams and fake investment platforms
- Phishing pages impersonating banks, exchanges, government services
- Malware distribution (fake software updates, cracked software)
- Fake e-commerce stores
- Dating/romance scams
- Illegal gambling promotion
We found ZERO legitimate use cases.
The company operates through:
- Russian-origin developers
- Estonian legal entity (EU jurisdiction shopping)
- Infrastructure spread across bulletproof hosting providers
This structure exists to complicate takedowns and legal action, not for legitimate business reasons.
keitaro/
├── README.md # This file
├── index.html # Evidence browser
├── panels.csv # 1,500+ discovered Keitaro admin panels
├── script/
│ ├── keitaro_hunter_4.py # Detection script
│ └── README.md # Script documentation
└── script.jpg # Script screenshot
The keitaro_hunter script checks if a website uses Keitaro TDS by:
- Testing official Keitaro API endpoints (
/click_api/v3) - Checking for characteristic URL parameters (
_lp,_token,_subid) - Looking for Keitaro cookies and HTML markers
- Analyzing response differences (cloaking detection)
- Does not exploit any vulnerabilities
- Does not attack or harm target websites
- Does not bypass any security measures
- Only uses documented, public Keitaro functionality
pip install httpx faker rich# Single domain
python keitaro_hunter_4.py suspicious-site.com
# Mass scan
python keitaro_hunter_4.py domains.txt -w 100 -o results.json
# With proxies
python keitaro_hunter_4.py domains.txt -p proxies.txtThe panels.csv contains 1,500+ Keitaro admin panel URLs discovered through:
- Shodan/Censys scanning for Keitaro signatures
- Analysis of malware campaign infrastructure
- Threat intelligence sharing
host,ip,port,protocol,title,domain,country,city,link,org
Top hosting countries for Keitaro panels:
- 🇺🇸 USA (DigitalOcean, Vultr, Cloudflare)
- 🇳🇱 Netherlands (bulletproof hosting)
- 🇩🇪 Germany (Hetzner, various VPS)
- 🇷🇺 Russia (various providers)
- 🇬🇧 UK (various providers)
- 🇭🇰 Hong Kong (Femo IT Solutions - major cluster)
Signs a site uses Keitaro:
/adminor/admin/redirects to Keitaro login ("Welcome!")- URLs contain
_lp=1,_token=,_subid=parameters - Cookies named
subidor similar tracking cookies - Different content when accessing from datacenter IPs vs residential
/click_api/v3endpoint returns JSON (even if error)
When reporting cloaked sites to ad platforms:
- Document the cloaking behavior (screenshots of both versions)
- Include evidence of Keitaro usage
- Provide the actual malicious content URL
- Note: Many platforms now specifically look for TDS signatures
This toolkit is provided for:
- Security research
- Abuse team investigations
- Ad fraud detection
- Threat intelligence
We do not encourage or condone any illegal activities. Use responsibly and within applicable laws.
If you discover Keitaro panels or have threat intelligence to share:
- Submit via Issues
- Contact: [[email protected]]
PhishDestroy Threat Intelligence | 2026