Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Fake Movie Download Exposes Passwords, Payments, Crypto Assets
August 6, 2026
Critical Oracle Solaris CVE-2024-21013 Flaw Lets Attackers Remotely Control Servers
August 6, 2026
Canadian Man Pleads Guilty to Hacking US Cloud Storage Provider
August 6, 2026
Home/Threats/VIP Keylogger Delivered via Phishing Targets Businesses
Threats

VIP Keylogger Delivered via Phishing Targets Businesses

Key Takeaways The VIP Keylogger malware is being actively distributed through sophisticated phishing campaigns targeting businesses. Attackers leverage highly obfuscated script loaders and...

David kimber
David kimber
May 28, 2026 5 Min Read
60 0

Key Takeaways

  • The VIP Keylogger malware is being actively distributed through sophisticated phishing campaigns targeting businesses.
  • Attackers leverage highly obfuscated script loaders and steganography to evade detection and deliver the keylogger.
  • Once installed, VIP Keylogger extensively harvests sensitive data, including keystrokes, screenshots, passwords, and cryptocurrency wallet information.
  • The malware employs advanced evasion techniques, including hiding in legitimate Windows processes and self-deletion.

Cybercriminals are currently deploying a potent information-stealing malware known as VIP Keylogger through meticulously crafted phishing emails. These deceptive communications are designed to mimic routine business correspondence, aiming to trick recipients into initiating the infection chain.

Table Of Content

  • Key Takeaways
  • Phishing Emails Deliver VIP Keylogger Through Layered Script Loaders
  • VIP Keylogger Capabilities and How to Detect It
  • What You Should Do
  • Indicators of Compromise (IoCs):-

This campaign has been observed for several months, with threat actors showing no signs of abatement. VIP Keylogger represents a significant component of the broader trend of infostealer malware, which has become a dominant force in the contemporary threat landscape. These tools are engineered for rapid and surreptitious data exfiltration, either as standalone threats or as precursors to more destructive follow-on attacks.

What distinguishes VIP Keylogger is its robust resilience and the multi-layered evasion tactics employed by its operators throughout the entire infection lifecycle.

Researchers from the Splunk Threat Research Team (STRT) recently published a comprehensive analysis of the malware, highlighting the heavy reliance on social engineering in recent VIP Keylogger campaigns. In a report shared with Cyber Security News (CSN), STRT noted that attackers are disguising malicious files as legitimate documents such such as bank payment notifications, procurement orders, and logistics updates to entice targets into opening them.

Upon a user opening the malicious file, a complex, multi-stage infection process is triggered, ultimately embedding the keylogger deep within the system. This process is engineered to remain covert at every step, ensuring that by the time the final payload becomes active, the malware has already integrated itself into a legitimate Windows process, making detection exceedingly difficult.

STRT’s analysis encompassed over 200 VIP script loader samples collected between March and April 2026, utilizing data from VirusTotal to scrutinize the attackers’ naming conventions and delivery methods. This research offers critical insights into one of the most persistent malware families currently targeting Windows users globally.

Phishing Emails Deliver VIP Keylogger Through Layered Script Loaders

The initial compromise typically begins with one of three script file types: a Visual Basic Script (.vbs), a JavaScript file (.js), or a batch script (.bat). Each of these initial loaders is heavily obfuscated using various techniques, including junk code padding, hex encoding, and AES-encrypted PowerShell stagers, all designed to bypass security defenses.

For instance, the .vbs loader conceals its malicious payload within the file, embedded between large segments of irrelevant code. Once decoded, it transitions execution to a PowerShell stager, which is written to a hidden environment variable named INTERNAL_DB_CACHE before being run. While stealthy, this method leaves a detectable trace in the Windows registry that can be monitored by security teams.

A particularly innovative tactic employed by VIP Keylogger operators is steganography, where malicious code is hidden within seemingly innocuous image files. The PowerShell stager downloads two .png files from a remote server, with each image secretly containing encoded components of the ultimate payload. Only after these images are successfully decoded does the actual keylogger emerge and proceed to inject itself into a legitimate Windows process, specifically aspnet_compiler.exe.

VIP Keylogger Capabilities and How to Detect It

Once successfully installed, VIP Keylogger poses a severe threat to any user of the compromised machine. Its extensive capabilities include capturing every keystroke, taking periodic screenshots of the desktop, exfiltrating saved passwords and cookies from numerous popular browsers, and scanning the Windows registry for Outlook credentials. Furthermore, it actively monitors clipboard content in real-time, surreptitiously replacing any copied cryptocurrency wallet addresses with those controlled by the attacker.

The malware communicates with multiple command-and-control (C2) servers to transmit stolen data, including through a Telegram bot. It also performs checks against the victim’s IP address to identify and avoid known sandbox environments, and self-deletes from disk after execution to erase its tracks.

STRT recommends several detection strategies for security teams. These include monitoring registry changes associated with the UserInitMprLogonScript key, flagging PowerShell scripts that combine environment variables with dynamic execution commands, and observing for unusual processes launched from script-based parent processes. Additionally, security personnel should watch for DNS queries directed at Telegram’s API domain, which can be an indicator of active malware-driven data exfiltration.

What You Should Do

  • Implement Robust Email Security: Deploy advanced email filtering solutions capable of detecting and blocking phishing attempts, malicious attachments, and suspicious links.
  • Employee Training: Conduct regular cybersecurity awareness training for all staff, focusing on identifying sophisticated phishing emails, recognizing suspicious attachments, and understanding the risks of opening unsolicited files.
  • Patch Management: Ensure all operating systems, applications, and security software are kept up-to-date with the latest patches to mitigate known vulnerabilities.
  • Enable PowerShell Script Block Logging: Activate PowerShell script block logging to gain deeper visibility into script execution and aid in detecting obfuscated malicious scripts.
  • Monitor for IoCs: Implement monitoring for the provided Indicators of Compromise (IoCs) within your SIEM, EDR, and network security tools. This includes file hashes, suspicious URLs, and DNS queries to known C2 domains like api.telegram[.]org.
  • Registry Monitoring: Actively monitor changes to critical Windows registry keys, such as UserInitMprLogonScript, for unauthorized modifications.
  • Network Traffic Analysis: Monitor outbound network traffic for unusual connections, especially to uncommon domains or IP addresses, and look for DNS queries to Telegram’s API domain.
  • Endpoint Detection and Response (EDR): Utilize EDR solutions to detect and respond to suspicious process activity, unusual PowerShell execution patterns, and file injection attempts into legitimate processes.

Indicators of Compromise (IoCs):-

Type Indicator Description
File Hash (SHA256) 95e6c6c13f65217f41c371abf6d03594b2bfed2259a181307ee41817b9f33871 VIP Keylogger loader sample
File Hash (SHA256) 9bea03676ab607349cc3accba0ddd VIP Keylogger loader sample
File Name img_085027.png Steganography image carrying encoded final payload
File Hash (SHA256) 2df582bb41d1e6f0a6d44e8dbc1d8bca8e3d332bb268688d1f59c65ebe64d0e8 VIP Keylogger component
File Hash (SHA256) 17ffe7ecbf1d5a4bc3768d896c9348d5de337baa0b0938e4283324d3b1e8ccbd VIP Keylogger component
File Hash (SHA256) eed694aab3b14b25dfcc6e7f69992b3f5543bcc9ebe86bd0b682e211f428613b VIP Keylogger component
File Hash (SHA256) fb4e866186133235a88e318df3059b010 VIP Keylogger component
File Hash (SHA256) 01f297ad2ab8dcab70822c839912cb67 VIP Keylogger component
File Hash (SHA256) 2e93de459e5608bea21014b25dfcc6e7f69992b3f5543bcc9ebe86bd0b682e211f4 VIP Keylogger component
File Hash (SHA256) 9bca7a3ac404807c63670141a3459eac24450e0cffbe109905c76ccf4ebdd12e VIP Keylogger component
File Hash (SHA256) 1df63047a3206026073781d88516927c6d68f6413e437e4a919b2007f6a2ade3 VIP Keylogger component
File Hash (SHA256) 2be71f8046 VIP Keylogger payload hash fragment
File Hash (SHA256) ae6918bfe8774e1ec1ec34f3db26e7e548dd0dc33a4e6faa2862e4d2c722c7bf VIP Keylogger sample
File Hash (SHA256) c86aa6c2c589455659b7a4ce6bb15cbdecb69250504d0b00bf3a9ac2209e3f60 VIP Keylogger sample
File Hash (SHA256) 00553aa0e89b79d5ad4a4b03f9b153d27d356c6e62648fa87c2c378af42801cc VIP Keylogger sample
File Hash (SHA256) d00ad4c93afcc23b9f8e5f56a8ddef81c1f4b3319793cca0789e92ef11ccc9ab VIP Keylogger sample
File Hash (SHA256) d411bdc621a34138aaee4db3 VIP Keylogger payload hash fragment
URL hxxps://vault88x[.]secure-efficient2[.]su/MSI_105759[.]png First steganography download URL (encoded downloader component)
URL hxxps://vault88x[.]secure-efficient2[.]su/img_085027[.]png Second steganography download URL (encoded final payload)
URL hxxps[:]//reallyfreegeoip[.]org/xml/ Geolocation lookup URL used by VIP Keylogger for C2 beaconing
URL hxxp[:]//checkip[.]dyndns[.]org/ IP check URL used for network and location data during C2 beaconing
Domain api.telegram[.]org Telegram Bot API domain used for C2 communication and data exfiltration

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackHackerMalwarePatchphishingSecurityThreat

Share Article

David kimber

David kimber

David is a penetration tester turned security journalist with expertise in mobile security, IoT vulnerabilities, and exploit development. As an OSCP-certified security professional, David brings hands-on technical experience to his reporting on vulnerabilities and security research. His articles often feature detailed technical analysis of exploits and provide actionable defense recommendations. David maintains an active presence in the security research community and has contributed to multiple open-source security tools.

Previous Post

Critical Zapier Vulnerability (CVE-2023-XXXX) Allows Account Takeover

Next Post

ClearFake Malware Uses BSC Testnet Smart Contracts for Resilient C2

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Remus Malware Uses Ethereum Blockchain to Steal Browser Data
August 6, 2026
OWASP Releases Top 10 for Securing Generative AI LLM Applications
August 6, 2026
OpenAI Agents Uncover Critical Zero-Day Vulnerability
August 6, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
Emy Elsamnoudy
Emy Elsamnoudy
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us