Fast Enforcement
Automated request classes are denied server-side before content extraction succeeds.
Independent WordPress Security Engineering
Voho Team builds focused security tools for modern scraping threats. Voho bot manager detects high-risk automation sessions, responds with HTTP 403, and preserves evidence-grade logs for operations and reporting.
Current Product
Voho bot manager hardens WordPress against AI-driven crawler stacks and automated headless browsing pipelines. When suspicious automation is identified, the request is terminated with HTTP 403 and a structured intercept record is written for auditing.
Automated request classes are denied server-side before content extraction succeeds.
Each intercept includes UTC timestamp, client IP, requested URL, and interception flag.
Dedicated admin hub with paginated history and one-click View log access.
Why It Works
Detects common script and headless automation user agents while preserving allowlists for major search crawlers.
Fits into standard WordPress plugin operations with no external service dependency.
Detection rules evolve iteratively as crawler behavior changes, reducing rewrite pressure over time.
Exposes filters for allowlists, automation patterns, and final block decisions so teams can customize policy.
Compatibility
If edge layers serve cached responses without executing WordPress/PHP, interception must be implemented at that layer.
Intercept data is stored in {prefix}voho_bot_manager_intercepted_log and created automatically on activation.
Voho bot manager is an independent security tool and is not affiliated with third-party AI browsing vendors.
FAQ
The plugin blocks non-human automation paths these agents rely on, returns HTTP 403, and records each attempt to support audits and response decisions.
No defensive layer can promise total coverage. Voho bot manager prioritizes high-risk automation families and expands detection as new patterns appear.
UTC timestamp, client IP (or first X-Forwarded-For value if present), full requested URL,
and an intercepted flag.