← Back to the blog

Blog

AI phishing defense: Bedrock adds a control layer

Since 2 July 2026, AWS has described an AI phishing defense with Amazon Bedrock. The important point is not that a model classifies email. The important point is the architecture: classic mail authentication, LLM analysis and guardrails are combined into a multi-stage control chain.

What AWS shows

The proposed pipeline does not start with the language model. SPF, DKIM and DMARC still check senders and transport-level manipulation first. After that, foundation models in Amazon Bedrock analyze three factors according to AWS: word choice, deviations in communication style and the contextual appropriateness of a request.

This addresses a real shift. AI-generated phishing emails often no longer contain the spelling mistakes that security training used to emphasize. They can imitate roles, tone and context more convincingly. Bedrock Guardrails are meant to filter inputs and outputs so that analysis results stay within defined policies and do not disclose confidential information.

Why governance is required

For enterprises, this architecture is only robust if it is not operated as an isolated model check. The BSI points to a growing attack surface around AI systems, including prompt injection, jailbreaks, adversarial attacks and potential exfiltration of sensitive data. OWASP lists related GenAI application risks such as Prompt Injection, Sensitive Information Disclosure, Improper Output Handling and Excessive Agency.

In other words: an LLM can improve detection, but it also becomes part of the security architecture. Logging, data minimization, role permissions, prompt boundaries and review processes need to be defined before production use.

What DACH organizations should check

Start by deciding which mail data may be sent to a model at all: the full message, headers, attachments, internal communication history or only abstracted features. Security, privacy and employee-representation stakeholders should then define how hits are explained, escalated and deleted.

The pragmatic question is: does AI strengthen your existing mail controls, or does it create a second security system that is hard to audit? For CIOs and CISOs, that boundary matters more than the demo.

← Back to the blog