Watchdog
An AI security analyst that never sleeps
- Industry
- Cybersecurity
- Services
- Web app · MVP · AI
- Type
- Founders' build
01
The problem
Small teams run open-source security tools like Falco, Suricata, Wazuh and Zeek, and then drown in alerts. Most are noise, a few are serious, and nobody has time to read them all. This is called alert fatigue, and it's how real attacks get missed.
02
The insight
Detection tools are good at raising alarms and bad at explaining them. What's missing is the analyst in the middle who sorts, explains and acts.
03
What we built
A three-part platform. A lightweight Go daemon collects events from four detection tools. AI agents then remove duplicates, score each alert by confidence and explain what happened. A Next.js dashboard lets the team browse events. Watchdog also writes PDF incident reports, drafts new detection rules and summarizes a codebase's security posture. Setup is a guided terminal installer.
04
Under the hood
05
What it proves
We can design multi-service systems with real-time data, AI agents and infrastructure, not just front ends.