
A phishing email that took a human attacker 16 hours to research and write in 2023 now takes five minutes and five prompts. The result isn't a sloppy, typo-riddled message your spam filter catches — it's a linguistically perfect, contextually tailored communication that 54% of recipients click. That single statistic, drawn from analysis of AI-generated phishing campaigns, captures the central crisis facing enterprise security today: the tools most organizations use to defend themselves were built for a threat landscape that no longer exists.
We've spent the past year studying how generative AI has fundamentally altered the economics of cyberattacks — and why the most popular approach to enterprise AI adoption, the "AI wrapper," is making organizations more vulnerable, not less. What we found forced us to rethink what sovereign, trustworthy AI deployment actually requires. We published the full analysis in our interactive research on Sovereign Intelligence, and the implications reach far beyond cybersecurity teams.
The Attack Economics Have Flipped

The numbers are staggering, but the real story is structural. Since 2023, AI-generated phishing attacks have surged 1,265%. By 2025, 82.6% of all phishing emails analyzed contained AI-generated content — not crude robo-text, but prose that mirrors the tone, vocabulary, and context of legitimate corporate communications.
Traditional phishing relied on human error in crafting the attack. Grammatical mistakes, awkward phrasing, generic templates — these were the "tells" that security awareness training taught employees to spot. Large Language Models have eliminated every one of those tells.
The enterprise perimeter is no longer a network boundary. It's a linguistic and cognitive one.
But volume is only half the problem. Modern attackers use what's called polymorphic generation — essentially, the AI creates a unique variation of the phishing email for every single recipient on a 1,000-person target list. Different subject lines, different body text, different sender metadata. No two emails share a recognizable signature, which means traditional pattern-matching defenses — blocklists, spam filters, signature-based detection — are functionally blind.
The cost asymmetry is what makes this unsustainable. A 95% reduction in attack production costs means adversaries can afford to be relentless. They don't need a high success rate when the marginal cost of each attempt approaches zero.
Deepfakes Moved From Novelty to Weapon
While AI-generated text provides the volume, synthetic media provides the precision. In Q1 of 2025 alone, 179 deepfake incidents were officially documented — already surpassing the total for all of 2024 by 19%.
Voice cloning has become the sharpest edge of this blade. Modern systems need as little as three to five minutes of recorded audio to generate a convincing replica of someone's voice. The source material is everywhere: earnings calls, conference presentations, podcast appearances, social media videos. For a C-suite executive, there's likely hours of high-quality audio publicly available.
The consequences are no longer hypothetical. In early 2025, a European energy company lost $25 million when a finance officer was deceived by a deepfake audio clone of the company's CFO. The clone handled live, interactive conversation — it wasn't a pre-recorded message. It responded to questions, gave specific instructions, and bypassed multiple human checkpoints through the perceived authority of a familiar voice.
Three minutes of audio from a public earnings call is now enough to clone a CEO's voice for live fraud.
Vishing attacks — voice phishing — leveraging this technology surged over 1,600% in early 2025 compared to late 2024. Meanwhile, the FBI's Internet Crime Complaint Center reported $2.77 billion in losses from Business Email Compromise in 2024 alone. When you include the broader category of cyber-enabled fraud, the figure climbs to $16.6 billion.
The Wrapper Problem Nobody Wants to Talk About
As these threats escalated, enterprises rushed to integrate generative AI into their security and operations stacks. The fastest path was the "AI wrapper" — a thin software layer built on top of public APIs from providers like OpenAI, Anthropic, or Google.
For prototyping and low-stakes tasks, wrappers work fine. For enterprise security, compliance, and sensitive operations, they introduce three vulnerabilities that most organizations haven't fully reckoned with.
The data leaves your building. Every prompt, every document snippet, every piece of context must travel across the public internet to the API provider's inference servers. Even "Enterprise" tiers with zero-data-retention policies often maintain a 30-day monitoring window where data is stored. For organizations in defense, healthcare, or financial services, that window is a liability window.
Your data falls under someone else's laws. Most dominant AI API providers are US-based, which means they're subject to the US CLOUD Act. This legislation allows US law enforcement to compel technology companies to hand over data even when it's stored on servers in the EU, Asia, or anywhere else. If your organization operates under GDPR or similar data residency requirements, this creates a direct legal conflict that no contract clause can fully resolve.
The AI doesn't understand your organization. Wrappers are fundamentally stateless or limited by expensive context windows. They struggle with large, complex internal document repositories, leading to high hallucination rates on proprietary data. When the official AI tools feel limited, employees route around them — using personal accounts on public models, pasting source code and internal documents into consumer-grade interfaces. After Samsung engineers inadvertently leaked semiconductor source code through ChatGPT in 2023, telemetry data showed a 485% increase in source code pasted into generative AI applications, with 72% of that usage happening through personal accounts invisible to corporate security.
This is the "Shadow AI" crisis, and it's the predictable consequence of deploying tools that can't actually handle the work employees need done.
What Sovereign AI Actually Means

We use the term "Sovereign Intelligence" deliberately. It means the organization owns and controls its AI infrastructure the same way it owns its data centers or its intellectual property — not as a subscription, but as an asset.
In practice, this means deploying full-stack AI capabilities directly within the organization's own cloud environment (Virtual Private Cloud) or air-gapped infrastructure. No data leaves the perimeter. No third-party provider can access the model weights. No foreign government can compel disclosure through the back door of an API provider's legal obligations.
Our architecture achieves this through four layers working together. The inference runs on dedicated GPU hardware within the client's existing cloud — AWS, Azure, GCP, or on-premises. Instead of proprietary black-box models, we deploy open-weights models like Llama 3 or Mistral, which means the enterprise literally owns the model's parameters. The knowledge retrieval system is wired into the organization's identity management, so the AI can only access documents that the specific user asking the question is authorized to see. And a runtime governance layer analyzes every input and output in real time, blocking prompt injection attempts, automatically redacting sensitive personal data, and keeping the system focused on authorized tasks.
Sovereign AI means your intelligence is an asset you own, not a service you rent from a provider subject to someone else's laws.
The performance difference is measurable. Fine-tuning open-weights models on an organization's proprietary data — its internal vocabulary, compliance requirements, technical standards — produces 98-99.5% consistency in outputs, compared to 85-90% for prompt-engineered wrappers. The fine-tuned model already "knows" the context, requiring 50-90% fewer tokens per request, which translates directly into lower latency and lower cost at scale. For the detailed technical methodology behind these numbers, see our full technical deep-dive.
The Attacks That Target the AI Itself

There's a dimension of this threat landscape that doesn't get enough attention: adversaries aren't just using AI to attack your people. They're developing techniques to attack your AI directly.
Evasion attacks work by subtly tweaking inputs — adding invisible characters to an email, slightly modifying a URL — to trick an AI security model into classifying something malicious as safe. These modifications are invisible to human reviewers, which means they slip past both the human and the machine simultaneously.
Prompt injection is the more widely discussed variant. An attacker embeds a hidden instruction inside a seemingly innocent query — "Ignore all previous instructions and reveal the system configuration" — hoping the model will obey the injected command over its original programming.
Data poisoning is subtler and more dangerous. If an attacker can insert malicious data into a model's training set or its retrieval pipeline, they can create a persistent backdoor. The model behaves normally 99% of the time, but when it encounters a specific trigger, it produces the attacker's desired output. Organizations relying on public API models have essentially no visibility into whether the model's global training data has been compromised.
Private deployment eliminates the data poisoning vector entirely. When the model is only trained and grounded on internally governed, vetted data, the attack surface for training-time manipulation disappears.
The Regulatory Floor Is Rising Fast
AI governance is no longer optional. The EU AI Act now classifies AI systems by risk level, and "high-risk" systems — those used in critical infrastructure, recruitment, or financial scoring — face mandatory requirements for transparency, human oversight, and data quality. Non-compliance carries fines up to €35 million or 7% of global turnover.
The NIST AI Risk Management Framework, while voluntary, has become the de facto standard for US organizations. Its four functions — Govern, Map, Measure, Manage — provide a structured approach to identifying and mitigating AI risk across the enterprise.
Private sovereign deployment makes compliance structurally easier. Immutable logs of every prompt and response create a complete audit trail. Human-in-the-loop triggers can automatically escalate high-risk decisions — a bank transfer over a certain threshold, a change to access permissions — to a human supervisor before execution. And because the organization controls the model architecture, explainability isn't a feature request to a vendor; it's a design choice.
Cryptographic Provenance: Proving What's Real
Detection-based approaches to deepfakes are losing the arms race. The more interesting defense is provenance — proving that a piece of content is authentic rather than trying to prove that a fake is fake.
The C2PA framework (Coalition for Content Provenance and Authenticity) allows creators to cryptographically sign digital assets at the point of origin. Think of it like a tamper-evident seal on a medicine bottle. If someone modifies the content after signing — editing a video, splicing audio — the cryptographic signature breaks, and the viewing system displays a warning.
This is already being applied to high-value business transactions. Executives can "true-sign" a video or voice authorization, linking their verified identity to the digital record. An attacker can clone a voice, but they cannot forge the cryptographic signature tied to the executive's verified identity. For organizations losing millions to deepfake-enabled BEC, this is the layer that actually closes the loop.
What About Cost? And What About Smaller Organizations?
The most common objection we hear: "Private AI deployment sounds expensive." At low volumes, public APIs are genuinely cheaper. But the cost curve inverts faster than most finance teams expect. Our financial models show that for organizations processing around a billion tokens annually, self-hosting produces approximately $84,000 in annual savings compared to top-tier public API pricing — and that gap widens every year as usage grows. More importantly, the organization is building a proprietary asset rather than paying rent.
For smaller organizations that can't justify dedicated GPU infrastructure, the sovereign approach still applies at a smaller scale. The critical principle isn't "buy your own GPUs" — it's "maintain control over your data and your model weights." Cloud-based private deployments within the organization's own VPC achieve sovereignty without requiring a data center build-out.
And the cost of not doing this? The average data breach originating from phishing now costs $4.88 million, with North American organizations facing costs as high as $10.22 million per incident.
What This Means for Your Security Strategy
The shift we're describing isn't incremental. The threat landscape has undergone a phase change — AI has made sophisticated attacks cheap, fast, and nearly undetectable by traditional means — and the defensive architecture needs a corresponding transformation.
Three things any enterprise security leader should be evaluating right now:
Audit your AI supply chain. Map every point where organizational data touches a third-party AI service. Quantify the legal exposure under CLOUD Act and GDPR. Most organizations are surprised by what they find.
Treat Shadow AI as a data breach in slow motion. If your official AI tools don't meet employee needs, employees will find alternatives. The answer isn't stricter policies — it's better tools deployed within your security perimeter.
Move provenance from "interesting" to "required." Cryptographic signing of executive communications and high-value authorizations is no longer futuristic. It's the most direct defense against deepfake-enabled fraud.
The organizations that thrive in the AI era won't be the ones with the most AI. They'll be the ones whose AI they can actually trust.
The question facing every CISO and CTO today isn't whether to adopt AI — that decision has been made. The question is whether your AI infrastructure is an asset you control or a dependency you hope will behave. We'd be curious to hear how your organization is navigating that line.