Available for Opportunities · Ireland

Sagar B. Suryawanshi

Cybersecurity — Cloud · AppSec

Cloud Security Application Security Vulnerability Management Security Architecture

Building security tools across Cloud and AppSec, backed by CompTIA Security+ and AWS Cloud Practitioner certifications and published research.

5 Certifications
9 Security Projects
1 Published Paper
Sagar B. Suryawanshi — Cybersecurity
🛡️ Security+

Who I Am

I got into cybersecurity because I wanted to understand how things break, and more importantly, how to build them so they don't.

Over the past two years that's meant building things I could have just trusted instead: an AWS misconfiguration scanner rather than taking Security Hub's word for it, encryption built from scratch rather than assuming a server handles it properly. More recently it's ToolWarden, an AI-agent firewall that publishes its classifier's real failure rate on attacks it had never seen instead of the one number that would have looked better, and a Wazuh detection lab built specifically to find what the default rules get wrong, not just to run them.

Yes, AWS has Security Hub. Yes, enterprise tools exist for everything I've built. The point was never to replace them. It was to understand them well enough that on day one of a role, I'm not learning what a misconfigured S3 bucket looks like. I already know, because I've written the code that finds them.

I'm pursuing an MSc in Cybersecurity in Ireland and actively looking for a role where I can keep learning fast and contribute early. Cloud Security, AppSec, Vulnerability Management, Secure Code Review: I want to work across all of it.

🎓
B.Sc. Information Technology KES' Shroff College of Arts and Commerce, Mumbai · Graduating May 2026
📍
Location Mumbai, India → Ireland · Relocating August 2026
📄
Published Research International Conference · ISBN: 978-93-342-8167-5
☁️ Cloud Security AWS · Azure
🔐 Application Security OWASP · Burp Suite · AppSec
🎯 Vulnerability Management CVSS · Risk Prioritization
🛡️ CompTIA Security+ SY0-701 Certified

Technical Expertise

Hands-on skills across cloud security and application security, built through real projects and independent labs.

AWS

IAM & Policies GuardDuty Security Hub CloudTrail S3 Bucket Policies

Azure

Defender for Cloud Microsoft Sentinel Entra ID Key Vault

Concepts

Zero-Trust Architecture CSPM Cloud Threat Modelling Shared Responsibility CIS Benchmarks

Certifications

Industry-Recognised Credentials & Qualifications

AWS Cloud Practitioner Badge

AWS Cloud Practitioner

AWS

Cloud Fundamentals Certification

Issued 2026 · Expires 2029

Verify
Cisco SOC Logo

Cisco SOC

Cisco / Coursera

Security Operations Centre

Verify
Google Cybersecurity Certificate Logo

Google Cybersecurity

Google / Coursera

Professional Cybersecurity Certificate

Verify
LetsDefend Logo

SOC Analyst Path

LetsDefend

SOC Analyst Learning Path

Completed Dec 2025

Verify

Security Projects

Hands-on builds demonstrating practical security engineering — each project solves a real-world problem.

01
ML · AI Agent Security

ToolWarden AI

🛡️ Firewall between AI agents and their tools — stops hijacked instructions from becoming rogue actions

AI agents that browse the web or call APIs can be hijacked by instructions hidden inside what they read — a webpage telling the agent to send an email nobody asked for. ToolWarden sits between the agent and every tool call, scores each one with a trained ML ensemble (DeBERTa + LightGBM), and actually blocks, quarantines, or holds risky calls for human approval, not just flags them. Reported honestly: on real novel attacks the model never trained on, it still catches 91% of threats, but roughly 7 in 10 of what it flags is a false positive — published as the real number, not a friendlier blended one.

131 tests · 3 integration paths · block / quarantine / hold enforcement

DeBERTa-v3 LightGBM Prompt Injection MCP FastAPI Docker SHAP PostgreSQL
View on GitHub →
04
In Progress · Detection Engineering

Wazuh Purple Team Lab

🧪 Purple team lab testing whether Wazuh's detection rules actually catch real attacks

Installing a SIEM isn't the same as having working detection — vendor rulesets ship generic and have to be proven against real attacks first. This lab simulates real MITRE ATT&CK techniques against a monitored Windows endpoint, then checks what Wazuh's default ruleset actually catches. Cycle 1, covering 3 techniques, already found real problems: one generated zero alerts, one falsely flagged normal activity as Critical 18+ times, and one real persistence technique scored as Low severity. Each was fixed with a custom rule and re-tested. Actively expanding next: broader technique coverage, one-command provisioning.

Cycle 1 · 3 tactics tested · 3 custom rules written

Wazuh Sysmon Atomic Red Team MITRE ATT&CK PCRE2 Purple Team
View on GitHub →
05

CryptoVaultX

🔐 End-to-end encrypted file storage platform with client-side cryptography and role-based access control

Most file storage systems trust the server too much — plaintext data sits in databases waiting to be breached. CryptoVaultX encrypts files client-side with AES-256-GCM before they ever leave the browser, enforces role-based access control, and runs as a Dockerised microservice. Zero plaintext reaches the server at any point. Stack: Python, Flask, PostgreSQL, Docker.

Python Flask AES-256-GCM PostgreSQL Docker RBAC Cryptography
View on GitHub →
06

NetTrace

🌐 Network reconnaissance and attack surface mapping tool built on Nmap automation

SOC analysts need to rapidly understand an environment's attack surface during an investigation — manual Nmap commands don't scale under pressure. NetTrace wraps Nmap automation in a Flask interface, enabling one-click network scanning, service enumeration, and port-to-risk mapping. Designed around a real L1 analyst investigation workflow, not a CTF.

Python Flask Nmap Network Recon Port Scanning
View on GitHub →
07

CredentialRisk Auditor

Authentication security analysis tool for evaluating password policy weaknesses and hashing algorithm strength

Weak password policies remain a top credential attack vector. This toolkit simulates dictionary and brute-force attacks against common hashing algorithms to calculate real cracking time — making the risk concrete, not theoretical. Results are used to argue empirically for stronger hashing (bcrypt, Argon2), mandatory salting, and modern credential policy standards. Built for security awareness and policy validation, not exploitation.

Python Hashing Algorithms Brute Force Simulation Authentication Security
View on GitHub →
08
Research Series: Adversary Simulation → Detection  |  Part 1 of 2

KeyStroke Monitor

🧪 OS-level keystroke capture tool for adversary simulation and detection research

Part 1 of a two-part security research project. To build an effective defence, you first need to understand the attack in detail. KeyStroke Monitor is a low-level OS keystroke capture tool built specifically to study the precise behavioural patterns of a real keylogger — API call sequences, timing signatures, and process injection methods.

Python OS APIs Malware Simulation Endpoint Security
View on GitHub →
09
Research Series: Adversary Simulation → Detection  |  Part 2 of 2

Anti-Keylogger

🛡️ Behavior-based detection and mitigation tool for keystroke logging threats

Part 2 of the research series. Using the behavioural patterns mapped in Part 1, Anti-Keylogger detects and terminates unauthorised keystroke capture processes in real time — implementing process monitoring and behavioural detection logic that mirrors basic EDR functionality. Attack, understand, defend.

Python Process Monitoring EDR Concepts Behavioral Detection Defensive Security
View on GitHub →

Research & Publications

📚 Published Research

Building Cyber Resilience: The Interplay of Offensive and Defensive Security Strategies

Author: Sagar Balasaheb Suryawanshi
Institution: KES' Shroff College of Arts and Commerce, Mumbai
Year: 2024

How much does offensive security knowledge actually improve defensive outcomes? This paper argues that red team, blue team, and purple team functions must be structurally connected — not run in silos — to build genuine cyber resilience. Supported by case study analysis of real breach scenarios, it maps specific offensive techniques to the defensive controls they bypass, and proposes an integrated resilience framework for organisations. Published at international conference, 2024 (ISBN: 978-93-342-8167-5).

Published Cyber Resilience Penetration Testing Red Team / Blue Team Purple Teaming Threat Intelligence Incident Response
🏆
Research Paper Author Authored a paper on building cyber resilience through offensive and defensive security strategies — published at an international conference (2024) while at KES' Shroff College of Arts and Commerce.
🛡️
CompTIA Security+ (SY0-701) Passed one of the most rigorous entry-level security certification exams in the industry.
🔬
Full SOC Lab Build Independently designed, built, and operated a multi-VM SOC environment for continuous skills development.
☁️
AWS Cloud Practitioner Earned AWS's foundational cloud certification, validating concepts applied directly in CloudGuard.

Get In Touch

Reach out for conversation, collaboration, or opportunities

Location Mumbai, India → Ireland · Relocating August 2026
LinkedIn linkedin.com/in/sagar--suryawanshi
GitHub github.com/CyberSec-Sagar-Security
Availability Open to opportunities · Ireland & Global · Remote · Hybrid