Armored Likho’s New Cyber-Espionage Campaign Turns Fake Donations Into a Silent Weapon

Listen to this Post

Featured ImageIntroduction: When a Donation App Becomes a Spy Tool

A seemingly harmless donation application can be enough to open the door to a sophisticated cyber-espionage operation. That is the central warning emerging from a campaign attributed to Armored Likho, also known as Eagle Werewolf, a threat actor associated with targeted activity against Russian individuals and organizations.

The campaign observed in May 2026 combines social engineering, Rust-based malware, Telegram session theft, system fingerprinting, command-and-control infrastructure, and covert audio collection. Instead of relying on an obviously malicious installer, the attackers built an application designed to look legitimate, complete with a donation catalogue and a convincing login interface.

That approach is important because modern espionage campaigns increasingly compete with the victim’s expectations rather than with their antivirus software. The malware does not necessarily need to defeat every security control if it can first persuade a person to willingly execute what appears to be a trusted application.

The most concerning element is what happens after that decision.

Researchers identified two Rust-based implants known as Still Sync and Still Audio. Still Sync focuses heavily on Telegram data, while Still Audio is associated with audio-recording capabilities on compromised Windows machines. Together, they represent a broader intelligence-collection platform rather than a conventional password stealer.

The Campaign at a Glance

Armored Likho reportedly targeted private users as well as organizations working in Russia’s public sector, information technology, education, and large-business environments.

The initial infection begins with a malicious application created with Rust and the Tauri framework. The application presents itself as a donation service supposedly connected to Russian charitable foundations.

Once launched, the program displays a login screen and requests a password. According to the reported investigation, the password appears to be supplied through the attackers’ distribution mechanism rather than obtained through a traditional credential-phishing page.

After successful authentication, the victim is presented with a catalogue of donation items retrieved from a remote server.

The application therefore creates an important psychological illusion: the victim sees something that behaves like a normal service while malicious activity occurs in the background.

The Fake Donation Catalogue Is the Distraction

The donation catalogue is more than cosmetic decoration.

While the victim browses the apparently legitimate interface, the application silently decrypts and launches its next-stage payload.

This is a classic defense-evasion concept wrapped in a modern application framework. Instead of immediately revealing malicious behavior, the program provides the user with something to interact with.

That delay can also create a valuable window for the malware.

The victim believes the application is functioning normally, while the underlying system is already being prepared for surveillance and data collection.

Why Rust and Tauri Matter

The use of Rust is particularly interesting.

Rust has become increasingly popular among legitimate developers because it offers performance, memory safety, and strong tooling. Those same characteristics can make the language attractive to malware developers.

Tauri adds another layer because it allows developers to create desktop applications using web technologies while relying on a native backend.

For defenders, this means that malicious applications can look and behave like polished commercial software instead of crude executable droppers.

The lesson is not that Rust or Tauri are inherently dangerous. They are legitimate technologies used across the software industry.

The lesson is that defenders cannot treat a modern-looking application as trustworthy simply because it looks professionally designed.

Still Sync: The Telegram-Focused Implant

The most alarming component described in the campaign is Still Sync.

Its primary objective is to locate and steal Telegram Desktop session information, particularly data associated with the application’s tdata directory.

This matters because session information can represent something much more valuable than an ordinary password.

A stolen session may allow an attacker to continue accessing an account without going through the normal login process again.

Why Telegram Session Theft Is So Serious

Traditional credential theft usually gives an attacker a username and password.

Session theft can be different.

When authentication tokens or session information are stolen, the attacker may effectively inherit an already authenticated environment.

That can make the compromise significantly more difficult for a victim to recognize.

The attacker may gain access to conversations, groups, channels, contacts, documents, photographs, and other information associated with the compromised account, depending on how the stolen session can be used and what protections remain active.

For intelligence operators, that can transform a single infected computer into a persistent source of communications intelligence.

Building a Unique Fingerprint

Before performing its broader operations, Still Sync reportedly registers the infected machine with its command-and-control infrastructure.

To identify the device, the malware collects several system characteristics, including:

Motherboard serial information

CPU identification data

System UUID

BIOS serial information

Computer domain information

The collected values are combined and processed with SHA-256, producing a distinctive system marker.

This technique gives operators a way to distinguish infected machines and maintain a relationship between a particular endpoint and the data received from it.

Command-and-Control Becomes the Control Center

Once the infected machine has registered, the remote server can reportedly issue instructions to the malware.

Those instructions can determine which data should be searched for and which collection functions should be activated.

This is an important architectural characteristic.

Rather than collecting everything indiscriminately, the malware can potentially behave more like a remotely controlled intelligence platform.

That approach can reduce unnecessary network traffic and allow operators to focus on specific targets.

Searching for Telegram Data

Still Sync reportedly checks multiple locations where Telegram Desktop data may exist.

That includes conventional Telegram directories, Microsoft Store installation locations, and, in certain circumstances, broader areas of the filesystem.

This is significant because software installations are not always located in the same place across every Windows environment.

A malware family that understands several possible installation layouts has a better chance of finding valuable data.

Attempts to Access Protected Files

The malware reportedly goes beyond simple filesystem searches.

Researchers observed techniques involving Windows backup mechanisms, including Shadow Copy-related functionality and Robocopy backup mode, to improve access to files that might otherwise be difficult to read.

This demonstrates a recurring pattern in modern malware: attackers do not necessarily need to break an encryption algorithm if they can manipulate the operating system’s legitimate file-access and backup capabilities.

For defenders, this makes process behavior especially important.

A suspicious application interacting with backup-related functionality deserves considerably more scrutiny than a normal desktop application performing ordinary file operations.

Telegram Intelligence Goes Beyond Messages

According to the reported analysis, the stolen Telegram information can potentially expose much more than conversations.

The malware can reportedly target account information, private chats, groups, channels, messages, contacts, documents, photographs, stickers, and other media.

Files below the reported size threshold can also become part of the collection process.

That makes the campaign especially dangerous for organizations where Telegram is used for operational communication.

The compromise of one employee’s account could expose conversations involving colleagues, customers, suppliers, partners, journalists, researchers, or other sensitive contacts.

Still Audio Adds Another Dimension

The second implant, Still Audio, expands the campaign beyond messaging intelligence.

Its purpose is associated with covert audio collection from infected Windows systems.

That capability changes the nature of the threat.

A stolen document tells an attacker what was written.

A stolen Telegram session can reveal what was communicated.

Audio surveillance can potentially reveal what people say when they believe their digital communications are not being monitored.

The combination therefore creates a much broader intelligence picture.

The Human Element Remains the Weakest Link

Perhaps the most revealing part of the campaign is not the Rust malware or the Telegram collection mechanism.

It is the fake donation application.

Attackers understood that a believable reason to install software could be more effective than attempting to exploit a sophisticated vulnerability.

The victim is not necessarily tricked into clicking an obviously suspicious executable.

Instead, the victim may believe they are participating in a legitimate charitable activity.

That distinction is crucial.

Cybersecurity defenses increasingly have to protect users from credible deception, not simply from malicious-looking files.

GitHub and the C2 Problem

The campaign reportedly abuses GitHub-related infrastructure for command-and-control activity.

Using legitimate cloud or developer infrastructure can complicate detection because defenders must distinguish malicious communications from enormous amounts of legitimate traffic.

This is another reason why domain reputation alone is no longer enough.

A connection to a trusted service does not automatically mean the process making the connection is trustworthy.

Security teams should increasingly ask:

Which process initiated the connection?

Why did it need that connection?

What data was transferred?

What happened immediately before and after the connection?

Those behavioral questions are often more valuable than a simple allowlist or blocklist.

Why the May 2026 Campaign Matters

The campaign is significant because it demonstrates how several mature attack techniques can be combined into one relatively convincing package.

Social engineering provides the initial access.

A polished application creates legitimacy.

Rust provides the implementation platform.

A staged payload reduces immediate visibility.

System fingerprinting identifies the victim.

Command-and-control provides remote instructions.

Telegram session theft provides persistent access to communications.

Audio collection potentially adds physical-world intelligence.

This is not merely malware looking for passwords.

It is an intelligence-collection architecture.

A Broader Pattern in 2026 Cybersecurity

The campaign also fits a wider cybersecurity trend visible throughout 2026: attackers are increasingly combining legitimate software concepts with malicious automation.

Recent campaigns have demonstrated growing interest in supply-chain weaknesses, trusted services, AI-assisted operations, credential theft, session hijacking, and highly targeted social engineering.

The result is a threat landscape where traditional perimeter defenses are becoming less decisive.

An employee can be sitting behind a firewall, using an updated Windows system, and still compromise an organization by installing one convincing application.

The Danger of Session-Based Attacks

Security teams have historically placed enormous emphasis on passwords.

That remains important, but session theft demonstrates why password security alone is insufficient.

A strong password can be irrelevant if an attacker steals an authenticated session after the user has already logged in.

Organizations should therefore consider session protection, endpoint security, account monitoring, device trust, anomaly detection, and rapid session invalidation as part of the same defensive strategy.

What Organizations Should Watch For

Potential warning signs include unusual execution of recently downloaded desktop applications, unexpected Rust-based binaries, suspicious Tauri applications, unusual access to Telegram directories, unexplained use of backup-related Windows functionality, and connections to unfamiliar external infrastructure.

Security teams should also investigate endpoints where Telegram suddenly behaves differently from the user’s normal activity.

Unexpected new sessions, unusual account activity, unexplained messages, or access from unfamiliar environments can provide valuable clues.

Indicators of Compromise

The reported campaign includes the following file hashes associated with the fake donation applications:

C1D1EE16B92E6A138FFA048855F75D7D

17674B250D8B422A50A86C9FF207186D

These hashes should be treated as indicators rather than complete detection logic.

A hash can identify a known sample, but attackers can easily change binaries, rebuild applications, alter packaging, or distribute new variants.

For that reason, behavioral detection should complement hash-based hunting.

Deep Analysis: Defensive Hunting on Windows

Security teams can begin with basic file-hash searches across endpoints. For example, a PowerShell workflow can calculate SHA-256 for a suspicious executable without executing it:

Get-FileHash "C:\Path\SuspiciousApp.exe" -Algorithm SHA256

The resulting hash can then be compared against internal threat-intelligence records.

For enterprise environments, defenders can search for unexpected executable launches from user-writable directories:

Get-ChildItem "$env:USERPROFILE\Downloads" -File -Recurse -ErrorAction SilentlyContinue |
Select-Object FullName, Length, LastWriteTime

Teams investigating suspicious processes can also review active processes and their executable paths:

Get-Process |
Select-Object Id, ProcessName, Path |

Sort-Object ProcessName

For network investigations, defenders should correlate unusual outbound connections with the process that initiated them rather than investigating destination domains alone.

Endpoint telemetry should also be reviewed for applications that simultaneously create new files, access Telegram-related directories, enumerate hardware identifiers, and initiate external network connections.

A particularly useful detection strategy is behavior chaining.

One suspicious event may be benign.

Several related events occurring within a short period can tell a very different story.

For example, a newly downloaded application that launches from a temporary directory, fingerprints the host, accesses Telegram data, interacts with backup mechanisms, and establishes outbound communications deserves immediate investigation.

A Safer YARA Starting Point

Defenders can also use YARA as part of a broader malware-hunting workflow. A generic starting point should focus on organization-specific artifacts rather than relying exclusively on the hashes above:

rule Suspicious_Telegram_Data_Collector

{

meta:

description = "Hunt for suspicious binaries associated with Telegram data collection"
author = "Defensive Research"

strings:

$telegram = Telegram ascii wide nocase

$tdata = tdata ascii wide nocase

condition:

1 of them

}

This should not be treated as proof of compromise.

Legitimate Telegram-related software can contain these strings, so analysts should combine YARA results with process lineage, file location, signer information, network behavior, and endpoint telemetry.

What Defenders Should Do First

If a suspected endpoint is found, isolate it from the network while preserving forensic evidence.

Do not immediately wipe the machine if the incident requires investigation.

Collect process information, relevant Windows event logs, executable hashes, network telemetry, and security-product alerts.

Review Telegram account activity from a trusted device.

Invalidate suspicious sessions where appropriate.

Reset affected credentials if there is evidence that credentials were exposed.

Finally, determine whether the same application or hash appeared on other endpoints.

Why Hashes Alone Are Not Enough

Indicators of compromise are useful, but they are not a complete defense.

A threat actor can compile a slightly modified binary and produce an entirely different hash.

The same malware family can therefore survive even after defenders block every known sample.

Behavioral indicators are harder for attackers to change without sacrificing functionality.

That is why modern SOC operations increasingly combine static indicators with endpoint behavior, identity telemetry, network analytics, and threat intelligence.

What Users Can Learn From This Attack

For ordinary users, the most important lesson is simple:

Do not install software merely because the story surrounding it sounds trustworthy.

A donation request, charity campaign, security update, document viewer, browser extension, AI utility, or productivity tool can all be used as a delivery mechanism.

Before installing unfamiliar software, verify the organization behind it through an independent channel.

Do not rely exclusively on links supplied by the application or message that introduced the software.

The Bigger Telegram Security Lesson

Telegram accounts can contain enormous amounts of sensitive information.

People often treat messaging applications as casual communication tools, but modern conversations may contain passwords, documents, photographs, business plans, financial information, authentication codes, internal discussions, and personal details.

Once a session is compromised, the attacker may not need to convince the victim to reveal anything.

The attacker can potentially observe the information directly.

Why Espionage Malware Is Different

Financial malware often has an obvious objective: steal money.

Espionage malware is different.

Its value comes from information.

The attacker may spend weeks or months collecting communications without triggering obvious symptoms.

That makes campaigns such as this particularly dangerous for government agencies, researchers, technology companies, educators, journalists, and organizations involved in sensitive projects.

The objective is not necessarily immediate destruction.

Sometimes the objective is simply to listen.

What Undercode Say:

  1. The Fake Donation Story Is the Real Warning

The most important element of this campaign is the social-engineering layer.

  1. Attackers Are Selling Trust Before They Deploy Malware

The victim is first persuaded to believe the application is legitimate.

  1. A Polished Interface Can Become a Security Weapon

Visual quality should never be confused with software authenticity.

  1. Rust Is Becoming More Relevant to Malware Research

The language is legitimate, powerful, and increasingly visible in modern malicious tooling.

  1. Tauri Creates Another Layer for Analysts to Understand

Security teams must become comfortable investigating applications built with modern cross-platform frameworks.

6. Telegram Sessions Are High-Value Targets

Attackers increasingly understand that session data can be more immediately useful than passwords.

7. Authentication Does Not End the Threat

A successful login can create valuable session artifacts that attackers may attempt to steal later.

  1. Identity Security and Endpoint Security Are Converging

A compromised endpoint can become an identity compromise.

9. System Fingerprinting Helps Attackers Organize Victims

Unique identifiers allow operators to associate data with specific machines.

  1. SHA-256 Is Not Being Used as Encryption Here

It is primarily useful as a deterministic identifier for collected system information.

11. Command-and-Control Makes the Malware Flexible

Remote instructions allow attackers to change collection behavior after infection.

12. Selective Collection Can Reduce Detection

Attackers do not necessarily need to steal everything.

  1. Telegram Data Can Become an Intelligence Repository

Messages, contacts, groups, channels, and files can reveal an organization’s internal relationships.

14. Audio Surveillance Raises the Stakes

The threat potentially extends beyond digital documents and messages.

  1. Windows Backup Features Can Become Part of the Attack Surface

Legitimate administrative functionality can sometimes be abused by malware.

16. Trusted Infrastructure Creates Detection Challenges

Security teams cannot simply block every connection to a popular cloud platform.

17. Process Context Is Increasingly Important

Knowing where traffic goes is useful; knowing which process generated it is better.

18. User-Writable Directories Deserve Attention

Malware frequently benefits from executing outside traditional application directories.

19. Threat Hunting Should Follow Behavior Chains

Multiple suspicious events occurring together are more meaningful than isolated alerts.

20. Endpoint Telemetry Is Essential

Without endpoint visibility, session theft can be extremely difficult to reconstruct.

21. Hash-Based Blocking Has Limits

A single recompilation can invalidate a static hash.

22. Threat Intelligence Must Evolve

Organizations need behavioral indicators alongside traditional IOCs.

23. Social Engineering Remains Extremely Effective

Even sophisticated malware can depend on a simple human decision.

24. Trust Is Becoming an Attack Surface

Attackers increasingly exploit the reputation of charities, brands, developers, and trusted services.

25. Cybersecurity Training Must Become More Specific

Employees need examples of realistic malicious applications rather than generic phishing warnings.

26. The

A convincing reason to install software does not make the software authentic.

27. Independent Verification Is Powerful

Users should verify software through an independently discovered official source.

28. Messaging Accounts Need Incident-Response Planning

Organizations should know how to revoke sessions quickly.

  1. Account Monitoring Should Continue After Endpoint Cleanup

Removing malware does not automatically eliminate every stolen session.

30. Incident Response Must Include Identity

Cleaning the computer is only one part of recovery.

  1. Organizations Should Assume Stolen Sessions Can Persist

Session invalidation should therefore become part of the response process.

  1. Cloud Services Do Not Automatically Equal Safety

Attackers can abuse legitimate infrastructure to conceal malicious activity.

33. Modern Malware Is Increasingly Modular

Separate components can perform separate intelligence-collection tasks.

34. Modular Malware Can Adapt Faster

Operators can change collection instructions without rebuilding every component.

35. Espionage Campaigns Reward Patience

Silent collection can be more valuable than immediate disruption.

  1. The Absence of Ransomware Does Not Mean Low Risk

Information theft can create long-term strategic damage.

  1. Small Organizations Can Still Become Intelligence Targets

Attackers may compromise individuals because of who they communicate with.

  1. The Security Boundary Is No Longer Just the Network

Applications, identities, sessions, endpoints, and users all form part of the defensive boundary.

  1. The Most Dangerous Malware May Look Completely Ordinary

That is precisely why application authenticity matters.

  1. Armored Likho’s Campaign Reinforces a Larger 2026 Lesson

The future of targeted cyber-espionage will increasingly combine social engineering, legitimate technology, session theft, endpoint surveillance, and remote control into carefully designed packages.

✅ Armored Likho Is Also Known as Eagle Werewolf

The supplied article identifies Armored Likho and Eagle Werewolf as aliases for the same threat actor.

This attribution is consistent with the naming used in the provided reporting, although readers should distinguish established attribution from absolute proof of operator identity.

✅ The Campaign Uses Rust-Based Malware

The supplied reporting describes a Rust-based malicious application built with the Tauri framework.

That is technically plausible and consistent with the broader trend of malware authors adopting modern programming languages.

✅ Telegram Session Theft Is a Major Capability

The reported Still Sync functionality specifically focuses on Telegram Desktop session information.

This is a significant distinction from ordinary credential theft because compromised session material can potentially provide access to an already authenticated account.

✅ System Fingerprinting Is Reported

The campaign reportedly gathers hardware and system characteristics and combines them into a SHA-256-based identifier.

This is a common malware technique for distinguishing infected systems.

⚠️ Audio Surveillance Requires Careful Interpretation

The supplied article attributes audio-recording capability to Still Audio.

However, individual capabilities should always be validated against the original technical research and sample analysis before being treated as independently confirmed across every campaign variant.

⚠️ GitHub C2 Should Not Be Interpreted as “GitHub Is Malicious”

The reported abuse concerns infrastructure or services associated with command-and-control activity.

That does not mean ordinary GitHub usage is inherently suspicious.

Detection should focus on behavior, process context, destinations, and unusual activity patterns.

❌ The IOC Hashes Should Not Be Treated as Universal Detection Rules

A hash identifies a specific file.

It does not automatically identify every variant of the malware family.

Organizations should combine these indicators with behavioral hunting and endpoint telemetry.

Prediction

(+1) Session Theft Will Become an Even Bigger Target

As organizations improve password security and adopt stronger authentication, attackers will increasingly look for authenticated sessions, tokens, cookies, and local application data.

(+1) Modern Application Frameworks Will Appear More Frequently in Malware

Rust, Tauri, Go, Electron, and other mainstream technologies are likely to remain attractive to attackers because they allow malware to look more like ordinary software.

(+1) Behavioral Detection Will Outperform Static IOC-Only Defense

Security teams that correlate process execution, filesystem access, identity events, and network behavior will have a stronger chance of catching modified variants.

(+1) Messaging Applications Will Become Strategic Intelligence Targets

The amount of sensitive information stored inside messaging accounts makes them extremely valuable to espionage operators.

(-1) Fake Charity and Donation Campaigns Could Increase

Attackers are likely to continue exploiting emotional themes such as charity, emergencies, humanitarian causes, and public events because these themes naturally lower skepticism.

(+1) Endpoint and Identity Security Will Continue to Merge

Organizations will increasingly treat endpoint compromise and account compromise as parts of the same incident rather than separate problems.

Final Takeaway: The Application Was the Trap

Armored Likho’s reported campaign is a reminder that sophisticated cyber-espionage does not always begin with a sophisticated exploit.

Sometimes it begins with a screen that looks legitimate.

A donation catalogue.

A login window.

A believable explanation.

A simple request to install an application.

Behind that interface, however, the reported toolkit can transform a Windows computer into an intelligence-collection platform capable of identifying the host, communicating with remote infrastructure, searching for Telegram data, attempting to access protected files, and potentially recording audio.

That combination makes this campaign more significant than an ordinary malware infection.

The real objective is not simply to compromise a computer.

It is to compromise trust, identity, communications, and visibility at the same time.

For defenders in 2026, that is the lesson worth remembering: the strongest security posture is not built around one antivirus alert or one IOC. It comes from connecting the dots between the application a user launches, the files it touches, the identity it interacts with, the network connections it creates, and the behavior that follows.

When those signals are connected quickly, a convincing donation application can become an obvious intrusion instead of an invisible gateway into an organization’s most sensitive conversations.

Source context: the article above is a rewritten and expanded analysis of the supplied reporting. The web search performed for this rewrite did not surface a sufficiently authoritative primary technical report to independently verify every campaign-specific claim, so campaign details are presented with appropriate attribution rather than as universally established facts.

🕵️‍📝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: cyberpress.org
Extra Source Hub (Possible Sources for article):
https://www.stackexchange.com
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