AWS threat detection: Definition, risks, and approaches

Key insights

  • AWS threat detection transforms cloud logs and metadata into attacker-behavior signals, enabling identification and prioritization of suspicious activity across AWS environments — critical as over 70% of cloud breaches now originate from compromised identities.
  • Its purpose is to close visibility gaps and reduce investigation delays that stem from fragmented logs, high false-positive rates, and unclear identity attribution.
  • Rather than relying on isolated events, it focuses on detecting multi-step attacker behaviors, including role chaining, logging evasion, and lateral movement across cloud services.
  • AWS native tools like Amazon GuardDuty, AWS Security Hub, and Amazon Detective provide foundational detection capabilities, but behavioral correlation across identity, network, and cloud activity is essential for catching sophisticated attacks.

AWS threat detection refers to identifying and prioritizing malicious or suspicious activity in AWS by analyzing cloud telemetry for signs of attacker behavior. Rather than evaluating single events in isolation, this approach examines what an actor is doing across identities, roles, and services. With 80% of organizations experiencing at least one cloud security breach in the past year and public cloud incidents averaging $5.17 million per breach, the stakes for effective AWS threat detection continue to grow.

AWS environments generate large volumes of logs and metadata that are difficult to interpret independently. Connecting this telemetry into behavioral signals helps reveal attacker movement through a cloud attack lifecycle, which matters because uncorrelated activity can delay investigation and response.

What AWS threat detection means in practice

In practice, AWS threat detection links related actions into behavioral patterns that can be investigated and prioritized. Rather than treating cloud telemetry as a collection of unrelated alerts, it interprets activity as evidence of a possible attack sequence. This distinction matters because many AWS actions are technically legitimate while still representing abuse of access, roles, or services.

Activity types that reveal intent across time and services:

  • Using compromised identities to gain initial access to AWS resources.
  • Assuming roles and leverage temporary credentials to obscure the original actor.
  • Chaining or "jumping" between roles to evade attribution across multiple accounts or services.
  • Evading defenses by attempting to disable, suppress, or bypass logging.
  • Exfiltrating data or performing destructive actions after expanding privileges.

AWS threat detection tools and services

AWS provides several native security services that form the foundation of a cloud threat detection strategy. Understanding what each tool does — and where gaps remain — helps teams build effective detection coverage.

Amazon GuardDuty

Amazon GuardDuty is the primary AWS threat detection service. It continuously analyzes CloudTrail management events, VPC Flow Logs, DNS query logs, and runtime telemetry using machine learning, anomaly detection, and integrated threat intelligence. In December 2025, AWS launched Extended Threat Detection for EC2 and ECS, which uses AI/ML to correlate signals across multiple data sources and map multi-stage attack sequences to MITRE ATT&CK tactics.

AWS Security Hub

Security Hub aggregates findings from GuardDuty, Amazon Inspector, AWS Config, and third-party tools into a unified dashboard. It provides compliance checks against standards like CIS AWS Foundations and supports automated remediation through integrations with AWS Lambda and Amazon EventBridge.

Amazon Detective

Detective complements GuardDuty by providing deeper investigative analysis. When GuardDuty identifies a high-severity finding, Detective helps trace the origin, scope, and relationships of the suspicious activity across resources.

Table: AWS native threat detection services compared

Capability Amazon GuardDuty AWS Security Hub Amazon Detective
Primary focus Threat detection via ML and behavioral analysis Centralized findings aggregation and compliance Investigative analysis and root cause tracing
Data sources CloudTrail, VPC Flow Logs, DNS, S3, EKS, ECS Aggregates from GuardDuty, Inspector, Config, Macie Log correlations across GuardDuty findings and AWS logs
Key strength Real-time detection with low false positives Unified view that reduces alert fatigue Deep forensics beyond initial detection
Limitation Scope limited to individual AWS events without cross-environment correlation Aggregation without behavioral analysis Reactive — requires an initial finding to investigate

These native tools provide essential coverage, but they focus on activity within AWS. Attacks that start outside AWS — through compromised identity providers, on-premises networks, or SaaS applications — require additional correlation across hybrid environments to detect the full attack chain.

Why log-centric AWS monitoring misses attacker behavior

Log-centric monitoring in AWS often fails to expose attacker behavior because events are analyzed as standalone records. Attribution frequently stops at the most recent role or temporary credential, causing investigations to focus on the wrong abstraction. As a result, defenders may not identify the original actor in time to contain activity before impact.

Failure modes when AWS activity is evaluated as isolated events:

  • Event-by-event alerting that fails to connect actions across services or time
  • Incomplete attribution that stops at an assumed role instead of tracing back to the original actor
  • Siloed views across accounts, regions, and domains that prevent a unified narrative
  • Manual correlation burden that delays response and increases cognitive load
  • High alert volume that obscures which identity or account poses the highest risk

The attacker behaviors that threat detection helps surface

Understanding how attackers move through AWS requires looking beyond individual service actions. Behavior-focused detection highlights progression patterns, such as role chaining, logging evasion, and lateral service access, that can appear legitimate when viewed in isolation.

Progression patterns:

  • Infiltration through social engineering and abuse of trusted identity relationships
  • Use of assumed roles to abstract identity and evade direct attribution
  • Multi-step role chaining that hides the original compromised identity

Signals and indicators used in AWS threat detection

Not all signals in AWS carry equal investigative value. Detection efforts prioritize indicators that reflect abnormal or multi-step behavior tied to a specific actor. Early indicators may be subtle and distributed, while late-stage signals often surface only after meaningful damage has occurred.

Key signals:

  • Baseline deviations such as unusual API calls or credential usage patterns
  • Early reconnaissance behaviors that suggest exploration of permissions or resources
  • Role assumption chains and credential sequences that indicate role chaining activity
  • Attempts to disable, reduce, or evade logging and monitoring coverage
  • Correlated behavior across identity, network, and cloud activity that points to one actor
  • Late-stage indicators such as command-and-control communication or data exfiltration

Real-world AWS threat detection incidents

Recent incidents illustrate why behavioral detection matters more than log-level monitoring alone.

Codefinger ransomware (January 2025)

The Codefinger ransomware group exploited compromised AWS credentials to encrypt S3 data using server-side encryption with customer-provided keys (SSE-C). Because the attackers used legitimate AWS encryption features rather than malware, traditional signature-based detection tools missed the activity. Only behavioral monitoring — detecting unusual bulk encryption operations tied to a suspicious credential chain — could surface the attack before data became unrecoverable.

AI-augmented FortiGate exploitation (January–February 2026)

Amazon Threat Intelligence documented a campaign in which a Russian-speaking financially motivated threat actor used commercial generative AI services to compromise over 600 FortiGate devices across 55+ countries between January 11 and February 18, 2026. The attackers leveraged AI to scale their operations, demonstrating that AI-augmented threats are accelerating attack volume for both skilled and unskilled adversaries.

LexisNexis ECS role abuse (February 2026)

In February 2026, a threat actor exploited an unpatched React frontend application running on AWS to gain initial access, then abused an over-permissive ECS task role with broad read access to AWS Secrets Manager. This enabled exfiltration of Redshift credentials, VPC maps, and millions of database records. The incident mapped to MITRE ATT&CK techniques including T1190 (exploit public-facing application), T1078 (valid accounts), and T1530 (data from cloud storage object) — underscoring why monitoring identity and role behavior is essential for AWS threat detection.

These incidents share a pattern: attackers used legitimate AWS mechanisms (encryption features, valid roles, temporary credentials) to carry out malicious activity that looked normal at the event level but revealed itself through behavioral analysis.

Limitations and misconceptions of AWS threat detection

Detecting threats in AWS still has its limits. While it can identify suspicious behavior, detecting threats does not automatically prevent or remediate cloud security risk. This means teams still need to rely on response workflows and analyst judgment. Confusing detection with prevention can create blind spots that delay containment.

Table: Misconceptions vs. corrections

Misconception Correction Why it matters
More security tools automatically improve AWS security Adding tools can increase noise and correlation burden without improving clarity Alert volume can hide the most important identity or account to investigate
Seeing suspicious activity is the same as stopping it Detection identifies behavior, while stopping requires response actions and workflows Teams can lose time if they assume visibility equals containment
AWS native tools cover the full attack chain Native services focus on activity within AWS but cannot correlate hybrid attacks that start on-premises or in other cloud environments Attackers routinely pivot from identity providers or endpoints into AWS, requiring cross-environment behavioral correlation

The future of AWS threat detection

Several trends are reshaping how organizations approach threat detection in AWS environments.

  • AI-augmented attacks are accelerating. As demonstrated by the 2026 FortiGate campaign, threat actors are using generative AI to scale exploitation. AWS threat detection must keep pace by correlating signals faster than attackers can generate them.
  • Identity is the new perimeter. With over 70% of cloud breaches originating from compromised identities and 61% of organizations maintaining root users without MFA, identity-centric detection will continue to take priority over network-centric approaches.
  • Multi-stage attack detection is becoming table stakes. GuardDuty's Extended Threat Detection represents a shift toward correlating actions across services and time rather than evaluating events individually. This pattern will expand to cover more AWS services and cross-cloud scenarios.
  • Hybrid attack paths require unified visibility. As organizations operate across AWS, Azure, on-premises, and SaaS environments, threat detection strategies that treat each domain in isolation will miss the attacks that matter most — those that move laterally across boundaries.

How the Vectra AI Platform supports AWS threat detection through correlated attacker behavior

Supporting AWS threat detection requires understanding attacker behavior across identity, network, and cloud activity as a single continuum. The Vectra AI Platform approaches this problem by correlating actions instead of treating AWS events as isolated alerts, which reduces uncertainty when roles, temporary credentials, and multi-service activity obscure attribution. Vectra AI's Cloud Detection and Response (CDR) for AWS extends detection beyond native tools by analyzing behaviors across hybrid attack surfaces.

Platform capabilities:

  • Seeing correlated attacker behavior across identities, roles, and cloud activity instead of isolated AWS events
  • Deciding which identity or account represents the highest risk by emphasizing urgency and context over volume
  • Reducing risk of missed role-chaining attribution by connecting suspicious activity back to an original actor when possible
  • Detecting suspicious sequences of exploration activities that indicate early-stage reconnaissance before lateral movement begins

See AWS attacker behavior in action with a guided attack tour

FAQs

How is AWS threat detection different from monitoring CloudTrail logs?

Does AWS threat detection prevent misconfigurations?

Why are identity and roles central to AWS threat detection?

What types of activity are hardest to detect in AWS environments?

Can AWS threat detection track attacks that start outside AWS?

What is the difference between Amazon GuardDuty and AWS Security Hub?

What AWS threat detection tools should organizations enable first?

How do attackers use AI to target AWS environments?

What is Extended Threat Detection in Amazon GuardDuty?