Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareUsed by 3 actors

EVILNUM

Evilnum is a backdoor and malware family associated with the DeathStalker threat actor, and has also been reported in activity targeting European financial and investment entities. The content describes it as used for data theft and for loading additional payloads. Observed targeting includes financial, investment, foreign exchange, and cryptocurrency-related organizations.

Documented infection vectors include spearphishing emails containing links to Google Drive-hosted ZIP files and lures designed to trick recipients into opening malicious shortcut links that result in .LNK download and execution. Evilnum activity has also involved malicious JavaScript on victim machines.

Capabilities directly mentioned in the content include collecting the username from the victim machine; harvesting browser cookies and web session information and uploading them to command-and-control infrastructure; collecting email credentials from victims; uploading files from the infected host over the C2 channel; executing commands and scripts through rundll32; running a remote scriptlet that drops a file and executes it via regsvr32.exe; using Windows Management Instrumentation (WMI) to enumerate infected machines; modifying the Windows Registry for persistence; changing file creation dates for defense evasion; and removing artifacts via a function named "DeleteLeftovers." The group has also used PowerShell to bypass UAC, deployed additional components or tools as needed, and used the TerraTV malware variant to load a malicious DLL from the TeamViewer directory and run legitimate TeamViewer for remote access to compromised machines. A TerraLoader component was used to check hardware and file information for sandbox detection.

High-confidence behaviors and artifacts mentioned in the content include the malware function name "DeleteLeftovers," abuse of regsvr32.exe and rundll32.exe for execution, WMI-based host enumeration, Registry-based persistence, cookie and credential theft, file upload over C2, timestomping via changed file creation dates, and spearphishing delivery via Google Drive-hosted ZIP or malicious shortcut-link lures.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

THREAT ACTORS

Groups observed using it

3 distinct threat actors attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Deathstalker

We discovered it in Q2 2020 as part of an update of the Evilnum modus operandi, and attributed it to DeathStalker.

via securelistsecurelist.com
Evilnum

Evilnum can collect email credentials from victims.

via mitre attackattack.mitre.org
ta4563

"TA4563 is a threat actor leveraging EvilNum malware to target European financial and investment entities... EvilNum is a backdoor that can be used for data theft or to load additional payloads."

via proofpoint threat insight blogproofpoint.com
MITRE ATT&CK

Techniques & procedures

26 distinct techniques documented for this family, organized by ATT&CK tactic.

Initial Access

2 techniques
T1566.001Spearphishing AttachmentEvidence1

“The identified campaigns delivered an updated version of the EvilNum backdoor using a varied mix of ISO, Microsoft Word and Shortcut (LNK) files…”; “The messages purported to be related to financial trading platform registration…”

T1566.003Spearphishing via ServiceEvidence1

“attempting to deliver multiple OneDrive URLs that contained either an ISO or .LNK attachment.”

Execution

6 techniques
T1047Windows Management InstrumentationEvidence2

The content repeatedly describes threat actors and malware using WMI/WMIC/wmiexec for remote execution, lateral movement, discovery, persistence, and administrative actions; e.g., 'APT41 used WMI in several ways, including for execution of commands via WMIEXEC as well as for persistence via PowerSploit' and 'Scattered Spider used Windows Management Instrumentation (WMI) to move laterally via Impacket.'

T1059.001PowerShellEvidence1

“executing PowerShell via cmd.exe… downloads two different payloads…”; “PowerShell script loads C# code dynamically…”; “executes another PowerShell command… -windowstyle hidden”

T1059.003Windows Command ShellEvidence1

“The initial stage LNK loader is responsible for executing PowerShell via cmd.exe…”

T1059.005Visual BasicEvidence1

APT32 created a Scheduled Task/Job that used regsvr32.exe to execute a COM scriptlet that dynamically downloaded a backdoor and injected it into memory. ... RogueRobin uses regsvr32.exe to run a .sct file for execution.

T1059.007JavaScriptEvidence1

“leveraging wscript to load the EvilNum payload, and a JavaScript payload that was ultimately installed on the user's host.”

T1204User ExecutionEvidence1

“used financial lures to get the recipient to launch the EvilNum payload.”

Persistence

2 techniques
T1112Modify RegistryEvidence5

The content repeatedly describes threat actors and malware modifying, creating, deleting, or storing data in Windows Registry keys and values for persistence, configuration storage, defense evasion, credential access, privilege escalation, and execution.

T1547.001Registry Run Keys / Startup FolderEvidence5

The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, or .lnk files in the Startup folder.

Privilege Escalation

1 technique
T1547.001Registry Run Keys / Startup FolderEvidence5

The content repeatedly describes malware and threat actors establishing persistence by adding values under HKCU/HKLM\Software\Microsoft\Windows\CurrentVersion\Run or RunOnce, and by placing executables, scripts, or .lnk files in the Startup folder.

Stealth

9 techniques
T1070Indicator RemovalEvidence3

APT5 has used the THINBLOOD utility to clear SSL VPN log files located at /home/runtime/logs.

T1070.004File DeletionEvidence2

APT5 has used the THINBLOOD utility to clear SSL VPN log files located at /home/runtime/logs.

T1070.006TimestompEvidence2

APT28 has performed timestomping on victim files. APT29 has used timestomping to alter the Standard Information timestamps on their web shells to match other files in the same directory. APT32 has used scheduled task raw XML with a backdated timestamp... APT38 has modified data timestamps to mimic files that are in the same folder on a compromised host.

T1140Deobfuscate/Decode Files or InformationEvidence1

“decrypt a PNG… restart the infection chain”; “payload contains two encrypted blobs… decrypted to an executable… and …TMP… decrypts … to load … shellcode … final decrypted and decompressed PE file.”

T1218System Binary Proxy ExecutionEvidence1

“leveraging wscript to load the EvilNum payload…”

T1218.010Regsvr32Evidence2

AppleSeed can call regsvr32.exe for execution. APT19 used Regsvr32 to bypass application control techniques. APT32 created a Scheduled Task/Job that used regsvr32.exe to execute a COM scriptlet that dynamically downloaded a backdoor and injected it into memory. ... Raspberry Robin uses regsvr32.exe execution without any command line parameters for command and control requests to IP addresses associated with Tor nodes.

T1218.011Rundll32Evidence1
T1221Template InjectionEvidence1

“These messages used a remote template document… attempting to communicate with domains to install several LNK loader components…”; “delivered Microsoft Word documents to attempt to download a remote template.”

T1497.001System ChecksEvidence1

“executed depending on what antivirus software – either Avast, AVG, or Windows Defender – is found on the host… execution chain will change to best evade detection…”

Defense Impairment

1 technique
T1112Modify RegistryEvidence5

The content repeatedly describes threat actors and malware modifying, creating, deleting, or storing data in Windows Registry keys and values for persistence, configuration storage, defense evasion, credential access, privilege escalation, and execution.

Credential Access

1 technique
T1539Steal Web Session CookieEvidence2

"APT42 has used custom malware to steal login and cookie data from common browsers." / "...extracts the web session cookie and sends it to the C2 server." / "...stole Chrome browser cookies by copying the Chrome profile directories of targeted users."

Discovery

3 techniques
T1033System Owner/User DiscoveryEvidence4

The content repeatedly describes malware and threat actors collecting usernames, identifying logged-in users, running whoami/query user/quser, checking whether the current user is an administrator, enumerating user sessions, and gathering account details from compromised hosts.

T1082System Information DiscoveryEvidence4

The content repeatedly describes malware and threat actors collecting host details such as OS version, hostname, architecture, CPU, memory, BIOS, domain, language, and other configuration data; e.g., "APT41 uses multiple built-in commands such as systeminfo and net config Workstation to enumerate victim system basic configuration information."

T1497.001System ChecksEvidence1

“executed depending on what antivirus software – either Avast, AVG, or Windows Defender – is found on the host… execution chain will change to best evade detection…”

Collection

1 technique
T1113Screen CaptureEvidence1

“sends screenshots to a command-and-control server (C2).”

Command and Control

2 techniques
T1102.003One-Way CommunicationEvidence1
T1105Ingress Tool TransferEvidence2

“downloads two different payloads from the initial host (e.g. infntio[.]com).”

Exfiltration

1 technique
T1041Exfiltration Over C2 ChannelEvidence3

ADVSTORESHELL exfiltrates data over the same channel used for C2... Agrius exfiltrated staged data using tools such as Putty and WinSCP, communicating with command and control servers... numerous malware and groups sent victim data, files, credentials, or host information over existing C2 channels.

INDICATORS OF COMPROMISE

IOCs tracked for this family

29 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
14 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
5 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

Other
10 tracked

Other indicator types observed in public reporting.

TypeValueLatest sighting
domain●●●●●●●●●●●●View more in app7 months ago
domain●●●●●●●●●●●●View more in app7 months ago
domain●●●●●●●●●●●●View more in app7 months ago
domain●●●●●●●●●●●●View more in app7 months ago
domain●●●●●●●●●●●●View more in app7 months ago
domain●●●●●●●●●●●●View more in app7 months ago
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching29

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution3

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping26

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.