Athr
Actionable Threat Intelligence Platform
Project Overview
Athr democratizes cybersecurity for startups by turning complex threat data into clear, prioritized remediation steps.
Athr is a modern, hybrid SaaS platform designed to bridge the gap between data leaks and remediation. It monitors external data leaks, compromised credentials, and active threat sources. Unlike other tools that just report data, Athr is built to be simple enough for non-technical team members to understand the risk, yet powerful enough for security experts to take immediate, decisive action.
Note: Athr is currently a prototype/POC and uses synthetic data.
Achievements
Key Features
- Compromised Asset Guardian
- Real-time Leak Alerts
- Actionable Remediation Checklists
- Multi-Tenant SaaS Architecture
- Progressive Disclosure UI
- Secure Search (Domains, IPs, Keywords)
- Dark Web & Telegram Monitoring
- Admin Dashboard for Platform Management
- Role-Based Access Control (RBAC)
- Automated VPN/Proxy Detection
Technologies Used
Screenshots
Technical Implementation
My technical contributions to this project include (but may not be limited to):
- Built a responsive Flutter Web
dashboard implementing MVVM with Provider, utilizing
go_routerfor navigation andfl_chartfor visualizing 750+ data points. - Architected a serverless core using Firebase Authentication (secured with App Check & ReCaptchaV3) and Firestore for secure, multi-tenant data storage.
- Engineered a dedicated FastAPI
microservice for threat queries featuring asynchronous SQLite access via
aiosqliteand rate limiting withslowapi. - Integrated a custom Crawler Service to scan external sources and link leaks to internal assets.
- Deployed the frontend on Cloudflare Pages and the backend on a private Linux OCI VPS with Nginx & PM2, secured behind Cloudflare WAF, strict firewall rules, reverse proxy, and DDoS protection.