Chinmay Lohani
Offensive & Application Security Engineer. AI red teaming, LLM and agentic system security, pentesting, and offensive tooling.
Offensive & Application Security Engineer. AI red teaming, LLM and agentic system security, pentesting, and offensive tooling.
I am an Offensive & Application Security Engineer at Coinbase, where I spend most of my time on AI security and AI red teaming: attacking LLM-backed features, agentic workflows, and the tool/RAG surfaces around them. My work covers direct and indirect prompt injection, jailbreaks, tool and function-call abuse, model/plugin supply chain risk, and data-exfiltration paths, mapped against the OWASP LLM Top 10, NIST AI RMF, and MITRE ATLAS.
Alongside AI, I run classic offensive and application security work: 200+ security assessments and red-team engagements across web, mobile, API, cloud-native, and Onchain Web3 systems, threat modeling (STRIDE), secure code review, and embedding SAST/DAST/SCA into CI/CD. I also build the tooling I use, including AI-assisted pentesting pipelines that automate recon, test generation, exploit validation, and reporting, cutting assessment timelines from about a week to hours.
My background runs deep on the low-level side too: reverse-engineering ransomware and malware with IDA Pro, Ghidra, and x64dbg to map IOCs and TTPs to MITRE ATT&CK, building adversary simulations with custom EDR/WAF evasion payloads and obfuscated C2 tradecraft, and shifting security left by wiring SAST, SCA, and dependency scanning into engineering pipelines. Previously with Johns Hopkins University, Sigma Computing, and Mercedes-Benz R&D. I hold an M.S. in Security Informatics from Johns Hopkins and a B.Tech in Computer Science from IIIT Sri City, and I am an active CTF player.
A live shell into what I actually work with. Pick a command on the left and it runs.
Built LLM-driven pentesting tooling that automates reconnaissance, test-case generation, exploit validation, evidence collection, and report writing. Chained model calls behind deterministic guardrails and cached context aggressively, reducing assessment timelines from roughly a week to hours at about 10% of standard LLM token cost.
Spearheaded Onchain offensive security assessments after identifying the lack of a standardized pentest path. Integrated threat modeling into repeatable attack-surface discovery and mapped Web2-to-Web3 integration points, maturing coverage from an undefined baseline to 70% across DeFi products and Onchain systems.
Built Java + Jazzer fuzzing pipelines for the AI Cyber Challenge targeting XSS, command injection, and insecure deserialization. Produced reusable fuzz harnesses, seed corpora, and crash-triage automation to let autonomous systems find and reproduce memory- and injection-class bugs without human drivers.
Reverse-engineered ransomware and malware samples with IDA Pro, Ghidra, and x64dbg to extract exploit techniques, persistence mechanisms, and evasion tactics, mapping IOCs and TTPs to MITRE ATT&CK for detection engineering. Built Python tooling and sandbox instrumentation to automate unpacking, string/IOC extraction, and triage across sample batches.
Engineered custom EDR and WAF evasion payloads and obfuscated command-and-control tradecraft to validate detection coverage during adversary simulations. Exposed gaps in endpoint telemetry across 15+ application and infrastructure assessments and drove new detection logic with the blue team.
Innovated a human-solvable CAPTCHA system in Golang to bolster security against offline dictionary attacks. The system featured three unique puzzles: Sudoku, Chess, & Cryptographic Hash Puzzle. Performed comparative analysis with cutting edge solutions leading to our finding of 30% less likelihood of successful dictionary attacks against offline files.
Best Paper Award at IEEE CCWC 2024. I implemented an ML security monitor for maritime ICS infrastructure, achieving 98.5% accuracy in detecting cyber threats on ICS networks and validating its effectiveness through penetration tests against power systems and weapon controls.
Developed proof-of-concept exploit achieving root access by reverse engineering Angband game binary to locate format string vulnerability. Used IDA Pro and GDB to analyze vulnerability and craft input to exploit stack overflow, redirect code execution flow, and open remote shell.
Performed security testing of OpenEMR, identifying vulnerabilities like SQLi, DoS, buffer overflows, and XSS. Used tools including Burp Suite, OWASP ZAP, SQLMAP, and Wireshark to detect issues. Documented proof of exploitation along with remediation recommendations.
Exploited buffer overflow in Duke Nukem game binary to achieve remote root shell access. Reverse-engineered binary using Ghidra to identify vulnerable function and crafted malicious input. Developed proof-of-concept demonstrating arbitrary code execution via shellcode injection and redirecting control flow using buffer overflow technique.
Conducted threat modeling on an open-source web server using SciTool Understand and Microsoft Threat Modeling Tool. Produced an executive summary detailing risks and employed Ghidra and Veles for reverse engineering, bolstering the system's security posture.
Simulated DDoS attack in IoT devices, like flooding on CoAP network using Cooja simulator, leveraged the simulation data to train an ML model for detection of unusual traffic.
Designed and built a tamper-proof, decentralized e-voting system on the Ethereum blockchain through commit-reveal mechanisms. Hardened system security by building Solidity smart contracts with audited OpenZeppelin libraries, optimized consensus algorithms, IPFS integration and MetaMask identity management resulting in enhanced transparency, scalability, and reduced gas costs by 8%.
Developed blockchain-based supply chain system using Solidity, OpenZeppelin, Truffle, and Web3, integrating web interfaces for server-chain communication. Enhanced efficiency by 10% and improved security.