Blind Eagle’s AsyncRAT Campaign Exposes a Dangerous New GitHub-Based Malware Delivery + Video

Listen to this Post

Featured ImageA Familiar Threat With a More Sophisticated Delivery Chain

Cybercriminals rarely need to invent an entirely new attack technique to cause serious damage. More often, they take trusted tools, familiar social-engineering tactics, legitimate Windows components, and publicly available infrastructure—and connect them into a chain that is difficult to spot until the final payload arrives.

That is exactly what researchers have uncovered in a malware operation linked to Blind Eagle, a threat actor known for financially motivated and espionage-oriented campaigns, particularly against organizations and users in Latin America. The latest operation combines phishing attachments, VBScript, PowerShell, GitHub repositories, the legitimate Windows InstallUtil.exe utility, and AsyncRAT, a powerful remote-access trojan capable of giving attackers extensive control over compromised systems.

The investigation provides more than a look at another malware infection. It reveals part of the infrastructure and working environment behind the operation, including evidence of phishing development, multiple RAT families, credential-stealing malware, crypters, bulk-email tooling, hosting information, and templates designed to impersonate Colombian institutions.

The bigger lesson is uncomfortable: GitHub is not necessarily the attack. Sometimes, it is simply the storage locker.

The Investigation Started With a GitHub Account

Researchers began their investigation with a GitHub account named cabeto850128. One of the repositories associated with the account, comicsam, contained components used in the malware delivery process.

Rather than placing an entire malicious executable inside the repository, the attackers used a more flexible approach. The repository contained an AutoIt interpreter alongside separate script content.

This architecture gives an attacker an important operational advantage. Malicious logic can be modified remotely without rebuilding and uploading an entirely new executable every time a change is required.

For defenders, that creates an additional problem.

A file that appears unchanged at first glance may retrieve or execute updated instructions from another component. The visible executable can remain relatively stable while the attacker’s logic evolves behind it.

A GitHub Commit Revealed an Unexpected Clue

The investigation took an interesting turn when researchers discovered an email address inside the metadata of a GitHub commit.

Commit metadata can look harmless, especially when it belongs to a developer account. But in threat intelligence investigations, small pieces of information can become valuable pivots.

Researchers followed the exposed email address and discovered it inside a collection of leaked infostealer logs.

That connection transformed the investigation.

Instead of looking only at a GitHub repository, researchers could now examine information apparently associated with a compromised machine connected to the individual behind the operation.

The “Ghost” Machine Offered a Rare Look Behind the Attack

The recovered information was associated with a device named “Ghost.”

The machine appeared to have been infected by an information-stealing malware family unrelated to the campaign itself. Ironically, the same type of malware commonly used by criminals to steal credentials and browser information had potentially exposed information about the attacker’s own environment.

The resulting stealer log provided an unusually valuable glimpse into what researchers believe was an attacker-side workstation.

It reportedly contained browser artifacts, directories associated with malware development, phishing templates, remote-access trojan tools, bulk-email software, hosting information, and evidence that commercial crypters had been used.

This is an important reminder that threat actors can leave traces far beyond their victim infrastructure.

The Attack Was Bigger Than a GitHub Repository

The evidence suggests that comicsam was not an isolated malicious repository.

Instead, it appears to have been one component inside a broader malware-delivery pipeline.

That pipeline included infrastructure for hosting malicious components, phishing material designed to convince victims to open dangerous files, scripting mechanisms for executing the payload, obfuscation and crypter technology, and remote-access malware intended to maintain control over infected computers.

In other words, GitHub was functioning as one piece of a much larger operation.

Blind Eagle Turns Phishing Into a Multi-Stage Infection

The analyzed samples were self-extracting RAR archives disguised as legitimate-looking documents.

The social engineering was deliberately ordinary.

Invoice-themed files and PDF-related lures are familiar to users and therefore do not immediately appear suspicious. A victim who believes they are opening an invoice, notification, or official document may instead be launching the first stage of a malware infection.

Once opened, the archive begins the execution chain.

VBScript Starts the Attack

The initial stage uses VBScript as a dropper.

The script launches wscript.exe, which then executes an obfuscated PowerShell command.

This is a classic example of attackers combining several native Windows components rather than relying on a single suspicious executable.

The technique also complicates detection because every individual component may have legitimate administrative uses.

PowerShell Hides the Next Stage

The PowerShell stage uses options designed to reduce visibility and bypass certain execution restrictions.

Among the observed behaviors are hidden-window execution and execution-policy bypass techniques.

A simplified example of the types of commands defenders should investigate might look like:

powershell.exe -WindowStyle Hidden -ExecutionPolicy Bypass -File .stage.ps1

The exact malicious command should not be copied into production environments. The important defensive signals are the combination of hidden execution, policy bypass, scripting engines, unusual parent-child relationships, and payload retrieval or execution.

PowerShell itself is not malicious. The danger comes from how it is chained with other components.

The Payload Moves Into ProgramData

The infection chain then copies additional script material into:

%ProgramData%

The use of directories such as %ProgramData% can help malware blend into the filesystem because the location is legitimate and commonly used by Windows applications.

A second WScript and PowerShell stage follows.

This multi-stage design allows attackers to separate responsibilities between components, making the complete infection harder to understand from a single file.

InstallUtil Becomes the Trusted Windows Weapon

Eventually, the attack reaches one of its most interesting components:

InstallUtil.exe

InstallUtil.exe is a legitimate Microsoft-signed .NET utility used to install and uninstall application components.

The problem is not the existence of InstallUtil.

The problem is that attackers can abuse trusted Windows utilities to execute malicious code.

This type of abuse is often discussed under the broader concept of Living off the Land, where attackers rely on software already present on the victim’s computer instead of introducing obviously malicious tools.

A suspicious invocation can therefore deserve investigation even when the executable itself is digitally signed.

For defenders, the key question should not simply be:

“Is this Microsoft software?”

The better question is:

“Why is this Microsoft utility running here, under this parent process, with these arguments, at this time?”

AsyncRAT Becomes the Final Objective

The ultimate payload in the analyzed infection chain is AsyncRAT.

AsyncRAT is a remote-access trojan designed to give attackers control over compromised systems. Depending on configuration and deployment, RAT operators can use such malware for surveillance, credential theft, file manipulation, command execution, persistence, and additional payload delivery.

That makes the initial phishing email only the beginning.

Once AsyncRAT establishes communication with its command-and-control infrastructure, the attacker can potentially turn a single successful phishing interaction into a much broader compromise.

DuckDNS Infrastructure Adds Another Layer

Researchers linked related traffic to the hostname:

dccomicrat81[.]duckdns[.]org

The hostname appears to have been associated with AsyncRAT command-and-control infrastructure.

The word “comic” is particularly interesting because it echoes the name of the comicsam GitHub repository.

That does not independently prove that every infrastructure component belongs to the same operator, but naming similarities can provide useful intelligence when combined with other technical overlaps.

Threat actors often reuse naming conventions, usernames, infrastructure patterns, or project terminology across campaigns.

The Attacker’s Workstation Contained Multiple RAT Families

Perhaps one of the most revealing findings was the collection of malware-related directories discovered on the compromised workstation.

The machine reportedly contained tools associated with several remote-access trojans, including:

AsyncRAT

DcRat

Remcos

XWorm

Other RAT-related tooling

This suggests that the operator was not dependent on a single malware family.

That flexibility matters.

If one RAT becomes heavily detected, blocked, or analyzed by security researchers, an attacker with several alternatives can change tools without rebuilding the entire operational model.

The Phishing Material Was Highly Targeted

The recovered workstation also contained phishing templates impersonating Colombian institutions.

Among the apparent targets were judicial organizations and Bogotá traffic authorities.

This is where the campaign becomes particularly convincing from a social-engineering perspective.

A traffic violation notification or judicial communication creates a natural sense of urgency. Victims may fear fines, legal consequences, missed court notifications, or other official action.

The goal is not necessarily to make the phishing message technically perfect.

The goal is to make the victim emotionally uncomfortable enough to open the attachment before thinking critically about it.

Fake Traffic Violations Can Become Malware Delivery Vehicles

One recovered traffic-related template directed victims toward:

simpmit[.]co

The victim was reportedly instructed to open a password-protected archive on a Windows computer or laptop.

Password-protected archives can sometimes create an additional obstacle for automated security inspection because security tools may have difficulty examining their contents without the password.

That does not make encrypted archives inherently malicious.

Businesses legitimately use encrypted files.

But an unexpected password-protected archive delivered through an unsolicited traffic or legal notification should receive considerably more scrutiny.

Judicial Notifications Create Another Social-Engineering Trap

Another template referenced:

consultanotificacionesjuridicas[.]site

The campaign reportedly used a judicial-notification theme.

This is an effective phishing strategy because legal language naturally creates urgency.

The recipient may believe that ignoring the message could have consequences.

Attackers exploit that emotional reaction to bypass the victim’s normal security habits.

The Most Important Lesson Is the Attack Chain

The individual techniques in this operation are not revolutionary.

VBScript is old.

PowerShell is common.

GitHub is legitimate.

InstallUtil is legitimate.

RAR archives are legitimate.

DuckDNS is legitimate.

Remote-access software can have legitimate uses.

That is precisely what makes the campaign interesting.

The attackers combine legitimate technologies into a malicious sequence.

The danger is therefore not always found in a single file or command.

It is found in the relationship between events.

Deep Analysis

Why Defenders Should Watch Process Chains

Endpoint Detection and Response systems should pay particular attention to unusual relationships such as:

explorer.exe

└── wscript.exe

└── powershell.exe

└── InstallUtil.exe

└── suspicious .NET activity

The exact process tree will vary, but an unexpected Office/document workflow leading into scripting engines and then into a signed .NET utility deserves investigation.

Monitor Suspicious PowerShell Parameters

Security teams can search for combinations such as:

-ExecutionPolicy Bypass

and:

-WindowStyle Hidden

These switches are not proof of compromise by themselves.

However, when they appear alongside downloaded scripts, unusual parent processes, encoded commands, or execution from user-writable directories, the risk becomes substantially higher.

Investigate WScript Execution

Organizations can hunt for:

wscript.exe

cscript.exe

especially when these processes originate from:

Downloads

Temp

AppData

ProgramData

or other locations commonly abused for malware staging.

Watch InstallUtil Carefully

Defenders can search for unusual executions of:

InstallUtil.exe

particularly when launched by:

wscript.exe

powershell.exe

cmd.exe

or when execution involves files stored in temporary or user-controlled directories.

A basic Windows event investigation might include:

Get-WinEvent -FilterHashtable @{
LogName='Security'
Id=4688
} | Where-Object {
$_.Message -match 'InstallUtil|wscript|powershell'
}

Organizations using Sysmon should also monitor process creation events, especially Event ID 1, and correlate them with command-line arguments and parent processes.

Hunt for AsyncRAT Indicators

Network defenders should investigate connections to suspicious infrastructure associated with the campaign, including:

dccomicrat81[.]duckdns[.]org

The domain should remain defanged in ordinary documentation and detection discussions unless it is being handled inside a controlled threat-intelligence environment.

Search GitHub-Related Activity

The presence of GitHub does not automatically indicate malicious activity.

Instead, defenders should investigate endpoints that:

Download executable or script content from unexpected repositories.

Access GitHub shortly before executing unknown binaries.

Retrieve AutoIt or script components from unusual repositories.

Connect to developer platforms from systems that normally have no development role.

Execute downloaded content immediately after accessing a repository.

Do Not Trust Digital Signatures Blindly

A Microsoft signature can establish that a binary is genuinely signed by Microsoft.

It does not establish that the binary is being used legitimately.

This distinction is critical for InstallUtil.exe and other native Windows utilities.

Security monitoring should therefore combine:

File identity

+

Digital signature

+

Parent process

+

Command line

+

User context

+

File location

+

Network activity

+

Execution timing

rather than treating any one signal as definitive.

Why GitHub Is Attractive to Malware Operators

GitHub provides attackers with infrastructure that does not immediately resemble traditional malicious hosting.

It is a major development platform, widely accessed by organizations, security researchers, developers, and automated systems.

An attacker can potentially use repositories to host scripts, configuration files, loaders, or other components while benefiting from the familiarity of the platform.

The presence of malware on GitHub is not new, but the platform’s reputation makes it an attractive component in multi-stage campaigns.

The defensive answer should not be “block GitHub.”

For many companies, that would be operationally unrealistic.

Instead, security teams should monitor what is being downloaded, by which process, from where, and what happens immediately afterward.

The Infostealer Connection Is Especially Significant

The connection between the GitHub account and a leaked infostealer log demonstrates the unpredictable nature of threat intelligence.

The attackers may have believed that an email address in repository metadata was insignificant.

But once that address appeared in stolen credentials or browser data, researchers gained access to a completely different layer of information.

This is one reason threat intelligence investigations frequently depend on correlation rather than isolated indicators.

A username alone may mean little.

A domain alone may mean little.

A GitHub repository alone may mean little.

A leaked email address alone may mean little.

Put together, however, they can reveal an entire operational ecosystem.

Commercial Crypters Show How Malware Operations Are Industrializing

Evidence of commercial crypter use is another notable detail.

Crypters and similar obfuscation services can help malware operators modify the appearance or behavior of payloads to make detection more difficult.

This reflects a broader trend in cybercrime: attackers increasingly operate like service-oriented businesses.

They can obtain malware, phishing kits, hosting, obfuscation, email-distribution tools, stolen credentials, and infrastructure from different suppliers.

The person sending the phishing email does not necessarily need to develop the RAT.

The person building the RAT does not necessarily need to operate the phishing campaign.

The result is a modular criminal ecosystem.

What Makes This Campaign Dangerous

The greatest danger is the combination of social engineering and trusted technology.

The victim sees what appears to be an official document.

Windows launches a familiar scripting component.

PowerShell executes behind the scenes.

A legitimate Microsoft utility becomes part of the execution chain.

The malware ultimately connects to remote infrastructure.

At no single moment does the attack necessarily look like the stereotypical “virus.exe” scenario.

That is why modern detection has to focus increasingly on behavior.

What Organizations Should Do Now

Organizations should consider restricting unnecessary scripting engines where operationally feasible, applying application-control policies, monitoring PowerShell activity, and auditing unusual execution of Windows LOLBins.

Email security should also inspect compressed attachments, particularly password-protected archives and files that arrive with urgent financial, judicial, traffic, or administrative themes.

Endpoint telemetry should be retained long enough to reconstruct multi-stage attacks.

Network monitoring should identify unexpected DNS lookups and outbound connections from applications that normally have no reason to communicate externally.

Most importantly, security teams should train users not to treat official-looking messages as automatically trustworthy.

Why Users Remain the First Line of Defense

A highly sophisticated backend does not matter if the victim never opens the attachment.

That is why social engineering remains so powerful.

Attackers can spend enormous effort building infrastructure, but a carefully designed message can reduce the victim’s decision to a few seconds.

A surprising invoice.

A traffic fine.

A court notification.

A security alert.

A delivery problem.

The emotional trigger changes, but the objective remains the same: make the recipient act before they investigate.

What Undercode Say:

The most important aspect of this campaign is not AsyncRAT itself.

AsyncRAT is only the weapon at the end of the chain.

The real story is how the weapon reaches the victim.

GitHub provides staging flexibility.

AutoIt provides execution flexibility.

VBScript provides an initial scripting mechanism.

PowerShell provides a powerful execution environment.

InstallUtil provides a trusted Windows component.

DuckDNS provides inexpensive infrastructure.

Phishing provides the human entry point.

Together, these technologies create a surprisingly resilient delivery system.

This is exactly why endpoint security cannot rely only on malware signatures.

A completely new payload can still be detected through a suspicious process chain.

A legitimate executable can still be suspicious because of how it was launched.

A signed Microsoft binary can still participate in an attack.

A GitHub repository can still become part of a malware operation.

A password-protected archive can still be a major warning sign.

The investigation also demonstrates the value of threat-intelligence correlation.

Researchers did not stop after discovering a suspicious repository.

They examined commit metadata.

They followed an email address.

They connected it to leaked infostealer data.

They investigated a compromised workstation.

They found malware development tools.

They discovered phishing templates.

They connected infrastructure naming patterns.

That process turned a single indicator into a much larger picture.

Another important point is the

AsyncRAT, DcRat, Remcos, and XWorm appearing in the same environment suggests a toolbox rather than a single-purpose campaign.

That gives operators options.

If one malware family becomes too detectable, another can take its place.

From a defender’s perspective, this means focusing on the operator’s behavior may be more valuable than focusing exclusively on a particular malware family.

The use of InstallUtil is also a warning for organizations that still think “Microsoft-signed equals safe.”

Digital signatures answer one question: who signed the binary?

They do not answer another critical question: why is it executing right now?

Security teams should therefore prioritize behavioral context.

Who launched InstallUtil?

What file did it load?

Where did that file originate?

What process launched PowerShell?

What command line was used?

Was the file downloaded immediately before execution?

Did the system communicate with a newly observed domain afterward?

These questions can expose an attack even when traditional antivirus controls miss the initial payload.

The GitHub component is equally important.

Organizations should not respond by indiscriminately blocking developer platforms.

That could interfere with legitimate engineering work.

Instead, defenders should identify abnormal access patterns and correlate repository downloads with process execution.

If a workstation that has never performed software development suddenly downloads an AutoIt interpreter and scripts from an obscure repository before launching wscript.exe, that sequence deserves attention.

The phishing component also deserves greater emphasis.

Threat actors continue to use familiar themes because familiarity works.

Users do not necessarily open a malicious attachment because they are careless.

They open it because the message has been designed to create a believable reason for immediate action.

Security awareness programs should therefore teach employees to recognize emotional manipulation, not merely “bad spelling.”

Modern phishing can be grammatically correct, professionally formatted, localized, and customized for a specific country or organization.

The Colombian institutional themes in this campaign demonstrate how effective localization can be.

Attackers understand that a message referencing a

The operation also reinforces the importance of controlling script execution.

VBScript and PowerShell have legitimate enterprise uses, so completely removing them may not be realistic.

But organizations can significantly reduce risk through constrained execution, application allowlisting, attack-surface-reduction rules, PowerShell logging, and strong endpoint telemetry.

The goal should not be to eliminate every legitimate administrative tool.

The goal is to make malicious combinations harder to execute unnoticed.

Finally, this campaign illustrates how cybercrime continues to evolve toward modularity.

The attacker does not need to build everything from scratch.

Infrastructure can be rented.

Malware can be obtained.

Crypters can be purchased.

Phishing templates can be reused.

Email distribution can be automated.

Public platforms can become staging locations.

Legitimate Windows utilities can become execution mechanisms.

The result is an attack chain assembled from ordinary pieces.

That is perhaps the most important lesson from the Blind Eagle-linked AsyncRAT operation: modern malware defense is increasingly about recognizing suspicious relationships between legitimate components.

The strongest security teams will not simply ask, “Is this file malicious?”

They will ask, “Why is this file here, who launched it, what launched that process, what happened next, and where did the machine communicate afterward?”

That shift—from files to behavior—is becoming essential.

✅ The Campaign Uses Multiple Legitimate Windows Components

The reported infection chain involves wscript.exe, PowerShell, and Microsoft’s InstallUtil.exe.

These are legitimate Windows components, but their use inside a malicious execution chain can be abused by attackers.

The important distinction is that the tools themselves are not inherently malware; their context and behavior determine whether their activity is suspicious.

✅ AsyncRAT Is the Reported Final Payload

The investigation identified AsyncRAT as the remote-access trojan deployed by the analyzed campaign.

The malware provides attackers with a mechanism for remotely interacting with compromised systems and can become the foundation for additional malicious activity.

✅ GitHub Was Used as Part of the Staging Infrastructure

The cabeto850128/comicsam repository reportedly hosted an AutoIt interpreter and separate script content.

This supports the assessment that GitHub served as one component of the campaign’s broader delivery infrastructure.

✅ The Investigation Connected GitHub Metadata to Infostealer Data

Researchers reportedly pivoted from an email address found in Git commit metadata to leaked infostealer logs.

That connection helped expose information about a workstation associated with the wider operation.

⚠️ GitHub Itself Was Not the Root Cause

It would be misleading to describe GitHub as inherently dangerous because attackers used it.

The platform is legitimate and widely used for software development.

The security concern comes from how threat actors abuse legitimate services as components in malicious delivery chains.

Prediction

(+1) Behavioral Detection Will Become More Important Than Malware Signatures

Security products will increasingly prioritize process relationships, command-line behavior, identity context, and network activity rather than relying solely on known malware hashes.

(+1) Living-off-the-Land Attacks Will Continue Growing

Attackers are likely to keep abusing trusted Windows components because completely blocking legitimate system utilities is difficult for enterprises.

(+1) GitHub and Other Developer Platforms Will Face More Security Scrutiny

Security teams will increasingly monitor repository downloads, suspicious executable content, and unusual access patterns without necessarily blocking legitimate development traffic.

(+1) Social Engineering Will Become More Localized

Threat actors will continue impersonating government departments, courts, traffic authorities, banks, and other trusted institutions to make phishing campaigns more convincing.

(-1) Multi-Stage Attacks Will Become Harder to Investigate

As malware operators separate payloads, scripts, infrastructure, and delivery mechanisms across different services, defenders may have fewer obvious indicators at the beginning of an attack.

(-1) Trusted Tools Will Continue Creating Detection Blind Spots

Signed Windows binaries can provide attackers with opportunities to hide inside normal administrative activity.

Organizations that rely heavily on reputation-based detection may therefore miss sophisticated attacks unless behavioral telemetry is available.

The Bigger Picture

The Blind Eagle-linked AsyncRAT operation is a strong example of how modern cyberattacks are assembled from seemingly ordinary technologies.

There is no single magic exploit at the heart of the story.

Instead, there is a chain: a convincing phishing lure, a compressed attachment, VBScript, PowerShell, staged files, GitHub-hosted components, a trusted Windows utility, and finally a remote-access trojan.

Every individual piece can appear relatively ordinary.

The danger emerges when they are connected.

For organizations, that means the defensive strategy must evolve in the same direction.

Monitor behavior.

Correlate events.

Question unexpected scripting activity.

Investigate unusual InstallUtil execution.

Track suspicious outbound connections.

Inspect compressed attachments.

Protect identity and browser credentials.

And above all, understand that a legitimate platform or signed executable can still become part of a malicious operation.

The attackers are no longer necessarily trying to look like malware.

They are increasingly trying to look like normal computing activity.

That is what makes campaigns like this so difficult—and why understanding the entire attack chain may be more valuable than detecting any single component within it.

▶️ Related Video (86% 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: cyberpress.org
Extra Source Hub (Possible Sources for article):
https://stackoverflow.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