The researcher who became the defender
In 2014, Ivan Novikov walked onto the Black Hat USA stage and showed the audience that memcached - that invisible caching layer no one bothered to think about - could be turned into a Remote Code Execution vector. The room went quiet in the way rooms go quiet when someone just changed the rules. He had not found a new bug in some obscure software. He had found a new category of bug that could exist in any application using a data store everyone assumed was safe.
That instinct - finding the attack surface everyone else overlooked - is the through line of his career. Before Black Hat, he was writing SSRF research and building what would become "The SSRF Bible," a canonical document in offensive security circles. Before that, he was running ONsec, a penetration testing consultancy in Moscow that conducted more than 200 security audits for companies like QIWI, Yandex, and Mailru Group. He was also collecting bug bounties from Google, Facebook, Twitter, Tesla, and Honeywell - not as a side hustle, but as a way to keep his threat models honest.
"What we've done is taken malicious hacker activity and turned it into a method for finding security bugs for companies."Ivan Novikov, on Wallarm's approach
The academic background is worth mentioning because it surprises people: Novikov holds a master's degree in quantum magnetism from Lomonosov Moscow State University. Physics trains a particular kind of thinking - model the system, find the edge cases, push the variables. Applied to cybersecurity, that approach produced research that peer security practitioners still cite a decade later.
In 2016 he co-founded Wallarm with Stepan Ilyin and took it through Y Combinator's S16 batch. The premise was direct: the skills that let him find bugs in the world's largest platforms could be systematized and scaled into a product that finds and blocks those bugs in real time. Today Wallarm is an AI-powered API security platform with 210+ employees, offices in San Francisco, and customers in enterprise sectors where API vulnerabilities are not a theoretical concern.
Wallarm: security that ships with the API
The shift from perimeter-based security to API security happened faster than most enterprises were ready for. By the time organizations realized their APIs were being targeted at volume - credential stuffing, data scraping, SSRF, injection attacks - their WAF vendors were still selling products designed for a different threat model.
Wallarm's pitch is not just detection. It is detection with deep understanding of what an API is supposed to do, so the signal-to-noise ratio stays low enough that security teams actually pay attention to the alerts. The 134% net revenue retention Wallarm posted in 2024 - combined with near-zero churn - suggests that claim is holding up under scrutiny.
Series C ($55M) closed August 2025, led by Toba Capital.
Enterprise account retention in 2024, with near-zero churn.
Distributed team across San Francisco, Austin, and globally.
The August 2025 Series C brought in $55 million led by Toba Capital - the largest funding round in Wallarm's history. Novikov described it plainly: "We're doubling down on innovation to equip security teams with the intelligence and automation they need to stay ahead of increasingly sophisticated and targeted API attacks." The round follows the launch of Security Edge, a SaaS-based API edge security product, and a period of record growth driven by enterprise demand.
Wallarm's stack reflects Novikov's own technical background: Kubernetes, PostgreSQL, Elasticsearch, Python, Go, React, Redis, and Terraform power a platform designed to sit inside cloud-native infrastructure rather than in front of it. The open-source GoTestWAF project - which simulates OWASP and API-specific attacks across REST, GraphQL, gRPC, SOAP, and XMLRPC protocols - is a public artifact of how Wallarm thinks about security testing.
The papers that changed the attack surface
Before Wallarm, before ONsec, Novikov was contributing research that changed how the security community understood certain classes of vulnerabilities. Two contributions stand out.
Memcached Injection (2012-2014)
Memcached was ubiquitous and, almost universally, not considered a security surface. It stored cached data. It did not run SQL queries. It was not exposed to the internet. Novikov's research showed that applications accepting user-controlled input that eventually reached memcached could be exploited with techniques analogous to SQL injection - and, critically, that unsafe deserialization of cached data could escalate the attack to Remote Code Execution. He presented the full technique at Black Hat USA 2014, with working proof-of-concept code across Go, Ruby, Java, Python, PHP, Lua, and .NET.
SSRF Research and the SSRF Bible
Server-Side Request Forgery was known before Novikov's work, but his systematic documentation of how SSRF could be exploited against internal services - including memcached, Redis, Riak, and CouchDB - became the reference material for a generation of security professionals. The SSRF Bible is still cited. Later work extended the analysis to key-value injection techniques in the wild.
"API vulnerabilities are not categorized appropriately through any official institution."Ivan Novikov, after analyzing 10,000 CVE reports spanning 1998-2022
That observation about CVE categorization - made after Novikov and his team analyzed over 10,000 vulnerability reports, bug bounty submissions, and documented exploits - points at a systemic problem he has been trying to fix: the threat intelligence infrastructure around APIs lags the actual threat landscape by years. Wallarm's products are, in part, a commercial answer to that gap.
24 years in motion
What he has actually done
- Inventor of the memcached injection attack class - presented at Black Hat USA 2014
- Authored "The SSRF Bible" - canonical reference on Server-Side Request Forgery exploitation
- Bug bounty awards from Google, Facebook, Twitter, Tesla, Yandex, and Honeywell
- Founded and scaled Wallarm to 210+ employees and $70M+ in total funding
- Y Combinator S16 alumnus (2016) - one of 107 companies in the batch
- 134% enterprise net revenue retention at Wallarm in fiscal year 2024
- Forbes Technology Council member
- Creator of GoTestWAF - widely adopted open-source API and WAF security testing tool
- ONsec completed 200+ penetration testing engagements across major Russian internet companies
- Analyzed over 10,000 CVE reports and bug bounty submissions to map the API threat landscape
- Regular speaker at Black Hat, HITB, BSidesSF, and SyScan 360
- HackerOne profile: active contributor with verified research disclosures
What he says
We're doubling down on innovation to equip security teams with the intelligence and automation they need to stay ahead of increasingly sophisticated and targeted API attacks.
On Series C, August 2025Our goal is to give security teams precision tooling that integrates natively with modern stacks, and stops threats before they become incidents.
On Wallarm's product directionSecurity issues affect lives of people across all walks of life on the daily basis. I look forward to talking about security to the broader audience in language that non-technical people can understand.
On joining Forbes Technology Council5 API exploits happen every day. API vulnerabilities are not categorized appropriately through any official institution.
From 10-year API security research summaryThings that don't fit anywhere else
His master's degree is in quantum magnetism from Lomonosov Moscow State University. Not a traditional cybersecurity pipeline.
The hacker handle he has used across every platform since the early 2000s. LinkedIn, GitHub, Twitter/X, HackerOne - all d0znpp, all the way down.
Among the companies that paid him a bug bounty is Tesla - specifically through its vehicle security program. The attack surface was not a web app.
Plays piano on an 84-key keyboard. Not 88. The two missing keys remain unexplained.
At Black Hat 2014 he demonstrated RCE through a data store that most engineers still don't think of as a security boundary.
Relocated from Moscow to San Francisco, then to Austin, Texas - while building a company with teams across multiple continents.
Where to find his thinking
Novikov writes prolifically on API security, OAuth, SSRF, and application security fundamentals. His Medium blog has 1,700+ followers and covers topics from threat modeling to webhook security to how to bypass libinjection in modern WAF deployments. Dark Reading, Security Boulevard, and Infosecurity Magazine all carry his bylines.
Conference talks span Black Hat USA (2014), BSidesSF (2019), HITB, and SyScan 360. The Techstrong TV appearance from November 2024 offers one of the cleaner recent explanations of why the old WAF model breaks under API-native architectures.
Medium Blog
1,700+ followers. Long-form on SSRF, OAuth, API abuse, CSRF, threat modeling, and remote work culture.
Read on Medium →Dark Reading
Regular contributor covering enterprise security, API threats, and vulnerability management for security professionals.
Read on Dark Reading →Techstrong TV
Interview on Wallarm's Security Edge SaaS platform and the competitive API security landscape (Nov 2024).
Watch Interview →The stack behind Wallarm
Wallarm runs on a cloud-native infrastructure stack that mirrors the environments it protects. The platform integrates directly into Kubernetes deployments, sits alongside API gateways, and supports deployment via Helm charts.