DataDaemon — Defensive Threat Intelligence Platform (In Progress)
Go, APIs, Logging, Cloud-Ready Architecture
· Designed and implemented a read-only, event-driven threat intelligence platform for monitoring Telegram bot infrastructure used in real-world attack campaigns.
· Built multiple Go services to collect, validate, and analyze security telemetry without interacting with or controlling external systems.
· Implemented token validation, event ingestion, and structured logging to support investigation and correlation workflows.
· Developed a queryable HTTP API for analysts to explore collected events and actor activity.
· Focused on defensive research, safe data handling, and clear separation between collection, processing, and analysis components.
· Gained hands-on experience with threat intelligence pipelines, backend services, and security-focused system design.
Cloud Security Misconfiguration Scanner (In Progress)
· Developing a Python-based tool to identify common AWS security misconfigurations.
· Detects publicly accessible S3 buckets, overly permissive IAM policies, open security groups, and
missing encryption.
· Produces structured findings with severity levels and remediation guidance.
· Focused on understanding real-world cloud attack surfaces and defensive gaps.
Web Application Backend with SQL Database
· Built a Flask-based backend with SQL database and RESTful endpoints.
· Implemented GET/POST data access and basic authentication logic.
· Gained hands-on understanding of common web application attack surfaces.