By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: FireCompassPublished October 22, 2025

TL;DR: Supply chain compromise, blockchain-hosted malware, SIM swap fraud, and ransomware defined the week of 14 to 21 October 2025, with key statistics including 600,000+ exposed F5 BIG-IP devices, 1,600 Vocus customers affected, and 36% year-over-year ransomware growth, according to FireCompass. The pattern is clear: attackers are chaining identity abuse, infrastructure exposure, and operational disruption faster than conventional monitoring can respond.


At a glance

What this is: This weekly report summarises multiple active attack techniques and incidents, with the clearest governance lesson being how quickly exposed infrastructure, email access, and standing credentials can be turned into broader compromise.

Why it matters: It matters to IAM, PAM, NHI, and security teams because these incidents show that identity exposure now cascades into platform compromise, fraud, and ransomware before many organisations can detect or contain it.

By the numbers:

👉 Read FireCompass's weekly report on new hacking techniques and critical CVEs


Context

The common security problem in this report is not a single malware family or one-off breach. It is the repeated use of exposed systems, compromised email access, and identity abuse to move from initial foothold to operational impact. In practice, that means identity controls, perimeter controls, and response workflows are failing as a connected system rather than as isolated tools.

For IAM and NHI practitioners, the identity angle is strongest in the Vocus SIM swap chain and the F5 supply chain compromise, where privileged access and customer authentication become part of the attack path. For the broader security programme, the report is a reminder that exploit speed, credential abuse, and downstream dependency risk now need to be managed together, not in separate workstreams.


Key questions

Q: What breaks when email compromise can trigger SIM swap fraud?

A: Email compromise becomes a gateway to number porting, password recovery, and SMS-based second factor abuse. Once the attacker controls the phone number, they can often reset other accounts without needing the original password. The failure is not only in email security, but in the trust relationship between recovery channels and the primary identity record.

Q: Why do standing recovery channels increase fraud risk?

A: Standing recovery channels create a permanent path around normal authentication controls. If an attacker can move from email to SIM change to account recovery, they do not need to defeat every control in sequence. That is why recovery approvals, SIM changes, and contact updates need stronger proofing than ordinary login events.

Q: How should security teams detect exploitation of blockchain-based malware C2?

A: Teams should look for unusual JSON-RPC egress, process behaviour that correlates with blockchain queries, and command retrieval patterns that do not match legitimate application use. The key is to monitor protocol behaviour and host execution together, because the malicious traffic can look identical to normal DeFi activity at the network layer.

Q: How should organisations respond when a supplier has already been compromised?

A: Contain the identity path before focusing only on the breach narrative. Revoke exposed credentials, rotate shared secrets, disable dormant integrations, and inspect downstream systems that accepted the supplier's access. The immediate goal is to cut off reused trust, because the attacker usually wins by staying inside the delegated relationship.


Technical breakdown

Blockchain-hosted malware C2 changes the detection problem

EtherHiding uses smart contracts as resilient command-and-control infrastructure. Instead of pointing malware to a domain or IP address that can be blocked, the attacker stores encrypted payloads in blockchain data and retrieves them with standard JSON-RPC calls such as eth_call. That makes the traffic look like normal blockchain interaction and removes obvious takedown points. The practical challenge is that the infrastructure is distributed, immutable, and economically cheap to query, which makes legacy perimeter blocking far less effective.

Practical implication: monitor blockchain node egress and correlate it with unusual script or process behaviour rather than relying on domain blocking alone.

Copy-paste PowerShell attacks exploit user intent, not just code execution

ClickFix-style attacks turn the victim into the execution mechanism. The user is shown a fake error or verification prompt and is instructed to paste an obfuscated PowerShell command into a terminal. Because the command runs under the user’s own context, the payload can decode in memory, fetch an infostealer or RAT, and avoid many file-based detections. This shifts the defensive problem from malware signatures to execution governance, script control, and user-mediated trust boundaries.

Practical implication: constrain PowerShell, inspect Base64 decoding behaviour, and treat terminal copy-paste prompts as a high-risk execution path.

SIM swap fraud is an identity workflow failure, not only a telecom issue

SIM swap attacks succeed when an attacker can subvert account recovery or service-change processes. In the Vocus case, email compromise gave attackers a path to customer information, which then supported fraudulent SIM changes and mobile number porting. Once the attacker controls the number, SMS-based second factor and password recovery channels become available for downstream abuse. The core weakness is lifecycle governance for identity recovery, not merely network compromise.

Practical implication: remove SMS as a recovery dependency for sensitive accounts and require stronger identity proofing for any SIM or number-port request.


Threat narrative

Attacker objective: The attacker objective is to turn a small initial compromise into durable infrastructure access, fraud, or large-scale operational disruption.

  1. Entry occurs through recruiter-themed spear-phishing, exposed infrastructure, or compromised email accounts that create the first trusted foothold.
  2. Credential access or abuse follows when attackers harvest authentication material, exploit recovery workflows, or leverage access to privileged management systems.
  3. Escalation and impact come from using that access to persist in development environments, port numbers, deploy malware, or trigger ransomware and downstream disruption.

NHI Mgmt Group analysis

Identity abuse is now an operational attack layer, not just a prelude to intrusion. The Vocus chain shows how email compromise can be turned into SIM swap fraud, then into recovery-channel abuse for other services. That means identity proofing, account recovery, and telecom change controls now sit inside the attack surface, not outside it. Practitioners should treat recovery workflows as security-critical assets.

Exposure-to-exploitation windows are shrinking faster than most remediation cycles. FireCompass reports that 600,000+ F5 BIG-IP devices were exposed after the supply chain compromise, which is the kind of scale that turns patching into a race against attacker reuse. The lesson is not just speed, but blast-radius control through segmentation, management-plane isolation, and monitoring for privileged changes. Practitioners should assume exposure becomes weaponised before the next maintenance window.

Blockchain-hosted command and control creates a persistence model that conventional takedown logic does not fit. EtherHiding removes the dependency on domains and hosting providers by embedding instructions in smart contracts. That creates a detection and containment problem closer to protocol-aware anomaly hunting than simple blocklisting. Practitioners should adapt monitoring to infrastructure-native behaviours rather than waiting for a single indicator of compromise.

Operational dependency risk is increasingly a governance problem across external services and internal identity systems. Askul’s outage cascade and the Vocus fraud chain both show that one compromised control point can affect multiple business functions. This is the kind of connected failure mode that NIST-CSF and NIST SP 800-53 are designed to address when governance, access control, and resilience are treated as linked disciplines. Practitioners should map which external dependencies can also become identity dependencies.

Credential hygiene is no longer enough without recovery-channel governance. The named failure mode here is the standing recovery path, where an attacker can move from one controlled identity channel to another without ever needing a full password reset. That is the gap exposed by SIM swap fraud and by any workflow that treats identity recovery as a convenience layer. Practitioners should harden recovery processes with the same scrutiny they apply to privileged access.

What this signals

Least privilege now functions as an operational resilience control, not just an access policy. In environments where exposed systems, recovery workflows, and automated agents all intersect, the difference between 17% and 76% incident rates is a governance signal, not just a statistic. The practical response is to narrow every trust boundary that can become a lateral-movement bridge, including identity recovery, admin access, and AI-driven infrastructure changes.

The next phase of risk management will focus on control-plane visibility across human, machine, and service identities. That means teams need to know not only who logged in, but which recovery paths, privileged APIs, and third-party dependencies can still be used to turn a single foothold into business impact.


For practitioners

  • Harden management-plane exposure Isolate internet-facing management interfaces for perimeter and infrastructure devices, and treat source-code or admin-plane exposure as an urgent containment event, not a routine patching task.
  • Remove SMS from high-risk recovery paths Require hardware-backed or app-based factors for sensitive accounts, and redesign SIM change or number port approvals so that email compromise cannot unlock downstream authentication.
  • Constrain script execution paths Apply PowerShell Constrained Language Mode, alert on Base64 decoding in terminal sessions, and block copy-paste execution prompts that simulate error remediation steps.
  • Instrument identity recovery workflows Log and review every reset, port, or recovery request that can change an identity’s trusted contact point, because those events often become the pivot into fraud or account takeover.
  • Map downstream dependency blast radius Document which business services, retailers, or customer channels depend on each critical provider so you can isolate impact when a single supplier or platform is compromised.

Key takeaways

  • This report shows how identity abuse, exposed infrastructure, and malware delivery can combine into one fast-moving attack chain.
  • The evidence includes 600,000+ exposed BIG-IP devices, 1,600 compromised customers, and a 36% year-over-year ransomware increase.
  • Practitioners should harden recovery channels, isolate management planes, and monitor privileged protocols as part of one connected control strategy.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5, CIS Controls v8 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0006 , Credential Access; TA0008 , Lateral Movement; TA0040 , ImpactThe report covers credential abuse, movement, and disruption across multiple incidents.
NIST CSF 2.0PR.AC-4Identity recovery, privileged access, and dependency trust are central to the incidents discussed.
NIST SP 800-53 Rev 5AC-6Least privilege is directly relevant to the over-privilege and management-plane exposure patterns.
CIS Controls v8CIS-5 , Account ManagementAccount and recovery lifecycle handling is central to SIM swap and credential abuse scenarios.
NIST AI RMFMANAGEAgentic AI governance is relevant because the report highlights autonomous and identity-sensitive operations.

Map exposed credential paths and lateral movement opportunities to ATT&CK tactics in your detection engineering.


Key terms

  • EtherHiding: EtherHiding is a malware delivery technique that stores malicious payloads or payload references in a blockchain smart contract. The attacker uses the chain as a durable retrieval source, which makes takedown difficult and allows payload access without maintaining a traditional server.
  • ClickFix-Style Attack: A ClickFix-style attack uses social engineering to persuade a user to copy and paste malicious content into a browser or application workflow. The danger is not the prompt alone but the execution path it triggers, which can bypass traditional email and login controls.
  • SIM swap: A takeover technique in which an attacker convinces a mobile carrier to move a victim’s phone number to a SIM card the attacker controls. Once successful, the attacker can receive SMS messages and intercept one-time codes, turning the phone number into a compromise path rather than a factor.
  • Management-plane exposure: Management-plane exposure is the risk created when an administrative interface is reachable from the internet or from overly broad internal networks. These surfaces often carry privileged functions, so a flaw there can bypass normal application security assumptions and create immediate control of a critical system.

What's in the full article

FireCompass's full blog post covers the operational detail this post intentionally leaves for the source:

  • The week-by-week incident breakdown with additional context on the F5, Vocus, and Askul cases
  • Technical notes on EtherHiding, ClickFix, and LinkPro that are beyond this summary
  • The source article's expanded dark web observations, including ransomware group activity and credential trading
  • FireCompass's own practitioner commentary on how these patterns map to current offensive technique trends

👉 FireCompass's full post covers the incident details, attack methods, and practitioner takeaways in one place.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management for practitioners building resilient identity controls. It helps security teams align identity lifecycle decisions with the operational risks exposed in modern attack chains.
NHIMG Editorial Note
Published by the NHIMG editorial team on September 3, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org