This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Affected surfaces
ReleasePort's take
Light signalcloud-audit v2.2.0 introduces Threat Feed v1 with 10 active-abuse threat patterns (TF-001–TF-010) and a dedicated AWS provider detector pipeline. The Category enum now separates THREAT signals from SECURITY misconfigurations.
Why it matters: 10 threat patterns (TF-001–TF-010) with severities up to CRITICAL. Test threat-feed command in dev before enabling for active-abuse detection coverage.
Summary
AI summaryAdded Threat Feed v1 with 10 new active‑abuse patterns and a dedicated detector pipeline.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | Medium |
Category enum gains THREAT value, separating active-abuse from SECURITY misconfigurations. Category enum gains THREAT value, separating active-abuse from SECURITY misconfigurations. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Feature | Medium |
Threat Feed v1 adds cloud-audit threat-feed command and detector pipeline (providers/aws/threat_feed/). Threat Feed v1 adds cloud-audit threat-feed command and detector pipeline (providers/aws/threat_feed/). Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Each threat pattern gets versioned TF-XXX ID, Category.THREAT, external research references. Each threat pattern gets versioned TF-XXX ID, Category.THREAT, external research references. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Ten threat patterns shipped: TF-001 to TF-010 with varying severities (MEDIUM/HIGH/CRITICAL). Ten threat patterns shipped: TF-001 to TF-010 with varying severities (MEDIUM/HIGH/CRITICAL). Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Feature | Medium |
Finding model gains threat_pattern_id and references fields for research links. Finding model gains threat_pattern_id and references fields for research links. Source: llm_adapter@2026-05-21 Confidence: low |
— |
| Dependency | Medium |
23rd AWS check module (threat_feed) now loaded by AWSProvider. 23rd AWS check module (threat_feed) now loaded by AWSProvider. Source: llm_adapter@2026-05-21 Confidence: high |
— |
| Performance | Medium |
CI test count increased from 638 to 742, adding unit tests for each pattern. CI test count increased from 638 to 742, adding unit tests for each pattern. Source: llm_adapter@2026-05-21 Confidence: low |
— |
Full changelog
Added
-
Threat Feed v1 — new
cloud-audit threat-feedcommand and a dedicated
detector pipeline (providers/aws/threat_feed/) that flags ACTIVE abuse
indicators rather than misconfiguration. Each pattern has a versioned
TF-XXXID, maps to the newCategory.THREAT, and carries external
references (research reports, CVE links) on every Finding for credibility.
Rules pack version: 2026-Q2.Ten patterns shipped:
TF-001-ses-phishing-setup(MEDIUM/HIGH) — SES email/domain identities
verified within the last 14 days, with severity escalating when an
out-of-sandbox account hosts a typosquat-style email identity that has
no matching domain identity. Tracks the Wiz May 2025 + BleepingComputer
May 2026 SES abuse campaigns.TF-002-lambda-function-url-persistence(HIGH/CRITICAL) — Lambda
functions exposed viaAuthType=NONEFunction URLs, escalating to
CRITICAL when the execution role grants admin-class permissions
(matching the role profile of the Nov-Dec 2025 cryptomining campaign).TF-003-quarantine-policy(CRITICAL) — IAM principals with
AWSCompromisedKeyQuarantineV1/V2/V3attached. AWS auto-attaches these
after detecting credential exposure (typically a public GitHub commit).TF-004-trufflehog-ua-cloudtrail(CRITICAL) —sts:GetCallerIdentity
calls in the last 24h whose user-agent matches known leaked-credentials
discovery scanners (TruffleHog, gitleaks, CloudGrappler, DetentionDodger,
NoseyParker). Confirmed credential validation by an external scanner.TF-005-cryptomining-role(HIGH/CRITICAL) — IAM roles created within
the last 48 hours that carry broad compute managed policies (EC2 Full,
PowerUser, Admin, ECS Full, Lambda Full). Escalates to CRITICAL when
the same role also has SES sending permissions (mining + email-spam
combo from the documented late-2025 campaign cluster).TF-006-mmdsv1-in-use(HIGH/CRITICAL) — EC2 instances where
HttpTokens != required(IMDSv1 still callable) and Bedrock AgentCore
agents onmetadataVersion=v1(CRITICAL — addresses Unit 42 'Cracks in
the Bedrock' research and the Feb 2026 MMDSv2 default).TF-007-whoami-confusion(MEDIUM) — IAM roles trusted by CI/CD
identities (codebuild service principals, GitHub OIDC, GitLab OIDC,
Buildkite federation) that have a broad EC2 managed policy attached —
the precondition for the Datadog Feb 2025 whoAMI confusion attack.TF-008-cloudtrail-tampering(HIGH/CRITICAL) — CloudTrail trails with
IsLogging=False(CRITICAL — canonical post-credential-theft attacker
behaviour, AiTM phishing follow-on per Datadog March 2026) or with a
populatedLatestDeliveryError(HIGH — S3 destination broken).TF-009-roles-anywhere-abuse(HIGH/MEDIUM) — IAM Roles Anywhere trust
anchors withsourceType=CERTIFICATE_BUNDLEinstead of the recommended
AWS_ACM_PCA. Anyone able to issue a chain-valid cert can mint AWS
credentials (fwd:cloudsec 2025 'Let's Encrypt for AWS Console').TF-010-datazone-overgrant(HIGH) —AmazonDataZoneFullAccessattached
to non-admin principals (the "easy" onboarding policy that bridges
identity, Glue catalog, and S3 storage in a single grant).
CLI:
cloud-audit threat-feed [--list] [--pattern <id>] [--regions ...] [--profile ...] [--threat-feed-version 2026-Q2]. Exits 1 when CRITICAL
or HIGH detected (CI gate friendly). Patterns also surface in standard
cloud-audit scan --categories threatoutput (JSON, SARIF, HTML).
Changed
Categoryenum gainsTHREATvalue for active-abuse findings (separate
fromSECURITYmisconfiguration).Findingmodel gainsthreat_pattern_id: str | Noneand
references: list[str]for backing research links.- 23rd registered AWS check module (
threat_feed) loaded byAWSProvider.
Tests
- 638 -> 742 (+104). Each pattern ships 9-12 unit tests covering positive
detection, negative cases, false-positive guards, severity escalation,
multi-resource aggregation, AccessDenied resilience, and metadata
exposure.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About gebalamariusz/cloud-audit
Open-source AWS security scanner with attack chain detection, breach cost estimation, and copy-paste remediation (CLI + Terraform). 47 checks, 16 attack chain rules. First free standalone AWS security MCP server.
Related context
Related tools
Beta — feedback welcome: [email protected]