Skip to content
Threat Feed
high advisory

State-Sponsored Actors Leveraging Vulnerabilities and Identity for Persistent Access (2025)

In 2025, state-sponsored actors from China, Russia, North Korea, and Iran leveraged vulnerabilities and identity compromise for initial access, focusing on persistence for long-term espionage or disruption.

In 2025, state-sponsored threat actors from China, Russia, North Korea, and Iran exhibited distinct motivations, ranging from espionage and disruption to financial gain and geopolitical influence. Despite these varying objectives, these actors employed similar tactics, techniques, and procedures (TTPs), particularly regarding initial access and persistence. A common thread was the exploitation of both newly disclosed (e.g., ToolShell by China) and long-standing vulnerabilities in networking devices and widely used software. Identity-based attacks, including social engineering and the use of stolen credentials, were also prominent. North Korea notably stole $1.5 billion in cryptocurrency and generated billions through fraudulent IT work using AI-generated profiles. Iranian actors combined disruptive hacktivism with advanced persistent threat (APT) activity, such as the ShroudedSnooper group targeting telecommunications for long-term access. The focus across these actors was on establishing a persistent presence within compromised networks, often remaining undetected for extended periods.

Attack Chain

  1. Vulnerability Exploitation (Initial Access): Actors exploit vulnerabilities in networking devices and widely used software, leveraging both newly disclosed and unpatched flaws.
  2. Social Engineering (Initial Access): North Korean actors use fake recruiter personas via campaigns like Contagious Interview to trick targets into executing code or handing over credentials.
  3. Credential Harvesting (Privilege Escalation/Persistence): After initial access, actors harvest credentials to gain further access within the network.
  4. Web Shell Deployment (Persistence): Chinese actors deploy web shells for persistent access to compromised systems.
  5. Custom Backdoor Installation (Persistence): Backdoors, including compact custom backdoors like those used by ShroudedSnooper, are deployed to maintain long-term access.
  6. Tunneling (Command & Control): Actors use tunneling tools to maintain covert communication channels with compromised systems.
  7. Data Exfiltration (Exfiltration): Actors exfiltrate sensitive data, including espionage-related information or financial data such as cryptocurrency.
  8. Disruption/Espionage (Impact): Depending on the actor and objective, the final stage involves disruptive activities like DDoS attacks or long-term espionage.

Impact

The observed state-sponsored activity resulted in significant financial losses, espionage, and disruptive attacks. North Korean actors stole $1.5 billion in cryptocurrency and generated billions in revenue through fraudulent IT work, impacting financial institutions and various Fortune 500 companies. Iranian hacktivist operations caused disruption through DDoS attacks and defacements. Espionage campaigns targeted sectors such as telecommunications, potentially compromising sensitive communications and intellectual property. The persistent nature of these attacks allows for long-term monitoring and potential future exploitation.

Recommendation

  • Prioritize patching of both newly disclosed and long-standing vulnerabilities in networking devices and software to mitigate initial access (Reference: Overview, Attack Chain Step 1).
  • Implement robust identity and access management controls, including multi-factor authentication and monitoring for suspicious login activity, to counter social engineering and credential-based attacks (Reference: Attack Chain Step 2 & 3).
  • Increase visibility into network and edge infrastructure by enabling comprehensive logging and monitoring to detect unauthorized access and persistence mechanisms (Reference: Attack Chain Steps 4, 5, & 6).
  • Deploy the Sigma rules below to detect suspicious web shell activity and backdoor installations (Reference: Rules).
  • Monitor network traffic for unusual patterns and connections indicative of tunneling or data exfiltration (Reference: Attack Chain Steps 6 & 7).

Detection coverage 2

Detect Web Shell Activity

high

Detects potential web shell activity through suspicious HTTP requests.

sigma tactics: persistence techniques: T1505.003 sources: webserver, linux

Detect Backdoor Installation via Uncommon Process

medium

Detects potential backdoor installations by monitoring for execution of uncommon processes from suspicious locations.

sigma tactics: persistence techniques: T1547.001 sources: process_creation, windows

Detection queries are kept inside the platform. Get full rules →