| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Baskerville is an intelligent analytics engine designed to detect and mitigate Layer 7 (application layer) DDoS attacks by analyzing web request behavior in real time. Originally developed for the Deflect platform, it enables infrastructure to respond proactively to suspicious or malicious traffic before it causes disruption.
Baskerville uses machine learning to distinguish between normal and abnormal traffic patterns at the session level. It classifies traffic into categories like human users, legitimate bots, malicious bots, and AI-driven crawlers.
Baskerville receives structured web logs as input, typically from Deflect edge nodes, Cloudflare Workers, or AWS Lambda.
Using this data, Baskerville analyzes each session and, when necessary, emits challenge commands as output. These commands can then be consumed and executed by the same platforms — Deflect, Cloudflare, or AWS Lambda — to block, rate-limit, or further inspect suspicious IPs.
In addition, Baskerville offers a user-facing dashboard for monitoring traffic, analyzing attack patterns, reviewing challenge decisions, and managing configuration policies.
Fast Detection
Real-time analysis ensures suspicious activity is caught early enough to prevent damage.
Traffic Adaptability
Designed to scale with volatile and diverse traffic loads using technologies like Apache Kafka (and optionally Apache Spark).
Actionable Predictions
For each suspicious session or IP, Baskerville issues a prediction and can trigger a challenge, such as a block, redirect, or CAPTCHA—customizable per deployment.
Human vs Bot Identification
Combines heuristics and ML to reliably distinguish human visitors from automated agents.
AI Crawler Detection
Tracks advanced scraping and probing behaviors characteristic of LLM-based or stealth crawlers.
Prediction Reliability
A feedback loop and probation period mechanism reduce false positives and improve model accuracy over time.
Learning from Imperfect Data
With limited labeled data, Baskerville relies on unsupervised anomaly detection, trained on mostly normal behavior, yet robust to minor contamination.
Baskerville is an intelligent traffic analysis engine that classifies incoming web traffic into categories such as:
It enables website operators to detect and mitigate suspicious or harmful sessions in real time.
Incoming web requests are grouped into sessions based on:
Each session is analyzed through a set of computed features, including:
Sessions are classified into:
This classification uses heuristic rules, logical checks, and supervised ML models.
Separate unsupervised anomaly detection models are trained for each class (human vs. automated) to identify outliers.
Baskerville supports two primary modes of operation:
War Mode
Aggressively challenges or blocks all non-verified bots, allowing only trusted crawlers (e.g., Googlebot).
Peace Mode
Targets only anomalous sessions, applying challenges selectively to reduce friction for normal users.
Input Sources:
Output Actions:
Deployment:
Baskerville is built on a modern, scalable analytics stack designed for high-throughput environments:
Baskerville includes a web dashboard for:
| Back | FazBrowse Home | New Git URL |