Executive Summary
NetWalker is a Windows‑only, fileless ransomware that runs entirely in memory via PowerShell. It targets user documents and other files, encrypts them using an embedded RSA key pair, and then deletes shadow copies to hinder recovery. Its use of encoded PowerShell scripts and remote credential dumping makes it difficult to detect with signature‑based defenses.
Enhanced Description
NetWalker is a Windows‑only, fileless ransomware discovered in May 2020 by TrendMicro. The malware is written entirely in PowerShell and is executed directly from memory, leaving no malicious files on disk until the final stage of the attack. By operating in this manner it evades traditional signature‑based antivirus engines and simplifies sandbox detection, making NetWalker a potent threat for corporate environments. Once active, NetWalker enumerates target directories—typically user documents, spreadsheets, PDFs and other proprietary file types—and encrypts them using an asymmetric RSA key pair embedded in the script. The private key is never written to disk; instead it is kept only in memory during the encryption process. To prevent recovery from backups, the malware actively disables or deletes Windows shadow copies and may remove event‑logging entries that could provide forensic evidence. Beyond its cryptographic payload, NetWalker has been documented to leverage PowerShell modules for credential dumping, to establish rudimentary persistence via scheduled tasks or registry run keys, and to propagate laterally across SMB shares by exploiting shared credentials. Its extensive use of encoded PowerShell commands also makes it difficult to parse with traditional text‑based security solutions. The end result is a classic ransomware scenario: all encrypted files are rendered inaccessible, the victim receives a ransom note demanding payment in cryptocurrency, and any evidence of the attack is largely removed from the system. Given its fileless architecture and targeted evasion techniques, NetWalker highlights the need for behavioral detection capabilities and hardened backup strategies.
Key Capabilities
ATT&CK Techniques
Recommended Actions
Suggested Tags
Confidence Assessment
Given the limited publicly available data extracted from a single TrendMicro report and the well‑documented fileless PowerShell nature of NetWalker, confidence in core capabilities (e.g., in‑memory execution, encryption of files, shadow copy deletion) is high. However, details about persistence mechanisms beyond what appears in memory, command‑and‑control infrastructure, and specific variants used against distinct industry sectors remain unclear, creating gaps that reduce overall confidence for a comprehensive security blueprint.
Netwalker is fileless ransomware written in PowerShell and executed directly in memory.(Citation: TrendMicro Netwalker May 2020)