Offensive Security * AI Red-Team * Security Engineering

Anjan Kunduru
Breaking systems to make them defensible.

Security engineer at the rare intersection of hands-on offense and applied machine learning -- full-scope pentesting, red-team tooling, and AI/LLM red-teaming.

M.Eng Cybersecurity, University of Maryland. I turn security work into code so finding and fixing vulnerabilities scales instead of depending on one specialist by hand.

Austin, TX * open to relocation Work-authorized (F-1 OPT) Available immediately

// about

Offense that scales, backed by ML depth

I work across the full offensive-security lifecycle -- reconnaissance, web/API/network/cloud exploitation, privilege escalation, lateral movement, and post-exploitation -- and I write the Python and Bash automation that makes that repeatable. On top of classic offense I have genuine AI/ML-security depth: adversarial ML, ML-pipeline attacks, and LLM attack-surface analysis, plus a 97%-accuracy anomaly-detection pipeline built from scratch.

Before graduate school I owned information security end to end for an LPG distributor protecting the data of roughly 30,000 customers -- hardening endpoints and networks, and detecting, investigating, and remediating real incidents. I own problems from first recon to prioritized, CVSS-scored remediation, and I translate findings into fixes engineers can actually ship.

Targeting: Penetration Tester * Red Team / Offensive Security Engineer * Application Security * AI/ML Security * Detection & Response * Vulnerability Research.

// capabilities

Skills matrix

Grouped by discipline. Everything here maps to coursework, work experience, or shipped projects -- no filler.

Offensive Security

Pentesting (web/API/net/cloud)Red team ops Exploit developmentPrivilege escalation Lateral movementPost-exploitation OSINTReverse engineering

Application & Cloud Security

Secure code reviewOWASP Top 10 SQLi / XSS / CSRFAuthN / AuthZ API securityAWS * IAM * Zero Trust TLS / mTLSSAST * DAST * DevSecOps

Security Automation & Tooling

Python & Bash automationVuln-discovery tooling Dependency scanningCI/CD security Continuous assessment

Detection, Response & Forensics

SIEM & log analysisSOC alert triage Incident responseThreat hunting IDS/IPS (Snort/Zeek)Volatility * Autopsy Wireshark

AI / ML Security

LLM attack-surface analysisAdversarial ML ML-pipeline securityAnomaly detection ML-driven security tooling

Languages & Frameworks

PythonBashC RustGo JavaSQLJavaScript OWASP * PTESMITRE ATT&CK NIST * ISO 27001 * SOC 2

// credentials

Education & certifications

M.Eng, Cybersecurity
University of Maryland, College Park * Jan 2024 - Dec 2025
B.Tech, Electronics & Communication Eng.
Sreenidhi Institute of Science & Technology * 2019 - 2023
Google Cybersecurity Professional Certificate
Google
Cisco CCNA: Introduction to Networks
Cisco
Cisco Python Certification
Cisco
Palo Alto Networks Cybersecurity
Virtual internship
AWS Cloud Virtual Internship
AWS
AWS AI/ML Virtual Internship
AWS

// selected work

Featured projects

Shipped security tooling plus hands-on red-team, ML-detection, and forensics work. The open-source tools below are public on GitHub with tests and CI; the rest each shipped an artifact -- a report, a pipeline, or a recovered payload.

// open-source security tools

A coherent IoT and firmware security toolkit, one tool per language, tracing the workflow from a raw image to a live device. Each is public, tested, and passing CI.

firmscan

RustFirmwareStatic analysis

Static security auditor for extracted firmware root filesystems. Flags insecure permissions, hardcoded secrets, telnet and weak SSH config, outdated components, and embedded keys, sorted by severity with JSON output for CI gating. Tuned against a real OpenWrt image to cut false positives.

entscan

CEntropyZero deps

Sliding-window Shannon entropy scanner. Locates encrypted or compressed regions and embedded keys inside a binary by byte offset, with a terminal sparkline. Dependency-free C11 built on a rolling-window histogram.

mqttprobe

GoMQTTNetwork

MQTT broker security probe. Checks for anonymous access, plaintext transport, wildcard and $SYS topic exposure, and retained-message leakage, then reports findings by severity with a JSON mode. Verified end to end against live mosquitto brokers.

iotfp

PythonSSDPmDNS

IoT device discovery and fingerprinting over SSDP, mDNS, and banner grabbing, mapping responses to device types. Table and JSON output; the parsers are covered by unit tests.

// engagements, research & forensics

Full-Scope Web, Network & Cloud Pentest

Burp SuiteNmapMetasploitImpacket

Led a 3-person red team from recon and OSINT through post-exploitation across a simulated enterprise (Windows, Ubuntu, AWS). Exploited services, dumped and cracked credentials, escalated privileges, moved laterally to domain admin, and exfiltrated data from a misconfigured S3 bucket.

Delivered CVSS-scored findings + prioritized remediation roadmap

Insider-Threat Detection Pipeline

Pythonscikit-learnTensorFlow

Engineered an automated detection pipeline (Isolation Forest + LSTM Autoencoder) over user-activity logs on the CERT Insider Threat dataset, with no labeled attack data. Proposed SHAP explainability and federated-learning privacy mitigations.

97% detection accuracy, unsupervised

Digital Forensics & IR Investigation

WiresharkCyberChefVolatilityVeraCrypt

Reconstructed a full attack timeline: captured live C2 HTTP traffic, decoded a Base64 encryption key, and used a file-signature mismatch to uncover a VeraCrypt container disguised as an .mp3 -- then decrypted it to recover the payload.

Scored 30/30

Malware Binary-Diffing Engine

Assembly n-gramsMurmurHash3Protobuf

Built a malware-similarity engine using assembly n-grams, MurmurHash3 feature hashing, and Jaccard similarity over Protobuf-parsed disassembly to cluster and classify related binaries.

Assembly-level family classification

Binary Exploitation Toolkit

GDBx86/ARM asmROP

Developed exploits across buffer overflow, format-string, and ROP-chain classes with custom shellcode, and hardened the same targets with SELinux -- practicing both sides of memory-corruption defense.

Exploit dev + hardening, end to end

Network IDS via Clustering

Approximate Agglomerative ClusteringPCA

Applied approximate agglomerative clustering with PCA dimensionality reduction to the KDD Cup network dataset to surface anomalous traffic clusters for intrusion detection.

20 anomalous clusters isolated

// timeline

Experience

Mar 2026 - present

Security Engineer

Sports Excitement * Remote
  • Assess applications and APIs for OWASP Top 10, authN/authZ, and insecure-crypto flaws via testing and source-code review; partner with engineers to fix issues directly.
  • Write Python and Bash automation for vulnerability discovery, replacing manual review with repeatable, scalable checks.
  • Integrate SAST, DAST, SIEM, and dependency scanning into a SOC 2 / ISO 27001-aligned workflow; triage SIEM alerts and logs.
  • Support threat modeling and risk assessments for new features and third-party software.
2021 - 2023

Security Analyst

Tapojwalan Gas Agencies (HP Gas authorized distributor) * Karimnagar, India
  • Owned information and IT security org-wide for a distributor serving ~30,000 customers -- protecting endpoints, networks, and large volumes of sensitive customer PII through access controls and hardening.
  • Implemented preventive and detective controls; detected, investigated, and remediated multiple security incidents.
  • Served as primary security point of contact, advising staff on safe data handling and phishing awareness.
Jan 2024 - Dec 2025

M.Eng, Cybersecurity

University of Maryland, College Park
  • Coursework: Penetration Testing, Network Security, Secure Operating Systems, Cloud Security, ML for Cybersecurity, Digital Forensics & IR, Information Assurance.

// hack the box

Machines & writeups

Writeup public (retired) Solved * writeup locked (active)
🔒 Responsible-disclosure policy. Hack The Box permits public solutions for retired content only. Active machines below show that I solved them -- full writeups stay private until each machine retires, in line with HTB rules. No flags, commands, or exploit chains are published for active content.

Writeups repository → HTB profile →

// get in touch

Let's talk security

Hiring for offensive, application, or AI security? I'm available immediately and open to relocating anywhere in the US.