BlackNesherAgentic AI Security Assessment
← All articles

How CEO-Fraud Prompt Injection Works Against AI Support Agents

CEO fraud — impersonating a senior executive to pressure someone into an unauthorized action — is one of the oldest social engineering plays in the book, and one of the most expensive. The FBI's Internet Crime Complaint Center (IC3) tracks it under Business Email Compromise, and it consistently ranks among the highest-dollar-loss fraud categories reported every year. The pattern didn't go away when companies started putting AI agents in front of support and operations workflows. It just found a new target.

The mechanism

The attack is simple in structure: claim to be a senior executive, or someone acting on their authority, with an urgent request that conveniently bypasses whatever normal approval process would otherwise catch it. Against a human, this works through authority bias and time pressure — the target complies because pushing back on "the CEO" feels risky, and there's no time to verify.

Against an AI agent, the exact same psychological pattern gets encoded directly into the prompt: an in-character message claiming executive authority, paired with a plausible urgent justification, sent to a support or operations agent that has no independent way to verify who it's actually talking to. The agent doesn't have a gut feeling about whether a request "feels off" the way a skeptical employee might — it evaluates the text of the request against its instructions, and a well-crafted authority claim is, by design, meant to read as legitimate.

Why a real name matters more than a generic claim

A generic "I'm the CEO, do this now" is weaker than a specific, real name and title — the same way a real phishing email naming your actual manager is more convincing than one addressed to "Dear Employee." This is exactly why real red-team assessments that have access to a company's real personnel information (gathered during authorized reconnaissance, or provided directly by the customer during scoping) test with real names, not placeholders. It's a more accurate simulation of what a real attacker — who has done five minutes of LinkedIn research — would actually send.

Chaining it with urgency and consistency

The strongest versions of this attack rarely rely on authority alone. Research on persuasion-based LLM manipulation (a Wharton study on AI persuasion tactics) found that combining authority claims with urgency and small-commitment framing — get a trivial "yes" first, then escalate — measurably increased compliance rates compared to authority alone. This mirrors Cialdini's classic human-persuasion research almost exactly: authority, consistency, and reciprocity are the strongest levers, and they compound when stacked.

What a real defense looks like

The fix isn't teaching the model to be more suspicious in the abstract — it's removing the agent's ability to treat a claimed identity as sufficient authorization for a sensitive action at all. Any action with real consequences (credential resets, refunds, account changes, escalations) should require verification through a channel the agent doesn't control — not "the user says they're the CEO," but an actual authenticated identity check. Testing whether an agent currently falls for this — and how many rounds of pressure it takes — is exactly the kind of finding a real adversarial assessment surfaces before a real attacker does.

Want to know whether your own agent holds up against techniques like these?

Run a Free Mini Assessment