Newsletter

    Subscribe our newsletter

    Get new infrastructure guides, comparison reports, and migration notes in your inbox.

    Infrastructure notes, guides, and new tools. Unsubscribe anytime.

    Back to Blog
    AI Security
    AI Threat Modeling
    Security
    Infrastructure

    Securing AI and defending against it are two different problems

    September 10, 2026
    7 min read

    "AI security" gets used for two problems that have almost nothing in common. One is protecting systems that use a model. The other is defending against attackers who use a model. Different threat actors, different controls, different owners, and increasingly different budgets. Teams that conflate them buy the wrong thing and then wonder why it did not help.

    This distinction is the spine of everything else in this series, so it is worth being precise about before anything else.

    The problem

    A platform team stands up an internal assistant. It reads the ticket queue, searches the wiki, and can open a change request. Somebody asks the obvious question: is this secure? Procurement returns with three vendors. One sells a gateway that inspects prompts and model outputs. One sells email security that flags AI-generated messages. One sells a governance platform that maps your models to a regulatory framework.

    All three call themselves AI security. Only one of them is about the assistant.

    The same confusion runs the other way. A finance team wires $180,000 to an attacker who cloned a supplier's writing style well enough that nobody questioned the request. The post-incident review recommends "AI security controls". The controls that would have helped are payment verification and phishing-resistant authentication, neither of which has anything to do with the models the company is deploying.

    Why it's different with AI

    The two problems only look alike because the same three letters appear in both. Pull them apart and almost nothing overlaps.

    Securing AI is an application and infrastructure problem. The asset is a system you built or run. The adversary is whoever can reach its inputs, which increasingly means anyone who can get text in front of it — a web page it summarises, a document it ingests, a tool result it reads. The OWASP Top 10 for LLM Applications 2026 is the reference list here, and its entries describe things that go wrong inside your own stack: prompt injection at LLM01, sensitive information disclosure at LLM02, excessive agency at LLM03, unbounded consumption at LLM06 [1]. These are design and permission problems. You fix them by changing what your system can do.

    AI as the weapon is an operations problem. The asset is your staff and your money. The adversary is outside, and the model is theirs, not yours. Nothing in your architecture changes the attacker's capability. What changed is the economics of their side: producing a convincing, individually tailored lure stopped being expensive.

    The FBI's Internet Crime Complaint Center recorded that shift with unusual clarity in 2025. Phishing and spoofing complaints fell slightly, from 193,407 to 191,561. Reported losses from the same category rose from $70,013,036 to $215,843,126 [2]. Roughly one percent fewer complaints, and roughly three times the money. Business email compromise accounted for $3,046,598,558 across 24,768 complaints in the same report, an average near $123,000 per incident [2].

    Volume stopped being a proxy for risk. If your reporting still counts messages blocked, it is measuring the thing that got cheaper rather than the thing that got worse.

    Note what the second problem does not require. No model of yours is involved. You could deploy nothing, ban every assistant in the building, and your exposure would be unchanged.

    What actually works

    The useful move is to stop treating this as one budget line and route each half to the group that can act on it.

    For securing AI, the controls are the ordinary ones, applied to a new component: scope the permissions the model's tools carry, isolate where inference runs, put quotas on what it can consume, and keep an audit trail of what it did. Most of these are deterministic and enforceable in infrastructure. A few, like classifying a prompt as hostile, are probabilistic and belong behind the deterministic ones rather than in front.

    For AI-enabled attacks, the controls are identity and process. Phishing-resistant authentication removes the credential as a target. Out-of-band verification for payment and account changes removes the payment as a target. Both are deterministic, and both work regardless of how good the attacker's prose is. Detection that scores an inbound message for intent or stylistic deviation is worth having and belongs last, because it is the only layer that degrades quietly as the attacker improves.

    The two lists share almost no items. That is the point.

    Ownership follows the same split, and naming it is usually the most productive hour available. Systems built with models belong to application security, with infrastructure owning where they run and what they can reach. Inbound AI-assisted attacks belong to security operations and whoever runs mail. Governance and reporting sit across both without owning either. In most organisations these are different teams, different tools and different on-call rotas, which is precisely why a single "AI security" line item tends to fund one and quietly starve the other.

    There is one honest overlap. Both halves are made worse by the same organisational habit: approving something because it looks plausible and arrived through a familiar channel. On the first problem that is a tool call the model was allowed to make. On the second it is a payment a person was asked to approve. The control in both cases is a verification step that does not depend on the thing looking wrong.

    What doesn't work

    Buying one and believing you covered both. A gateway inspecting your assistant's prompts does nothing about a supplier invoice fraud. Mail filtering does nothing about an agent with a write-scoped database credential. Both products may be good. Neither is general.

    Treating awareness training as the answer to the second problem. Training built on spotting bad grammar, generic greetings and suspicious links is training on markers that a model removes for free. Keeping it because it is the control you already have is not the same as it working.

    Assigning both to whoever ran the last AI project. The people building with models and the people defending the mailbox are usually different teams with different tools and different on-call rotas. Handing both problems to one of them guarantees that half gets attention.

    Waiting for the frameworks to merge. They will not, because they describe different things. The OWASP list catalogues risks in systems you build. Threat intelligence about AI-assisted fraud describes what is being done to you. Both are useful and they are not substitutes.

    Where to start

    • Name the owner for each half, in writing. Application security and infrastructure for the systems you build with models; security operations for inbound AI-assisted attacks. If both names are the same person, that is the finding.
    • Ask any vendor which of the two they address. The answer is usually clear and immediate. A pitch that resists the question is telling you something.
    • Check your phishing metric. If it counts volume, add a loss-per-incident measure beside it. The IC3 divergence [2] is the argument for why.
    • Inventory what your models can reach, not what they can say. Credentials, network egress, and write scopes are the part of the first problem that infrastructure can actually fix, and it is usually the part nobody has written down.
    • Verify payments out of band, with a process that does not depend on anyone noticing that a message reads oddly.

    The rest of this series follows the split. Some articles are about protecting what you build and run. Some are about what arrives in your inbox. Knowing which one you are reading, and which one you have a budget for, is most of the work.

    Sources

    1. OWASP Top 10 for LLM Applications 2026, OWASP GenAI Security Project, published 3 August 2026 — https://genai.owasp.org/resource/owasp-genai-llm-top-10-2026/
    2. 2025 Internet Crime Report, FBI Internet Crime Complaint Center — https://www.ic3.gov/AnnualReport/Reports/2025_IC3Report.pdf

    Frequently Asked Questions

    What is the difference between securing AI and AI-enabled attacks?

    Securing AI means protecting systems that use a model, where the risks are things like prompt injection and excessive agency and the owner is application security and infrastructure. Defending against AI-enabled attacks means handling adversaries who use models to write better phishing, where the owner is the security operations and email team. Different threat actors, different controls, different budgets.

    Who owns AI security in an enterprise?

    Usually three groups who rarely meet. Application security owns the systems being built with models, infrastructure owns where those systems run and what they can reach, and security operations owns inbound AI-assisted attacks. Governance sits across all three. The question is worth asking explicitly, because the common answer is that nobody owns it.

    Do AI security tools protect against AI-generated phishing?

    Rarely the same tool. Products that guard model inputs and outputs sit in front of your application; products that detect AI-assisted social engineering sit in your mail flow. A vendor pitching one as the other is worth a direct question about which of the two problems it addresses.