Skip to main content

Suspicious and Malicious Activity Explained by Statistical Anomalies

This catalog explains how observable suspicious and malicious activity can manifest as statistical anomalies. It connects ATT&CK-aligned activity to the reference population, expected behavior, measurable deviation, applicable statistical anomaly types, and supporting log sources.

An anomaly does not prove malicious intent. It establishes that observed behavior differs materially from an explicit expectation. Activities that are better detected through signatures, deterministic policy checks, or threat intelligence are marked as weak anomaly candidates.

Mapping Model

For every mapping:

  • Comparison unit identifies the entity, group, sequence, graph, or distribution being evaluated.
  • Expected behavior defines the relevant baseline or reference model.
  • Statistical explanation states the measurable deviation produced by the activity.
  • Anomaly types link to the precise statistical concepts that explain the deviation.
  • Evidence sources link to telemetry capable of measuring it.
  • CTI/IR evidence links to a downloaded report copy and its original publisher. The report documents the observed or investigated behavior and its threat context; the statistical anomaly interpretation is the analysis made in this catalog.

The same report may support multiple mappings when the investigation documented a multi-stage intrusion. A report link establishes that the behavior occurred in a real investigation or threat campaign; it does not imply that the report authors used the same statistical terminology or detection model.

Reconnaissance

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Repeated probing of public services — T1595 Active ScanningUnit: source address or source network. Expected: ordinary clients contact a small set of exposed services. Deviation: unusually high destination-port or destination-host fan-out within a short interval.Rate Anomaly, Burst Anomaly, Fan-Out AnomalyNetwork Firewall Logs, Network Flow LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)
Enumeration of public web paths and APIs — T1595.003 Wordlist ScanningUnit: client session. Expected: requests follow common application paths with ordinary response-code proportions. Deviation: high path diversity, repeated missing-resource responses, and an unusual request composition.Count Anomaly, Ratio or Proportion Anomaly, Categorical-Distribution AnomalyWeb Server Access Logs, Web Application Firewall LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
DNS enumeration or zone-transfer attempts — T1590 Gather Victim Network InformationUnit: requesting client. Expected: clients request a limited distribution of record types and names. Deviation: rare query types, unusually broad name coverage, or a sudden increase in authoritative queries.Rare-Category Anomaly, Volume Anomaly, Distribution-Shift AnomalyAuthoritative DNS Logs, DNS Resolver LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)

Initial Access

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Malicious attachment, link, or message delivery — T1566 PhishingUnit: sender-recipient relationship and message feature vector. Expected: established senders use recurring infrastructure, content types, and recipient groups. Deviation: first-seen sender-recipient edge combined with unusual attachment, URL, or message characteristics.Edge Anomaly, Novel-Category Anomaly, Multivariate Combination AnomalyEmail Gateway Logs, Mailbox Audit LogsDocumented in Truebot joint advisory — downloaded copy (original source)
User opens delivered content followed by execution — T1566 PhishingUnit: user and endpoint event sequence. Expected: opening messages or documents rarely transitions directly to script or command execution. Deviation: low-probability communication-to-file-to-process transition.Sequence-Order Anomaly, Transition Anomaly, Cross-View AnomalyEmail Gateway Logs, File-System Activity Logs, Process Execution LogsDocumented in Truebot joint advisory — downloaded copy (original source)
Public-facing application exploitation — T1190 Exploit Public-Facing ApplicationUnit: request and application process. Expected: requests produce known response patterns and application behavior. Deviation: request feature combinations, error distributions, or request-to-child-process transitions outside the normal application flow. Signature detection is often stronger for known exploits.Conditional Anomaly, Transition Anomaly, Distribution-Shift AnomalyWeb Application Firewall Logs, Web Server Access Logs, Application Runtime LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Valid credentials used from an unexpected context — T1078 Valid AccountsUnit: identity. Expected: each identity and peer group uses a stable set of locations, devices, applications, times, and authentication methods. Deviation: a rare combination or abrupt shift across those attributes.Self-Baseline Anomaly, Peer-Group Anomaly, Temporal-Context Anomaly, Multivariate Combination AnomalyIdentity Provider Sign-In Logs, Directory-Service Authentication Logs, Remote Access and VPN Authentication LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
External remote-service session — T1133 External Remote ServicesUnit: user-device-service relationship. Expected: remote access follows established source, device, and destination relationships. Deviation: a new edge, unusual session duration, or access outside the entity's temporal context.Edge Anomaly, Duration Anomaly, Temporal-Context AnomalyRemote Access and VPN Authentication Logs, Remote Desktop and Remote Support LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Compromised software or update installation — T1195 Supply Chain CompromiseUnit: package, publisher, and installation population. Expected: approved packages originate from known publishers and produce consistent post-install behavior. Deviation: novel package-publisher combination or synchronized behavioral shift across many endpoints.Category-Combination Anomaly, Synchronization Anomaly, Population AnomalyPackage and Software Installation Logs, Artifact Repository Logs, Process Execution LogsDocumented in Mandiant SUNBURST investigation — downloaded copy (original source)

Execution

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Command or scripting interpreter execution — T1059 Command and Scripting InterpreterUnit: user, host, and process lineage. Expected: interpreters are launched by recurring parents with familiar arguments. Deviation: rare parent-interpreter edge, first-seen argument pattern, or unusual execution rate.Self-Baseline Anomaly, Edge Anomaly, Rare-Category AnomalyProcess Execution Logs, Script-Execution LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
PowerShell script, encoded content, or remote command execution — T1059.001 PowerShellUnit: account-host-script combination. Expected: recurring administrative scripts use known modules, hosts, and execution paths. Deviation: novel script features, uncommon account-host relationship, or unusual sequence of module and process activity.Novel-Category Anomaly, Category-Combination Anomaly, Sequence-Order AnomalyWindows PowerShell Logs, Process Execution LogsDocumented in Truebot joint advisory — downloaded copy (original source)
Trusted system binary launches unexpected content — T1218 System Binary Proxy ExecutionUnit: parent-child process relationship and command context. Expected: trusted binaries execute a limited set of recurring children or resources. Deviation: an otherwise common binary forms a rare edge or conditional combination.Conditional Anomaly, Edge Anomaly, Category-Combination AnomalyProcess Execution Logs, Application-Control LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Scheduled job, service, or automation executes payload — T1053 Scheduled Task/JobUnit: scheduled object and resulting process sequence. Expected: scheduled objects run consistent actions at recurring times. Deviation: new action, new owner, phase change, or unexpected task-to-process transition.Phase Anomaly, Transition Anomaly, Novel-Category AnomalyScheduled Task and Job Logs, Process Execution LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)
Container administration interface executes command — T1609 Container Administration CommandUnit: identity-namespace-workload relationship. Expected: a small approved set of identities performs interactive execution in specific namespaces. Deviation: new identity-to-namespace edge or rare service-account action.Edge Anomaly, Peer-Group Anomaly, Rare-Category AnomalyOrchestrator Audit Logs, Container Runtime LogsDocumented in Sysdig TeamTNT kubelet investigation — downloaded copy (original source)
Unexpected serverless or cloud-workload invocation — T1648 Serverless ExecutionUnit: function, caller, and trigger. Expected: functions are invoked by known trigger and caller combinations with stable rates. Deviation: new caller-trigger edge, burst, or invocation outside established temporal context.Edge Anomaly, Burst Anomaly, Temporal-Context AnomalyCloud Function and Serverless Logs, Cloud Control-Plane Audit LogsDocumented in Sysdig AI-assisted cloud intrusion investigation — downloaded copy (original source)

Persistence and Privilege Escalation

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
New local, domain, cloud, or service account — T1136 Create AccountUnit: creator, target account type, and time. Expected: account creation is performed by a small set of provisioning identities following recurring workflows. Deviation: rare creator, unusual account type, or creation outside expected sequence.Peer-Group Anomaly, Rare-Category Anomaly, Transition AnomalyDirectory-Service Audit Logs, Identity Provider Audit LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Credential, group, role, or account-property modification — T1098 Account ManipulationUnit: identity privilege graph. Expected: privilege edges are created through known administrators and approved paths. Deviation: new high-impact edge, uncommon path to privilege, or sudden graph restructuring.Edge Anomaly, Graph-Path-Length Anomaly, Graph-Evolution AnomalyDirectory-Service Audit Logs, Cloud Identity and Access Management LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)
Startup or logon configuration changed to launch code — T1547 Boot or Logon Autostart ExecutionUnit: host and autostart location. Expected: stable set of startup entries and executable targets. Deviation: first-seen target, unusual modification actor, or abrupt state transition.Novel-Category Anomaly, Self-Baseline Anomaly, Change-Point AnomalyRegistry and Configuration-Store Logs, File-System Activity LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
New or modified system service — T1543 Create or Modify System ProcessUnit: host-service-binary relationship. Expected: services and binary paths remain stable for a host class. Deviation: new edge or service configuration unlike peers.Edge Anomaly, Peer-Group Anomaly, Novel-Category AnomalyService and Daemon Management Logs, Windows System Event LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Email forwarding rule created — T1114.003 Email Forwarding RuleUnit: mailbox-destination relationship. Expected: forwarding is absent or targets a small stable destination set. Deviation: first-seen external destination or rule created outside the user's normal workflow.Edge Anomaly, Novel-Category Anomaly, Temporal-Context AnomalyMailbox Audit Logs, Application Audit LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)
Privileged or long-running container workload deployed — T1610 Deploy ContainerUnit: deployer-image-namespace-runtime configuration. Expected: peer workloads use approved images and recurring privilege profiles. Deviation: rare combination of privilege, image, mounts, identity, and namespace.Multivariate Combination Anomaly, Peer-Group Anomaly, Novel-Category AnomalyOrchestrator Audit Logs, Container Runtime Logs, Container Image Registry LogsDocumented in Sysdig SCARLETEEL 2.0 ATT&CK analysis — downloaded copy (original source)
Process or account invokes elevation mechanism — T1548 Abuse Elevation Control MechanismUnit: identity, host, and elevation action. Expected: elevation is concentrated among specific roles and tools. Deviation: peer-group deviation, unusual transition from low to high privilege, or burst of elevation actions.Peer-Group Anomaly, Transition Anomaly, Burst AnomalyWindows Security Event Logs, Linux Authentication LogsDocumented in Sysdig AI-assisted cloud intrusion investigation — downloaded copy (original source)

Defense Evasion

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Object renamed to resemble trusted object — T1036 MasqueradingUnit: name-path-hash-publisher combination. Expected: trusted names correspond to stable paths, hashes, and publishers. Deviation: common name appears in an improbable feature combination.Conditional Anomaly, Category-Combination Anomaly, Multivariate Combination AnomalyProcess Execution Logs, Application-Control LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Encoded, packed, or obfuscated content — T1027 Obfuscated Files or InformationUnit: content or command representation. Expected: ordinary content has stable length, entropy, token, and character distributions. Deviation: extreme entropy, rare token composition, or distribution shift.Tail Anomaly, Entropy Anomaly, Distribution-Shift AnomalyScript-Execution Logs, Content Inspection and Malware Scanning LogsDocumented in Mandiant SUNBURST investigation — downloaded copy (original source)
Process injection or in-memory execution — T1055 Process InjectionUnit: process-to-process access graph and event sequence. Expected: cross-process memory and thread relationships occur among a limited set of process pairs. Deviation: rare edge followed by an unusual write-to-execution transition.Edge Anomaly, Transition Anomaly, Subgraph AnomalyEndpoint Detection and Response Telemetry, Memory-Protection and Exploit-Mitigation LogsDocumented in Truebot joint advisory — downloaded copy (original source)
File timestamps, metadata, logs, or indicators modified — T1070 Indicator RemovalUnit: file or telemetry stream. Expected: metadata follows causal ordering and log sources emit regularly. Deviation: impossible timestamp relationships, sudden missing telemetry, or abrupt state change.Conditional Anomaly, Drought or Silence Anomaly, Missing-Correspondence AnomalyFile-System Activity Logs, Central Log Collector LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Security tool, sensor, or logging disabled — T1562.001 Disable or Modify ToolsUnit: endpoint or source heartbeat stream. Expected: sensors emit recurring telemetry and remain enabled. Deviation: abrupt level shift to zero, missing correspondence, or sustained silence.Drought or Silence Anomaly, Level-Shift Anomaly, Missing-Correspondence AnomalyEndpoint Sensor Health Logs, Central Log Collector Logs, Security Information and Event Management LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Firewall policy disabled or weakened — T1562.004 Disable or Modify System FirewallUnit: firewall rule population and actor. Expected: policy changes originate from a limited admin group and approved change process. Deviation: rare actor-rule combination or abrupt distribution shift toward permissive rules.Peer-Group Anomaly, Category-Combination Anomaly, Distribution-Shift AnomalyLocal Firewall Logs, Network Firewall Logs, Cloud Firewall and Security-Group LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)

Credential Access

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Repeated password guessing against an account — T1110 Brute ForceUnit: account and source. Expected: low failure counts and stable success-to-failure ratio. Deviation: burst, rate increase, or ratio shift.Rate Anomaly, Burst Anomaly, Ratio or Proportion AnomalyIdentity Provider Sign-In Logs, Directory-Service Authentication LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Low-volume failures distributed across many accounts — T1110.003 Password SprayingUnit: source-to-account authentication graph. Expected: a source authenticates to a small set of accounts. Deviation: unusually high fan-out with low per-account frequency.Fan-Out Anomaly, Graph-Evolution Anomaly, Collective AnomalyIdentity Provider Sign-In Logs, Directory-Service Authentication LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Repeated MFA prompts and denials — T1621 Multi-Factor Authentication Request GenerationUnit: account challenge sequence. Expected: isolated prompts followed by a prompt response. Deviation: burst of repeated prompts, abnormal inter-arrival times, or unusual denial ratio.Burst Anomaly, Inter-Arrival-Time Anomaly, Ratio or Proportion AnomalyMulti-Factor Authentication Logs, Identity Provider Sign-In LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Protected credential memory or stores accessed — T1003 OS Credential DumpingUnit: process-to-protected-resource relationship. Expected: only a small approved process set accesses credential resources. Deviation: first-seen edge or rare process-resource combination.Edge Anomaly, Rare-Category Anomaly, Conditional AnomalyEndpoint Detection and Response Telemetry, Memory-Protection and Exploit-Mitigation LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Unusual service-ticket requests — T1558.003 KerberoastingUnit: account-service ticket relationships. Expected: accounts request tickets for a stable service set and encryption distribution. Deviation: fan-out across services, request burst, or rare encryption category.Fan-Out Anomaly, Burst Anomaly, Rare-Category AnomalyDirectory-Service Authentication Logs, Windows Security Event LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)
Cloud secrets, keys, or tokens retrieved — T1552 Unsecured CredentialsUnit: identity-secret relationship. Expected: stable identities access specific secret sets. Deviation: new edge, peer-group deviation, or sudden access burst.Edge Anomaly, Peer-Group Anomaly, Burst AnomalyCloud Secrets-Manager Logs, Secrets-Management LogsDocumented in Sysdig SCARLETEEL investigation — downloaded copy (original source)

Discovery and Lateral Movement

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Accounts, groups, roles, or permissions enumerated — T1087 Account DiscoveryUnit: actor and directory-object access stream. Expected: ordinary identities query a narrow object subset. Deviation: broad object fan-out, burst, or peer-group deviation.Fan-Out Anomaly, Volume Anomaly, Peer-Group AnomalyDirectory-Service Audit Logs, Cloud Identity and Access Management LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Internal network services or systems scanned — T1046 Network Service DiscoveryUnit: internal source host. Expected: hosts communicate with a stable peer and service set. Deviation: rapid fan-out across destinations or ports and abrupt graph growth.Fan-Out Anomaly, Rate Anomaly, Graph-Evolution AnomalyNetwork Flow Logs, Network Detection and Response TelemetryDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Cloud resources or configurations enumerated — T1580 Cloud Infrastructure DiscoveryUnit: cloud identity and API action distribution. Expected: identities use a role-specific action set. Deviation: peer-group deviation, high API category diversity, or burst of list and describe operations.Peer-Group Anomaly, Categorical-Distribution Anomaly, Burst AnomalyCloud Control-Plane Audit Logs, Cloud Resource-Configuration InventoryDocumented in Sysdig SCARLETEEL investigation — downloaded copy (original source)
Remote administrative service used between systems — T1021 Remote ServicesUnit: user-source-destination graph. Expected: administrative connections follow recurring paths. Deviation: new edge, unusual path, or broad fan-out from one source.Edge Anomaly, Graph-Path-Length Anomaly, Fan-Out AnomalyNetwork Flow Logs, Windows Security Event Logs, Linux Authentication LogsDocumented in Volt Typhoon joint advisory — downloaded copy (original source)
Tool or payload transferred internally — T1570 Lateral Tool TransferUnit: source-destination-file relationship and sequence. Expected: internal file transfers follow established system pairs and content types. Deviation: new edge followed by remote execution or unusual file category.Edge Anomaly, Sequence-Order Anomaly, Category-Combination AnomalyFile-System Activity Logs, Network Flow Logs, Process Execution LogsDocumented in Play ransomware joint advisory — downloaded copy (original source)

Collection and Exfiltration

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Files, records, messages, or objects accessed in bulk — T1119 Automated CollectionUnit: identity or process. Expected: stable access volume, object mix, and rate. Deviation: tail-level volume, access burst, or sustained level shift.Volume Anomaly, Tail Anomaly, Level-Shift AnomalyFile-System Activity Logs, Database Audit Logs, Cloud Object-Storage Access LogsDocumented in Sysdig SCARLETEEL investigation — downloaded copy (original source)
Email content collected — T1114 Email CollectionUnit: mailbox actor and operation stream. Expected: users read and export bounded message sets. Deviation: unusual read volume, export operation, or actor-mailbox edge.Volume Anomaly, Edge Anomaly, Rare-Category AnomalyMailbox Audit Logs, Application Audit LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Data staged, compressed, or archived — T1074 Data StagedUnit: process-path-file sequence. Expected: archive creation occurs in known workflows and paths. Deviation: rare process-path combination, sudden volume accumulation, or collection-to-archive transition.Category-Combination Anomaly, Volume Anomaly, Transition AnomalyProcess Execution Logs, File-System Activity LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Large outbound transfer — T1041 Exfiltration Over C2 ChannelUnit: source-destination flow. Expected: outbound byte volume and destination relationships remain within an entity's normal range. Deviation: extreme volume, new edge, or abrupt level shift.Volume Anomaly, Tail Anomaly, Edge AnomalyNetwork Flow Logs, Data Loss Prevention LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)
Data uploaded to cloud or web service — T1567 Exfiltration Over Web ServiceUnit: identity-destination-upload stream. Expected: approved users upload bounded data to known services. Deviation: new destination edge, peer-group deviation, or upload-volume tail event.Edge Anomaly, Peer-Group Anomaly, Tail AnomalyProxy and Secure Web Gateway Logs, Data Loss Prevention LogsDocumented in Scattered Spider joint advisory — downloaded copy (original source)
Transfers deliberately limited to evade controls — T1030 Data Transfer Size LimitsUnit: repeated source-destination transfers. Expected: transfer sizes and inter-arrival times vary with ordinary usage. Deviation: persistent repeated small transfers, unusual periodicity, or changed autocorrelation.Periodicity Anomaly, Autocorrelation Anomaly, Persistent AnomalyNetwork Flow Logs, Proxy and Secure Web Gateway LogsDocumented in Truebot joint advisory — downloaded copy (original source)

Command and Control

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Endpoint communicates periodically with external destination — T1071 Application Layer ProtocolUnit: source-destination event series. Expected: human and application traffic has characteristic timing variability. Deviation: strong periodicity, unusual autocorrelation, or repeated fixed inter-arrival times.Periodicity Anomaly, Autocorrelation Anomaly, Inter-Arrival-Time AnomalyNetwork Flow Logs, Network Detection and Response TelemetryDocumented in Mandiant SUNBURST investigation — downloaded copy (original source)
DNS carries command, control, or encoded data — T1071.004 DNSUnit: client query distribution and sequence. Expected: domain lengths, record types, entropy, and response codes follow stable distributions. Deviation: entropy increase, novel category mix, or unusual periodic query subsequence.Entropy Anomaly, Categorical-Distribution Anomaly, Subsequence AnomalyDNS Resolver Logs, Packet-Capture DataDocumented in Mandiant SUNBURST investigation — downloaded copy (original source)
Encrypted or obfuscated network channel — T1573 Encrypted ChannelUnit: host-destination TLS feature vector. Expected: hosts use recurring certificate, protocol, cipher, and destination combinations. Deviation: first-seen combination or peer-group deviation.Novel-Category Anomaly, Multivariate Combination Anomaly, Peer-Group AnomalyTLS and Certificate Metadata Logs, Network Metadata LogsDocumented in Truebot joint advisory — downloaded copy (original source)
Web or collaboration service used as control channel — T1102 Web ServiceUnit: process-user-service relationship. Expected: approved processes and users access a known service set. Deviation: new relationship, unusual service category, or repeated low-volume sequence.Edge Anomaly, Rare-Category Anomaly, Persistent AnomalyProxy and Secure Web Gateway Logs, Collaboration Platform Audit LogsDocumented in FortiGuard Incident Response Report H1 2023 — downloaded copy (original source)

Impact

Activity and ATT&CKStatistical explanationAnomaly typesEvidence sourcesCTI/IR evidence
Files, records, or resources deleted or destroyed — T1485 Data DestructionUnit: actor or process deletion stream. Expected: deletions occur at bounded rates and within known workflows. Deviation: extreme deletion volume, burst, or abrupt transition from read/write to deletion.Volume Anomaly, Burst Anomaly, Transition AnomalyFile-System Activity Logs, Database Audit Logs, Cloud Object-Storage Access LogsDocumented in LockBit joint advisory — downloaded copy (original source)
Files encrypted for impact — T1486 Data Encrypted for ImpactUnit: process file-operation stream and file population. Expected: ordinary processes modify limited file sets with stable extension distributions. Deviation: sudden high-volume writes, extension-distribution shift, and cascading impact across directories.Volume Anomaly, Categorical-Distribution Anomaly, Cascading AnomalyFile-System Activity Logs, Endpoint Detection and Response TelemetryDocumented in Play ransomware joint advisory — downloaded copy (original source)
Service or system availability disrupted — T1499 Endpoint Denial of ServiceUnit: service metrics and request stream. Expected: request rate, latency, error ratio, and availability stay within operating ranges. Deviation: rate tail event, abrupt level shift, and synchronized error increase.Rate Anomaly, Level-Shift Anomaly, Synchronization AnomalyMetrics and Monitoring-System Logs, Application Runtime LogsDocumented in F5 Labs 2024 DDoS Attack Trends — downloaded copy (original source)
Backup, snapshot, or recovery capability impaired — T1490 Inhibit System RecoveryUnit: backup system action sequence. Expected: backups follow recurring schedules and deletion operations are rare and controlled. Deviation: missing expected backup, unusual deletion transition, or abrupt level shift in protected coverage.Missing-Correspondence Anomaly, Transition Anomaly, Level-Shift AnomalyBackup and Recovery Logs, Cloud Control-Plane Audit LogsDocumented in LockBit joint advisory — downloaded copy (original source)
Unauthorized computation or resource abuse — T1496 Resource HijackingUnit: workload resource-consumption series. Expected: compute, power, cost, and network use follow workload schedules. Deviation: sustained level shift, tail consumption, or emerging upward trend.Level-Shift Anomaly, Tail Anomaly, Emerging AnomalyMetrics and Monitoring-System Logs, Cloud Billing and Usage LogsDocumented in Sysdig SCARLETEEL investigation — downloaded copy (original source)

Activities with Weak Statistical Explanations

Some activity is suspicious because it matches known malicious content or violates an explicit policy, not because it is statistically unusual. Examples include a known exploit payload, a known-malicious hash, a prohibited tool signature, or a single forbidden configuration change. These should remain primarily signature-based or deterministic detections, with anomaly evidence used only as supporting context.

Downloaded CTI/IR Report Corpus

ReportPublisher and investigation basisLinks
PRC State-Sponsored Actors Compromise and Maintain Persistent Access to U.S. Critical InfrastructureJoint advisory based on confirmed compromises and incident-response findings; commonly associated with Volt Typhoon.Downloaded copy, original source
#StopRansomware: Play RansomwareJoint FBI, CISA, and ASD's ACSC advisory based on investigations and observed Play ransomware TTPs.Downloaded copy, original source
Scattered SpiderJoint advisory containing TTPs obtained through FBI investigations and partner reporting.Downloaded copy, original source
Increased Truebot Activity Infects U.S. and Canada Based NetworksJoint advisory based on observed Truebot operations, analytical findings, and incident-response guidance.Downloaded copy, original source
FortiGuard Incident Response Report H1 2023FortiGuard Labs analysis of incident-response engagements with observed activity mapped to ATT&CK.Downloaded copy, original source
Understanding Ransomware Threat Actors: LockBitJoint advisory based on FBI investigations and partner reporting, including observed LockBit 3.0 TTPs.Downloaded copy, original source
2024 DDoS Attack TrendsF5 Labs threat-intelligence analysis of observed DDoS attack telemetry mapped to ATT&CK.Downloaded copy, original source
Highly Evasive Attacker Leverages SolarWinds Supply Chain to Compromise Multiple Global Victims with SUNBURST BackdoorMandiant investigation documenting the SolarWinds supply-chain compromise and post-compromise activity.Downloaded copy, original source
SCARLETEEL: Operation Leveraging Terraform, Kubernetes, and AWS for Data TheftSysdig Threat Research Team investigation of a customer cloud environment and the resulting data theft.Downloaded copy, original source
SCARLETEEL 2.0 and the MITRE ATT&CK FrameworkSysdig analysis correlating a documented cloud-native intrusion with ATT&CK behavior.Downloaded copy, original source
TeamTNT Targeting Misconfigured KubeletSysdig Threat Research Team investigation of a detected attack against a Kubernetes pod.Downloaded copy, original source
AI-Assisted Cloud Intrusion Achieves Admin Access in Eight MinutesSysdig Threat Research Team analysis of an observed AWS intrusion involving Lambda code injection and rapid privilege escalation.Downloaded copy, original source

References