Blog
/
Network
/
February 11, 2025

Defending Against Living-off-the-Land Attacks: Anomaly Detection in Action

Discover how Darktrace detected and responded to cyberattacks using Living-off-the-Land (LOTL) tactics to exploit trusted services and tools on customer networks.
Inside the SOC
Darktrace cyber analysts are world-class experts in threat intelligence, threat hunting and incident response, and provide 24/7 SOC support to thousands of Darktrace customers around the globe. Inside the SOC is exclusively authored by these experts, providing analysis of cyber incidents and threat trends, based on real-world experience in the field.
Written by
Alexandra Sentenac
Cyber Analyst
Default blog image
11
Feb 2025

What is living-off-the-land?

Threat actors employ a variety of techniques to compromise target networks, including exploiting unpatched vulnerabilities, abusing misconfigurations, deploying backdoors, and creating custom malware. However, these methods generate a lot of noise and are relatively easy for network and host-based monitoring tools to detect, especially once indicators of compromise (IoCs) and tactics, techniques, and procedures (TTPs) are published by the cybersecurity community.

Living-off-the-Land (LOTL) techniques, however, allow attacks to remain nearly invisible to Endpoint Detection and Response (EDR) tools – leveraging trusted protocols, applications and native systems to carry out malicious activity. While mitigations exist, they are often poorly implemented. The Cybersecurity and Infrastructure Security Agency (CISA) found that some organizations “lacked security baselines, allowing [Living-off-the-Land binaries (LOLBins)] to execute and leaving analysts unable to identify anomalous activity” and “organizations did not appropriately tune their detection tools to reduce alert noise, leading to an unmanageable level of alerts to sift through and action" [1].

Darktrace / NETWORK addresses this challenge across Information Technology (IT), Operational Technology (OT), and cloud environments by continuously analyzing network traffic and identifying deviations from normal behavior with its multi-layered AI – helping organizations detect and respond to LOTL attacks in real time.

Darktrace’s detection of LOTL attacks

This blog will review two separate attacks detected by Darktrace that leveraged LOTL techniques at several stages of the intrusion.

Case A

Reconnaissance

In September 2024, a malicious actor gained access to a customer network via their Virtual Private Network (VPN) from two desktop devices that had no prior connection history. Over two days, the attacker conducted multiple network scans, targeting ports associated with Remote Desktop Protocol (RDP) and NTLM authentication. Darktrace detected this unusual activity, triggering multiple alerts for scanning and enumeration activity.

Unusual NTLM authentication attempts using default accounts like “Guest” and “Administrator” were detected. Two days after the initial intrusion, suspicious DRSGetNCChanges requests were observed on multiple domain controllers (DCs), targeting the Directory Replication Service RPC interface (i.e., drsuapi) – a technique used to extract account hashes from DCs. This process can be automated using tools like Mimikatz's DcSync and DCShadow

Around the same time, attacker-controlled devices were seen presenting an admin credential and another credential potentially granting access to Cisco Firewall systems, suggesting successful privilege escalation. Due to the severity of this activity, Darktrace’s Autonomous Response was triggered to prevent the device from further deviation from its normal behavior. However, because Autonomous Response was configured in Human Confirmation mode, the response actions had to be manually applied by the customer.

Cyber AI Analyst Critical Incident showing the unusual DRSGetNCChanges requests following unusual scanning activity.
Figure 1: Cyber AI Analyst Critical Incident showing the unusual DRSGetNCChanges requests following unusual scanning activity.

Lateral movement

Darktrace also detected anomalous RDP connections to domain controllers, originating from an attacker-controlled device using admin and service credentials. The attacker then successfully pivoted to a likely RDP server, leveraging the RDP protocol – one of the most commonly used for lateral movement in network compromises observed by Darktrace.

Cyber Analyst Incident displaying unusual RDP lateral movement connections
Figure 2: Cyber Analyst Incident displaying unusual RDP lateral movement connections.

Tooling

Following an incoming RDP connection, one of the DCs made a successful GET request to the URI '/download/122.dll' on the 100% rare IP, 146.70.145[.]189. The request returned an executable file, which open-source intelligence (OSINT) suggests is likely a CobaltStrike C2 sever payload [2] [3]. Had Autonomous Response been enabled here, it would have blocked all outgoing traffic from the DC allowing the customer to investigate and remediate.

Additionally, Darktrace detected a suspicious CreateServiceW request to the Service Control (SVCCTL) RPC interface on a server. The request executed commands using ‘cmd.exe’ to perform the following actions

  1. Used ‘tasklist’ to filter processes named ”lsass.exe” (Local Security Authority Subsystem Service) to find its specific process ID.
  2. Used “rundll32.exe” to execute the MiniDump function from the “comsvcs.dll” library, creating a memory dump of the “lsass.exe” process.
  3. Saved the output to a PNG file in a temporary folder,

Notably, “cmd.exe” was referenced as “CMd.EXE” within the script, likely an attempt to evade detection by security tools monitoring for specific keywords and patterns.

Model Alert Log showing the unusual SVCCTL create request.
Figure 3: Model Alert Log showing the unusual SVCCTL create request.

Over the course of three days, this activity triggered around 125 Darktrace / NETWORK alerts across 11 internal devices. In addition, Cyber AI Analyst launched an autonomous investigation into the activity, analyzing and connecting 16 separate events spanning multiple stages of the cyber kill chain - from initial reconnaissance to payload retrieval and lateral movement.

Darktrace’s comprehensive detection enabled the customer’s security team to remediate the compromise before any further escalation was observed.

Case B

Between late 2023 and early 2024, Darktrace identified a widespread attack that combined insider and external threats, leveraging multiple LOTL tools for reconnaissance and lateral movement within a customer's network.

Reconnaissance

Initially, Darktrace detected the use of a new administrative credential by a device, which then made unusual RDP connections to multiple internal systems, including a 30-minute connection to a DC. Throughout the attack, multiple unusual RDP connections using the new administrative credential “%admin!!!” were observed, indicating that this protocol was leveraged for lateral movement.

The next day, a Microsoft Defender Security Integration alert was triggered on the device due to suspicious Windows Local Security Authority Subsystem Service (LSASS) credential dump behavior. Since the LSASS process memory can store operating system and domain admin credentials, obtaining this sensitive information can greatly facilitate lateral movement within a network using legitimate tools such as PsExec or Windows Management Instrumentation (WMI) [4]. Security integrations with other security vendors like this one can provide insights into host-based processes, which are typically outside of Darktrace’s coverage. Darktrace’s anomaly detection and network activity monitoring help prioritize the investigation of these alerts.

Three days later, the attacker was observed logging into the DC and querying tickets for the Lightweight Directory Access Protocol (LDAP) service using the default credential “Administrator.” This activity, considered new by Darktrace, triggered an Autonomous Response action that blocked further connections on Kerberos port 88 to the DC. LDAP provides a central location to access and manage data about computers, servers, users, groups, and policies within a network. LDAP enumeration can provide valuable Active Directory (AD) object information to an attacker, which can be used to identify critical attack paths or accounts with high privileges.

Lateral movement

Following the incoming RDP connection, the DC began scanning activities, including RDP and Server Block Message (SMB) services, suggesting the attacker was using remote access for additional reconnaissance. Outgoing RDP connection attempts to over 100 internal devices were observed, with around 5% being successful, highlighting the importance of this protocol for the threat actor’s lateral movement.

Around the same time, the DC made WMI, PsExec, and service control connections to two other DCs, indicating further lateral movement using native administrative protocols and tools. These functions can be leveraged by attackers to query system information, run malicious code, and maintain persistent access to compromised devices while avoiding traditional security tool alarms. In this case, requested services included the IWbemServices (used to access WMI services) and IWbemFetchSmartEnum (used to retrieve a network-optimized enumerator interface) interfaces, with ExecQuery operations detected for the former. This method returns an enumerable collection of IWbemClassObject interface objects based on a query.

Additionally, unusual Windows Remote Management (WinRM) connections to another domain controller were observed. WinRM is a Microsoft protocol that allows systems to exchange and access management information over HTTP(S) across a network, such as running executables or modifying the registry and services.

Cyber AI Analyst Incident showing unusual WMI activity between the two DCs.
Figure 4: Cyber AI Analyst Incident showing unusual WMI activity between the two DCs.

The DC was also detected writing the file “PSEXESVC.exe” to the “ADMIN$” share of another internal device over the SMB file transfer network protocol. This activity was flagged as highly unusual by Darktrace, as these two devices had not previously engaged in this type of SMB connectivity.

It is rare for an attacker to immediately find the information or systems they are after, making it likely they will need to move around the network before achieving their objectives. Tools such as PsExec enable attackers to do this while largely remaining under the radar. With PsExec, attackers who gain access to a single system can connect to and execute commands remotely on other internal systems, access sensitive information, and spread their attack further into the environment.

Model Alert Event Log showing the new write of the file “PSEXESVC.exe” by one of the compromised devices over an SMB connection initiated at an unusual time.
Figure 5. Model Alert Event Log showing the new write of the file “PSEXESVC.exe” by one of the compromised devices over an SMB connection initiated at an unusual time.

Darktrace further observed the DC connecting to the SVCCTL endpoint on a remote device and performing the CreateServiceW operation, which was flagged as highly unusual based on previous behavior patterns between the two devices. Additionally, new ChangeServiceConfigW operations were observed from another device.

Aside from IWbemServices requests seen on multiple devices, Darktrace also detected multiple internal devices connecting to the ITaskSchedulerService interface over DCE-RPC and performing new SchRpcRegisterTask operations, which register a task on the destination system. Attackers can exploit the task scheduler to facilitate the initial or recurring execution of malicious code by a trusted system process, often with elevated permissions. The creation of these tasks was considered new or highly unusual and triggered several anomalous ITaskScheduler activity alerts.

Conclusion

As pointed out by CISA, threat actors frequently exploit the lack of implemented controls on their target networks, as demonstrated in the incidents discussed here. In the first case, VPN access was granted to all domain users, providing the attacker with a point of entry. In the second case, there were no restrictions on the use of RDP within the targeted network segment, allowing the attackers to pivot from device to device.

Darktrace assists security teams in monitoring for unusual use of LOTL tools and protocols that can be leveraged by threat actors to achieve a wide range of objectives. Darktrace’s Self-Learning AI sifts through the network traffic noise generated by these trusted tools, which are essential to administrators and developers in their daily tasks, and highlights any anomalous and potentially unexpected use.

Credit to Alexandra Sentenac (Senior Cyber Analyst) and Ryan Traill (Analyst Content Lead)

References

[1] https://www.cisa.gov/sites/default/files/2024-02/Joint-Guidance-Identifying-and-Mitigating-LOTL_V3508c.pdf

[2] https://www.virustotal.com/gui/ip-address/146.70.145.189/community

[3] https://www.virustotal.com/gui/file/cc9a670b549d84084618267fdeea13f196e43ae5df0d88e2e18bf5aa91b97318

[4]https://www.microsoft.com/en-us/security/blog/2022/10/05/detecting-and-preventing-lsass-credential-dumping-attacks

MITRE Mapping

INITIAL ACCESS - External Remote Services

DISCOVERY - Remote System Discovery

DISCOVERY - Network Service Discovery

DISCOVERY - File and Directory Discovery

CREDENTIAL ACCESS – OS Credential Dumping: LSASS Memory

LATERAL MOVEMENT - Remote Services: Remote Desktop Protocol

LATERAL MOVEMENT - Remote Services: SMB/Windows Admin Shares

EXECUTION - System Services: Service Execution

PERSISTENCE - Scheduled Task

COMMAND AND CONTROL - Ingress Tool Transfer

Darktrace Model Detections

Case A

Device / Suspicious Network Scan Activity

Device / Network Scan

Device / ICMP Address Scan

Device / Reverse DNS Sweep

Device / Suspicious SMB Scanning Activity

Device / Possible SMB/NTLM Reconnaissance

Anomalous Connection / Unusual Admin SMB Session

Device / SMB Session Brute Force (Admin)

Device / Possible SMB/NTLM Brute Force

Device / SMB Lateral Movement

Device / Anomalous NTLM Brute Force

Anomalous Connection / SMB Enumeration

Device / SMB Session Brute Force (Non-Admin)

Device / Anomalous SMB Followed By Multiple Model Breaches

Anomalous Connection / Possible Share Enumeration Activity

Device / RDP Scan

Device / Anomalous RDP Followed By Multiple Model Breaches

Anomalous Connection / Unusual Admin RDP Session

Anomalous Connection / Active Remote Desktop Tunnel

Anomalous Connection / Anomalous DRSGetNCChanges Operation

Anomalous Connection / High Priority DRSGetNCChanges

Compliance / Default Credential Usage

User / New Admin Credentials on Client

User / New Admin Credentials on Server

Device / Large Number of Model Breaches from Critical Network Device

User / New Admin Credential Ticket Request

Compromise / Unusual SVCCTL Activity

Anomalous Connection / New or Uncommon Service Control

Anomalous File / Script from Rare External Location

Anomalous Server Activity / Anomalous External Activity from Critical Network Device

Anomalous File / EXE from Rare External Location

Anomalous File / Numeric File Download

Device / Initial Breach Chain Compromise

Device / Multiple Lateral Movement Model Breaches

Device / Large Number of Model Breaches

Compromise / Multiple Kill Chain Indicators

Case B

User / New Admin Credentials on Client

Compliance / Default Credential Usage

Anomalous Connection / SMB Enumeration

Device / Suspicious SMB Scanning Activity

Device / RDP Scan

Device / New or Uncommon WMI Activity

Device / Anomaly Indicators / New or Uncommon WMI Activity Indicator

Device / New or Unusual Remote Command Execution

Anomalous Connection / New or Uncommon Service Control

Anomalous Connection / Active Remote Desktop Tunnel

Compliance / SMB Drive Write

Anomalous Connection / Anomalous DRSGetNCChanges Operation

Device / Multiple Lateral Movement Model Breaches

Device / Anomalous ITaskScheduler Activity

Anomalous Connection / Unusual Admin RDP Session

Device / Large Number of Model Breaches from Critical Network Device

Compliance / Default Credential Usage

IOC - Type - Description/Probability

146.70.145[.]189 - IP Address - Likely C2 Infrastructure

Inside the SOC
Darktrace cyber analysts are world-class experts in threat intelligence, threat hunting and incident response, and provide 24/7 SOC support to thousands of Darktrace customers around the globe. Inside the SOC is exclusively authored by these experts, providing analysis of cyber incidents and threat trends, based on real-world experience in the field.
Written by
Alexandra Sentenac
Cyber Analyst

More in this series

No items found.

Blog

/

/

August 3, 2026

Why Trust is the New Attack Surface: Darktrace’s Mid-Year Threat Update 2026

Default blog imageDefault blog image

In early 2026, a React2Shell honeypot purpose-built by Darktrace analysts was compromised in less than two hours after deployment. That single data point captures the pace of the threat landscape in the first half of 2026, but speed tells only part of the story.

The shift over the past six months has moved away from traditional malware and vulnerability-centric attacks and toward the abuse of trusted identities, platforms, and infrastructure. Identities, Software-as-a-Service (SaaS) platforms, cloud entitlements, automation frameworks, and non-human identities have become the preferred attack paths as organizations adopt AI at scale.

Attackers are increasingly operating inside the relationships, services, and authenticated channels that defenders and users are conditioned to rely on, rather than breaking in from the outside.

What has changed since 2025?

In 2025, identity became the new perimeter as attackers increasingly bypassed traditional exploitation in favor of trusted accounts, SaaS platforms, and emerging AI-enabled tradecraft. The first half of 2026 marks the next stage of that evolution. Identity remains central, but the trust challenge now extends far beyond accounts to email authentication, cloud entitlements, software supply chains, AI gateways, remote administration tooling, and non-human identities.

Theme 2025 (Mid-Year / Annual) H1 2026
Identity Credentials remained the weak link; identity emerged as the new perimeter. Identity remains the entry point, but trust has become the new attack surface.
Cloud & SaaS SaaS-targeted ransomware continued to rise. Cloud and SaaS became the attacker's preferred operating environment.
AI Large Language Models (LLMs) were suspected of influencing phishing shifts. LLM-generated malware, compromised AI proxies, and the abuse of AI identities emerged.
Attack Surface Scale & Speed Exponential growth of Common Vulnerabilities and Exposures (CVEs), with public proof-of-concepts appearing faster. Cloud and AI adoption expanded the attack surface, while AI accelerated exploitation. One honeypot was compromised in under two hours.
Supply Chain Legitimate services were increasingly abused. Trusted maintainers and CI/CD workflows were weaponized.

Identity and email: trust signals under pressure

Email remains the most reliable route to a trusted identity, and the data shows attackers investing in quality over noise. In the first half of 2026, 67% of phishing emails passed DMARC. Authentication alone is no longer sufficient to stop most phishing attempts. VIP users were targeted in 25.8% of phishing, consistent with 2025's “over 25%” figure, but drifting upward throughout the period. Crucially, phishing sophistication continued to increase: 37% of phishing contained a high volume of text, up from 32% in the first half of 2025, while 39% featured novel social engineering techniques, suggesting attackers are further customizing to specific targets.

The most prevalent threats affecting Darktrace customers were also among the most identity-centric: information stealers, with dedicated StealC and AMOS campaigns running through the half-year. Their prevalence is, fundamentally, an identity story. Credentials harvested by infostealers often become the initial access vector for far higher-impact intrusions later in the attack chain. Crucially, the delivery method rarely requires exploitation of a technical weakness. ClickFix social engineering, which tricks users into running malicious code themselves, remained a common distribution route. One recent campaign impacted Darktrace customers across 17 countries, with the United States the most affected. The compromise did not begin with a software flaw, but with a trusted user taking a trusted action.

Supply chain: Trust weaponized at scale

March and April reinforced the same lesson: trust has become a supply-chain vulnerability. The Axios compromise abused trust in a widely used maintainer, while the Trivy campaign leveraged trusted CI/CD infrastructure, release artifacts, and container images to push malicious code through legitimate development workflows.

The clearest example was a February–March campaign in which devices downloaded malicious payloads while using Hola VPN, later linked to an issue within Hola's own delivery pipeline. Darktrace's Threat Research team identified associated activity through recurring anomalous behavior across multiple customers before a public advisory was released.

More recently, attackers abused legitimate blockchain infrastructure to distribute infostealers, including AMOS and Phexia. Popular tools like VPNs, often used by users with limited security resources, combined with legitimate command-and-control (C2) infrastructure enables attackers to reach a far wider victim base while frustrating defenders who cannot simply block the associated endpoints.

For defenders, the challenge is no longer identifying malicious infrastructure, but recognizing when trusted infrastructure begins behaving maliciously.

Cloud and SaaS: from target to terrain

Through May and June, activity involving device registration, cloud data theft, SaaS abuse, RDP expansion, and remote management tooling suggested that attackers increasingly view cloud and SaaS not simply as targets, but as their preferred operating environment.

In one Darktrace case a single compromised SaaS account triggered activity across email, SaaS, and network layers, including inbox rule changes, phishing propagation, and connections to suspicious infrastructure. None of these indicators were decisive in isolation, but together they revealed a clear intrusion. Increasingly, attackers do not need to bypass trust controls in these environments; they inherit them through compromised identities, delegated access, and legitimate administration tools. This is the natural progression of 2025's SaaS-targeted ransomware trend: the platforms on which businesses operate are increasingly the same platforms on which adversaries operate.

AI: accelerant, attack surface, and trusted but risky actor

If trust is the attack surface, AI is where that surface is expanding fastest. Across the Darktrace customer base, AI service connections per deployment rose 13% in the first half of 2026, surpassing 16 million connections, while the typical organization now interacts with seven different AI providers. AI is no longer at the edge of the enterprise; it is embedded in day-to-day business operations. That shift creates three distinct problems, all of which were observed by Darktrace in the first half of 2026.

1. AI as an attack multiplier

Darktrace identified AI-generated malware exploiting React2Shell, in which an attacker used an LLM to produce working exploit code and deploy it at scale. Similar activity is increasingly appearing across the wider threat landscape, suggesting that the barrier to effective offensive operations is collapsing. As demonstrated by the recent JadePuffer case, in which an agentic threat actor exploited a vulnerability in an internet-facing server before launching a fully automated ransomware attack, AI is accelerating the path from vulnerability disclosure to operational exploitation [1].

2. AI as an attack surface

The AI layer itself is now worth probing. At an automation technology manufacturer, a compromised LLM proxy was used as a steppingstone toward additional AI services; when that failed, the attacker pivoted to cryptomining. Darktrace’s Cyber AI Analyst pieced the intrusion together and Darktrace’s Managed Threat Detection service alerted the customer, containing it before it could progress further. The practitioner lesson is clear: treat AI gateways, proxies, and model endpoints as production cloud workloads because attackers already do.

3. AI as a trusted but potentially risky actor

Darktrace / SECURE AI observations suggest the most common real-world risk is quieter still: employees entering personal identifiable information (PII), tax records, identity documents, company financial data, HR records, and personal medical data into LLM prompts, alongside widespread shadow AI use and increased AI usage from mobile devices. Across nearly 280,000 prompts submitted by almost 28,000 users over 28 days, Darktrace identified that approximately 1% of these prompts (or 2,945 instances) contained sensitive data*.

*Prompt data was analyzed in aggregate and anonymized form to protect user privacy.

For defenders, the challenge is context: knowing when legitimate business use crosses into material risk without breaking privacy or user trust. As organizations increasingly trust AI systems to access, process, and share sensitive information at machine speed, AI must be secured and monitored alongside identities, applications, and cloud infrastructure.

Speed and geopolitics: faster operations, longer-term objectives

Several investigations in the first half of the year showed how quickly attackers operationalize newly disclosed vulnerabilities, validating exploitation through Out-of-Band Application Security Testing (OAST) infrastructure and trusted cloud services before patching cycles can be completed. React2Shell was compromised in two hours, while BeyondTrust exploitation followed in less than a day. Against this backdrop, state-aligned actors continue to prioritize long-term access, intelligence collection, and pre-positioning through legitimate services, cloud infrastructure, and trusted relationships. Operations linked to China, Russia, Iran, and the Democratic People’s Republic of Korea (DPRK) shared a common characteristic: a focus on persistence and strategic positioning rather than immediate disruption.

China: Darktrace observed Chinese-nexus actors prioritizing long-term access through trusted services, dynamic-link library (DLL) sideloading, and modular intrusion chains consistent with activity documented in Crimson Echo reporting and associated with Twill Typhoon tradecraft.

Iran: Darktrace's ZionSiphon investigation highlighted Iranian-linked interest in operational technology (OT) environments, blending espionage objectives with infrastructure disruption capabilities.

Russia: Darktrace investigations, alongside wider industry reporting, highlighted Russian reliance on trusted relationships and supply-chain targeting for long-term intelligence on Ukraine related support [2].

DPRK: Darktrace observed DPRK-linked activity combining rapid vulnerability weaponization with persistent access techniques, including Axios supply-chain compromise, React2Shell exploitation and stealthy macOS intrusions

While objectives differed across actors, the tradecraft was remarkably consistent: trusted services, legitimate infrastructure, and persistent access remained more valuable than immediate disruption.

The defender shift

Across identity compromise, supply-chain attacks, SaaS abuse, AI infrastructure targeting, and state-aligned operations, attackers increasingly succeed by operating through trusted systems rather than breaking through defensive controls. Trusted users, trusted software, trusted infrastructure, and increasingly trusted AI systems all became viable attack paths.

For defenders, the challenge is no longer simply determining whether an action is allowed; it is determining whether that action makes sense in its wider context. Authentication, reputation, and provenance remain important, but they are no longer sufficient on their own. As attackers increasingly operate within trusted systems, the strongest signal is often a behavioral deviation: identifying when trusted activity no longer aligns with expected behavior.

Credit to Nathaniel Jones (SVP, Global Threat Intelligence), Emma Foulger (Global Threat Research Operations Lead), Justin Torres (Senior Cyber Analyst), Daniel Levy (Threat Hunting Data Scientist)


Edited by Ryan Traill (Content Manager)

Appendix 1: Threat Research Methodology

Darktrace’s Threat Research team conducts extensive research across customer deployments to identify active threats, pinpoint key Indicators of Compromise (IoCs), and provide relevant threat intelligence. This research leverages Darktrace’s anomaly-based detection and involves thorough analysis and contextualization by the Threat Research team. Detected threats are promptly reported to the relevant customer security teams. When a customer has Darktrace’s Autonomous Response technology enabled, these threats are swiftly mitigated to prevent escalation.

Between January 1 and June 30, 2026, Darktrace investigated a wide range of cyber threats across its customer base. Many were identified as campaign-like activities targeting multiple customers, where clusters of similar tactics, techniques, and procedures (TTPs) and IoCs were seen affecting a significant number of customers within a short timeframe.

Statistics related to email are derived from aggregated Darktrace / EMAIL data across all cloud-hosted customer deployments between January 1 and June 30, 2026. Standard data-quality filtering was applied to exclude anomalous observations prior to aggregation. Regional statistics are based on relevant subsets of this dataset.

Appendix 2: Campaigns - Regional and Sector Trends

While the above broad themes defined the threat landscape over the last six months, campaign clustering across the Darktrace customer base revealed how they manifested differently across sectors, regions, and industries.

Darktrace’s Threat Research team investigates a range of threats affecting its customer base. Through this research, campaign-like clusters of activity have been identified, in which common tactics, techniques, and procedures (TTPs), as well as infrastructure, are observed impacting a significant number of customers within a short timeframe.

Sectors and industries are classified using the Standard Industrial Classification (SIC) system to ensure consistent categorization. While the sector and regional insights in this report reflect broader global trends, they are also influenced by the distribution of Darktrace's customer base. For example, Finance, Manufacturing, and Education are strongly represented among Darktrace customers, which may result in a higher number of observed cases in these sectors. This reflects customer distribution rather than necessarily indicating elevated sector-specific risk. Similarly, regional trends may be influenced by the geographic distribution of Darktrace customers.

Analysis of campaign clusters identified by the Darktrace Threat Research team during the first half of 2026 revealed distinct regional trends.

  • Europe, Middle East & Africa (EMEA) dominated with 60% of all campaign cluster cases targeting this region.
  • The Americas (AMS) was the next most affected region, with 30% of campaign cluster cases.
  • The Asia-Pacific and Japan (APJ) region was less affected by campaign clusters, potentially indicating that threat actors placed a lower priority on the region and instead focused their efforts elsewhere.

Sector targeting also varied considerably by region:

  • In EMEA, the Information and Communication was the most affected by a significant margin, representing 25% of all cases.
  • In contrast, AMS targeting was more evenly distributed, with the Education, Public administration and defence, and Financial Insurance activities sectors all forming over 20% of AMS regional cases.
  • Across APJ, campaign activity was spread more equally, with no single sector emerging as a dominant target.

Several countries also stood out within their respective regions:

  • The United States accounted for 60% of all campaign clusters within AMS.
  • Japan represented 40% of campaign customer cases across APJ.
  • In EMEA, the United Kingdom and Zimbabwe each accounted for 23% of identified cases, both being involved in a variety of campaign types.

Inside the SOC & Threat Research 2026 Monthly Progression: From Access to Impact

Month Dominant Themes
January Voice phishing, VPS infrastructure, WebSocket C2, RMM abuse, ransomware, infostealers (StealC), and trojanized installers (7-Zip).
February Voice phishing, VPN intrusion, edge infrastructure compromise (BeyondTrust), and RMM abuse.
March Sustained supply chain compromise (Hola VPN, Axios, Trivy), malicious browser extensions, phishing, and discovery tools.
April Account creation abuse, payload delivery, VPN credential abuse, Fortinet exploitation, and botnet activity.
May PowerShell, EtherHiding, data exfiltration, VPN access, business email compromise (BEC), ClickFix, and infostealers (AMOS).
June RDP abuse, device registration, RMM usage, voice phishing, cloud data theft, botnet activity, blockchain abuse, ClickFix, and infostealers (AMOS).

Appendix 3: Bibliography

External

[1] https://www.darkreading.com/cyberattacks-data-breaches/jadepuffer-first-complete-llm-driven-ransomware-attack

[2] https://www.trendmicro.com/en_us/research/26/c/pawn-storm-targets-govt-infra.html

Darktrace Reading

1.        https://www.darktrace.com/blog/ai-llm-generated-malware-used-to-exploit-react2shell

2.        https://www.darktrace.com/blog/2025-cyber-threat-landscape-darktraces-mid-year-review

3.        https://www.darktrace.com/resources/annual-threat-report-2026

4.        https://www.darktrace.com/blog/when-trust-becomes-the-attack-surface-supply-chain-attacks-in-an-era-of-automation-and-implicit-trust

5.        https://www.darktrace.com/blog/hola-vpn-abuse-from-proxy-traffic-to-malware-and-cryptomining

6.        https://www.darktrace.com/blog/security-after-signatures-operating-in-a-world-of-pre-cve-disclosure-exploitation-collapsed-trust-boundaries-and-autonomous-systems

7.        https://www.darktrace.com/blog/when-ai-infrastructure-becomes-part-of-the-attack-surface

8.        https://www.darktrace.com/blog/cve-2026-1731-how-darktrace-sees-the-beyondtrust-exploitation-wave-unfolding

9.        https://www.darktrace.com/resource/understanding-chinese-nexus-cyber-tradecraft

10.   https://www.darktrace.com/blog/chinese-apt-campaign-targets-entities-with-updated-fdmtp-backdoor

11.  https://www.darktrace.com/blog/inside-zionsiphon-darktraces-analysis-of-ot-malware-targeting-israeli-water-systems

12.  https://www.darktrace.com/resources/the-state-of-cybersecurity-in-the-finance-sector

13.  https://www.darktrace.com/blog/from-click-to-command-behavioral-detection-of-applescript-led-macos-intrusions

14.  https://www.darktrace.com/blog/the-state-of-cybersecurity-in-the-finance-sector-six-trends-to-watch

Continue reading
About the author
Nathaniel Jones
SVP, Global Threat Intelligence

Blog

/

/

August 3, 2026

Building Operational Resilience Across Mission-Critical Marine Services

Marine cargo shipDefault blog imageDefault blog image

Mission-Critical Marine Services

This marine organization supports offshore energy production, export infrastructure, and regional logistics, delivering critical services through its diverse fleet and a regional shorebase footprint. To power rapid mobilization and 24/7 operational readiness, the organization has embraced cloud adoption and digital transformation, reshaping how crews, contractors, and shore-based teams access services.

While technology modernization has enhanced operations, it has also introduced new security complexities.

  • From perimeter to identity: As access becomes more distributed, identity has become the primary security control, elevating the risk of credential compromise and privilege misuse.
  • From confidentiality to availability and resilience: As cloud platforms increasingly underpin fleet and operational systems, cyber incidents can disrupt services and safety.
  • From isolated tools to unified visibility:  Because Information Technology (IT) and Operational Technology (OT) often intersect, and legacy systems coexist with modern cloud platforms, fragmented monitoring makes it harder to understand risk and respond decisively across domains.
“Our cybersecurity priorities expanded along with our business goals, placing availability and resilience at the forefront. The impact of a potential threat became an operational risk, which elevated cybersecurity from an IT issue to an operational safety and resilience enabler.” - Information and Communications Technology (ICT) Manager.

A Unified, AI-Driven Platform for IT and OT

To strengthen visibility, detection, and response across its highly distributed environment, the customer adopted the Darktrace ActiveAI Security Platform™ in 2022.

Darktrace’s contextual detection capability was a key driver. Unlike traditional tools that rely on known threat signatures, Darktrace’s Self-Learning AI learns “normal” behavior to identify emerging threats and correlate visibility across the customer's siloed on-premises and cloud domains.

Today, the customer relies on:

  • Darktrace / EMAIL™ to reduce phishing risk and minimize disruption from legacy mail controls and false positives
  • Darktrace / IDENTITY™ to support identity-centric security as cloud access expands across vessels and shore-based operations
  • Darktrace / NETWORK™ to strengthen oversight across the broader environment, including operational contexts where IT and OT intersect
  • Darktrace / CLOUD™ (Azure), added in 2024, to extend detection and response into Azure and support cloud transformation without treating cloud as a separate security silo
  • Darktrace / Incident Readiness & Recovery to strengthen incident readiness and recovery planning
  • Darktrace Managed Detection and Response Services to provide 24/7/365 monitoring and support

This combination supports a single operating model for the customer: security that can adapt as the environment changes while remaining practical for a lean team responsible for safeguarding both business operations and safety-critical services.

Extending cloud protection without complexity

As the customer accelerated cloud adoption, it expanded coverage in 2024 with Darktrace / CLOUD for Azure to bring cloud workloads under the same AI-driven visibility and response model – without adding operational burden. “This matters in hybrid environments because attacks rarely stay in one place,” explains the ICT Manager. “A compromised identity can trigger activity in the cloud, which can open pathways back into on-premises systems.”

In parallel, Darktrace / CLOUD’s posture management capabilities support governance and audit readiness by surfacing misconfigurations and exposure risks earlier, before they become incidents.

A Stronger, Faster, More Resilient Business

Since adopting Darktrace, the customer has strengthened cyber resilience while reducing operational burden on its small ICT team.

Darktrace continuously analyzes millions of individual events that can contribute to a wider incident. Within a single month, the solution autonomously investigated 88% of all potential threats, taking appropriate action within just 39.4 seconds on average.

Autonomous capabilities ensure threats are stopped and contained until the ICT team can investigate. In one standout instance, Darktrace autonomously blocked malicious links during a mass phishing/spam event before other controls flagged the threat. the ICT Manager later confirmed Microsoft reported the link as malicious, but Darktrace had already acted to prevent delivery and reduce exposure.

“Whether something happens during off hours, while we’re on vacation, or when our attention is focused elsewhere, we’re confident Darktrace will take control and stop a threat before it spreads,” says the ICT Manager.

Darktrace’s Self-Learning AI combines multiple AI methods and advanced techniques to improve threat detection, investigation, and response dramatically reducing alert overload and manual triage. Within a single month, the solution saved the customer's IT group 411 equivalent human investigation hours.

“For a lean team supporting a 24/7 operational footprint, this autonomous action eliminates the constant firefighting and stress, giving us the space to focus on higher-value priorities.”- Information and Communications Technology (ICT) Manager.

Protecting communications without disruption

the customer experienced friction from legacy email and network controls prior to Darktrace, which generated high false positive rates, disrupted legitimate communications, created operational drag, and added workload for ICT. With Darktrace / EMAIL learning normal email behavior and applying context-aware actions, the team reduced unnecessary interruptions while maintaining protection.

“That shift matters in marine services, where business communications directly support coordination across vessels, shore bases, clients, ports, and regulators,” says the ICT Manager. “Darktrace doesn’t just block more threats, it autonomously makes decisions that preserve operational continuity and enable my team to focus on credible threats instead of chasing volume.”

Delivering clarity and confidence

Darktrace has reduced manual triage by correlating activity across email, identity, network, and cloud, providing the context needed to prioritize what matters without requiring the ICT team to stitch together evidence across multiple tools.

“With unified visibility we can identify patterns across domains, make informed decisions about where risk actually exists, and align security actions with operational impact rather than theoretical threats,” explains the ICT Manager. “I can now prioritize effort and investment across our ICT landscape with far greater confidence.”

Regular Executive Threat Reports reinforce operational confidence by giving leadership clear visibility into threats Darktrace has handled autonomously, supporting decisive action when needed and confidence to avoid unnecessary disruption when it isn’t.

Scaling Securely in a Hybrid World

As the customer advances its cloud transformation, the ICT Manager sees the Darktrace partnership evolving into a foundational layer of resilience and assurance, supporting scale, governance, and operational confidence in an increasingly cloud-centric environment.

Key priorities include:

  • Shifting from hybrid visibility to cloud-first resilience, using continuous monitoring and posture insights to reduce exposure earlier
  • Strengthening governance and audit readiness, especially as critical workloads and sensitive data expand in Azure and expectations rise under regulatory and client assurance requirements
  • Increasing reliance on autonomous response and AI investigation as the number of identities, workloads, and access paths grows faster than headcount
  • Deepening cross-domain correlation so cloud signals further enrich decision-making, supporting faster containment and more confident prioritization

“As we accelerate our cloud strategy, Darktrace will play an even more strategic role,” says the ICT Manager, “providing the guidance, technology, and expertise that allow us to grow with confidence and innovate securely.”

Continue reading
About the author
Your data. Our AI.
Elevate your network security with Darktrace AI