Historical First "Zero Day" Stopped by AI

It was just weeks before the Black Hat conference when Google’s internal alarms went off, - not for a hacker breach, but for a stunning discovery by an AI. Google’s experimental agent, ironically nicknamed “Big Sleep,” had unearthed a critical new vulnerability in the ubiquitous SQLite database (CVE-2025-6965) and flagged it for immediate fix. This was no ordinary bug report: the flaw was a true zero-day, known only to covert threat actors until that moment, and Big Sleep caught it first (Google). In doing so, Google’s AI managed to foil a cyberattack before it could even begin, stealing the thunder from any would-be Black Hat exploits and marking a historic shift in how we battle threats.

This was the cybersecurity equivalent of a guard dog sniffing out an intruder before they even touched the door. Big Sleep’s preemptive strike marked the first time an AI agent has ever stopped an in‑progress cyber exploit in the wild (TheRecord). In a field where defenders typically scramble to patch vulnerabilities only after attackers have pounced, this felt like science fiction, - an autonomous system predicting and preventing an attack hackers were just about to launch. The message to security leaders was clear. A new breed of tireless digital guardians has arrived, and they don’t need sleep.
Autonomous Vulnerability Discovery
Google’s Big Sleep is at the forefront of a broader trend in cybersecurity: autonomous vulnerability hunters that can roam through code and find cracks before the bad guys do. Launched in 2024 as a collaboration between Google DeepMind and Project Zero, Big Sleep was designed to actively search for unknown software flaws 24/7. It started proving its worth quickly. And by late 2024, it had already found its first real-world bug, and it has since uncovered multiple others, exceeding expectations for AI-powered security research (Google). The recent SQLite discovery was its most dramatic win yet. By combining threat intelligence hints with its own code analysis, Big Sleep effectively predicted an imminent attack and pinpointed the hidden weakness before any damage was done. It’s akin to having a digital bloodhound that not only senses where an attacker will strike, but also digs up the buried bone (vulnerability) before anyone gets hurt.
Big Sleep’s impact reaches beyond Google’s walls. Recognizing that open-source software underpins every enterprise, Google is now deploying Big Sleep to help secure widely used open-source projects. In other words, an AI agent is patrolling the broader software ecosystem, raising the bar for everyone’s security. This kind of autonomous bug-hunting is a potential game changer. One Google executive likened these AI agents to a force multiplier that frees up human teams to focus on the most complex threats (TheRecord). Instead of burning cycles on endless code review and fuzz-testing, your security engineers can let the AI scour the depths for low-hanging critical bugs. When it finds a serious flaw, - say a memory corruption in a database engine, it alerts the team and even helps neutralize it before users are impacted. Of course, with great power comes great responsibility. Google emphasizes guardrails like human oversight and “secure-by-design” principles for these agents (SecurityOnline). But used wisely, autonomous vulnerability discovery tools promise to flip the script on attackers, turning cyber defense into a proactive hunt rather than a perpetual firefight.
Forensic AI on the Frontlines: Sec-Gemini in Action
When a security incident strikes at 2 AM, the last thing you want is your analysts bleary-eyed, slogging through millions of log lines until dawn. This is why Google’s open-source forensic platform Timesketch just got a powerful AI infusion. By integrating a specialized model called Sec-Gemini into Timesketch, Google has essentially given incident responders a tireless virtual investigator to handle the grunt work. Sec-Gemini (an AI model trained on vast threat intelligence, courtesy of Google’s Mandiant division) can automatically perform the initial forensic investigation that usually eats up hours. Picture feeding hours of event logs, system alerts, and network telemetry to an AI, and getting back a concise timeline of what likely happened, - complete with highlights of the suspicious entries, in a fraction of the time it would take a human.

In practice, Timesketch’s new Sec-Gemini brain drastically cuts down investigation time by sifting through mountains of data at machine speed. It’s like having a junior forensic analyst who works at superhuman speed, laying out the clues neatly for the senior team to review with their morning coffee. Google even demoed this capability live at Google Cloud Next event last month, showing how an AI-driven “agentic” log analysis can parse weeks of logs and surface key indicators of compromise in seconds. For enterprises, this means faster incident response and less chance for intruders to hide in the noise. Instead of manually querying and correlating logs from various systems, your team can rely on AI to connect the dots, - whether it’s tracing the steps of a malware outbreak or identifying the exact moment an insider began exfiltrating data. The human experts are still in charge of interpreting and remediating, but now they’re armed with immediate, AI-curated insights rather than drowning in raw data. In the high-pressure scramble of breach response, agent-assisted forensics can be a lifesaver, containing damage and preserving evidence with unprecedented speed and precision.
From Code to Production: AI Agents in the DevSecOps Pipeline
Autonomous AI agents aren’t just hunting hackers, - they’re changing how we build and ship secure software. In modern DevSecOps pipelines, we’re starting to see AI “co-pilots” that can analyze code, configurations, and dependencies in real time, catching vulnerabilities or misconfigurations before they hit production. The influence of tools like Big Sleep now extends into the software development life cycle (SDLC) itself. Imagine an AI-based security reviewer that scans each new code commit and dependency added, instantly flagging risky API calls or a library with a known flaw, and even suggesting a safe patch. This is quickly becoming reality. AI platforms can analyze vast amounts of code and behavior patterns to pinpoint issues early, giving developers actionable security insights long before a traditional scan would (ProgressChef). Instead of a last-minute penetration test or a post-release vulnerability scramble, the AI is watching over the code from day one, - a bit like a guardian angel for your CI/CD pipeline.
The benefits are twofold: speed and accuracy. On one hand, AI can automatically identify and even remediate certain vulnerabilities at scale, dramatically reducing the time from discovery to fix. For example, if a new critical flaw in an open-source library is disclosed, an agent could not only alert your teams immediately but also generate a merge request to update the dependency or apply a patch. On the other hand, these agents help enforce security standards consistently. They don’t get tired or overlook things, - every container config, every access policy, every piece of code gets the same scrutiny. Developers might initially worry about an overzealous AI crying wolf, but the state-of-the-art is improving to minimize noise. With proper tuning, an AI security assistant can act like a savvy QA tester focused on security, catching mistakes developers might miss and teaching as it goes. This shifts the culture toward “secure by default” code. Teams spend less time firefighting known issues and more time on creative problem-solving and robust design. For executives, the takeaway is that agent-driven insights can directly feed into dev workflows, - think automated tickets or comments in your Git repo when the AI spots something, creating a tighter feedback loop between security and development. The end result? Software that’s not only shipped faster, but shipped safer, with AI quietly hardening the product at each step of the assembly line.
Catching the Enemy Within: Google’s FACADE and Insider Threats
Not all attacks come from the outside. Insiders, - whether malicious employees or compromised accounts, can quietly wreak havoc behind your firewalls. Traditional security tools often struggle here, because how do you distinguish a user doing something unusual from one just doing their job in a new way? Google’s answer has been an internal AI system called FACADE (Fast and Accurate Contextual Anomaly Detection), and it’s a glimpse into the future of insider-threat defense. FACADE has been monitoring billions of security events daily at Google since 2018 (Google). It uses deep learning to understand the “normal” context for each user’s actions, - essentially learning what everyday behavior looks like for every employee, service account, and system. When something veers off that norm, FACADE notices, even if that specific anomaly has never been seen before. This contrasts with the old approach of relying purely on known attack patterns or static rules.

The brilliance of FACADE lies in its precision and context-awareness. It’s not firing off alerts every time someone accesses a file. Instead, it’s looking at how and when and in what context a user does something. For example, if an engineer who typically works on backend code suddenly starts downloading large customer data sets at 3 AM, FACADE’s algorithms will compare that against the user’s normal profile (and peers’ behavior) and raise a red flag. Thanks to a novel contrastive learning approach, FACADE doesn’t even require examples of past insider attacks to learn what’s abnormal, - it learns from purely benign data. This is a big deal, because true insider incidents are thankfully rare, and most AI would starve for training data. By leveraging context (like user role, department, typical access patterns) and focusing on out-of-distribution actions, the system achieves an extremely low false positive rate in practice, meaning when it screams, it’s worth investigating. In Google’s case, FACADE acts as the last line of defense, a sort of invisible tripwire that can catch a rogue employee or an infiltrated account doing something subtly dangerous. For enterprises, deploying this kind of AI means finally having eyes on the “unknown unknowns” internally, - those subtle, one-off malicious actions that traditional monitoring might shrug off. It gives security teams a finely tuned early warning system for insider threats, turning what is often an organization’s blind spot into a monitored space. As more companies consider insider threat programs, FACADE’s success shows that AI can spot the wolf in sheep’s clothing by understanding the flock’s behavior better than any human could.
The Road Ahead for Security Leaders
This new class of autonomous AI agents, - from Big Sleep sniffing out zero-days to Sec-Gemini automating forensics to FACADE catching insider misdeeds, - is changing the game for enterprise security. But how should executives approach these tools today? First, it’s crucial to cut through the hype. Evaluate AI cybersecurity solutions based on real outcomes and precision, not sci-fi promises. The Google examples demonstrate tangible successes (a prevented exploit, hours saved in analysis, genuine insider threats identified) that you can ask your own vendors or teams to aim for. When piloting an AI-driven security tool, measure it:
-
Does it actually reduce response times?
-
Is it finding relevant issues your team missed?
-
How low are the false positives?
Treat these AIs as new team members, - they require training, oversight, and tuning. Google’s experience underscores that human expertise and AI go hand-in-hand: Big Sleep needed threat intel context to zero in on the bug, and Sec-Gemini’s summaries still rely on analysts to make judgement calls. So, plan for a human-in-the-loop deployment. Build workflows where AI findings are reviewed, verified, and acted upon by skilled staff. This not only prevents blind trust in automation, but also helps your people learn to work alongside AI which is a skill set of the future.

Security and development leaders should also consider where AI agents can slot into their existing processes right now. Perhaps it’s integrating an AI code scanner into the CI pipeline, or using an AI-powered log analysis tool in your SOC for triage. Start with a well-defined use case where the AI can save time or catch something new, and iterate. The goal is to operationalize these AI insights directly into decision-making cycles, - whether that’s a JIRA ticket automatically created from an AI-found vulnerability, or an immediate incident alert when an AI flags an anomalous database access. In parallel, insist on transparency and security from the AI systems themselves. Demand vendor detail on how the AI was trained, what data it needs, and how it protects that data. The last thing you want is a “black box” agent with access to sensitive info and no explainability. Google’s publication of its Secure AI Framework and vulnerability disclosures is a good example of the level of openness and responsibility to look for and emulate (siliconAngle).
Perhaps most importantly, keep an eye on the adversary’s moves. Just as defenders are embracing AI, attackers won’t be far behind. We’re already seeing early signs of AI being used to craft smarter phishing or find soft spots in code. This means the advantages of AI in defense will eventually become table stakes, - a necessity to keep up, not just a novelty. The enterprises that thrive will be those that learn to trust AI agents with routine defensive work while channeling human creativity into strategic security improvements. In an industry often stuck reacting to the latest breach, autonomous agents offer a rare chance to get ahead of threats. The executives who skillfully weave AI into their cybersecurity fabric, - fostering a partnership between intelligent machines and talented people, will lead the way to a future where we’re not just surviving the constant attacks, but truly staying one step ahead.

Further Readings
-
A Summer of Security: Empowering Cyber Defenders with AI – Kent Walker (July 2025). Google’s official blog post announcing Big Sleep’s SQLite zero-day discovery and new AI enhancements like Sec-Gemini in Timesketch. Provides insight into Google’s strategy for “agentic” AI in cybersecurity and how it was showcased at Black Hat 2025.
-
Google’s ‘Big Sleep’ Just Became the First-Ever AI to Prevent a Cyberattack – Matt Jancer (July 2025). A VICE News article recounting how Big Sleep predicted and stopped an impending SQLite exploit. Discusses the significance of this achievement in the context of AI’s growing (and sometimes infamous) role in security.
-
Google says ‘Big Sleep’ AI tool found bug hackers planned to use – Jonathan Greig (July 2025). Reporting by Recorded Future’s The Record on Big Sleep’s discovery of CVE-2025-6965. Includes details from Google on how threat intel indicators tipped off the AI and notes on industry efforts (like DARPA’s AI Cyber Challenge) to automate vulnerability discovery.
-
Google AI Innovations Transform the Future of Cybersecurity – Maya Derrick (July 2025). An overview of Google’s summer 2025 security AI announcements in Cyber Magazine. Covers Big Sleep, Sec-Gemini’s integration into Timesketch, and FACADE, as well as Google’s collaborations (Airbus, CoSAI) and quotes from Google’s leadership about the broader cybersecurity impact.
-
DevSecOps in 2025: The AI-Powered Future of Security and Efficiency – Prashanth Nanjundappa (March 2025). An article exploring how AI is poised to reshape DevSecOps. It discusses emerging practices like predictive threat detection, automated vulnerability remediation, and “AI as a co-developer,” offering context for how agent-driven insights can streamline software security in the near future.
Disclaimer: The perspectives shared in this article are my own and do not represent those of my employer or any affiliated organizations. All company names, product names, logos, and brands mentioned are the property of their respective owners and are used for identification and illustrative purposes only. No endorsement, sponsorship, or affiliation is intended or implied. References to specific companies or case studies are based on publicly available information and are used solely for educational and discussion purposes.
More from risk & security
All risk & security →
risk & securityThe RAT That Fights Back: XWorm v6 and the New Era of Stealthy Cyber Threats
In a darkened corporate office at 2 AM, a lone webcam light flickers on a laptop, illuminating an empty conference room. There's no one there, - except a remote intruder quietly peering through that tiny lens. The company’s security alarms…
risk & securityThe Day AI Learned to Whisper: A Steganographic Tale of Collusion
Picture this: your trusty AI assistant is compiling a quarterly report, chatting away with helpful insights, while simultaneously slipping a coded message to another AI system across the office, - and you're none the wiser. It sounds like…
risk & securityPadlocking Privacy: Your Deleted Chats Aren’t Gone
When OpenAI launched an incognito mode and promised you could delete your ChatGPT history, it felt like privacy finally had a seat at the AI table. But in a twist worthy of a techno-legal thriller, a U.S. court has effectively padlocked…