惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
IT之家
IT之家
Y
Y Combinator Blog
T
Tailwind CSS Blog
B
Blog
大猫的无限游戏
大猫的无限游戏
博客园 - 叶小钗
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
I
InfoQ
J
Java Code Geeks
F
Fortinet All Blogs
T
The Blog of Author Tim Ferriss
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
H
Hackread – Cybersecurity News, Data Breaches, AI and More
人人都是产品经理
人人都是产品经理
腾讯CDC
Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
博客园 - 司徒正美
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
L
LangChain Blog

Fortune | FORTUNE

One man can kill Bill Ackman’s $64 billion bid for Universal Music Group—and no one knows what he’ll do | Fortune Poppi’s cofounder pitched her startup on Shark Tank while 9 months pregnant and landed a $400,000 deal—now it's worth $2 billion | Fortune Teen boys are choosing AI girlfriends over real ones for 'maximum control, zero rejection'—experts say it could make them unemployable | Fortune A United American merger is by no means impossible given the president 'loves big deals' | Fortune Reed Hastings’s planned exit from $455 billion Netflix ‘had nothing to do with’ the failed deal for Warner Bros., says Ted Sarandos | Fortune Meet Joe McCann: The high-flying crypto trader held in Tanzania after sudden death of his influencer fiancée Ashly Robinson | Fortune Gen Z is carving a different path in the housing market by doing it alone | Fortune U.S. Catholic leaders criticize Trump for ‘disparaging words’ about the pope as Vatican clash risks alienating Catholic voters | Fortune China has ‘nearly erased’ America’s lead in AI—and the flow of tech experts moving to the U.S. is slowing to a trickle, Stanford report says | Fortune Self-made millionaire behind $5 billion Skims Emma Grede says it all began with a cold call to Kris Jenner: Emma Grede—the self-made millionaire behind the $5 billion Skims empire—says it all began with an audacious cold call to Kris Jenner: ‘The difference between me and someone else is, I made it happen’ | Fortune Americans have never been this gloomy about the economy. Wall Street has never cashed in harder | Fortune ‘The college grading system [is] almost meaningless’: People see the Ivy League as an easy A and with flawed admissions standards | Fortune The CEO of $8.5 billion Japanese car giant Nissan plays the drums in a band and hits the tennis courts to destress from the top job | Fortune New York governor's take on a millionaires tax: fancy pied-à-terre second apartments worth over $5 million | Fortune Pope Leo XIV: A ‘handful of tyrants’ are ravaging earth with war and exploitation | Fortune Trump has no plan to cut the $39 trillion national debt, but he does want to cut childcare. His budget director is scrambling to clarify | Fortune China's economy grows 5% in first quarter, surprising economists to the upside | Fortune Everyone was wondering what Trump wanted more: Warsh smoothly seated at the Fed, or for Powell to pay. We have our answer | Fortune Palantir exec: the biggest mistake retailers are making with AI? Trying to do it all with one agent | Fortune American YouTuber who calls himself a 'troll' sentenced to 6 months in Korean prison for literally dancing on wartime graves | Fortune BBC plans to cut up to 2,000 jobs to save 10% of annual budget | Fortune Canva debuts a new suite of agentic tools, as the design app quietly becomes one of the world’s most used AI services | Fortune Moody's CEO: AI has a trust problem – better models won’t fix it | Fortune Top New York surgeon: Americans have better data for choosing restaurants than surgeons. That has to change | Fortune The Iran war’s fertilizer shock is hammering American farmers, and 70% can’t afford what they need for this year’s growing season | Fortune Education experts to Mamdani: Why are you foisting AI on our kids? | Fortune This CEO pirated video games as a teen and became a hacker for the Air Force. Now he’s built a $3 billion cyber firm | Fortune Teacher, blame thyself: Yale report savages Ivy League schools for destroying American trust in higher education | Fortune Fed chair nominee Kevin Warsh is worth more than $100 million and has stakes in SpaceX and Polymarket | Fortune From wool sneakers to GPUs: Allbirds’ desperate AI pivot and 600% stock surge, explained | Fortune
The AI arms race in cybersecurity has started. Most compa...
Philip Martin · 2026-05-30 · via Fortune | FORTUNE

In 2019, sophisticated hackers spent weeks targeting Coinbase employees with emails from compromised Cambridge University accounts. The attackers patiently built trust before deploying a pair of chained zero-day exploits—a term that describes undiscovered software vulnerabilities—that took aim at the Firefox browser. One exploit sought to break into the browser, and the other sought to execute malicious code on the host machine. At the time, it was among the most advanced attacks ever directed at the corporate sector. 

The Coinbase security team caught it within hours after an employee report and automated alerts fired simultaneously. This allowed us to identify the malicious behavior. Response times measured in minutes, no customer funds lost. But I think about that incident differently now. The attacker needed weeks of social engineering and rare zero-days to get one shot at us. An AI-driven adversary wouldn’t need weeks. It might not even need hours. And that’s the world I’m preparing for today.

The last few months have made something clear that security teams across industries have been quietly preparing for: AI is and will continue to change how cyberattacks occur. Since the form of this change is still taking shape, the hardest part of my job right now is planning for threat models that don’t fully exist yet.

Frontier AI models, such as those being built by Anthropic, OpenAI, and others, have crossed a capability threshold in cybersecurity that would have seemed speculative eighteen months ago. These systems can read a codebase the way an experienced auditor reads a codebase, but with the speed, memory and focus of a machine. One recent model found a 27-year-old bug in OpenBSD, one of the most audited codebases on the planet. That’s a structural shift in what’s possible.

Today, that shift favors the defender. 

Security is, in large part, a context problem. Defenders usually know more about their own systems than attackers: the code, logs, architecture, and history. Give a strong model that context and it can become a powerful tool for finding weaknesses faster and more thoroughly. At Coinbase, we already use AI across security work, including application security, launching simulated attacks on our own system (a process known as red teaming), and infrastructure hardening. In environments where defenders can deploy these tools first and at scale, they should win.

But where attackers and defenders share equal context, the problem is more significant.

One example is Decentralized Finance (DeFi), where code runs in the open. Attackers have the same access a smart contract audit does. It becomes a race of model capability and focus to see who will find bugs first. AI will also lead to a compression of the normal attack timeline, taking something that would have spanned weeks and compressing it to hours. This is likely to make exploits faster, cheaper and more frequent.

AI threatens the backbone of global software

The issue here, of course, extends well beyond DeFi and into the open source code that forms the backbone of the world of software. Much of that code is in the open on platforms such as GitHub, available for review by attacker and defender alike. In security, we call this kind of risk a supply chain attack. They’re not new, they are incredibly hard to detect and defend against, and they are about to get faster and easier than ever before.

The frontier models that can find long hidden bugs like the OpenBSD one today require enormous hardware to run. Anthropic and its peers are releasing these capabilities carefully, giving defenders a head start. That’s the right approach, and it’s a real benefit to the ecosystem. But it’s a temporary one. 

These models are getting cheaper to run. Researchers are improving efficiency, experimenting with ways to run larger models with less hardware, and steadily pushing performance forward. 

What might cost $10 million in hardware to run today could cost closer to $100,000 a year or two from now. Models like Mythos are unique today, but history is clear that open-weight equivalents will follow. When that happens, capabilities available now limited to a handful of labs will be within reach of any well-resourced attacker group.

This is what security teams should be planning for now. 

Incidents are going to move faster. Supply chain attacks will become much more common; lateral movement, privilege escalation, data exfiltration, exploitation of discovered vulnerabilities will happen at a speed that human responders will struggle to match. The scariest part of all is that’s all imagining an AI assisted attack as a regular attack, just faster. We fundamentally don’t know the ways AI will change the attack and defense side of cybersecurity in the coming years.

Preparing for threats you can’t fully specify is uncomfortable, but it’s not new. It’s most of what security work actually is. What is new is the speed. 

So what should companies do?

Companies that want to address these threats can start by using AI aggressively on the defensive side. There is no virtue in falling behind on tools your adversaries will eventually have. Don’t wait on vendors or a third party. Instead, make a point to experiment, and demand that your people engage with AI as much as possible.

That alone isn’t enough. Companies need to manage their third parties with the same intensity, especially the software libraries they depend on. Simple steps like version pinning or requiring a cool-down period before new library releases are available to developers can go a very long way toward blunting the supply chain attacks that are about to become far more common.

Most critically, rebuild your incident response around the assumption that the attacker is operating at machine speed, because soon enough, they will be. “Assume compromise” has been an ongoing slogan in security for years, but AI makes it viscerally real. The attacker on your network may not pause to sleep, strategize, or second-guess. Your playbooks need to account for that.

And through all of this, resist the temptation to treat any specific model release as the problem to solve. A year later, there will be a more capable model, and the cycle will reset. The goal isn’t to defend against one tool. It’s to build an organization that adapts faster than the threat evolves.

The last decade taught me that the crypto industry evolves faster than any sector I’ve ever worked in. The next decade, shaped by AI, will be faster still. This is not a fight defenders win once. It’s an arms race. Attackers will eventually get many of the same tools defenders have. What we can do, and what we have to do, is stay ahead long enough to matter. You may lose some battles along the way, the important thing is not to lose the war.