Scenario library

Every scenario in the Range

362 hands-on incident-response scenarios across 12 systems, from Active Directory and Entra to AWS, Azure, GCP, Okta, and Snowflake. Drafted from live threat intelligence, published after expert review. The free set rotates monthly.

362 of 362

AD Advanced Free this month

DCSync Attack via Compromised Service Account

A service account with replication rights is being abused to dump all domain hashes via DCSync. The attack branches: one path leads to Golden Ticket forgery, another to immediate l

Entra Advanced Free this month

Entra ID Global Admin Compromise via MFA Fatigue

A Global Admin is hit with an MFA push bombing attack. Two branches emerge: the attacker either establishes OAuth app persistence OR pivots to PIM bypass - your containment decisio

AD Expert Free this month

Ransomware Pre-Stage: GPO Modification & Lateral Movement

A compromised Domain Admin weaponizes a domain-linked GPO - adding a Group Policy Preferences Immediate Task that runs a ransomware binary staged in SYSVOL - to detonate across the

Entra Intermediate Free this month

Entra ID Password Spray & Conditional Access Bypass

A low-and-slow Entra ID password spray guesses weak seasonal passwords, then a valid sign-in arrives over legacy IMAP4 where the tenant's Require MFA policy never evaluates. Two br

AD Expert Free this month

AD Certificate Services (ADCS) ESC1 Exploitation

A low-privilege domain user exploited a misconfigured certificate template (ESC1) that allows enrollee-supplied subject with a client-authentication EKU, enrolling a certificate th

AD Intermediate Free this month

Kerberoasting Campaign & Lateral Movement

An attacker with standard domain user credentials is performing a large-scale Kerberoasting attack, requesting TGS tickets for every SPN in the domain. Several weak service account

AD Expert Free this month

Pass-the-Hash via NTLM Relay (NTLM Coercion)

An attacker on the internal network used Responder and NTLMRelayx to coerce NTLM authentication from a Domain Controller machine account, then relayed it to a service that lacked s

Entra Advanced Free this month

Entra ID Cross-Tenant Abuse via Misconfigured B2B Policy

A compromised partner-tenant account exploits an overly permissive cross-tenant access policy - inbound Allow all with Trust MFA from partner enabled - to sign in as a guest and re

Entra Expert Free this month

Entra ID Privileged Identity Management Bypass & Role Persistence

An attacker who compromised a Global Admin used a PIM eligibility loophole to permanently assign Global Admin to a newly created account, bypassing the just-in-time activation requ

Entra Advanced Free this month

Entra ID Device Code Phishing & Persistent OAuth Access

A device code phishing lure sends employees to the real microsoft.com/devicelogin to enter an attacker-generated code; three victims complete the flow and hand the attacker's first

Intune Advanced Free this month

Intune Unenrollment & MDM Policy Bypass for Malware Deployment

A threat actor with a compromised Global Admin account removed corporate devices from Intune MDM management, stripping compliance policies, endpoint protection, and device configur

Teams Intermediate Free this month

Microsoft Teams External Access Abuse & Data Exfiltration

A threat actor used Microsoft Teams External Access (federation) to send malicious messages and files to internal employees from a lookalike external tenant. After one employee acc

Exchange Advanced Free this month

Exchange Online: Business Email Compromise & Inbox Rule Persistence

A targeted phishing attack compromised the CFO's Exchange Online mailbox. The attacker created hidden inbox rules to silently forward all emails containing financial keywords to an

AD Expert Free this month

Healthcare Ransomware: Stryker-Style Dual Extortion Attack

A ransomware group launches a Stryker-style dual extortion attack against a healthcare environment. Initial access via a compromised VPN account leads to Active Directory privilege

Recovery Advanced Free this month

Identity Trust Breach - Containment Under Fire

Friday 7:10 AM. Users across multiple regions report failed logins, device instability, and inability to access M365, VPN, and line-of-business applications. Privileged account sig

Recovery Expert Free this month

Recovery vs. Availability - The Executive Pressure Test

10:30 AM. A ransomware-precursor identity intrusion has been contained. Authentication has been down for two hours and executives are demanding restoration to meet the availability

Recovery Expert Free this month

Trust Is Not Restored When Authentication Is - Hybrid Realignment

10:15 AM. The identity team has finished the obvious recovery: every user password was reset and MFA was re-enrolled across the tenant, and users can sign in again. But privileged

AD Advanced Free this month

Kerberoasting - RC4 Hash Harvest on SRV02

An attacker on Kali (192.168.56.100) enumerates every SPN in sevenkingdoms.local and harvests 38 RC4 service tickets in 12 seconds, cracking them offline to recover service-account

AD Expert Free this month

DCSync via Compromised DA - DRSUAPI on DC01

A Domain Admin credential ([email protected]), cracked via Kerberoasting, is used to run DRSUAPI GetNCChanges (DCSync) directly against DC01 (192.168.56.10), repli

AD Expert Free this month

GPO Abuse - SYSVOL Ransomware Payload

A cracked Domain Admin (robb.stark) staged a ransomware binary in SYSVOL and linked a Group Policy Immediate Task in the Default Domain Policy to launch it as SYSTEM on every host

AD Expert Free this month

NTLM Relay via Responder - RBCD to Domain Admin

Responder poisons LLMNR/NBT-NS on the subnet and PetitPotam coerces the DC01 machine account into authenticating to the attacker, who relays that NTLM credential to LDAP and writes

AD Advanced Free this month

AS-REP Roasting - DONT_REQ_PREAUTH Accounts

Several accounts in north.sevenkingdoms.local have DONT_REQ_PREAUTH set - an intentional misconfiguration that tells the KDC to skip Kerberos pre-authentication. From a Kali host w

AD Advanced Free this month

Pass-the-Hash via Mimikatz LSASS Dump on SRV02

An attacker with a foothold on SRV02 (192.168.56.22) runs Mimikatz against LSASS and harvests the cached NTLM hashes of logged-on accounts, including Domain Admin robb.stark. The s

AD Expert Free this month

BloodHound ACL Abuse - hodor to Domain Admin

An attacker on [email protected] ran SharpHound and found a standing ACL path to Domain Admins - GenericWrite on Night Watch, WriteDACL on Domain Admins. They are wal

AD Expert Free this month

Active Directory Recovery - KRBTGT Reset and Clean State

A Tier-0 compromise dumped NTDS.dit via DCSync and the KRBTGT hash for both forest domains is in attacker hands. Forged Golden Tickets are already validating against DC01 and DC02.

AWS Advanced Free this month

AWS Instance Credential Theft via SSRF to S3 Exfiltration

A public-facing EC2 web application vulnerable to SSRF was abused to query the Instance Metadata Service (IMDSv1) and steal the EC2 instance role's temporary credentials. The attac

Azure Advanced Free this month

Azure Managed Identity Abuse via Run Command to Subscription Owner

A user with Contributor on a resource group used 'az vm run-command' to execute on a VM whose system-assigned Managed Identity held User Access Administrator at the subscription sc

GCP Advanced Free this month

GCP Service Account Impersonation Chain to Project Owner and GCS Exfiltration

A service-account key leaked in a public Git repository let an attacker authenticate as a low-privilege service account. That SA held iam.serviceAccounts.getAccessToken on a more-p

AWS Advanced Free this month

AWS Cross-Account Role Abuse - Confused Deputy via Missing ExternalId

A vendor-integration role in the production AWS account trusts a third party but its trust policy carries an over-broad Principal and no sts:ExternalId condition. An attacker who c

AWS Advanced Free this month

AWS S3 Ransomware - Mass Object Encryption and Versioning Recovery

The SOC sees a wave of data-lake objects being overwritten so they are re-encrypted under a KMS key the organization does not control, while prior object versions are deleted and v

Azure Advanced Free this month

Azure Storage Exfiltration - Over-Scoped SAS Token and Account Key

An over-scoped, long-lived shared access signature (SAS) - signed by the storage account key, carrying near-full permissions across all resource types with a multi-year expiry - is

Azure Advanced Free this month

Azure Illicit Consent - Malicious App to Service-Principal Resource Pivot

A consent-phishing link gets a privileged user to grant a malicious multi-tenant app broad Microsoft Graph permissions. The consent creates a service principal that authenticates a

GCP Advanced Free this month

GCP GKE Metadata Pivot - Compromised Pod to Node Service Account

An attacker who lands code execution in a GKE pod (via an app SSRF/RCE) queries the node metadata server at 169.254.169.254 and retrieves the node's service-account access token. T

GCP Advanced Free this month

GCP BigQuery Exfiltration by an Over-Privileged Identity

An over-privileged service account with broad BigQuery roles runs terabyte-scale SELECT queries across datasets it has never touched, then launches EXPORT DATA / extract jobs to a

Entra Advanced Free this month

Midnight Blizzard OAuth App Abuse for M365 Email Access

A nation-state actor (APT29 / Midnight Blizzard) password-sprayed a legacy, non-production test account that lacked MFA, then created a malicious OAuth application and granted it b

AWS Advanced Free this month

AWS Leaked Access Keys in Source Code to S3 Data Exfiltration

Long-lived AWS access keys (AKIA...) for an over-privileged IAM user were committed to a code repository and found by automated secret scanners within minutes. An attacker authenti

GCP Advanced Free this month

GCP Service Account Key Leak to Compute Cryptomining and Resource Hijack

A service-account JSON key with the broad Editor role leaked from a misconfigured world-readable Cloud Storage bucket. The attacker authenticated as sa-pipeline from an external IP

Okta Advanced Free this month

Okta Support HAR File Session-Token Theft to Admin Tenant Takeover

While troubleshooting, your Okta admin uploaded a browser HAR file to Okta support. That HAR contained a live admin session token. Okta's support case-management system was breache

SaaS Advanced Free this month

Snowflake Data Warehouse Mass Exfiltration via Stolen Credentials

A threat actor used valid Snowflake login credentials - harvested by infostealer malware from a contractor's machine months earlier and never rotated - to log into a Snowflake cust

Exchange Advanced Free this month

Exchange Server RCE - CVE-2023-21529 Web Shell to Mailbox Exfiltration

An authenticated attacker exploits CVE-2023-21529, a deserialization flaw in on-prem Microsoft Exchange, to gain remote code execution on EXCH01. They drop an .aspx web shell in an

Okta Advanced Free this month

Okta Super Admin Abuse - Help-Desk Reset to Identity-Provider Takeover

An attacker phones the help desk impersonating a Super Administrator and, with no real identity verification, gets the account's MFA factors reset. They enroll their own device, si

SaaS Advanced Free this month

SaaS Data Theft - Malicious Connected App and Bulk API Export

A user is consent-phished into authorizing a malicious, over-scoped connected app in the company's Salesforce CRM, granting it broad API access via an OAuth refresh token. The atta

AWS Advanced Free this month

AWS IAM Identity Center Permission-Set Abuse to Multi-Account Takeover

An attacker who reaches administrative access in the AWS Organization management account uses IAM Identity Center (AWS SSO) to grant itself durable, cross-account admin. It creates

AWS Advanced Free this month

AWS Lambda Function Backdoor and Environment-Variable Secret Theft

An attacker with Lambda management permissions reads a production function's configuration to harvest the secrets teams commonly store in environment variables - database credentia

AWS Advanced Free this month

AWS Systems Manager Run Command Fleet Lateral Movement

An IAM principal that can call ssm:SendCommand uses AWS Systems Manager Run Command to run a script as root across the managed EC2 fleet - no SSH, no RDP, no security-group change,

AWS Advanced Free this month

AWS EKS Pod Credential Pivot to Cluster Admin

An attacker who lands code execution in an Amazon EKS pod reaches the EC2 Instance Metadata Service on the worker node and steals the node IAM role's temporary credentials, abusing

AWS Advanced Free this month

AWS Organizations and SCP Tampering for Defense Evasion

An actor with AWS Organizations management access goes after the org-wide guardrails. From the management account they detach a restrictive Service Control Policy from a production

Azure Advanced Free this month

Azure Automation Runbook Abuse via Managed Identity to Subscription Owner

A principal with rights over an Azure Automation Account imports a runbook that authenticates as the account's system-assigned managed identity via Connect-AzAccount -Identity. Tha

Azure Advanced Free this month

Azure Key Vault Access-Policy Abuse to Secret and Certificate Exfiltration

An attacker holding rights over a Key Vault's authorization model rewrites it to grant themselves Get and List on secrets, keys, and certificates, then bulk-reads the vault. A Key

Entra Expert Free this month

Entra Connect Sync Account Compromise to On-Prem to Cloud Pivot

The Entra Connect (formerly Azure AD Connect) server bridges on-prem Active Directory and Entra ID, and it runs with the most dangerous account pair in a hybrid estate: an on-prem

Entra Advanced Free this month

Entra Device Code Phishing to Token Theft and Cross-Workload Reuse

An attacker lures a user into completing a device-code authentication flow on the legitimate Microsoft endpoint and walks away with the user's access and refresh tokens. The same s

Entra Advanced Free this month

Entra App Registration Credential Persistence via Added Service-Principal Secret

An attacker who holds a privileged Entra role, or who has phished a Global or Application Administrator, adds a new client secret to an existing, highly privileged application regi

GCP Advanced Free this month

GCP Workload Identity Federation Abuse to Service-Account Impersonation

A workload identity pool provider is configured with an overly broad attribute condition that trusts any external token from a given issuer instead of a specific repository or acco

GCP Advanced Free this month

GCP Cloud Run Deployment Abuse for Persistence and Privileged Pivot

An identity with deploy rights uses run.services.create to deploy a malicious Cloud Run service and attaches a privileged runtime service account. The workload then runs continuous

GCP Advanced Free this month

GCP IAM Policy Tampering and Service-Account Key Creation for Persistence

A compromised internal principal holding resourcemanager.projects.setIamPolicy rewrites the project IAM policy to grant roles/owner to an attacker-controlled service account, then

GCP Advanced Free this month

GCP Cloud Storage HMAC Key and Public Bucket Data Exfiltration

An attacker with project access creates an HMAC key for a service account - the S3-interoperable access mechanism for Cloud Storage - giving stealthy, long-lived, key-based read ac

Okta Advanced Free this month

Okta API Token Abuse for Programmatic Tenant Persistence

After reaching admin access, an attacker mints an Okta SSWS API token tied to a Super Administrator rather than living in the browser session. The token inherits that admin's full

SaaS Advanced Free this month

Microsoft 365 SharePoint and OneDrive Mass Exfiltration via Graph App Permissions

An attacker controls an Entra application whose service principal holds broad Microsoft Graph application permissions such as Sites.Read.All and Files.Read.All, obtained through ad

SaaS Advanced Free this month

GitHub Organization OAuth and PAT Compromise to Source and CI/CD Pivot

An attacker holding a leaked personal access token (PAT) or an over-scoped authorized OAuth/GitHub App reaches the private repositories of a GitHub organization. The token clones s

SaaS Advanced Free this month

Google Workspace Domain-Wide Delegation Abuse for Org-Wide Mailbox and Drive Access

An attacker abuses domain-wide delegation (DWD) in Google Workspace. A GCP service account is authorized in the Workspace Admin console with broad OAuth scopes, which lets it imper

SaaS Advanced Free this month

Databricks Personal Access Token Abuse to Mass Data Exfiltration

A leaked Databricks personal access token (PAT) gives an attacker programmatic access to the workspace REST API. From an unfamiliar IP and outside business hours, they enumerate Un

Teams Advanced Free this month

Microsoft Teams OAuth Consent Phishing to Token Theft and Chat Access

An attacker registers a malicious application in Entra ID and sends a user a genuine Microsoft consent link requesting delegated Graph scopes such as Chat.Read, ChannelMessage.Read

SaaS Advanced Free this month

GitHub Actions pull_request_target Secret Exfiltration (Pwn Request)

A public repository runs a CI workflow triggered on pull_request_target, which executes in the base repository's context with access to its secrets. The workflow also checks out an

SaaS Advanced Free this month

Infostealer Session-Cookie Theft to SaaS Account Takeover (MFA Bypass)

An infostealer on an employee laptop copied the browser's saved cookies, including a live, MFA-satisfied SaaS session and refresh token. The attacker imported those tokens into the

AWS Advanced Free this month

LLMjacking - Stolen AWS Credentials Abused to Run Bedrock Models

A leaked long-lived AWS access key is replayed from an unfamiliar IP to abuse Amazon Bedrock. The attacker probes which foundation models are enabled, disables Bedrock invocation l

AWS Advanced Free this month

Terraform State-File Secret Exposure to Cloud Takeover

A Terraform state file in an S3 backend holds plaintext secrets, because Terraform records every resource attribute - including a generated RDS master password, an IAM access key,

AWS Advanced Free this month

AWS SES Abuse - Phishing Sent From Your Own Verified Domain

A compromised AWS credential with Amazon SES send permissions is used to send phishing from the victim's own verified, DKIM-signed domain. Because the mail carries the domain's rea

SaaS Advanced Free this month

Malicious npm Dependency to Developer Workstation Credential Theft

A developer runs npm install and pulls a version of a popular package whose maintainer account was taken over. The package's postinstall script executes on the workstation, reads c

AWS Advanced Free this month

AWS Cognito Identity Pool Privilege Escalation to Broader Account Access

A public web application uses an Amazon Cognito identity pool to hand browser clients temporary AWS credentials. The authenticated identity-pool role was written with broad IAM per

AWS Advanced Free this month

AWS Secrets Manager and SSM Parameter Store Secret Exfiltration by a Compromised Role

An over-permissioned application role - granted secretsmanager:GetSecretValue and ssm:GetParameter across all resources instead of the few it needs - has its temporary credentials

AWS Advanced Free this month

AWS CloudTrail and GuardDuty Disabled to Hide Activity

An attacker with a foothold on an over-privileged role moves to blind the account before acting further. In under two minutes a single principal calls StopLogging then DeleteTrail

AWS Advanced Free this month

AWS Route 53 DNS Record Hijack and Subdomain Takeover for Traffic Interception

External resolution monitoring flags a trusted login subdomain answering with an attacker-controlled host, and Route 53 change history shows a ChangeResourceRecordSets that no chan

AWS Advanced Free this month

AWS EBS Snapshot Exfiltration via Cross-Account Snapshot Sharing

A compromised IAM principal with EC2 permissions snapshots the EBS volume backing a production database, then calls ModifySnapshotAttribute to add an external 12-digit AWS account

AWS Advanced Free this month

AWS ECR Container Image Poisoning Pulled Into Production

A compromised CI push credential overwrites a production image tag (app:latest) in an ECR repository whose tags are mutable, repointing the trusted tag to a new digest that carries

AWS Expert Free this month

AWS STS Cross-Account Role Chaining to Reach a Sensitive Account

An attacker who compromised a low-privilege role in a peripheral account is walking a chain of permissive trust relationships toward a sensitive production account. Each hop is a l

AWS Advanced Free this month

AWS API Gateway Lambda Authorizer Bypass Exposing an Internal API

An internal API behind API Gateway is guarded by a custom Lambda REQUEST authorizer that returns an IAM policy deciding whether a request is allowed. The authorizer is broken two w

Azure Advanced Free this month

Azure RBAC Privilege Escalation via Owner Role Assignment at Subscription Scope

A service principal holds the User Access Administrator role on a production subscription, which grants the ability to create role assignments but not to use resources directly. An

Azure Advanced Free this month

Azure DevOps Poisoned Pipeline Execution and Service Connection Secret Theft

An Azure DevOps pipeline reads its build steps from a YAML file in the repository and runs them on a self-hosted agent that holds an ARM service connection to a production Azure su

Azure Expert Free this month

Azure Key Vault Secret Exfiltration via a Compromised Managed Identity

A virtual machine runs a web application whose system-assigned managed identity holds Get and List on a production Key Vault. An attacker with code execution on the VM mints a mana

Azure Advanced Free this month

Azure Function App Abused for Persistence and Data Exfiltration

An attacker with rights to deploy to a Function App drops a new function into a production app whose system-assigned managed identity holds read access to a customer-data storage a

GCP Advanced Free this month

GCP Cloud Build Poisoned Build to Service-Account Privilege Escalation

A Cloud Build trigger runs on every push to a build repository and executes the steps in the repo's cloudbuild.yaml as the default Cloud Build service account, which carries broad

GCP Advanced Free this month

GCP Artifact Registry Container Image Poisoning Before It Reaches Production

A production GKE deployment pulls its container image from an Artifact Registry repository by the mutable tag :prod. An over-permissioned writer service account, whose downloadable

GCP Advanced Free this month

GCP Cloud SQL Data Exfiltration via an Over-Privileged Service Account

An application service account holds the broad Cloud SQL Admin role rather than the narrow connect permission it actually needs, and its key leaked outside the workload. Authentica

Entra Expert Free this month

Entra ID Primary Refresh Token (PRT) Theft and Replay

A user on an Entra-joined Windows endpoint is compromised by malware running with local privileges. The Primary Refresh Token (PRT) is a long-lived credential bound to the device t

Entra Expert Free this month

Entra ID Cross-Tenant Synchronization Abuse for Stealthy Persistence

An attacker who has reached a privileged Entra role abuses cross-tenant synchronization, a B2B feature that automatically provisions and updates users from one tenant into another.

Okta Expert Free this month

Okta Inbound Federation Backdoor via a Rogue Identity Provider

An attacker who has reached Okta administrative access abuses inbound federation - the feature that lets an external identity provider assert who a user is. They add an attacker-co

Entra Advanced Free this month

Entra ID Conditional Access Gap Exploited to Bypass MFA

An organization believes MFA is enforced everywhere, but its Conditional Access posture has a gap: a policy excludes a set of accounts, does not cover a legacy authentication proto

Exchange Advanced Free this month

Exchange Online Org-Wide Transport Rule Silently Exfiltrates Mail

A compromised session holding the Exchange Administrator role creates a single org-wide transport (mail-flow) rule that blind-copies every inbound and outbound message to an attack

Exchange Expert Free this month

Power Automate Flow Used for Covert Microsoft 365 Data Exfiltration

After phishing a user, an attacker uses that user's identity to build a Power Automate cloud flow that triggers on new mail and on OneDrive or SharePoint file changes and POSTs eve

Intune Expert Free this month

Intune Platform Script Pushed to All Devices for Mass Compromise

An attacker with a compromised Intune Administrator session creates a malicious PowerShell platform script (Intune Scripts feature) and assigns it to the All Devices group with run

Teams Advanced Free this month

Teams External and Guest Access Leads to Mass Data Exposure

An attacker is invited as a guest into a Microsoft Teams team, either through a compromised insider or a social-engineering pretext, and that team is connected to a SharePoint site

SaaS Advanced Free this month

Salesforce Connected App OAuth Abuse for Bulk Data Export

An attacker phishes a sales-operations user into authorizing a malicious OAuth connected app that requests the api and refresh_token scopes. The user clicks Allow, and the app rece

SaaS Expert Free this month

GitHub Self-Hosted Runner Compromise for CI Lateral Movement and Secret Theft

A persistent self-hosted GitHub Actions runner inside the corporate network picked up an untrusted fork pull request. Because the runner is non-ephemeral, the attacker's job steps

SaaS Advanced Free this month

Slack Bot Token and Incoming Webhook Abuse for Data Access and Internal Phishing

A Slack bot token (xoxb) and an incoming webhook URL are committed to a public repository in a deleted-but-still-in-history commit. An external scanner scrapes the leaked credentia

SaaS Advanced Free this month

Atlassian Jira and Confluence API Token Abuse for Data Exfiltration

A developer's Atlassian API token is leaked in a build log pasted into a support ticket. An attacker pairs it with the developer's email for HTTP Basic authentication against the A

SaaS Advanced Free this month

ServiceNow Privileged API Abuse for Bulk Export of a Sensitive Table

A ServiceNow middleware integration identity, svc_integration_mw, was granted a broad admin role months ago for a job that only needs to sync one CMDB table. Its OAuth credential l

Azure Expert Free this month

Azure Blob Storage Ransomware via Compromised Key with Immutability Recovery

A production storage account access key for an Azure Blob container is leaked, giving the holder full data-plane control over every blob without touching Azure RBAC or Entra. An at

GCP Advanced Free this month

Google Workspace Apps Script OAuth Scope Abuse for Gmail and Drive Exfiltration

A user was tricked into authorizing an over-scoped Google Apps Script project that requested broad Gmail and Drive read scopes plus script.external_request. The script runs on an I

Okta Advanced Free this month

Okta Administrator Role Privilege Escalation via Admin-Role and Group Assignment

A compromised scoped help-desk admin account is used to escalate privilege in Okta - granting Super Administrator to an attacker-controlled account directly, and ALSO adding that a

Entra Expert Free this month

Golden SAML - AD FS Token-Signing Certificate Theft

An attacker who reached the on-prem AD FS server exports its token-signing certificate and private key. With that key they forge SAML responses (a Golden SAML) that assert any user

AWS Advanced Free this month

AWS Privilege Escalation via iam:PassRole

A lower-privileged CI/CD IAM principal holds a broad, unconstrained iam:PassRole together with permission to create and invoke Lambda functions. On its own the principal is limited

GCP Advanced Free this month

Poisoned ML Model - Pickle RCE in a Vertex AI Pipeline

A data-science team stages a pre-trained model pulled from a public model hub into the Vertex AI Model Registry, and a recurring Vertex AI pipeline is scheduled to load it. The mod

Okta Advanced Free this month

AiTM Phishing - Session Cookie Theft Bypassing MFA (Okta)

An employee is phished with a link to a reverse-proxy site that sits between them and the real Okta login. They type their password and complete the genuine MFA challenge, but the

AD Expert Free this month

ADCS ESC8 - NTLM Relay to AD CS Web Enrollment

AD CS web enrollment (certsrv) accepts NTLM and, by default, enforces neither channel signing nor Extended Protection for Authentication over its HTTP endpoint, so an attacker can

AD Expert Free this month

ADCS ESC6 - EDITF_ATTRIBUTESUBJECTALTNAME2 SAN Injection

The certificate authority has the EDITF_ATTRIBUTESUBJECTALTNAME2 flag set in its policy configuration. With that flag, the CA honors a subject alternative name supplied by the requ

AD Expert Free this month

ADCS ESC7 - Vulnerable CA Access Control (ManageCA)

A non-administrative principal holds the ManageCA right on the enterprise certificate authority. That right lets it grant itself the ManageCertificates (CA officer) right, enable t

AD Expert Free this month

ADCS ESC4 - Vulnerable Certificate Template Access Control

A certificate template object has an over-permissive access-control list: a low-privileged principal holds write rights (WriteDacl/WriteProperty/WriteOwner) over it. The template i

AD Expert Free this month

ADCS ESC3 - Enrollment Agent Template Abuse

A certificate template carries the Certificate Request Agent EKU and is enrollable by ordinary users. An enrollment-agent certificate lets its holder co-sign certificate requests o

AD Expert Free this month

ADCS ESC9/ESC10 - Weak Certificate Mapping to Impersonate

Certificate-based authentication maps a certificate to an account. Strong mapping uses the SID security extension (szOID_NTDS_CA_SECURITY_EXT) that the CA embeds; weak mapping fall

AD Expert Free this month

ADCS ESC13 - Issuance-Policy OID Linked to a Privileged Group

A certificate template carries an issuance policy whose OID is linked to an Active Directory group via msDS-OIDToGroupLink. When a user authenticates with a certificate issued from

AD Expert Free this month

ADCS ESC15 - EKUwu Application-Policy Injection (CVE-2024-49019)

A low-privileged user enrolls on a broadly enrollable schema version 1 certificate template (a Supplies-in-Request web-server template) but embeds a Client Authentication applicati

AD Expert Free this month

ADCS Golden Certificate - CA Private Key Theft and Forgery

An attacker who compromised the certificate authority server exports the CA's own private key and certificate. With the CA private key they forge certificates for any principal ent

AD Expert Free this month

Unconstrained Delegation Abuse - Coerce a DC to Capture Its TGT

A non-DC server is configured for Kerberos unconstrained delegation (the TRUSTED_FOR_DELEGATION flag). Any account that authenticates to that server has its full, forwardable Kerbe

AD Expert Free this month

Shadow Credentials - msDS-KeyCredentialLink Abuse to PKINIT

Windows Hello for Business key-trust authentication lets an account hold key credentials in its msDS-KeyCredentialLink attribute; a certificate-like key in that attribute can be us

AD Advanced Free this month

Local Admin Password Reuse - One Hash to the Whole Fleet (No LAPS)

Every workstation shares the same built-in local Administrator password because LAPS was never deployed. An attacker with admin on one endpoint dumps the local SAM and recovers the

AD Expert Free this month

Cross-Domain Trust Abuse - SID History to Reach the Parent Domain

After compromising a child domain, an attacker abuses the intra-forest trust to reach the parent domain. They inject the SID of a parent-domain privileged group (for example Enterp

Entra Advanced Free this month

Entra ID Legacy Authentication Bypasses MFA and Conditional Access

The tenant requires MFA for all users, so leadership believes account takeover is handled. But legacy authentication protocols (IMAP, POP, SMTP AUTH, older Exchange ActiveSync, and

AD Expert Free this month

Constrained Delegation Abuse - S4U Protocol Transition to Impersonate

A service account (svc_web) is configured for constrained delegation with protocol transition - msDS-AllowedToDelegateTo is set and TRUSTED_TO_AUTH_FOR_DELEGATION (the 'use any aut

AD Expert Free this month

noPac - sAMAccountName Spoofing (CVE-2021-42278/42287)

A standard domain user chains two 2021 flaws to impersonate a domain controller. CVE-2021-42278 let a machine account's sAMAccountName be renamed to match a DC (dropping the traili

AD Advanced Free this month

GPP cpassword - Decryptable Credentials in SYSVOL

Older Group Policy Preferences (GPP) that set local account passwords store the password as a cpassword attribute in an XML file in SYSVOL, AES-encrypted with a 32-byte static key

Entra Expert Free this month

Seamless SSO Key Theft - AZUREADSSOACC Silver Ticket to the Cloud

Entra ID Seamless Single Sign-On uses an on-prem computer account named AZUREADSSOACC whose Kerberos key signs the tickets that log domain-joined users into the cloud silently. An

Entra Expert Free this month

Pass-Through Authentication Agent Abuse - Credential Interception & Backdoor

Pass-Through Authentication (PTA) lets Entra ID validate cloud sign-in passwords against on-prem AD by handing them to a PTA agent running on a server in the environment. The agent

Entra Advanced Free this month

Standing Global Admins Without PIM - One Phish to Tenant Takeover

The tenant has many permanent (standing) Global Administrators and does not use Privileged Identity Management (PIM) to make privileged roles just-in-time. Every standing Global Ad

AD Advanced Free this month

Privileged Account Hygiene Debt - PASSWD_NOTREQD and Stale Admins

The domain carries privileged-account hygiene debt that any authenticated user can enumerate from readable AD attributes: a Domain Admin (backup_admin) flagged PASSWD_NOTREQD - exe

AD Advanced Free this month

Obsolete Domain Controllers and Stale Objects - Legacy Attack Surface

An end-of-life Windows Server domain controller (DC-LEGACY01) is still a full read-write replication partner. It receives no security updates and carries weak legacy defaults - SMB

Entra Advanced Free this month

Orphaned and Over-Privileged Enterprise Apps - Stale Service Principal Takeover

The tenant accumulated enterprise applications and service principals that nobody owns anymore: long-lived client secrets set years ago, broad application (app-only) Graph permissi

Entra Advanced Free this month

Dynamic Group Rule Abuse - Attribute Self-Service to Privileged Access

A dynamic security group in Entra ID, SG-AppAdmins-Dyn, computes its membership from a rule over user attributes - (user.department -eq "Billing-Admins") - and that group confers r

Entra Advanced Free this month

Weak Self-Service Password Reset - Account Takeover via SSPR

Self-service password reset is configured weakly: it requires only one verification method, accepts methods an attacker can satisfy or spoof (such as a mobile number or secondary e

AD Expert Free this month

ADCS ESC5 - Vulnerable PKI Object Access Control

ADCS trust does not live only in templates and the CA service - it lives in AD objects in the Configuration partition: the CA host's computer account, the Enrollment Services and C

AD Expert Free this month

ADCS ESC11 - NTLM Relay to the CA RPC Enrollment Interface

ESC11 is the RPC counterpart to ESC8: instead of relaying NTLM to the CA's HTTP web enrollment page, the attacker relays it to the CA's RPC certificate-enrollment interface (MS-ICP

AD Expert Free this month

ADCS ESC16 - SID Security Extension Disabled CA-Wide

ESC16 is the CA-wide version of ESC9. The certificate authority is configured to omit the SID security extension (szOID_NTDS_CA_SECURITY_EXT) from every certificate it issues, by a

AD Expert Free this month

Zerologon - Netlogon Privilege Escalation (CVE-2020-1472)

An unauthenticated host on the network forged a Netlogon secure channel against a domain controller (the Zerologon all-zeros-IV flaw), set the DC's own machine-account password to

AWS Hard Free this month

AWS Lambda Backdoor and Resource-Policy Persistence

An attacker with AWS access turns a production Lambda function into durable, credential-less persistence by widening the function's resource-based (function) policy. Using lambda:A

AWS Advanced Free this month

AWS SSM RunCommand and Session Manager Lateral Movement

An attacker holding an over-permissioned principal with AWS Systems Manager access needs no SSH, no key pair, and no open inbound port to move through a fleet. With ssm:SendCommand

Azure Hard Free this month

Azure Function Managed-Identity Token Theft

An Azure Function App that has a managed identity exposes a local identity endpoint that returns a token for that identity. If an attacker can run code in the Function, by exploiti

GCP Hard Free this month

GCP Cloud Run and Cloud Functions Runtime Service-Account Token Theft

The invoice-renderer Cloud Run service in proj-checkout runs as the runtime service account sa-invoice-run, and code inside the container can ask the metadata server for that accou

SaaS Hard Free this month

Databricks Service-Principal Token Theft to Lakehouse Exfiltration

A Databricks service principal authenticates to the account and workspace REST APIs via OAuth machine-to-machine credentials - a client id plus a long-lived client secret that mint

SaaS Hard Free this month

Slack Token and Malicious App Workspace Data Theft

A user is social-engineered into installing and consenting to a malicious Slack app - 'ChannelSync Pro' - that requests broad OAuth scopes (channels:history, groups:history, im:his

AWS Hard Free this month

AWS ECS and EKS Container Task-Role Credential Theft

A container in the prod-ecs cluster is compromised through a vulnerable app. With no key on disk, the attacker reads the task role's temporary credentials from the container creden

AWS Advanced Free this month

AWS Cognito Identity Pool Over-Permissive Authenticated Role Abuse

A public web application uses an Amazon Cognito identity pool to hand signed-in app users temporary AWS credentials by assuming an IAM authenticated role. That role was written wit

AWS Advanced Free this month

AWS RDS Snapshot Sharing Database Exfiltration

An attacker with RDS and KMS permissions does not query a production database row by row to steal it. They create a manual snapshot of the encrypted orders-prod database, then call

Entra Expert Free this month

Entra ID Application Credential Backdoor

An attacker adds a hidden client secret to an Entra ID application whose service principal already holds RoleManagement.ReadWrite.Directory and Application.ReadWrite.All - Microsof

Azure Hard Free this month

Azure Storage Account-Key Theft and Data Access

An Azure storage account has two account keys that each grant full control of everything in it - all blobs, files, queues, and tables. The keys never expire, and shared-key authent

GCP Expert Free this month

GCP Organization Policy Tampering to Weaken Guardrails

GCP organization policies are the org-wide preventive guardrails: they block service-account key creation, prevent public IAM and public buckets, restrict VM external IPs and resou

GCP Expert Free this month

GKE Kubernetes RBAC Privilege Escalation to Cluster-Admin

Inside a GKE cluster, Kubernetes RBAC decides who can do what. A namespace-scoped workload identity - a compromised pod or a stolen ServiceAccount token - was granted the RBAC bind

SaaS Hard Free this month

ServiceNow Bulk Data Exfiltration via Table API

ServiceNow is the system of record for IT and often the business: incidents, the CMDB, user and employee records, and the sensitive details and occasional credentials people put in

SaaS Hard Free this month

Notion Integration-Token Workspace Data Theft

Notion holds a company's documents, wikis, runbooks, plans, and the secrets and personal data that end up in pages and databases. An internal integration token, leaked in code or p

SaaS Advanced Free this month

SaaS File Exfiltration - Over-Scoped App Pulls the Content Repository (Box)

A cloud content-management tenant (Box) holds the company's documents. An attacker gets an over-scoped third-party app authorized (consent phishing, or a stolen app config with ent

SaaS Advanced Free this month

SaaS Support-Desk Exfiltration - Stolen API Token Bulk-Exports Customer Tickets (Zendesk)

A support platform (Zendesk) holds customer tickets, contact records, and the secrets customers sometimes paste into tickets while troubleshooting. An attacker obtains a long-lived

SaaS Advanced Free this month

SaaS Observability Key Abuse - Leaked Datadog Keys Read Logs and Mute Detection

An observability platform (Datadog) ingests the organization's logs, metrics, and infrastructure inventory. An attacker who finds a leaked API key plus application key (committed t

AWS Advanced Free this month

AWS Serverless Persistence via Step Functions and EventBridge

An attacker with AWS access plants durable persistence using serverless orchestration instead of a host. An EventBridge rule on a schedule (or an event pattern) triggers a Step Fun

Azure Advanced Free this month

Azure Logic Apps Managed-Identity Abuse to Reach the Subscription

An Azure Logic App runs a workflow as a managed identity that was over-granted a broad subscription role. An attacker who can edit the workflow (Logic App Contributor) adds an acti

GCP Advanced Free this month

GCP Pub/Sub Data Tap - Silent Subscription Siphons the Event Stream

GCP Pub/Sub carries the organization's event stream - app events, audit data, sometimes records with PII. An attacker with Pub/Sub permissions attaches a new subscription to a busy

Exchange Advanced Free this month

Exchange Server Privilege Escalation via NTLM Relay (CVE-2024-21410)

CVE-2024-21410 is an Exchange Server elevation-of-privilege via NTLM relay: an attacker coerces a victim's NTLM authentication and relays it to an on-prem Exchange Server that does

SaaS Advanced Free this month

E-Signature Platform Abuse - Stolen Token Pulls Signed Agreements and Sends Lures

An e-signature platform (DocuSign) is a system of record for executed contracts and signer PII and a trusted channel recipients are conditioned to open and sign. An attacker with a

AWS Advanced Free this month

AWS IAM Roles Anywhere Certificate Trust Abuse for Workload Credential Theft

AWS IAM Roles Anywhere lets on-prem and non-AWS workloads obtain temporary role credentials by presenting an X.509 client certificate that chains to a registered trust anchor. An a

AWS Advanced Free this month

AWS Glue and Athena Over-Privileged Job Data Lake Exfiltration

An over-privileged analytics role (analytics-etl) is used to run a Glue job and Athena CTAS queries that read across the S3 data lake and redirect the results to an S3 location in

AWS Advanced Free this month

AWS SNS Topic Subscription Hijack for Notification Interception and Phishing

An attacker abused an over-broad grant on an assumed role to loosen a sensitive SNS topic's access policy and attach their own external HTTPS endpoint as a confirmed subscriber, si

AWS Advanced Free this month

AWS KMS Key Policy Tampering for Cross-Account Decryption

An actor with kms:PutKeyPolicy on a customer-managed CMK rewrites the key policy to grant their own AWS account kms:Decrypt (or issues a standalone kms:CreateGrant to an external g

AWS Advanced Free this month

AWS CodeBuild/CodePipeline Poisoning to Steal Deployment Credentials

An attacker who can edit a buildspec or a CodePipeline stage pushed a commit that alters buildspec.yml for the deploy-prod CodeBuild project. The injected step reads the build cont

AWS Advanced Free this month

AWS Redshift Cluster Database Dump via a Compromised Analytics Role

A compromised analytics principal uses redshift:GetClusterCredentials to obtain temporary database credentials, connects to the prod-warehouse cluster, and runs UNLOAD to dump whol

AWS Advanced Free this month

AWS Backup Vault Deletion and Recovery-Point Tampering to Block Restore

The SOC sees AWS Backup recovery points being deleted in bursts and a backup vault targeted for deletion - an attempt to destroy the organization's ability to recover before a dest

AWS Advanced Free this month

AWS Root Account Recovery Hijack via Compromised Email and Phone

An attacker who controls the AWS account's registered root email inbox and recovery phone drives the 'forgot password' and 'sign in using alternative factors' flows to seize the ro

Azure Advanced Free this month

Azure VM Custom Script Extension Abuse for SYSTEM-Level RCE and Persistence

An identity holding the Azure Virtual Machine Contributor role pushes a CustomScriptExtension to a production virtual machine. The extension runs the attacker's payload as SYSTEM o

Azure Advanced Free this month

Defender for Cloud and Sentinel Disabled to Blind the SOC

An attacker who has reached Security Admin / Owner scope methodically blinds the SOC before acting: Microsoft Defender for Cloud plans are downgraded to Free, Sentinel analytics ru

Azure Advanced Free this month

Azure Policy Tampering to Disable Guardrails and Hide Resources

An actor with Resource Policy Contributor at subscription scope deleted the deny-public-blob-access policy assignment and set the audit-untagged-resources assignment effect to Disa

Azure Advanced Free this month

Recovery Services Vault Deletion to Block Restore Before Extortion

The SOC observes an attacker with Backup Contributor scope disabling soft delete on a production Recovery Services vault, then running stop-protection-with-delete-data against the

Azure Advanced Free this month

Azure SQL Mass Exfiltration via an Over-Privileged Managed Identity

A web application's managed identity was granted db_datareader (and in practice read of everything) on an Azure SQL database that holds regulated customer records. After compromisi

Azure Advanced Free this month

Azure Lighthouse Delegation Abused for Hidden MSP-Side Control

A foreign managing tenant (a rogue managed-services offer, or an over-broad MSP delegation) holds an Azure Lighthouse delegation over the customer's subscription that grants far mo

Azure Advanced Free this month

Front Door and WAF Rule Tampering to Expose an Internal Origin

An attacker with Contributor on the front-door and WAF resources weakens the edge protections: the Front Door WAF policy is switched from Prevention to Detection (or the managed ru

Azure Advanced Free this month

Service Bus and Event Hub Message Tap with a Stolen SAS Key

A shared access signature (SAS) key with the Listen claim for an Event Hub (or Service Bus topic) leaks from a config file. The attacker uses the key to register a new consumer gro

Azure Advanced Free this month

Azure Arc Onboarding Abuse for Hybrid Persistence

An attacker onboarded an on-prem server to Azure Arc (Microsoft.HybridCompute) and used the Arc Connected Machine agent plus extensions (Custom Script / Run Command over Arc) to ga

GCP Advanced Free this month

GCP VPC Service Controls Perimeter Bypass to Reach Restricted Storage

A VPC Service Controls perimeter protects a GCS bucket and a BigQuery dataset holding customer exports. An actor with valid service-account credentials did not attack the data dire

GCP Advanced Free this month

GCP Cloud Logging Sink Tampering and Audit Log Disabling to Evade Detection

An attacker who impersonated a service account holding logging admin and project IAM-policy rights moved to blind detection before the main objective. They broke the audit-log expo

GCP Advanced Free this month

GCP Compute OS Login and SSH Metadata Key Abuse for Instance Access

An attacker who gained IAM rights over Compute resources granted their principal roles/compute.osAdminLogin and wrote an attacker SSH public key to project-wide instance metadata,

GCP Advanced Free this month

GCP Identity-Aware Proxy Misconfiguration Bypass to Reach Internal Apps

An internal application is published behind Identity-Aware Proxy so only a specific access group should reach it without a VPN. An over-broad IAM binding grants roles/iap.httpsReso

GCP Advanced Free this month

GCP Binary Authorization Bypass to Deploy an Unsigned Malicious Image

Binary Authorization is supposed to admit only signed, attested container images to GKE and Cloud Run. A compromised CI/CD deploy identity weakened the Binary Authorization policy

GCP Advanced Free this month

GCP Cloud Shell Environment Abuse for Credential and Source Theft

An attacker who has gained access to a developer's Cloud Shell session harvests the gcloud Application Default Credentials and cached OAuth tokens that grant the developer's GCP ac

GCP Expert Free this month

GCP CryptoKey Destruction in KMS Locks Out Encrypted Production Backups

An identity with rights over Cloud KMS scheduled destruction of the CryptoKey versions used to encrypt production backups and data (CMEK). Destroying a key version erases the mater

SaaS Advanced Free this month

Workday ISU Credential Abuse - Mass HR and Payroll Data Theft via a Stolen Integration System User

Workday Integration System Users (ISUs) are non-human service accounts that authenticate integrations to the tenant with a standing key. An attacker obtains the credential for an o

SaaS Advanced Free this month

Zoom OAuth App Abuse - Cloud Recording and Transcript Exfiltration via an Over-Scoped App Token

A malicious or over-scoped OAuth app installed in the Zoom account holds a recording:read scope and a long-lived app token. An attacker drives that token through the Zoom recording

SaaS Advanced Free this month

Asana Personal Access Token Abuse - Bulk Project and Task Data Exfiltration via a Leaked PAT

An Asana Personal Access Token (PAT) leaks - committed to a public repo or pasted into a CI log - and an attacker replays it against the API. The token carries one project lead's f

SaaS Advanced Free this month

HubSpot Private App Token Abuse - Bulk CRM Contact, Company, and Deal Export

A HubSpot private-app access token is leaked, for example exposed in a frontend bundle or a shared script. The attacker drives the CRM API with that token to bulk-export contacts,

SaaS Advanced Free this month

PagerDuty API Key Abuse - Alert Suppression and On-Call Reconnaissance

A PagerDuty REST API key is stolen. Rather than steal data, the attacker uses it to blind the responders: they create broad maintenance windows and suppress/auto-resolve alerts so

SaaS Expert Free this month

GitLab CI/CD Pipeline Compromise - Masked-Variable Secret Theft and Backdoored Artifact

An attacker with push or merge-request access to a GitLab project edits .gitlab-ci.yml (or adds a job) to echo and exfiltrate the project's masked CI/CD variables, which hold cloud

SaaS Expert Free this month

Jenkins Credential Store Theft - Malicious Pipeline Job Dumps Stored Credentials

An attacker with job-configure or pipeline-edit access in Jenkins runs a build (or a Script Console Groovy snippet) that binds and decrypts the entire stored credential store - clo

SaaS Expert Free this month

Auth0 Management API Abuse - Persistent Backdoor via a Rogue Client and Post-Login Action

An attacker obtains an Auth0 Management API token (a machine-to-machine credential with tenant-admin scopes) and uses it to plant persistence in the identity provider itself: a rog

SaaS Advanced Free this month

Twilio API Key Abuse - Smishing and OTP Interception From the Org's Own Numbers

A leaked Twilio API key (SID + secret) is used by an attacker to send SMS phishing from the organization's own trusted sender numbers and to rewrite messaging-service routing so th

SaaS Advanced Free this month

SendGrid Compromised API Key - Authenticated Phishing From a Trusted Domain

A stolen SendGrid API key is used to send phishing through the organization's own verified sending domain, so the messages pass SPF, DKIM, and DMARC and arrive in inboxes looking f

SaaS Advanced Free this month

Stripe Restricted-Key Abuse - Fraudulent Refunds and Customer Data Theft

A leaked Stripe restricted API key that was scoped too broadly - carrying both refund-write and customer-read - is being abused from an unfamiliar IP to issue a wave of fraudulent

SaaS Expert Free this month

SaaS Password-Manager Vault Breach - Stolen Secrets Cascade Into Production

A hijacked admin session on the organization's SaaS password manager abuses SCIM/admin capability to widen its access and bulk-reveals shared vaults full of long-lived static secre

SaaS Expert Free this month

CircleCI Stolen Context Secrets - CI Compromise Cascades to the Cloud Account

An attacker with a stolen CI session/token runs a job that dumps CircleCI context and project environment variables, then uses the cloud OIDC credentials and provider keys those va

SaaS Expert Free this month

PyPI Maintainer Account Takeover - A Backdoored Release Hits Downstream Installs

A credential-stuffed PyPI maintainer account is taken over and used to publish a backdoored release of a popular package, which downstream consumers then pull during normal install

SaaS Advanced Free this month

Terraform Cloud API Token - State-Secret Theft and Unauthorized Infrastructure Change

A stolen Terraform Cloud / HCP API token is used to read state outputs (which often contain plaintext secrets) and to queue applies that change real infrastructure. The acting prin

SaaS Advanced Free this month

Cloudflare API Token Abuse - DNS Hijack and Security-Rule Bypass

A leaked Cloudflare API token is used to edit DNS records (repointing a proxied login subdomain to attacker infrastructure) and to disable WAF and firewall rules so the protected o

AD Expert Free this month

Active Directory Golden Ticket - Forged TGT Persistence After KRBTGT Theft

An attacker who replicated the KRBTGT account hash from a domain controller (via DCSync) now forges Kerberos ticket-granting tickets offline for any user and SID with an arbitrary

AD Expert Free this month

Active Directory AdminSDHolder and SDProp Abuse for Stealthy Privileged Persistence

An attacker with sufficient rights writes a malicious access control entry - for example GenericAll for a low-privileged principal they control - onto the AdminSDHolder object in t

AD Expert Free this month

ADCS ESC2 - Any-Purpose (or No) EKU Certificate Template Abuse

A certificate template on the enterprise CA grants enrollment to a broad, low-privileged group and carries the Any Purpose EKU (or no EKU at all), with no manager approval and no e

AD Expert Free this month

Active Directory DCShadow - Rogue Replication Injects Stealthy Directory Changes

An attacker with effectively domain-level rights briefly registers a rogue domain controller - creating server and nTDSDSA objects in the configuration partition and adding DRS/GC

AD Expert Free this month

ADCS ESC12 - CA Host Compromise Yields the CA Key Context (Forge Any Certificate)

An attacker gained local administrator and an interactive shell on the ADCS certificate authority host CA01, reaching the CA's signing-key context. Whether the key lives on a YubiH

AD Expert Free this month

ADCS ESC14 - Weak/Explicit Certificate Mapping via Writable altSecurityIdentities

An attacker with write access to a Tier-0 account's altSecurityIdentities attribute adds an explicit X509 certificate mapping pointing to a certificate they control. Because the do

AD Expert Free this month

Resource-Based Constrained Delegation Write - Computer Object Takeover to Domain Admin Impersonation

An attacker holds a delegated GenericWrite (or WriteProperty on the delegation attribute) over the computer object SQL01$ through an over-broad object ACL. Using that write - not a

AD Expert Free this month

Skeleton Key - LSASS-Resident Master Password on Domain Controllers

An attacker who already holds Domain Admin injects the Skeleton Key patch into the LSASS process on domain controllers. The patch adds a single master password that authenticates a

AD Expert Free this month

SCCM / ConfigMgr Takeover - Network Access Account Theft and Client-Push NTLM Relay

An attacker abuses Microsoft Configuration Manager (SCCM) two ways at once: they recover the Network Access Account (NAA) credential, which is distributed in machine policy and rec

AD Expert Free this month

MSSQL Linked-Server Chain - TRUSTWORTHY + EXECUTE AS to OS Command Execution and Domain Admin

An attacker pivots across Microsoft SQL Server linked servers, hopping from a low-value instance to a privileged one through trusted linked-server logins. On a reachable instance t

Entra Advanced Free this month

Entra Temporary Access Pass Abuse - Helpdesk-Issued TAP Used to Plant Attacker MFA

An operator holding the Authentication Administrator role issues a Temporary Access Pass (TAP) for a target user, signs in with that TAP, and uses the bootstrap session to register

Entra Advanced Free this month

Entra Administrative Unit Scoping Gap - Delegated Role Reaches Tier-0 Accounts

A regional helpdesk operator holds a role scoped to an Administrative Unit, but the AU quietly contains privileged accounts - so the delegated admin can reach a Tier-0 target. Two

Entra Advanced Free this month

Entra Workload Federated Identity Credential Backdoor - Passwordless Persistence on an App Registration

An attacker with rights to manage an app registration adds a federated identity credential (FIC) to it - an external OIDC issuer plus a subject claim - and then mints tokens for th

Entra Advanced Free this month

Entra Entitlement Management Abuse - Tampered Access-Package Policy Lets a Guest Self-Grant Privilege

A delegated Entitlement Management catalog owner tampers with an access-package assignment policy: they switch an approval-required policy to auto-assign, add a privileged director

Entra Advanced Free this month

Entra Continuous Access Evaluation Gap - Stolen Token Outlives a Disabled Account

After a phishing alert, the team disables a user and resets the password, believing access is cut. But the attacker had already stolen an access token, and against resources that d

Okta Advanced Free this month

Okta Workflows Automation Abuse - Low-Code Persistence in the IdP

An attacker who briefly held Okta Super Admin builds an Okta Workflows flow - Okta's low-code automation engine that runs inside the IdP - wired to an event trigger and a 15-minute

Okta Advanced Free this month

Okta SCIM Provisioning Abuse - Backdoor Accounts Fanned Into Every Connected App

An attacker with Okta admin reach weaponizes Okta's outbound SCIM provisioning. By creating a user with no HR source, binding it to a group mapped to a dozen SCIM-provisioned SaaS

Okta Advanced Free this month

Okta AD Agent Compromise - Intercepting Delegated Authentication

An attacker compromises the on-prem Windows host running the Okta AD agent - the connector that brokers delegated authentication between Okta and Active Directory. In delegated aut

Okta Advanced Free this month

Okta Inline Hook Abuse - Forged Claims Injected into Issued Tokens

An attacker who has reached Okta admin registers a token inline hook - an external HTTPS endpoint Okta calls during OIDC/SAML token minting - that returns JSON Patch commands addin

Okta Advanced Free this month

Okta Network Zone & ThreatInsight Bypass - Defense Impairment in the IdP

An admin-level attacker does not attack a user - they quietly rewrite Okta's defenses. In one admin session they widen a trusted network zone to include an undocumented attacker ra

Okta Advanced Free this month

Okta API Service App Abuse - Stolen Client-Credentials Key, Headless Admin

An Okta OAuth 2.0 service app authenticates with the client-credentials grant using a private key (private_key_jwt) or client secret - no user, no interactive sign-in, no MFA. An a

Intune Advanced Free this month

Intune Compliance-Policy Tampering - Forging a Compliant Device for Conditional Access

An attacker with Intune policy-edit rights loosens a device compliance policy so an attacker-controlled, non-compliant device is reported compliant. Because Entra Conditional Acces

Intune Advanced Free this month

Intune Mass Remote Wipe - Endpoint Destruction at Fleet Scale

An attacker holding Intune administrative rights queues bulk Wipe and Retire device actions across the entire managed fleet, weaponizing a legitimate management capability as endpo

Intune Advanced Free this month

Intune Autopilot Enrollment Hijack - Provisioning Rogue Devices as Trusted Endpoints

An attacker imports rogue Windows Autopilot device identities (hardware hashes) and abuses a stolen bulk enrollment token so attacker-controlled hardware provisions through Autopil

Intune Advanced Free this month

Intune SCEP/PKCS Connector Abuse - Minting Authentication Certificates at Will

An attacker who can edit an Intune SCEP or PKCS certificate profile retargets it so the certificate connector mints authentication certificates for arbitrary subjects - executives,

Intune Advanced Free this month

Intune Endpoint Manager RBAC Escalation - From Scoped Operator to Fleet-Wide Control

A scoped Intune operator - provisioned to manage only a small Site-3 device group via a scope tag - exploits an RBAC misconfiguration to widen their own reach to the entire fleet.

Intune Advanced Free this month

Intune Configuration-Profile Abuse - Pushing a Rogue Proxy and Trusted Root to MITM the Fleet

An attacker with Intune configuration rights creates a device configuration profile that bundles a rogue proxy (PAC/manual proxy pointing at 198.51.100.237) with an attacker-contro

Teams Advanced Free this month

Teams Incoming-Webhook Abuse - Posting Spoofed Internal Alerts from a Leaked Connector URL

A Microsoft Teams incoming-webhook (Office 365 connector) URL leaks from a public code repo and an attacker POSTs messages straight into a channel that look like trusted internal a

Exchange Advanced Free this month

Exchange Online ApplicationImpersonation Abuse - Silent Org-Wide Mailbox Reads

A registered application holds broad mailbox-impersonation power in Microsoft 365 - either the legacy ApplicationImpersonation RBAC role or the application-wide full_access_as_app

Exchange Advanced Free this month

Microsoft Purview eDiscovery Mass Export - Compliance Tooling Turned Exfil Engine

An actor holding an eDiscovery Manager role uses Microsoft Purview to run a content search spanning every mailbox plus SharePoint and OneDrive, then exports the matching results at

Exchange Advanced Free this month

Exchange Online FullAccess Delegate Backdoor - Persistence That Survives a Password Reset

After compromising an admin session the attacker runs Add-MailboxPermission to grant a FullAccess delegate right on executive mailboxes to an account they control. FullAccess lets

AWS Advanced Free this month

AWS Config and Inspector Disabled - Blinding Compliance and Vulnerability Monitoring

An over-permissioned role stops and deletes the AWS Config configuration recorder and disables Amazon Inspector to blind compliance drift detection and vulnerability scanning, the

AWS Advanced Free this month

AWS DynamoDB Exfiltration - Over-Permissioned Role Scans and Exports a Table

An over-permissioned application role carrying wildcard dynamodb actions is caught mid-exfiltration: it is either running paginated full-table Scans against a customer-records tabl

AWS Advanced Free this month

AWS SQS Queue-Policy Tap - Cross-Account Consumer Siphons an Internal Message Stream

The SOC sees an SQS queue's access policy rewritten to add an external AWS account as an authorized consumer with sqs:ReceiveMessage and sqs:DeleteMessage - a silent cross-account

AWS Advanced Free this month

AWS Cognito User-Pool App-Client Abuse - Misconfig Enables Account Takeover

A Cognito user pool app client is misconfigured - it is a public client with no secret, the plaintext USER_PASSWORD_AUTH and ADMIN_USER_PASSWORD_AUTH flows are enabled, self-servic

AWS Expert Free this month

AWS CloudFormation StackSets Abuse - Org-Wide Backdoor in One Operation

From the management account (or a registered delegated administrator), an attacker creates a service-managed CloudFormation StackSet with auto-deployment enabled whose template pro

Azure Advanced Free this month

Azure Cosmos DB Primary-Key Leak - Data-Plane Access That Bypasses Entra RBAC

A Cosmos DB account primary key (embedded in a connection string) leaks from an app-config repo. The key is a data-plane master credential: it grants full NoSQL read/write directly

Azure Advanced Free this month

Azure Resource Graph Recon - Broad Reader Managed Identity Maps the Whole Tenant for Targeting

An internet-facing workload (vm-batch-worker) was compromised and its system-assigned Managed Identity, which was over-granted Reader at the Tenant Root management group scope, is

Azure Advanced Free this month

Azure Bastion Agentless Access Abused for Browser-Based VM Compromise and Pivot

An attacker with VM contributor-style RBAC uses Azure Bastion for browser-based access and the VM Run Command extension to execute scripts on VMs through the control plane - agentl

Azure Advanced Free this month

Azure DevOps PAT Abuse - Stolen Token Reads Pipeline Secrets and Poisons the Build

A developer's Azure DevOps personal access token (PAT) leaks. The PAT is a long-lived bearer credential scoped to the developer's permissions: from an unfamiliar IP the attacker cl

Azure Advanced Free this month

Azure Data Factory Linked-Service Credential Theft - Pipelines Exfiltrate to an Attacker Sink

An attacker with Data Factory contributor-style access reads or reuses the linked-service credentials that connect a data factory to its data stores - or simply rides the factory's

GCP Advanced Free this month

GCP Firestore Exfiltration - Over-Broad Datastore IAM Bulk-Reads and Managed-Exports Every Document

An identity holds an over-broad datastore role (roles/datastore.owner, carrying datastore.databases.export and full read) - or a leaked service-account key carries it - and an atta

GCP Advanced Free this month

GCP Cloud Armor Policy Tampering - Silently Stripping the WAF in Front of a Backend

A principal holding an over-broad compute.securityAdmin silently edited the Cloud Armor security policy in front of a production backend service - removing the preconfigured WAF de

GCP Advanced Free this month

GCP BigQuery Scheduled-Query Backdoor - A Saved Schedule That Exfiltrates Forever

An attacker with a compromised internal account created a BigQuery Data Transfer scheduled query that runs as a service account and, on a recurring interval, exports new rows from

GCP Advanced Free this month

GCP Persistent Disk Snapshot Exfiltration - Cross-Project Copy of a Sensitive Volume

An attacker who controls a service account with broad Compute permissions created a snapshot of a sensitive persistent disk (the data volume of a regulated-database VM) and then mo

SaaS Advanced Free this month

NetSuite Integration Token Abuse - Bulk Pull of Financial Records and Saved Searches

A NetSuite token-based-authentication (TBA) integration role - meant for a nightly finance sync - has its consumer key and token secret leaked. An attacker replays the token from a

SaaS Advanced Free this month

BI Embed / PAT Token Abuse - Dashboards and Underlying Datasets Exfiltrated

A personal access token (PAT) issued for a BI embed integration - Tableau or Power BI serving dashboards into a customer portal - is leaked from an embedding application's config.

SaaS Advanced Free this month

MongoDB Atlas Key Abuse - Open IP Access List and Mass Collection Reads

A leaked, over-privileged MongoDB Atlas project API key is used to add 0.0.0.0/0 to the project IP access list - opening the cluster to the entire internet - and a leaked applicati

SaaS Hard Free this month

Docker Hub Credential Theft - Poisoned Base Image Pulled by Downstream Pipelines

An attacker who stole a Docker Hub push credential for a widely-used published base image logged in from an unfamiliar location and repointed the :stable tag to a poisoned digest w

SaaS Expert Free this month

GitHub Actions OIDC Trust Misconfiguration - Foreign Workflow Assumes the Deploy Role

A cloud IAM role's OIDC trust policy for GitHub Actions is too broad: it validates the GitHub issuer and audience but does not pin the subject claim, so a workflow from a foreign r

SaaS Hard Free this month

HashiCorp Vault Token Abuse - Broad Policy Reads Many Secret Paths at Once

A Vault token attached to an over-broad policy is leaked from an application environment. Because the policy grants read on a wide path glob, the token reads many secret paths in a

SaaS Hard Free this month

ArgoCD GitOps Abuse - Attacker Manifests Synced to the Cluster

An attacker with ArgoCD admin access (or leaked Git repo credentials) commits malicious manifests to the GitOps source of truth, and the ArgoCD controller faithfully syncs them int

SaaS Hard Free this month

Salesforce Apex/Flow Backdoor - Stealthy Code Persistence Exfiltrates Records on Write

An attacker with author/deploy permissions plants an Apex trigger (or a record-triggered Flow) that quietly exfiltrates records to an external endpoint every time a row is written.

SaaS Advanced Free this month

ServiceNow Business Rule Backdoor - Server-Side Script Persistence and Silent Exfiltration

An attacker with script-author rights planted a malicious server-side Business Rule (backed by a Script Include) that fires on record operations and silently posts record data to a

AD Expert Free this month

Active Directory dMSA "BadSuccessor" - Privilege Inheritance via Migration Link Abuse

On a Windows Server 2025 domain, an attacker with only create/write permission over an OU creates a delegated Managed Service Account (dMSA) and sets its migration attributes - msD

AD Expert Free this month

Active Directory Diamond Ticket - Legitimate TGT with a Forged PAC

Having stolen the KRBTGT key, an attacker requests a real TGT for a low-privileged user through the normal AS-REQ flow, then decrypts that legitimate ticket with the KRBTGT key, ed

AD Expert Free this month

DPAPI Domain Backup Key Theft - One Key Decrypts Every User's Secrets

A Domain Admin session extracts the domain DPAPI backup key from a domain controller. That single RSA key is the recovery key DPAPI uses to protect every domain user's master keys,

AD Expert Free this month

DnsAdmins Abuse - ServerLevelPluginDll Loads Attacker Code as SYSTEM on a DC

A DnsAdmins member sets the ServerLevelPluginDll value on a domain controller's DNS service, pointing dns.exe at an attacker DLL staged on a share. Because DNS runs as SYSTEM on th

AD Expert Free this month

Backup Operators Abuse - SeBackupPrivilege Reads NTDS.dit for an Offline DCSync

A member of the Backup Operators group uses SeBackupPrivilege on a domain controller to snapshot the volume and read the locked NTDS.dit database and the SYSTEM registry hive off t

AD Expert Free this month

WSUS Rogue Update - Fleet-Wide SYSTEM Code Execution via a Malicious Approved Update

An attacker who controls the WSUS server (or can man-in-the-middle its HTTP client traffic) approves a malicious 'update': a Microsoft-signed LOLBin wrapped with an attacker comman

Entra Advanced Free this month

Entra Graph App-Role Self-Escalation - AppRoleAssignment.ReadWrite.All to Directory Control

A service principal in the tenant holds AppRoleAssignment.ReadWrite.All - the Graph permission that lets an app assign app roles to any service principal. Controlling that app's cr

Entra Expert Free this month

Entra Federated Domain Trust Tampering - Forged Tokens via Rogue Federation

An attacker holding directory-write (Global Administrator) tampers with a custom domain's federation settings - converting a managed domain to federated and registering a rogue Iss

Entra Advanced Free this month

Entra OAuth Refresh-Token Persistence - Password Reset Is Not Enough

A user is phished into consenting to a malicious OAuth app and the attacker captures a long-lived refresh token. The help desk resets the user's password and closes the ticket - bu

Entra Advanced Free this month

Entra Application Proxy Abuse - Publishing Internal Apps to the Internet

An attacker with sufficient rights abuses Entra Application Proxy and its on-prem connector to publish an internal application to the internet - or hijacks an existing published ap

Entra Advanced Free this month

Entra Workload-Identity Conditional Access Gap - Service Principal Signs In From Anywhere

An attacker steals a service principal's client secret (from a leaked pipeline variable or config file) and uses it to authenticate to the tenant. Because Conditional Access is sco

Okta Advanced Free this month

Okta FastPass / Device-Trust Bypass - A Rogue Endpoint Looks Managed

An attacker enrolls a rogue, unmanaged endpoint into Okta and binds an Okta Verify / FastPass authenticator to it, then gets device assurance to evaluate it as Managed by asserting

AWS Advanced Free this month

AWS Lambda Layer Poisoning - Shared Layer Version Backdoors Every Consumer

An attacker with lambda:PublishLayerVersion publishes a new, backdoored version of a shared Lambda layer that dozens of functions import, then widens its share with AddLayerVersion

AWS Advanced Free this month

AWS RAM Share Abuse - Stealthy Cross-Account Access via Resource Shares

An attacker with ram:CreateResourceShare quietly shares production VPC subnets and a Route 53 Resolver rule from your account to an attacker-controlled account, creating a stealthy

AWS Advanced Free this month

AWS EC2 Instance Connect Abuse - Out-of-Band Shell via Ephemeral SSH Key Push

An attacker with ec2-instance-connect:SendSSHPublicKey calls the API to push an ephemeral, roughly 60-second SSH public key to a running production instance and then connects, gett

AWS Advanced Free this month

AWS Bedrock Agent Prompt Injection - Poisoned Knowledge Base Drives the Agent

A document planted in an Amazon Bedrock agent's knowledge base carries hidden instructions, and when a normal user question causes the agent to retrieve that document it follows th

AWS Advanced Free this month

AWS AppSync GraphQL Resolver Abuse - Missing Field Auth Exposes Cross-Tenant Data

An AppSync GraphQL API resolver is missing field-level authorization: the listOrders / getOrder resolvers read the backing DynamoDB data source with no condition tied to the caller

Azure Advanced Free this month

Azure App Service Kudu/SCM Console Abuse - WebJob Persistence and Managed-Identity Token Theft

An attacker holding App Service publish (deployment) credentials for a production web app opens the Kudu/SCM advanced-tools debug console at the scm.azurewebsites.net endpoint and

Azure Advanced Free this month

Azure API Management Policy Tamper - Stripped JWT Validation and a Subscription-Key Side-Channel

An attacker with an APIM subscription key makes an out-of-band edit to the gateway policy on a production customer API: they delete the inbound validate-jwt element that authentica

Azure Advanced Free this month

Azure Machine Learning Compute Abuse - Stolen Workspace Identity Token and a Persistence Job

An attacker with access to an Azure Machine Learning workspace runs a notebook on a compute instance and uses it to call the instance metadata endpoint, minting the workspace/compu

Azure Advanced Free this month

Azure Event Grid Subscription Tap - Rogue Event Subscription Siphons Resource Signals

An attacker with write access to Event Grid added a new event subscription on a production storage system topic and pointed its delivery webhook at an attacker-controlled endpoint,

Azure Advanced Free this month

Azure Update Manager Abuse - Malicious Maintenance Config Deploys to the VM Fleet

An attacker who holds the RBAC to manage Azure Update Manager edits a maintenance configuration and attaches a malicious pre-task that pulls a script from an external source and ru

GCP Advanced Free this month

GCP Cloud Composer - Malicious Airflow DAG Runs as the Environment Service Account

An attacker with write access to a Cloud Composer environment's DAGs bucket uploads a malicious Python DAG. Airflow's scheduler parses the new file and the workers execute its task

GCP Advanced Free this month

GCP Cloud Scheduler - Rogue Job Persistence Running as a Service Account

An attacker with project-level access created a Cloud Scheduler job that fires attacker-controlled code on a recurring cron - an HTTP target, a Pub/Sub publish, or a Cloud Function

GCP Advanced Free this month

GCP Apigee - API Proxy Revision Tampering Exposes Backends and Leaks Credentials

An attacker using a stolen automation identity (deploy-bot) with standing Apigee deploy rights authored and deployed a tampered revision of the payments-api proxy from outside the

GCP Advanced Free this month

GCP Eventarc / Pub/Sub - Push-Subscription Endpoint Redirected to an Attacker

An attacker with Pub/Sub or Eventarc edit rights changed a push subscription's endpoint (or created an Eventarc trigger) so the event stream is delivered to an attacker-controlled

GCP Advanced Free this month

GCP IAM Conditions - CEL Misconfiguration and Deny-Policy Gap Bypass Access Controls

A role binding meant to be fenced in by an IAM Condition is walked straight through because the CEL expression is written loosely: a resource.name.startsWith prefix has no boundary

SaaS Advanced Free this month

Jamf Pro Admin Abuse - Malicious Profile Pushed to the Mac Fleet

An attacker obtains Jamf Pro administrator and API credentials and turns the MDM server itself into a deployment weapon. From an unfamiliar ASN outside business hours they mint an

SaaS Advanced Free this month

Shopify Admin API Token Abuse - Customer and Order Data Exfiltration

A leaked Shopify Admin API access token, belonging to an over-scoped custom app, is used to page through customers and orders and pull customer PII, order history, and limited paym

SaaS Advanced Free this month

JFrog Artifactory Token Abuse - Poisoned Artifact in a Shared Repository

A stolen JFrog Artifactory access token is used to publish a poisoned artifact into a shared repository that every downstream build resolves from. The principal is the token, and t

SaaS Advanced Free this month

Zapier Automation Abuse - A Zap as a Standing Exfiltration Channel

An attacker with access to a Zapier workspace builds a new Zap that pipes records out of a connected app (CRM, email, or cloud storage) to an attacker-controlled webhook sink. The

SaaS Advanced Free this month

Vercel Deploy-Token Abuse - Malicious Production Deployment Reaches Live Users

A stolen Vercel deploy token is used to push a malicious production deployment that ships a client-side skimmer (injected loader posting visitor form fields to an external endpoint

SaaS Advanced Free this month

Sentry Token Abuse - Source-Map Download and Secrets Leaked in Error Events

A leaked Sentry auth token lets an attacker download the project's uploaded source maps to de-minify and reverse-engineer the production front-end, and read error events that inadv

SaaS Advanced Free this month

Plaid Access-Token Abuse - Harvesting Linked Bank and Transaction Data

Leaked Plaid access tokens - and possibly the app's client_secret - let an attacker call the Plaid API and harvest end-users' linked bank-account balances and transaction history.

SaaS Advanced Free this month

Malicious IDE Extension - Developer Supply-Chain Secret Theft

A developer installs a typosquatted VS Code extension - a lookalike of a popular formatter - that on activation reads the workspace and the OS for credentials (.env, cloud config,

SaaS Advanced Free this month

Grafana Service-Account Token Abuse - Silencing the Alerts You Rely On

A leaked Grafana service-account token gives an attacker read access to dashboards and data sources, but the distinct danger is what they do next: they create broad silences, delet

SaaS Advanced Free this month

Fivetran Connector Credential Abuse - Tapping the Data Pipeline

Fivetran connectors hold standing credentials to read source systems and write to the warehouse, which makes the data-movement layer itself a path to the data. An attacker who cont

SaaS Advanced Free this month

Duo Admin API Abuse - Defeating MFA from the Inside

A stolen Duo Admin API key lets an attacker reach into the MFA system itself: it can generate a bypass code for a target user, enroll an attacker-controlled device, or weaken an au

SaaS Advanced Free this month

Ping Identity OAuth Client Abuse - Federated Access Across Connected Apps

A stolen or rogue Ping (PingOne or PingFederate) OAuth client secret sits at the identity provider, so it can mint client-credentials access tokens and reach every app federated be

SaaS Advanced Free this month

LaunchDarkly API Token Abuse - Flipping a Flag to Disable a Control

A leaked LaunchDarkly API access token is used to flip a feature flag that gates a server-side security control - an authorization check - turning it OFF in production for all user

SaaS Advanced Free this month

Postman Workspace Leak - When the Environment Is a Secret Store

A Postman workspace, collection, or environment that was left public exposes the secrets developers embedded in it: API keys, bearer tokens, and connection strings the attacker the

SaaS Advanced Free this month

Retool Resource Credential Abuse - Querying Prod Through the Internal Tool

Retool internal-tool apps connect to resources (databases and APIs) using stored, privileged credentials, so the app itself holds standing access to production. An attacker who rea

SaaS Advanced Free this month

Confluent Cloud API Key Abuse - Tapping the Event Stream

A leaked but valid Confluent Cloud (Kafka) API key lets an attacker join the streaming platform and subscribe a rogue consumer group to sensitive topics, intercepting the live even

SaaS Advanced Free this month

GitHub Codespaces Secret Theft - Tokens and Cloud Creds Lifted from a Cloud Dev Environment

A developer opens a Codespace for a repo whose devcontainer was tampered with by a malicious pull request. The postCreateCommand runs attacker code inside the cloud dev environment

SaaS Advanced Free this month

dbt Cloud Service-Token Abuse - Malicious Models Run Against the Warehouse

A dbt Cloud service token leaks from a misconfigured CI variable. The attacker uses it to trigger a job that runs attacker-authored models and macros, which execute arbitrary SQL i

SaaS Advanced Free this month

OneLogin Admin API Abuse - Backdoor Users and App Provisioning in the IdP

OneLogin admin API credentials leak from an automation host. Because OneLogin is the single sign-on IdP, those credentials are effectively Tier-0: the attacker uses the admin API t

SaaS Advanced Free this month

Amplitude API Key Abuse - Behavioral and Event Data Exported from Product Analytics

A leaked Amplitude project API key and secret key - found in a public client bundle and a config repo - are replayed against the Amplitude Export API from an off-pipeline source. T

SaaS Advanced Free this month

Segment CDP Key Abuse - Customer Identity Profiles Exfiltrated and Destinations Poisoned

A leaked Segment access token and source write key let an attacker do two things at once: bulk-read unified customer identity profiles through the Profiles API, and add a rogue Web

SaaS Advanced Free this month

Webflow CMS Token Abuse - Public Site Defaced with a Watering-Hole Script and Form Data Stolen

A Webflow site publish token leaks from a build pipeline. Because the token controls the live public website, the attacker does two things visitors can feel: injects a malicious ex

SaaS Advanced Free this month

Wiz CSPM Token Abuse - Your Own Security Findings Become the Attacker's Target Map

A read-only Wiz API token leaks from a SOAR integration. Wiz is the cloud security posture tool, so its findings are a curated, prioritized map of the organization's most exploitab

Teams Advanced Free this month

Deepfake Executive Voice Vishing and Fraudulent Wire Transfer Authorization

A finance analyst at Northwind Robotics receives an urgent Teams video call from someone who looks and sounds exactly like the CFO. The audio and video are AI-generated. The 'CFO'

Exchange Advanced Free this month

Indirect Prompt Injection via Poisoned Document Exfiltrates Data Through an Enterprise Copilot

An attacker shares a finance manager at Meridian Freight an ordinary-looking vendor reconciliation document that hides instructions for the company AI assistant inside its text. Wh

SaaS Advanced Free this month

LLM Jailbreak of a Customer-Facing AI Chatbot Triggers Unauthorized Actions and Financial Harm

A retailer runs a public customer-facing support and sales chatbot built on an LLM and wired to real refund, promo, and order tools. An attacker crafts prompts that jailbreak it, o

SaaS Advanced Free this month

Enterprise AI Knowledge Assistant Poisoned by False RAG Entries to Harvest Credentials

The internal AI help assistant at Northwind Robotics answers employee questions using retrieval-augmented generation over indexed company sources: the wiki, ticket threads, and sha

Azure Advanced Free this month

Hijacked AI Agent Turns Its Own Tools Into an Exfiltration and Lateral Movement Path

An autonomous AI agent runs in Azure with its own managed identity and a set of tools it can call: read support tickets, query internal databases, call internal APIs, and send mess

Entra Advanced Free this month

Deepfaked Remote Hire Passes Identity Verification During Onboarding

A remote candidate applies to Meridian Logistics for an IT support role. During the video interview and the remote onboarding identity-proofing check, the candidate presents an AI-

SaaS Advanced Free this month

Shadow AI Data Leak: Employee Pastes Secrets and PII Into an Unsanctioned Public LLM

Lacking a sanctioned AI tool, a backend engineer at Northwind Robotics pastes production source code - a config file carrying a live AWS access key, a production database connectio

Azure Advanced Free this month

Training Data Poisoning Plants a Backdoor in a Production AI Model

An attacker with write access to the training dataset and feature store for a production fraud-detection model on Azure ML injected poisoned samples into a new data asset version s

AWS Advanced Free this month

AI Model Extraction and Training-Data Inference Through an Exposed Inference API

A company serves a proprietary ML model through a hosted inference API on AWS (a SageMaker-style endpoint) that has weak authentication, no meaningful per-principal rate limiting,

SaaS Advanced Free this month

LLM System Prompt and Embedded Secret Extraction Bypasses Chatbot Guardrails

A customer-facing LLM chatbot at a SaaS company carries a hidden system prompt that holds both its guardrails and, through a developer anti-pattern, an embedded API key plus an int

Teams Advanced Free this month

Microsoft Teams Help-Desk Vishing and Quick Assist Abuse Deploy the Matanbuchus Loader

An employee at Northwind Robotics gets an external Microsoft Teams call from someone presenting as the internal IT help desk, claiming an urgent security fix is needed. The caller

Teams Advanced Free this month

Stolen Microsoft Teams Client Session Tokens Enable Account Hijacking and Lateral Chat Phishing

Info-stealer malware on an employee's endpoint harvests the Microsoft Teams desktop client's cached authentication and session tokens, along with browser session cookies, from loca

Teams Advanced Free this month

Teams Shared Channels (Connect) Cross-Tenant Data Exposure Through a Rogue Partner

Teams Shared Channels (Teams Connect / B2B direct connect) let an internal channel be shared directly with an external organization's tenant, so their users collaborate in-place wi

Exchange Advanced Free this month

Exchange Mailbox Import-Export Role Abuse Dumps Mailboxes to PST

An operator with Exchange administrative footing self-assigns the Exchange RBAC 'Mailbox Import Export' management role - a role not granted by default even to Organization Managem

Exchange Advanced Free this month

Malicious Outlook Rules and Custom Forms: Mailbox-Resident Code Execution on Sync

An attacker with stolen mailbox credentials plants a client-side Outlook rule with a start-application action and backs it with a malicious custom form and a folder Home Page. When

Exchange Advanced Free this month

Exchange Online Direct Send Abuse Spoofs Internal Senders for Phishing

An external attacker abuses Exchange Online's Direct Send path - the tenant smart host contoso-com.mail.protection.outlook.com - to relay UNAUTHENTICATED mail that spoofs internal

Exchange Advanced Free this month

Exchange Online Inbound Connector Abuse Injects Spoofed Trusted-Partner Mail

An abused Exchange admin account creates an inbound connector in Exchange Online that maps a range of attacker-controlled IPs to a trusted partner. Mail from attacker infrastructur

Intune Advanced Free this month

BitLocker Recovery Key Theft via Intune and Entra Key Escrow

BitLocker recovery keys for managed Windows devices at Meridian Logistics are escrowed to Intune and Entra so the help desk can recover locked-out machines. An account that picks u

Intune Advanced Free this month

Intune Custom OMA-URI Profile Disables Endpoint Security Across the Fleet

An attacker who has gained Intune configuration rights creates a custom OMA-URI device configuration profile and assigns it to all devices. The profile pushes arbitrary Configurati

Intune Advanced Free this month

Intune Win32 App Deployment Pushes a Malicious Packaged App to Every Device

An attacker who holds Intune application-management rights packages malware as a Win32 app, a .intunewin package, and uploads it as a line-of-business app. They assign it as REQUIR

Okta Advanced Free this month

Scattered Spider: Help-Desk Social Engineering to Okta Super-Admin Takeover

An operator matching the Scattered Spider (UNC3944 / Octo Tempest) playbook phones your IT help desk impersonating a named privileged employee, passes knowledge-based verification

Entra Advanced Free this month

APT29 (Midnight Blizzard): Coordinated Device-Code Phishing Against the Executive Suite

A state-linked actor matching APT29 / Midnight Blizzard tradecraft runs a coordinated device-code lure against several executives at once - a trusted-looking Teams chat and email a

SaaS Advanced Free this month

Lazarus Group: Fake-Recruiter Developer Compromise to Cloud and Source-Code Access

A developer is approached by a fake recruiter and runs a malicious 'coding test' package on their workstation. It harvests browser session cookies, cloud CLI credentials, the git c

AD Expert Free this month

Volt Typhoon: Living-off-the-Land Valid-Account Persistence in Active Directory

A state-linked actor matching Volt Typhoon's playbook operates almost entirely with built-in tools and stolen valid accounts to stay invisible. After entering via an exposed edge a

AD Expert Free this month

Wizard Spider: Phishing Loader to Active Directory Domain Dominance and Ransomware Pre-Stage

A phishing email delivers a loader that beacons to a Cobalt Strike C2. The actor harvests credentials and moves laterally, climbing toward Tier-0 to reach domain dominance and pre-

AD Expert Free this month

Sandworm: Active Directory Compromise to GPO-Delivered Destructive Wiper

A state-linked actor matching Sandworm's playbook reaches Domain Admin and turns Group Policy into a distribution channel for a destructive wiper - the technique seen in their atta

Okta Expert Free this month

Okta Inbound Federation Trust Abuse for Arbitrary User Impersonation

Your tenant already federates a small partner population through a trusted inbound identity provider. That IdP's subject/NameID mapping is too permissive - just-in-time matching re

Entra Advanced Free this month

ClickFix Fake-CAPTCHA to M365 Session Theft - The Password Reset Won't Help

A user is lured by a ClickFix fake-CAPTCHA into pasting and running hidden PowerShell (Win+R, Ctrl+V, Enter) that drops an infostealer and lifts their Microsoft 365 session token -

Entra Expert Free this month

ConsentFix - Drag-the-Callback M365 OAuth Token Theft in 3 Seconds

A password-protected lure on a trusted sharing platform leads the user to what looks like a normal Microsoft 365 sign-in, which they complete legitimately including MFA. They are t

AD Expert Free this month

LockBit: ransomware intrusion from identity to domain-wide deployment

A LockBit ransomware-as-a-service affiliate lands on an internet-facing server by abusing a valid account over RDP/VPN after a brute-force run, dumps LSASS to harvest credentials,

AD Expert Free this month

ALPHV: ransomware intrusion from identity to domain-wide deployment

ALPHV (aka BlackCat, Noberus) gets in through a public-facing app and a reused valid account, escalates by bypassing UAC and manipulating access tokens toward Domain Admin, disable

AD Expert Free this month

Play: ransomware intrusion from identity to domain-wide deployment

Play (aka PlayCrypt) breaks in through an exploited public-facing edge appliance, pivots into AD, dumps credentials, and reaches Domain Admin. Their signature is deployment: instea

AD Expert Free this month

8base: ransomware intrusion from identity to domain-wide deployment

8base runs a Phobos-based encryptor delivered by a SmokeLoader loader. The actor phished in, stole credentials, escalated through token impersonation to Domain Admin, and is now in

SaaS Advanced Free this month

Infostealer-fed credential theft to access-broker intrusion

An infostealer on an employee's laptop harvested that person's corporate logins and live SaaS/IdP session cookies and shipped the log to a marketplace, where an access broker has n

Entra Expert Free this month

LAPSUS$: MFA-Fatigue and Help-Desk Social Engineering to Cloud-Identity Takeover and Data Extortion

A LAPSUS$-style extortion crew starts with a valid account: credentials bought from an infostealer log let them sign in but MFA blocks them. They prompt-bomb the user with push not

Entra Expert Free this month

Storm-0558: Forged Entra Tokens from a Stolen Signing Key to Exchange Online Mailbox Access

A China-nexus actor tracked as Storm-0558 obtained a stolen identity-provider token-signing key and, exploiting a token-validation gap, minted authentication tokens for targeted us

Entra Expert Free this month

APT28 (Fancy Bear): Attribution-Resistant Password Spray to M365 Mailbox Collection

A state-sponsored actor modeled on APT28 (Fancy Bear, GRU) runs a low-and-slow password spray from rotating anonymized infrastructure - Tor exit nodes and residential proxies - aga

Entra Expert Free this month

Kimsuky (APT43): Spear-Phishing and Malicious OAuth to Persistent Mailbox Access

A Kimsuky (APT43) operator sends a tailored spear-phishing message to a policy analyst and harvests the credential through a fake login page that mirrors the real Entra sign-in. Us

Entra Expert Free this month

Charming Kitten (APT35): Adversary-in-the-Middle Phishing to MFA-Bypassing Session Theft

A Charming Kitten (APT35) operator spends days building rapport through a fake conference-organizer persona before ever sending a link, then funnels the target through an adversary

AWS Expert Free this month

Scattered Spider: SIM-Swap MFA Bypass to AWS Console Takeover

Scattered Spider (UNC3944) targets a privileged cloud identity, ports the user's mobile number to a SIM they control (or social-engineers the carrier/help desk), and uses the inter

AD Advanced Free this month

SharePoint Deserialization RCE to Domain Foothold - Why Patching Leaves the Machine Key Behind

An unauthenticated attacker sends a crafted deserialization payload to an internet-facing on-prem SharePoint server (the ToolShell class of attack) and gets code execution as the S

AD Advanced Free this month

Static Root Credential in a Unified Communications Server: The Password You Cannot Change

An internet-reachable enterprise unified-communications server ships with a static, vendor-set root-level account whose password is hardcoded and cannot be changed by the admin. An

AD Advanced Free this month

Mobile Gateway Command Injection: The Appliance Was Holding Every Back-End's Keys

An internet-facing mobile-access gateway that brokers connections between managed devices and back-end systems (mail, file, and directory) exposes an unauthenticated management end

AD Advanced Free this month

SEO Poisoning to Akira Ransomware - A Trusted Search Result Becomes a Loader Becomes a Hands-On Intrusion

A user searches for a common IT utility on a mainstream search engine and clicks the top result, which is a poisoned/malvertised page that serves a trojanized installer instead of

AD Advanced Free this month

Commodity Loader to Domain Ransomware - RAT and C2 Beacon Before The Gentlemen Encrypts

A phishing lure delivers a commodity RAT loader onto a workstation, which spawns a scripting-interpreter stager that opens a persistent C2 beacon over ordinary web traffic. Hours b

AD Advanced Free this month

AI-Assisted Mass Exploitation: Internet-Facing Edge Host to Harvested Credentials

An operator runs an AI-assisted, modular platform that scans the internet at scale, exploits whatever answers, and pipes harvested credentials into a collection channel. There is n

AD Advanced Free this month

Apache ActiveMQ RCE to LockBit: Exposed Broker to Domain-Wide Ransomware

A public-facing Apache ActiveMQ message broker is reachable from the internet and vulnerable to an unauthenticated deserialization RCE that loads an attacker-controlled Spring clas

AD Advanced Free this month

One Clean RDP Login to Lynx Ransomware, The Missing Brute Force Is the Tell

A Lynx ransomware intrusion opens with a single successful RDP logon to an internet-exposed host, with no preceding brute force, credential stuffing, or failed authentication from

AD Expert Free this month

Long-Dwell Loader Intrusion: Fifty Days from One Click to Ransomware

A loader from a single phishing click sat dormant for roughly fifty days, then the actor resumed: C2 re-activated, a Day-0-harvested credential was replayed over remote services, a

AD Advanced Free this month

One Toolkit, Three Ransomware Brands - Why the Ransom Note Lies About Who Hit You

A single AD intrusion carries tooling and tradecraft that map to three different ransomware brands at once: a phishing-delivered loader, a commodity RAT beaconing to attacker infra

AD Advanced Free this month

Fake-Fix Social Engineering to an Interlock-Style RAT on the Endpoint

A user is redirected through a traffic-distribution service to a convincing fake-fix page (a ClickFix/FileFix-style lure) that shows a fabricated error and coaches them to open the

AD Advanced Free this month

Internet-Exposed RDP: Password Spray to Ransomware Deployment

An RDP server is published straight to the internet with no gateway and no MFA. An attacker sprays a large list of usernames against it with a small set of common passwords, and af

Insider Risk Advanced Free this month

Privileged Departure

A senior infrastructure engineer serving out a resignation shows anomalous bulk access and personal-cloud egress. Intent is genuinely ambiguous - the same pattern fits legitimate a

Insider Risk Advanced Free this month

Fat-Finger Blast Radius

A trusted cloud platform engineer, mid-maintenance, applies a destructive change to production instead of staging - wrong profile, right ticket. A security control is disabled and

Insider Risk Advanced Free this month

Careless Clinician

A well-meaning nurse exports a panel of patient records to her personal drive to finish charting from home. It is a real HIPAA data-handling incident and a policy violation - and i

Insider Risk Expert Free this month

Recruited Trader

A trader on the Frankfurt desk is quietly feeding pre-release deal flow to a competitor fund that pays him through an encrypted channel. He is not a victim and not careless - he wa

Insider Risk Expert Free this month

Coerced Contractor

A cleared engineer is quietly moving controlled program data to a foreign party - but the evidence says he is being coerced, not paid. A threat against his family abroad is forcing

Insider Risk Advanced Free this month

Shadow-AI Overshare

An engineer pastes proprietary source code and a slice of customer data into a public AI chatbot to debug faster. No malice, no sanctioned tool - just someone trying to get their w

AI Agent Expert Free this month

Rogue Agent Post-Compromise

An autonomous build agent ingests a poisoned dependency doc, and an injected instruction turns it against you - it is now reading secrets and staging exfiltration with its own prod

AI Agent Expert Free this month

Consent-Gate Bypass

Your ops agent runs dangerous shell commands only behind a human 'approve this action?' gate - the control the whole team trusts. Then a destructive command runs with the gate show

AI Agent Expert Free this month

Malicious MCP Server

Your data agent uses an MCP tool server to fetch documents. A crafted tool call makes that server reach the cloud metadata endpoint, read files outside its allowed path, and hand b

AI Agent Expert Free this month

Agent Memory & RAG Poisoning

Your knowledge agent acted on a 'memory' it never truly stored - a planted instruction sitting in its vector store - and its memory tool handed back another tenant's saved credenti

AI Agent Expert Free this month

AI-Assisted-SOC Poisoning

Your SOC's AI triage marked a clearly malicious sample benign, and its summary quietly echoed reassurance the attacker wrote into the malware's own strings. The adversary is not at

Looking for what is new? See the library updates. Start training free in the quickstart.