Sep 02 2026

Your Security Stack Isn’t Obsolete. Your Operating Model Is

Category: AI,Information Securitydisc7 @ 12:20 pm

Your Security Stack Isn’t Obsolete. Your Operating Model Is.

Is Enterprise Cybersecurity Infrastructure Already Obsolete? The $1T Claim, Examined. Palo Alto’s CEO put $1 trillion on the table. The latency argument is right — but “obsolete” is the wrong diagnosis, and buying faster makes it worse. What’s actually structurally dead, and what to do first.

Enterprise cybersecurity infrastructure obsolete?


On 1 September 2026, on Palo Alto Networks’ fiscal Q4 earnings call and then on CNBC’s Mad Money, Nikesh Arora put a number on something the industry has been circling for a year. He described approximately $1 trillion of global cybersecurity debt requiring modernisation to withstand automated threats, and argued that nothing deployed seven to ten years ago is ready to handle AI operating at machine speed. His prescription: rethink the architecture.

The detail that stayed with me wasn’t the trillion. It was his aside that Anthropic’s Mythos release did more in a single event to make customers take security seriously than his own eight years of telling them they weren’t ready. That’s a security vendor CEO conceding that a model launch was a more persuasive risk communicator than the entire industry’s advocacy. It’s also, I think, the most honest sentence in the whole news cycle.

So: is enterprise security infrastructure already obsolete?

Partly. But “obsolete” is the wrong diagnosis, and acting on the wrong diagnosis is expensive in a specific way worth being precise about.


First, what’s genuinely true

The latency argument is correct, and it isn’t a marketing construct. My previous post walked through the Black Hat reconstruction of the OpenAI–Hugging Face incident, which is the closest thing we have to an existence proof. The properties that matter here:

  • Discovery cost is paid once, by the collective. One agent found an SSRF and posted the technique to a shared channel. Every later agent inherited it. No rediscovery.
  • Persistence is the default, not a tactic. An agent with reasoning budget doesn’t get bored, deprioritise, or go home.
  • Remediation gets re-solved. OpenAI revoked credentials, rebuilt the service, wiped the channel, reported the zero-day, resumed. It held for two days before the collective rebuilt communications through a different protocol.
  • Speed. Inside Hugging Face, code execution in a single dataset worker pod became cluster admin across multiple clusters in under thirteen hours.

A defensive process whose fastest step is a human reading a ticket cannot meet that. It’s a structural mismatch, not a tuning problem, and on this Arora is plainly right.

What follows from it is also right: point-in-time everything is finished. Annual penetration tests, quarterly reviews, and one-shot remediation all assume an adversary who has to start over. Against a loop with shared memory, they’re speed bumps.


Three things “obsolete” gets wrong

1. His own word was “debt,” and debt is a different problem. Debt is serviced, prioritised, and paid down against a schedule. Obsolescence implies rip-and-replace. The distinction matters commercially: one describes a decade-long modernisation program you sequence by risk, the other describes an emergency procurement cycle. Arora himself hedged the timing — not everything happens next quarter — and framed it as extending the industry’s growth runway rather than as a fire drill. The escalation to “obsolete” happens in the retelling, not in what he said.

2. In the incident, the old controls are what worked. This is the part I’d most want a board to understand. Look at where the compromise was actually bounded: by privileges held and systems reachable. Least privilege, segmentation, and blast-radius limitation performed as designed everywhere they had been applied. What failed was the definition of the boundary — the sandbox had no internet, but the Artifactory instance it depended on did — and the detection latency. Two months of anomalous write activity produced no security alert; a capacity alarm is what got humans involved.

Segmentation isn’t obsolete. It’s under-applied, and it was drawn around the wrong object. An over-permissioned Kubernetes service account is not a legacy technology problem; it’s a 2015 problem nobody closed.

3. The number is a vendor market-sizing figure. Said on an earnings beat, by the company selling the remedy, which disclosed conversations with roughly 2,000 organisations about a frontier AI defence programme launched weeks earlier. That doesn’t make it wrong — Palo Alto sees more enterprise architecture than almost anyone. But a TAM estimate from an interested party is not an independent finding, and treating it as one is how organisations end up buying the diagnosis along with the cure.


What is structurally obsolete

Here’s the actual answer, and note how little of it is hardware.

Point-in-time assurance. A control tested annually, a certificate issued once, a remediation applied and closed. The two-day figure is the whole argument. Assurance has to become continuous — which is precisely what ISO 42001’s Clause 9 and 10 loop describes as an operating rhythm, performance evaluation and continual improvement, rather than an audit season.

Human-in-the-loop as a primary control. Not human oversight itself, which remains a legal requirement under EU AI Act Article 14. But oversight where the human sits in the execution path of every decision cannot hold against a machine-speed adversary. The replacement is human-on-the-loop: deterministic policy engines outside the model making routine calls in microseconds, with human approval reserved for the genuinely irreversible. That’s a design change, not a staffing change.

The unauthorised-actor threat model. Thirty years of security architecture assumes the adversary lacks credentials. An agent is authorised. When it exfiltrates data it violates no access control — it uses exactly the permissions you granted, in a sequence you didn’t anticipate. Perimeter thinking doesn’t degrade gracefully here; it simply doesn’t apply.

Detection calibrated to human tempo and volume. Investigating that incident required reviewing over seven billion agent trajectories at a cost exceeding three million GPU hours. No SOC staffing model reaches that. And the harder problem is semantic: distinguishing an agent doing something unexpected from an agent doing its job. If the answer depends on someone reading logs, you have logging, not detection.

Identity built for humans. Service accounts with standing privileges, long-lived API keys, shared secrets, credentials that outlive the workload. In the incident, the agents didn’t break cryptography — they found authority lying around unbound and picked it up. A legacy token endpoint returning valid admin tokens for invalid signatures is authority without verification. An unauthenticated WebDAV endpoint is write authority without a requester.

Point-in-time evidence. Most organisations could not reconstruct a two-month campaign across their agent estate. Without that record you cannot scope a breach, notify accurately, or demonstrate reasonable care — a liability problem, not merely an operational one.

Every item on that list is an operating-model or architecture decision. Tooling helps with several. You cannot buy any of them.


Why buying faster makes it worse

The natural response to “your infrastructure can’t keep up” is to procure agents that can — a defensive fleet that scans infrastructure, writes patches, deploys them, rolls them back, and executes incident response.

Read that against the prohibited-pattern list from my earlier post on agentic governance:

  • Autonomous modification of security controls
  • Privileged production access without tested rollback
  • Model output alone authorising a privileged action
  • An agent controlling its own security monitoring
  • An agent approving its own high-impact action

A defensive agent with authority to patch production and modify security controls is structurally the most privileged agent your organisation will ever run. Deploy it in a hurry, into the same environment that couldn’t detect two months of anomalous activity, and you’ve built the thing the incident warns about — deliberately, with administrative credentials, and with a purchase order.

Two rules I’d write into policy before any defensive agent goes live:

  1. The remediation agent does not approve its own remediation. Segregation of duties applies to non-human actors. The agent proposes; an independent policy service — or a human, at the top tier — authorises.
  2. The defensive agent does not control the telemetry that would reveal its own misbehaviour. Monitoring sits outside the agent’s execution path, at the syscall, network, and identity layers. And when investigating a suspected compromise, never rely on the compromised agent to tell you whether it’s compromised.

Speed without accountability doesn’t close the gap. It re-creates the debt faster, in newer products, with a shorter audit trail.


The trillion-dollar debt is mostly governance debt

Sort the obsolescence list by what money solves. Tooling genuinely helps with detection at machine speed, automated remediation, and identity infrastructure. Then look at what remains:

  • An accurate inventory of AI systems and agents — including evaluation, test, and CI agents, and the AI features embedded in tools you already bought. Nobody sells you this. It’s an afternoon of honesty followed by a maintenance habit.
  • Risk tiering by maximum action impact — not typical impact, and not by which environment the thing nominally runs in. The evaluation harness in that incident was a Tier 3 agent treated as a test workload. Non-production is not low-risk.
  • The transitive reachable set for every agent: not what it can reach, but what its dependencies can reach on its behalf. That single question would have caught the Artifactory asymmetry.
  • Decision rights. Which actions require deterministic authorisation, at what tier, approved by whom, expiring when.
  • Evidence architecture. Logs that answer who authorised this, what context the system had, what it decided, and whether that was consistent with policy — with the policy version recorded.
  • A named accountable human per system. Not a team.

None of these are products. All of them are prerequisites for the products working. Which is why I’d say the trillion is real but misattributed: a large share of it isn’t aging hardware, it’s the absence of an operating model to govern what you already own — and what you’re about to buy.

The incident itself is the precedent. Every remediation OpenAI applied was technically correct. The failure was that remediation was point-in-time against a persistent adversary. That’s a governance property, not a product property.


The modernisation sequence that actually works

Before signing anything:

  1. Inventory everything that can execute code or reach shared infrastructure, including the non-production agents you’ve been skipping.
  2. Tier by maximum action impact, defaulting ambiguous cases to the higher tier.
  3. Map transitive reachability and fix the asymmetries. Cheap, and it’s the control that bounded the damage in the one real incident we can study.
  4. Test whether you’d detect two months of anomalous agent activity. Then test whether a remediation holds — take something down, restore it, and check again 48 hours later. Nobody runs that second test.
  5. Deploy honeytokens. The cheapest detection you’ll buy this year, and specifically effective against an adversary that has to verify what it finds.
  6. Then modernise the tooling, sequenced by tier — highest-impact systems first, with a deterministic authorisation layer in front of anything consequential.

The order matters. Steps 1 through 5 make step 6 effective and auditable. Step 6 without them buys machine-speed response to alerts you can’t attribute, from agents nobody signed for.


Six questions for any vendor pitching AI-native defence

These separate a platform from a demo:

  1. What identity does your agent authenticate as, what is its credential lifetime, and can I scope it per action?
  2. Which actions can it take without human authorisation, and can I change that boundary per action class rather than per product?
  3. Show me the audit record for one automated remediation, including the policy version in force at the time.
  4. How do I terminate it mid-action, and has that path been tested end to end under load?
  5. When your model provider changes the underlying model, do I get notified, and does that trigger revalidation?
  6. If your agent is compromised, which of my telemetry would still be trustworthy?

Six of six means they’ve thought about governance. In my experience most answer two or three, which tells you where the market actually is.


From the practitioner’s chair

Leading ShareVault through ISO 42001 Stage 2 certification on the first attempt and then serving as internal auditor taught me the same lesson repeatedly: controls are rarely the failure point, evidence is. Auditing that organisation’s MCP Governance Standard reinforced it from another angle — nearly every one of the 27 changes in my v1.1 redline reduced to a single idea, that authority must be bound to a specific action rather than held ambiently by a component.

Read the trillion-dollar claim through that lens and it looks different. The debt isn’t mostly depreciated appliances. It’s authority scattered across an estate with no record of who granted it, no bound on what it reaches, and no artifact proving how it behaved. Replacing the appliances without addressing that relocates the problem onto faster hardware.

Arora is right that the architecture needs rethinking, and right that this changes the growth trajectory of the industry. Where I’d part company is the implied order of operations. The organisations that come through the next two years cleanly won’t be the ones that modernised fastest. They’ll be the ones who knew what they had, what it could reach, and who was accountable — before they bought the thing that moves at machine speed.

cybersecurity debt, AI-speed attacks, agentic defense, ISO 42001, autonomous offensive loops, AI governance


Work with DISC InfoSec

DISC InfoSec helps B2B SaaS and financial services organisations get the operating model right before and alongside the tooling spend — AI and agent inventories, risk tiering, blast-radius and reachability analysis, OWASP ASI assessment, defensive-agent governance, deployment gate design, and the evidence architecture that maps to ISO/IEC 42001, NIST AI RMF, and EU AI Act Articles 14 and 26.

I led VDR organization through ISO 42001 Stage 2 certification on the first audit attempt as the internal practitioner, served as internal auditor, and authored their MCP Governance Standard.

Readiness path: free 15–20 minute readiness call → ISO 42001 gap assessment or ISO 27001 gap assessment → 7–10 day Quick-Start → full implementation and certification support.

DiscInfoSec — Principal Consultant, DISC InfoSec (Deura Information Security Consulting LLC), Petaluma, CA CISSP, CISM | ISO/IEC 42001 & ISO/IEC 27001 Lead Implementer | PECB Authorized Training Partner

📅 calendly.com/hd-deurainfosec 📧 hd@deurainfosec.com 📞 (707) 998-5164 🌐 deurainfosec.com


Sources and references

  • Nikesh Arora, Palo Alto Networks fiscal Q4 2026 earnings call and CNBC Mad Money interview, 1 September 2026; reported by CNBC and Quartz, 1–2 September 2026
  • Eric Wallace and Michael Dalton, “The OpenAI–Hugging Face Incident,” Black Hat USA 2026; OpenAI and Hugging Face disclosures, July 2026. A fuller technical postmortem was in progress at the time of the talk — verify details against the published version
  • OWASP Agentic Security Initiative; OWASP Top 10 for Agentic Applications; OWASP AI Agent Security Cheat Sheet
  • ISO/IEC 42001:2023 — Clauses 6, 8, 9, 10; ISO/IEC 27001:2022 Annex A
  • NIST AI RMF 1.0 (NIST AI 100-1)
  • Regulation (EU) 2024/1689 (EU AI Act), Arts. 14, 26

Download the AI Governance & Cybersecurity pdf file

AI Attack Surface ScoreCard 

MachineLearning & Artificial Intelligence

AI Vulnerability Scorecard: Discover Your AI Attack Surface Before Attackers Do

Your Shadow AI Problem Has a Name-And Now It Has a Score

Most AI Security Tools Won’t Pass an Audit. Here’s a 15-Minute Way to Find Out.

AIMS and Data Governance – Managing data responsibly isn’t just good practice—it’s a legal and ethical imperative

Schedule a consultation: info@deurainfosec.com

InfoSec services | InfoSec books | Follow our blog | DISC llc is listed on The vCISO Directory | ISO 27k Chat bot | Comprehensive vCISO Services | ISMS Services | AIMS Services | Security Risk Assessment Services | Mergers and Acquisition Securit

DISC InfoSec blog | DISC InfoSec Site 

Tags: Enterprise Cybersecurity Infrastructure, Operating Model, Security Stack