Hidden in Plain Sight: UAC-0099 Exploits Notepad++ Plugins to Deploy LunchPoke Malware While Advanced Cyber Campaigns Continue Against Ukraine + Video

Listen to this Post

Featured ImageIntroduction: Attackers Are Turning Trusted Software Into Dangerous Weapons

Cybercriminals and state-sponsored threat groups continue to refine their techniques by abusing legitimate software that millions of people trust every day. Rather than relying on obvious malware downloads, modern attackers increasingly hide malicious payloads inside familiar applications, documents, and plugins, making detection significantly more difficult.

A recently observed campaign attributed to the threat actor UAC-0099 demonstrates this evolution by exploiting Notepad++ plugins to deliver the LunchPoke malware. The campaign disguises malicious files inside ZIP archives containing what appears to be a harmless PDF document alongside a hidden Visual Basic Script (VBS). Once executed, the malware establishes persistence using scheduled tasks, allowing it to survive system reboots and maintain long-term access to infected machines.

At the same time, another sophisticated campaign reportedly linked to the Russian state-backed threat group Laundry Bear targets vulnerable Zimbra email servers with malicious HTML emails capable of automatically executing JavaScript, stealing mailboxes, and bypassing multi-factor authentication (MFA). Together, these incidents highlight the growing sophistication of cyber espionage operations targeting governments, defense organizations, and critical infrastructure.

Campaign Summary

Security researchers report that the threat actor known as UAC-0099 has been abusing the plugin ecosystem of Notepad++ to conceal the LunchPoke malware inside compressed ZIP archives. Victims receive archives containing what appears to be a legitimate PDF document, but the archive also hides a malicious VBS script that silently launches the malware.

Instead of relying on obvious executable files that antivirus software may immediately detect, the attackers use trusted file formats and commonly installed software to lower suspicion. After execution, the malware creates Windows Scheduled Tasks to ensure it automatically launches whenever the system starts, allowing attackers to retain persistent access even after reboots.

This campaign appears designed for stealth, using multiple layers of deception to reduce the likelihood of early detection while maintaining long-term control over compromised systems.

How the Attack Chain Works

Stage One: The ZIP Archive

The attack begins with a compressed ZIP archive distributed through phishing or other delivery mechanisms. The archive contains files designed to appear legitimate while concealing malicious components.

The inclusion of a fake PDF document helps convince users they are opening an ordinary file rather than initiating a malware infection.

Stage Two: Hidden VBS Execution

Inside the archive, a malicious Visual Basic Script acts as the primary execution mechanism.

When launched, the script silently deploys the LunchPoke malware without requiring complex user interaction.

Because VBS remains supported on many Windows environments, it continues to be abused by threat actors despite being an aging scripting technology.

Stage Three: Malware Deployment

After execution, LunchPoke installs itself on the infected device and begins communicating with attacker-controlled infrastructure.

The malware is believed to provide remote access capabilities, enabling additional payload delivery, surveillance activities, or further compromise depending on attacker objectives.

Stage Four: Scheduled Task Persistence

To ensure long-term access, the malware creates Windows Scheduled Tasks.

Persistence mechanisms are among the most important stages of an intrusion because they allow attackers to regain execution automatically whenever the operating system starts.

Removing the original malicious files may not eliminate the infection if persistence mechanisms remain active.

Why Notepad++ Plugins Are Attractive to Attackers

Trust Becomes an Advantage

Notepad++ is one of the

Because it is widely trusted, anything associated with its plugins is less likely to trigger immediate suspicion.

Threat actors increasingly abuse trusted applications instead of exploiting obscure software because users naturally lower their guard.

Living Off Legitimate Software

This technique reflects a broader cybersecurity trend often referred to as “living off trusted software.”

Rather than creating obviously malicious executables, attackers leverage legitimate applications already installed on target systems.

This approach reduces forensic artifacts while making behavioral detection considerably more difficult.

Parallel Campaign: Laundry Bear Targets Zimbra

Government Infrastructure Under Attack

On the same day, researchers also highlighted activity attributed to the Russian state-backed group Laundry Bear.

According to the report, the attackers exploit Zimbra CVE-2025-66376 by delivering malicious HTML emails capable of automatically executing JavaScript when opened.

The campaign reportedly targets governments, defense organizations, and additional high-value sectors.

Mailbox Theft and MFA Bypass

Researchers indicate that compromised systems may experience mailbox theft while attackers attempt to bypass multi-factor authentication protections.

Successful compromise of enterprise email infrastructure provides threat actors with intelligence, internal communications, authentication tokens, and valuable information useful for broader espionage campaigns.

The Bigger Cybersecurity Picture

Stealth Is Replacing Noise

Modern cyberattacks are becoming quieter rather than louder.

Instead of ransomware immediately encrypting files, many advanced persistent threat groups spend weeks or months silently collecting intelligence before being detected.

Stealth-focused campaigns like LunchPoke illustrate how

Trusted Tools Are Increasingly Weaponized

Applications once considered harmless are increasingly becoming attack surfaces.

Text editors, office software, browser extensions, remote administration tools, and plugin ecosystems now represent valuable opportunities for attackers seeking to blend malicious behavior into legitimate workflows.

Organizations can no longer assume trusted software automatically represents trusted activity.

Deep Analysis

Command 1: Analyze the Initial Access Vector

The campaign demonstrates that social engineering remains one of the most effective attack techniques. A fake PDF inside a ZIP archive continues to exploit user trust, proving that technical defenses alone cannot eliminate phishing risks.

Command 2: Evaluate Persistence Mechanisms

Scheduled Tasks remain a reliable persistence technique because they integrate directly with Windows administration features. Security teams should continuously monitor newly created scheduled tasks across enterprise endpoints.

Command 3: Examine Malware Concealment

Abusing Notepad++ plugins illustrates a shift toward exploiting trusted ecosystems rather than deploying obviously malicious binaries. This significantly complicates endpoint detection.

Command 4: Assess Detection Challenges

Traditional signature-based antivirus solutions may struggle against campaigns relying on legitimate scripting languages and trusted software. Behavioral analytics and endpoint detection become increasingly important.

Command 5: Review Operational Objectives

Unlike financially motivated ransomware operations, campaigns like this often prioritize intelligence gathering, long-term persistence, and strategic surveillance.

Command 6: Consider Supply Chain Implications

Plugin ecosystems introduce additional risk because users frequently install third-party extensions without extensive security validation. Organizations should implement plugin governance policies.

Command 7: Measure Defensive Readiness

Effective defense requires layered security, including endpoint monitoring, email filtering, application control, scheduled task auditing, user awareness training, and threat intelligence integration.

Command 8: Future Outlook

As endpoint protection improves, attackers will likely continue abusing trusted software ecosystems, scripting technologies, and legitimate administrative utilities to evade detection.

What Undercode Say:

Attackers Continue Exploiting Human Trust

The success of this campaign does not depend solely on sophisticated malware. It depends on convincing users that a trusted application and a familiar document are safe. Human psychology remains one of the most valuable assets for threat actors.

Legitimate Applications Are Becoming the New Battleground

Cybersecurity is shifting away from detecting obviously malicious software toward distinguishing malicious behavior within legitimate applications. This dramatically increases the complexity of enterprise defense.

Persistence Is More Dangerous Than Initial Infection

Many organizations focus heavily on preventing malware execution but invest less in detecting persistence mechanisms. Scheduled Tasks, registry modifications, and startup entries deserve continuous monitoring.

Email Remains the Primary Entry Point

The simultaneous Laundry Bear campaign reinforces a consistent pattern seen across advanced threat groups: email remains one of the most effective initial compromise vectors.

Plugin Ecosystems Require Stronger Governance

Organizations often maintain strict policies for operating systems while overlooking third-party plugins. Every extension expands the attack surface and should undergo security review before deployment.

Behavioral Detection Must Replace Static Detection

Traditional antivirus products alone cannot reliably detect modern campaigns built around trusted software. Security teams should prioritize Endpoint Detection and Response (EDR), behavioral monitoring, and threat hunting.

Threat Intelligence Should Drive Defense

Rapid sharing of indicators of compromise, malicious hashes, scheduled task names, and phishing artifacts enables organizations to respond before campaigns become widespread.

Government and Critical Infrastructure Remain Prime Targets

Campaigns linked to geopolitical conflicts continue focusing on government agencies, defense contractors, and strategic industries where stolen information can provide military or political advantages.

Cyber Hygiene Still Matters

Routine software updates, phishing awareness, restricted scripting policies, application allowlisting, and continuous monitoring remain among the most effective defenses against sophisticated intrusion campaigns.

✅ Confirmed: Security researchers have reported a campaign attributed to UAC-0099 that abuses Notepad++ plugins to conceal LunchPoke malware using ZIP archives containing deceptive files.

✅ Confirmed: The reported attack chain includes a fake PDF, a malicious VBS script, and Windows Scheduled Tasks to establish persistence after infection.

❌ Not Independently Verified: Public reporting attributes the campaign to UAC-0099, but the complete scope of victims, operational objectives, and long-term impact cannot yet be independently confirmed based solely on currently available information.

Prediction

(+1) Defensive Technologies Will Improve

Security vendors will likely introduce improved behavioral detection for malicious scheduled tasks, script execution, and plugin abuse, making similar campaigns easier to detect in enterprise environments.

(-1) Trusted Applications Will Face Increasing Abuse

Threat actors are expected to continue weaponizing legitimate software ecosystems, browser extensions, plugins, scripting engines, and administrative utilities as they search for new methods to bypass traditional security controls. These techniques will likely become even more common in espionage campaigns targeting governments, defense organizations, and critical infrastructure.

▶️ Related Video (70% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: x.com
Extra Source Hub (Possible Sources for article):
https://www.quora.com/topic/Technology
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube