Source Logistics, a third-party logistics (3PL) and warehouse management provider, issued a public advisory on July 22, 2026, to the supply chain industry, warning of an increase in destructive data-wiping cyberattacks. These attacks differ from traditional ransomware as their primary goal is not financial extortion but the irreversible destruction of data and systems to cause maximum operational chaos. The warning prominently references the March 2026 incident at medical technology company Stryker, where the Iranian hacktivist group Handala Hack Team claimed to have wiped over 80,000 devices. The advisory highlights that these attacks often abuse legitimate administrative tools, such as Microsoft Intune, making them particularly difficult to defend against with traditional anti-malware tools.
The threat is a shift in attacker motive from profit (ransomware) to pure disruption and destruction (data wiping). Instead of encrypting files and demanding a key, these attacks use system functions to permanently delete data, rendering recovery from the affected device impossible.
The Stryker Case Study:
This 'living off the land' approach is the crux of the threat. Attackers with high-level administrative credentials can turn an organization's own management tools against it.
The attack chain for this type of destructive attack focuses on identity and access rather than malware deployment.
Wipe command in Intune is designed for retiring devices and securely deleting their data, but when used maliciously, it becomes a devastating weapon.The impact of a large-scale wiper attack is catastrophic and often more severe than a ransomware attack.
As these attacks abuse legitimate tools, there are no traditional IOCs like file hashes or malicious domains. The indicators are behavioral.
Defenders should hunt for signs of privileged account misuse:
Invoke-Command -ScriptBlock {Remove-Item -Path C:\ -Recurse -Force}Detection:
Strictly limit and monitor Global Administrator accounts. Use Privileged Identity Management (PIM) for just-in-time access.
Mapped D3FEND Techniques:
Enforce phishing-resistant MFA on all administrative accounts to prevent credential compromise.
Mapped D3FEND Techniques:
Implement alerting for high-risk administrative actions, such as a mass device wipe, to enable rapid detection.
Mapped D3FEND Techniques:
The root cause of the Stryker attack was the compromise of a highly privileged account. The most effective countermeasure is to drastically reduce the standing privileges of administrators. Implement Privileged Identity Management (PIM) for all critical roles, especially Global Administrator in Azure AD. With PIM, no user has permanent admin rights. Instead, they must go through an approval workflow to elevate their privileges on a just-in-time (JIT) basis for a limited time. This elevation can require MFA and a justification. This means that even if an attacker compromises the credentials of a potential admin, those credentials have no power until they are explicitly elevated, a process which can be heavily monitored and alerted on.
To detect the abuse of legitimate tools like Intune, security teams must move beyond signature-based detection to behavioral analysis. Configure your SIEM or security analytics platform to monitor the audit logs from Microsoft Intune. Create a high-severity alert that triggers when a single user account initiates a 'Wipe' or 'Retire' command for more than a small, predefined number of devices (e.g., 5) within a short time window (e.g., 1 hour). This is a high-fidelity indicator of malicious activity, as legitimate device retirements are rarely performed in such a large, simultaneous batch. This alert provides a critical, early warning that a privileged account has been compromised and is being used for destructive purposes.
Medical technology firm Stryker is hit by a major data-wiping attack.
Source Logistics issues a public warning about the rising threat of data-wiping attacks.

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.
CyberNetSec.io uses automation to assist source monitoring, deduplication, observable extraction, and structured intelligence generation. Published analysis follows human-defined editorial standards and adds defensive context including MITRE ATT&CK, D3FEND, STIX, and Sigma where applicable. Read our editorial policy.
Help others stay informed about cybersecurity threats
Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.
Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.
Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.
Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.
Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.