Skip to content
Data Breach

Top 10 Malware Used by Hackers Between July 20-26, 2026, to Launch Cyberattacks

The malware ranking reflects total sample uploads to a public malware analysis sandbox and captures the tools that red teams, SOC analysts, and threat hunters are most frequently encountering in the wild. Info-stealers (Vidar, Stealc, Lumma) and Remote Access Trojans/RATs (AsyncRAT, XWorm, Remcos, Q...

· Jul 27, 2026 · 9 min read · 👁 0 views
Top 10 Malware Used by Hackers

The malware ranking reflects total sample uploads to a public malware analysis sandbox and captures the tools that red teams, SOC analysts, and threat hunters are most frequently encountering in the wild.

Info-stealers (Vidar, Stealc, Lumma) and Remote Access Trojans/RATs (AsyncRAT, XWorm, Remcos, Quasar) dominate the list, reflecting the continued commoditization of Malware-as-a-Service (MaaS) offerings sold on underground forums.

Vidar led the charts with 235 total uploads despite a weekly decline of 47 samples, while AsyncRAT followed closely at 214 uploads (down 60), and XWorm posted 205 uploads with a rare weekly increase of 13 samples, signaling renewed campaign activity.

RankMalware FamilyTypeTotal UploadsWeekly Change
1VidarInfostealer235-47
2AsyncRATRAT214-60
3XWormRAT205+13
4RemcosRAT/Surveillanceware158-36
5StealcInfostealer126-44
6LummaInfostealer121-21
7FormbookInfostealer113+41
8QuasarRAT109-6
9AgentTeslaInfostealer/Keylogger108-59
10DonutLoaderLoader99-58

Formbook and XWorm were the only families to trend upward for the week, an important signal for defenders since rising upload counts often precede a spike in active campaigns targeting new lures or vulnerabilities.

AgentTesla and DonutLoader saw the steepest declines, dropping 59 and 58 samples respectively, though both remain firmly embedded in commodity phishing kits.

Threat Family Profiles

Vidar Stealer

Vidar is a forked, Arkei-based information stealer operating as malware-as-a-service that harvests browser credentials, cookies, two-factor authentication data, Tor Browser configurations, and cryptocurrency wallets.

Recent 2026 campaigns show Vidar delivered through malvertising leading to fake cracked-software downloads, and via trojanized GitHub repositories disguised as legitimate developer tools, with payloads embedded in JPEG and TXT files for in-memory execution.

A parallel campaign combines Vidar with the XMRig cryptominer using DLL sideloading via a Go-compiled fake MpClient.dll for evasion.

AsyncRAT

AsyncRAT is a widely abused open-source Remote Access Trojan that provides remote command execution, data exfiltration, and covert surveillance of Windows systems.

Current campaigns abuse legitimate infrastructure such as Dropbox links and TryCloudflare tunnels, employing a multi-stage chain starting with an LNK file, followed by JS and BAT scripts that ultimately deploy Python-based loaders while displaying a decoy invoice PDF.

Persistence is established through startup-folder batch scripts and code injection into explorer.exe, and one regional campaign observed C2 traffic on TCP ports 6606, 7707, and 8808.

XWorm

XWorm is a modular RAT sold through malware-as-a-service channels since 2022, offering credential theft, keylogging, webcam access, DDoS, and ransomware-deployment plugins.

The 2026 infection chain begins with phishing emails containing ZIP attachments (e.g., disguised as payment confirmations), extracting a malicious JavaScript loader that establishes Startup persistence and retrieves a Base64-encoded DLL appended to a JPEG hosted on public image services.

The payload is injected into MSBuild.exe or Aspnet_compiler.exe via process hollowing for fileless execution, and newer variants exploit the WinRAR flaw CVE-2025-8088 and CVE-2018-0802 in Excel to bypass detection.

Remcos RAT

Remcos began as a legitimate remote administration tool but is now abused as a surveillance-as-a-service RAT capable of live webcam streaming, instant keylogging, credential theft, and screen capture.

Phishing emails with malicious ZIP/LNK attachments remain the primary vector, followed by text-based staging and abuse of legitimate Microsoft LOLBins such as MSBuild.exe to evade detection.

Education, professional services, and finance sectors in Latin America (Colombia, Brazil) and the U.S. are the most targeted, with C2 traffic frequently routed through Dynamic DNS providers like DuckDNS.

Stealc

Stealc is a modular, malware-as-a-service infostealer targeting browsers, FTP clients, messaging apps, email clients, gaming platforms, and cryptocurrency wallets, and its V2 iteration added RC4 encryption for stolen data.

It spreads through phishing attachments, malvertising, drive-by downloads, and cracked software/keygen sites, and is frequently bundled in cybercrime service chains alongside Amadey.

Lumma Stealer

Lumma (LummaC2) is a subscription-based MaaS infostealer that resurfaced with stealthier tactics after a law-enforcement takedown of its core infrastructure.

Current delivery methods include fake CAPTCHA “ClickFix” pages that trick victims into executing malicious PowerShell via the Windows Run dialog, trojanized GitHub repositories with AI-generated README files promoting game cheats, and coordinated YouTube video campaigns linking to malicious downloads.

Formbook

Formbook is a long-running data stealer and form-grabber sold as MaaS since 2016, capable of keylogging, screenshot capture, credential theft, and staging additional malware.

Recent campaigns use phishing emails with RAR attachments abusing DLL sideloading, or obfuscated JavaScript embedded in PDFs, while older waves exploited CVE-2017-11882 in Microsoft Equation Editor via malicious Word documents. Aerospace, defense contractors, and manufacturing sectors in the U.S. and South Korea have been disproportionately targeted.

Quasar RAT

Quasar is an open-source, C#-based RAT that grants attackers full remote control, including registry editing, keylogging, password theft, and file exfiltration.

It is commonly delivered via malicious RTF/Office documents that trigger PowerShell payload downloads, and newer variants use dual DLL sideloading to drop and execute payloads without triggering standard detections.

AgentTesla

AgentTesla is a .NET-based RAT and advanced keylogger active since 2014, capable of clipboard logging, screen capture, and stealing stored browser and email credentials.

It is chiefly delivered through phishing emails exploiting Microsoft Office vulnerabilities CVE-2017-11882 and CVE-2017-8570, with data typically exfiltrated via SMTP, FTP, or Telegram bot channels.

DonutLoader

DonutLoader is a shellcode-based loader leveraging the “Donut” fileless execution framework to deploy secondary payloads such as PureLogs stealer in-memory, avoiding disk-based artifacts.

Recent campaigns use ClickFix-style spoofed licensing websites that trick victims into running malicious PowerShell commands, establishing TCP-based C2 for data exfiltration and configuration retrieval.

Known Infection Vectors

Phishing remains the dominant common denominator across all ten families, but the specific lure and payload staging techniques vary significantly by malware family.

Infection VectorMalware Families Using It
Phishing email with ZIP/RAR archive attachmentAsyncRAT, XWorm, Remcos, Formbook
Malicious Office document (macro/exploit)AgentTesla, Quasar, Formbook, Snake Keylogger
Malvertising / fake cracked softwareVidar, Stealc, Lumma
Trojanized GitHub repositoriesVidar, Lumma
Fake CAPTCHA / ClickFix PowerShell executionLumma, DonutLoader
LNK/JS/BAT multi-stage script chainsAsyncRAT, XWorm
PDF or image (JPEG) steganographic payloadsXWorm, Vidar
Dropbox/TryCloudflare abused infrastructureAsyncRAT

Known Tools and Living-off-the-Land Binaries Abused

Threat actors increasingly favor legitimate, signed Windows utilities (LOLBins) to blend malicious activity into normal system noise and defeat signature-based detection.

  • MSBuild.exe abused by XWorm and Remcos for reflective DLL injection and payload execution
  • Aspnet_compiler.exe used by XWorm for in-memory reflective DLL injection
  • PowerShell (-nop, -ep bypass) used across XWorm, DonutLoader, and Lumma ClickFix chains for staged payload decryption and execution
  • wscript.exe / mshta.exe used to trigger JavaScript and HTA loaders in XWorm and Remcos campaigns
  • RegAsm.exe / RegSvcs.exe / InstallUtil.exe abused via process hollowing/injection by AgentTesla and Snake Keylogger
  • explorer.exe target of code injection in AsyncRAT campaigns
  • Python interpreter (legitimate installer) deployed by AsyncRAT operators to run malicious scripts under a trusted runtime
  • Donut shellcode framework used by DonutLoader for fileless in-memory .NET assembly loading

Targeted Industries

IndustryMalware Families ObservedNotes
Education & nonprofitsRemcosUnderfunded IT security, high-value data
Financial servicesRemcos, AgentTeslaCredential and wire-fraud targeting
Aerospace & defense contractorsFormbookHigh-value IP theft campaigns in US/South Korea
ManufacturingFormbookTargeted via archive-based phishing
Retail & hospitalitySnake KeyloggerPayment card and loyalty credential theft
Professional services & technologyRemcos, StealcMaaS-driven credential harvesting
Government (regional)AsyncRAT, general loadersHijacked government sites used as delivery channels
SMBs and consumer usersVidar, Lumma, StealcMalvertising and cracked-software targeting broad consumer base

Common Vulnerabilities Exploited (CVEs)

CVEVulnerabilityExploited By
CVE-2017-11882Microsoft Equation Editor stack buffer overflow (RCE)AgentTesla, Formbook
CVE-2017-8570Microsoft Office RCE via OLE objectAgentTesla
CVE-2018-0802Microsoft Office Equation Editor memory corruptionXWorm
CVE-2025-8088WinRAR path traversal leading to arbitrary code executionXWorm

Beyond these documented CVEs, most families rely on social engineering and legitimate-tool abuse rather than novel zero-days, underscoring that patch management alone is insufficient — user-behavior controls and macro/script restrictions are equally critical.

Indicators of Compromise (IOCs)

File Hashes

MalwareHash TypeValue
AsyncRATSHA1 (zip)55724b766dd1fe8bf9dd4cb7094b83b88d57d945
AsyncRATSHA1 (url)4483561a49791a7cd684258e9f1623fe7dfba772
AsyncRATSHA1 (lnk)0aa1b8fba8d7bd19a0064edfdf86c027da253644
XWormMD5 (weaponized archive)2074283c9ccc441185cba631fcc8a234
StealcMD5 (sample)9f34ab1c9d9351f59826b8d5c458a3d3
QuasarSHA-256cf7a24c9f2f9d85cc1ba4a11890087b82e38f39c8d194e808e9e6d82a188d3f0
QuasarSHA-25614b573b7e3ff8ad4e1489a5c039532f16f9eff34ead1d299f97fb0badf0affdc
FormbookSHA1 (MalVirt loader)15DB79699DCEF4EB5D731108AAD6F97B2DC0EC9C
FormbookSHA1 (0onfirm .NET assembly)655D0B6F6570B5E07834AA2DD8211845B4B59200
FormbookSHA-256 (order0087.docx)93CF566C0997D5DCD1129384420E4CE59764BD86FDABAAA8B74CAF5318BA9184
AgentTeslaMD5 (VBS file)e2a4a40fe8c8823ed5a73cdc9a8fa9b9
AgentTeslaSHA256 (VBS file)e7a157ba1819d7af9a5f66aa9e161cce68d20792d117a90332ff797cbbd8aaa5
AgentTeslaMD5 (final payload)dd94daef4081f63cf4751c3689045213
AgentTeslaMD5 (COVID doc sample)527142E25A8229D1DC910AF23CDB5256
DonutLoaderSHA-2560099deccd390e229895d0c508882632569f9533e42d33a675885ee7f4f5164f3
DonutLoaderSHA-25661b453cfedc6c67d9744b963bc3cabbee33f53606fdbf80da04bc3d4c93eb4fb
DonutLoaderSHA-2569bb96fa6aee45120d14660506320932691310adef4353e684775f590a17c22fc
Snake KeyloggerMD5c79d8b7c07b992c6aa435e4101770f99
Snake KeyloggerMD5 (ageless.exe)f8410bcd14256d6d355d7076a78c074f
Snake KeyloggerMD5 (ageless.vbs)77f8db41b320c0ba463c1b9b259cfd1b
Quasar (ISO sample)MD5e4eb623a0f675960acb002d225c6f1d6
Quasar (eBill loader)MD5B625C18E177D5BEB5A6F6432CCF46FB3

Malicious Domains and URLs

MalwareDomain / URL
AsyncRATinventory-card-thumbzilla-ip[.]trycloudflare[.]com
AsyncRATmercy-synopsis-notify-motels[.]trycloudflare[.]com/ma[.]zip
AsyncRATsufficiently-points-est-minimize[.]trycloudflare[.]com/ma[.]zip
AsyncRAT (regional)ck44jili[.]com, mail.emb666[.]com
XWormkolanga[.]cc
RemcosNrmlogistics[.]ro (loader)
RemcosDentalux202[.]ydns[.]eu (C2)
Lummafutureddospzmvq[.]shop, writerospzm[.]shop, mennyudosirso[.]shop
Lummadeallerospfosu[.]shop, quialitsuzoxm[.]shop, complaintsipzzx[.]shop
Formbookwww.togsfortoads[.]com, www.popimart[.]xyz
Snake Keyloggervarders[.]kozow[.]com:8081, aborters[.]duckdns[.]org:8081
Snake Keyloggeranotherarmy[.]dns[.]army:8081
DonutLoadercanndelta[.]com
DonutLoader158.94.208.104/x7GkP2mQ9zL4/my_new_l.bin
Formbook (image relay)www2[.]0zz0[.]com/2025/02/02/10/709869215.png

IP Addresses

MalwareIP Address
XWorm204.10.160.190 (C2, TCP port 7003)
Remcos107.172.139.23, 193.230.215.22, 94.198.96.165
Lumma144.76.173[.]247, 45.9.74[.]78, 77.73.134[.]68
Lumma82.117.255[.]127, 82.118.23[.]50
AgentTesla79.110.48[.]52, 193.42.33.51
Snake Keylogger89[.]208[.]29[.]130, 69[.]55[.]5[.]249, 141[.]226[.]236[.]91, 3[.]23[.]155[.]57
Snake Keylogger51[.]38[.]247[.]67 (C2 send endpoint)
DonutLoader178.16.52.232, 158.94.208.92

Network Ports and Exfiltration Channels

MalwarePort/ChannelPurpose
AsyncRATTCP 6606, 7707, 8808C2 communication
XWormTCP 7003Encrypted keylog exfiltration
AgentTeslaapi.telegram[.]org (Telegram Bot API)Data exfiltration via bot tokens
Snake Keyloggerapi[.]telegram[.]org/bot7034691123Data exfiltration
AgentTeslaSMTP/FTPCredential exfiltration channel

Defensive Recommendations for Cyber Defenders

Given that phishing and living-off-the-land technique abuse dominate this week’s top malware, defenders should prioritize layered controls over any single detection mechanism.

  • Enforce email attachment filtering that blocks or sandboxes ZIP, RAR, ISO, LNK, and JS/VBS/HTA attachments by default
  • Patch Microsoft Office and WinRAR immediately to close CVE-2017-11882, CVE-2017-8570, CVE-2018-0802, and CVE-2025-8088
  • Monitor for anomalous process lineages such as PowerShell spawning MSBuild.exe, Aspnet_compiler.exe, or RegAsm.exe, which indicate reflective DLL injection or process hollowing
  • Deploy DNS monitoring for Dynamic DNS providers (DuckDNS, ydns.eu, dns.army) and TryCloudflare tunnel subdomains frequently abused as C2 infrastructure
  • Restrict execution of scripts from %APPDATA%, %TEMP%, and Startup folders via Software Restriction Policies or AppLocker
  • Block outbound Telegram Bot API traffic where not business-justified, since multiple families exfiltrate data via Telegram channels
  • Enforce MFA universally to blunt the impact of credential theft from infostealers like Vidar, Stealc, and Lumma
  • Disable Office macros by default and restrict VBScript execution through Group Policy

Source: CybersecurityNews.com

Follow ShomoySoft for more: Follow on Facebook

💬 Comments (0)

Login to join the discussion.

No comments yet. Be the first!

Recommended for you