Core Werewolf Unleashes CoreRAT: A New Remote-Control Threat Targeting Russia’s Public Sector and Defense Organizations + Video

Listen to this Post

Featured Image

A More Dangerous Chapter for Core Werewolf

Cybersecurity researchers are tracking a significant evolution in the operations of Core Werewolf, a threat group increasingly associated with attacks against Russian public-sector and defense-related organizations. The group has now introduced a custom remote access trojan, CoreRAT, giving attackers a much broader and more flexible way to control compromised Windows computers.

Unlike earlier campaigns that relied partly on legitimate remote-administration software such as UltraVNC, Core Werewolf has moved toward a purpose-built C++ malware framework. That shift matters. Custom malware can be designed around a threat actor’s exact operational requirements, while also reducing reliance on recognizable third-party tools that security products may already know how to detect.

The emergence of CoreRAT therefore represents more than another malware sample. It suggests that the group is becoming more capable of developing and maintaining its own offensive tooling.

What the CoreRAT Campaign Reveals

CoreRAT provides attackers with extensive access to an infected Windows machine. Its capabilities include command execution, information gathering, file transfers, network discovery, payload deployment, and evidence removal.

The campaign appears to be closely connected to the geopolitical environment surrounding Russia. The targeted organizations reportedly include government, administrative, military, and defense-related entities, making the operation particularly concerning because compromised systems may contain sensitive documents, internal communications, credentials, network information, and operational data.

The malware is also designed to operate quietly. CoreRAT encrypts internal strings and command-and-control information, performs checks for virtualized environments, gathers reconnaissance data, communicates with its operators over HTTPS, and can terminate itself when certain conditions are detected.

That combination of capabilities makes it considerably more dangerous than a simple backdoor.

Core Werewolf Moves Beyond Legitimate Remote Tools

Earlier Core Werewolf activity reportedly involved the use of legitimate remote-access software, including UltraVNC. Although such software can provide powerful remote control, it also creates opportunities for defenders because known legitimate tools can be monitored, restricted, or detected through behavioral controls.

CoreRAT changes that equation.

By developing its own C++ remote access trojan, the attackers gain greater control over the malware’s functionality and communication methods. They can remove unnecessary features, add capabilities specifically designed for their targets, and change the implementation whenever defenders begin detecting it.

This is an important development because custom tooling often indicates that a threat actor has progressed beyond opportunistic intrusion techniques.

Phishing Remains the First Door

Despite the sophistication of the malware itself, the campaign still appears to rely heavily on one of the oldest techniques in cybersecurity: convincing a victim to open a malicious file.

Attackers used phishing lures disguised as military, government, and administrative documents. The filenames were written in Russian and designed to look like legitimate official correspondence.

Some examples reportedly resembled documents connected to refresher training, passport-related matters, and administrative instructions.

The strategy is simple but effective: make the malicious executable look like something an employee expects to receive.

A technically advanced payload does not necessarily need an exotic initial-access technique if the attacker can persuade a trusted employee to launch it.

The 7z Self-Extracting Archive Trick

One of the

The dropper contains both the malicious CoreRAT component and a legitimate-looking PDF document. When executed, it copies the PDF into familiar user directories such as the Desktop, Downloads, or Documents folders.

At the same time, it places the CoreRAT executable inside the user’s Links directory.

Researchers observed filenames such as Firepoin.exe, Baresl.exe, and LiteEdit.exe associated with the malware.

The malware is then launched while the decoy document is opened for the victim.

From the

Behind that apparent normality, however, the remote-access implant is already running.

Rust-Based Droppers Add Another Layer

The campaign also uses Rust-based droppers.

These droppers extract a ZIP archive into the Windows %TEMP% directory before displaying a decoy PDF. The malware launch is then delayed using ping.exe commands.

That delay is particularly interesting from a defensive perspective.

Automated malware sandboxes frequently execute suspicious files for only a limited amount of time. A delayed payload may therefore remain dormant until the analysis environment has already stopped observing the process.

This does not make the malware invisible, but it can increase the difficulty of automated analysis and force defenders to investigate execution behavior more carefully.

Fake Documents Help Hide the Infection

The decoy PDFs were not necessarily convincing to a human reviewer.

Researchers identified unusual wording, editing artifacts, and apparently fake signatures in some of the documents.

However, the objective of the document is not necessarily to survive detailed forensic examination.

Its purpose is to provide an explanation for why a suspicious executable was opened.

If an employee receives a file that appears to contain a military announcement or administrative instruction and a PDF immediately opens after execution, the victim may have little reason to suspect that another process has been launched in the background.

This illustrates an important cybersecurity reality: social engineering and malware engineering continue to reinforce each other.

Possible Links to Vortex Werewolf

One of the phishing documents reportedly resembled a PDF previously associated with Vortex Werewolf.

That observation raises questions about whether the groups share tooling, infrastructure, document templates, or operational resources.

However, researchers have not established enough evidence to confirm a direct relationship.

This distinction is important.

Similarity between documents can provide a valuable investigative lead, but it should not automatically be interpreted as proof that two threat groups are the same organization.

Cybersecurity attribution requires multiple independent signals, including infrastructure, malware development patterns, operational behavior, targeting, and potentially leaked or seized information.

CoreRAT Is Built for Reconnaissance

Once CoreRAT establishes itself on a Windows system, it begins gathering information about the victim environment.

The malware can collect the computer name, BIOS information, running processes, desktop files, network-adapter information, active TCP connections, and ARP-table information.

This information gives attackers an initial map of the compromised machine and its surrounding network environment.

The significance of this capability should not be underestimated.

An attacker does not necessarily need to steal a large amount of data immediately. Network and host reconnaissance can reveal which systems are valuable, what security controls may be present, and where the attacker should move next.

The Malware Uses JSON and Base58

CoreRAT reportedly packages collected information into a JSON structure before encoding it with Base58.

The resulting information is then transmitted to command-and-control infrastructure through HTTPS POST requests.

The use of HTTPS is particularly useful to attackers because encrypted web traffic is common across modern corporate networks.

This does not make the traffic impossible to detect. Instead, it shifts the defensive challenge toward identifying suspicious behavior surrounding otherwise normal encrypted communications.

Security teams may therefore need to correlate destination reputation, process ancestry, network timing, unusual POST requests, endpoint telemetry, and other behavioral indicators.

CoreRAT Tries to Detect Virtual Machines

One of the most notable features is

Before communicating with its command-and-control infrastructure, the malware checks whether it is running inside a virtualized or analysis environment.

It reportedly uses CPUID checks to look for indicators associated with VMware, VirtualBox, Xen, and KVM.

The malware also examines BIOS-related Windows registry information, recent shortcut activity, and network-adapter MAC address prefixes that may reveal virtualization.

If the malware believes it has entered a virtual machine or sandbox, it can terminate.

This behavior is increasingly common among sophisticated malware families because researchers frequently analyze suspicious samples inside isolated virtual environments.

Why Anti-VM Techniques Matter

Anti-virtualization techniques are not necessarily proof of advanced malware by themselves.

However, their presence in combination with encrypted configuration data, reconnaissance, command execution, HTTPS-based C2, file transfer, and self-deletion creates a much stronger picture.

The attacker is clearly attempting to control not only the victim’s machine, but also the circumstances under which the malware reveals itself.

That is a significant operational advantage.

It can also frustrate automated security systems that depend heavily on sandbox execution.

Encryption Protects the

CoreRAT reportedly uses AES-CBC encryption to protect internal strings and command-and-control addresses.

Encrypting configuration information can make static analysis more difficult.

Rather than leaving C2 addresses and operational strings plainly visible inside the executable, the malware can decrypt them during execution.

For defenders, this means that simply searching binaries for known domains may not always be sufficient.

Behavioral telemetry and memory analysis can become increasingly important when investigating custom malware.

HTTPS Gives the Attackers Cover

After completing its environmental checks, CoreRAT communicates with its infrastructure over HTTPS.

Encrypted communications can blend into the huge volume of legitimate web traffic generated by modern organizations.

Nevertheless, defenders can still investigate suspicious patterns.

An unusual executable making outbound HTTPS connections, particularly shortly after a phishing document is opened, can be a valuable detection signal.

Process-to-network relationships are often more informative than the destination alone.

The Threat Goes Beyond Data Theft

CoreRAT is not simply an information stealer.

Its remote-access capabilities allow operators to execute commands and interact with the compromised environment.

That creates the possibility of follow-on activity such as additional payload deployment, deeper reconnaissance, credential theft, lateral movement, persistence, or data collection.

The most serious risk may therefore emerge after the initial infection.

A compromised endpoint can become a foothold from which attackers attempt to understand and penetrate the broader organization.

Self-Deletion Can Complicate Investigations

Another important capability is the ability to remove evidence after an operation.

Self-deleting malware can reduce the number of artifacts left on disk and potentially make traditional forensic investigations more difficult.

It does not eliminate evidence completely.

Endpoint detection platforms, Windows event logs, PowerShell telemetry, DNS records, proxy logs, memory captures, process creation events, and network monitoring systems may still preserve valuable traces.

The key is collecting those signals before they disappear.

Indicators of Compromise

The reported indicators include the following defanged domains:

teambusiness-mail[.]ru — HTTPS/443

xakklinkprik[.]ru — HTTPS/443

These indicators should be treated as investigative leads rather than standalone proof of compromise.

Organizations should correlate them with DNS queries, outbound connections, process activity, endpoint alerts, and suspicious file execution.

Defanged indicators should remain defanged in ordinary documentation to prevent accidental navigation.

Deep Analysis

Investigating Suspicious Processes

Security teams can begin by identifying recently created executables and examining their parent processes.

On Windows, administrators can use PowerShell to inspect running processes:

Get-Process | Sort-Object StartTime -Descending |
Select-Object -First 30 Name, Id, StartTime, Path

A suspicious executable launched immediately after a user opened an archive or document deserves additional investigation.

Reviewing Network Connections

Active TCP connections can be reviewed with:

Get-NetTCPConnection |
Where-Object {$_.State -eq "Established"} |
Select-Object LocalAddress,LocalPort,RemoteAddress,RemotePort,OwningProcess

Security teams should correlate the owning process with the executable that initiated the connection.

An unknown binary communicating externally over TCP/443 is not automatically malicious, but it becomes significantly more suspicious when combined with phishing-related execution.

Searching Windows Event Logs

PowerShell can also be used to examine recent process creation events when appropriate logging is enabled:
Get-WinEvent -FilterHashtable @{
LogName='Security'
Id=4688
} -MaxEvents 100

The exact visibility of command-line information depends on the organization’s auditing configuration.

Centralized logging is particularly important because malware capable of deleting local artifacts cannot erase copies that have already been forwarded to a security platform.

Inspecting the ARP Table

Because CoreRAT gathers ARP information, defenders can also inspect local network-neighbor information:

arp -a

Unexpected devices or unusual network relationships should be investigated alongside DHCP, DNS, firewall, and switch telemetry.

Checking DNS Activity

Organizations can search DNS logs for the reported indicators:

teambusiness-mail[.]ru

xakklinkprik[.]ru

Do not directly browse suspicious infrastructure from a production workstation.

Threat intelligence platforms, isolated analysis systems, or controlled sandbox environments are safer options for deeper investigation.

Looking for Suspicious HTTPS Traffic

Encrypted traffic cannot normally be inspected simply by reading packet contents.

Instead, defenders can examine metadata such as destination, timing, process identity, certificate information, domain age and reputation, request frequency, and endpoint context.

A previously unseen executable establishing recurring HTTPS POST traffic is an especially useful behavioral signal.

Monitoring Unusual Use of ping.exe

The

A security team can investigate unusual relationships between archive extractors, document viewers, ping.exe, temporary files, and unknown executables.

The presence of ping.exe alone is harmless.

Its meaning changes when it appears as part of a suspicious process chain.

Hunting Suspicious Files

Defenders should investigate unexpected executable files in locations such as:

%TEMP%

%USERPROFILE%Links

%USERPROFILE%Downloads

%USERPROFILE%Desktop

%USERPROFILE%Documents

File location alone is not sufficient to declare a file malicious.

However, an unfamiliar executable appearing immediately after a suspicious archive was opened should receive priority.

Investigating Persistence

Although the supplied intelligence does not establish every persistence mechanism used by CoreRAT, defenders should review common Windows persistence locations during an investigation:

Get-ItemProperty `
"HKCU:\Software\Microsoft\Windows\CurrentVersion\Run"
Get-ItemProperty `
"HKLM:\Software\Microsoft\Windows\CurrentVersion\Run"

Scheduled tasks should also be reviewed:

schtasks /query /fo LIST /v

Any unknown persistence mechanism should be validated against software inventories and legitimate administrative activity.

Searching for the Malware by Hash

If researchers or an internal SOC obtain a verified CoreRAT sample, defenders should calculate its cryptographic hash:

Get-FileHash .\suspicious.exe -Algorithm SHA256

Hashes can then be compared against internal threat-intelligence platforms and controlled malware-analysis environments.

Hash-based detection should not be the only defense because attackers can easily modify binaries and produce new hashes.

Why Behavioral Detection Is Stronger

CoreRAT illustrates why modern endpoint security cannot rely exclusively on static signatures.

A custom malware developer can change filenames, hashes, encryption keys, embedded resources, and other characteristics.

Behavior is harder to disguise completely.

The combination of phishing execution, suspicious child processes, unusual file creation, environmental checks, reconnaissance, and outbound HTTPS communication can provide a stronger detection opportunity.

What Organizations Should Do Now

Organizations handling sensitive government, defense, or administrative information should reinforce phishing defenses and ensure that users understand the danger of executable attachments disguised as official correspondence.

Application control can prevent unauthorized executables from launching in sensitive environments.

Endpoint detection and response should monitor unusual process chains and outbound connections.

Network monitoring should identify newly observed destinations and suspicious encrypted traffic.

Centralized logging should be enabled so that critical forensic evidence survives even if malware attempts to remove itself.

Most importantly, organizations should treat a suspicious phishing execution as a potential security incident rather than simply deleting the file and moving on.

What Undercode Say:

CoreRAT is important because it shows a clear evolution in Core Werewolf’s operational maturity.

The move from legitimate remote-access software toward custom malware gives the attackers much greater control.

It also potentially reduces the visibility created by well-known remote-administration tools.

The campaign demonstrates how social engineering remains the bridge between sophisticated malware and ordinary employees.

A perfect RAT is useless if nobody executes it.

That is why the fake administrative and military documents are just as important as the C++ malware itself.

The attackers are combining psychological manipulation with technical engineering.

The decoy PDF creates legitimacy.

The dropper creates execution.

The RAT creates persistence and control.

The reconnaissance module creates situational awareness.

The HTTPS channel creates remote communication.

The anti-VM checks attempt to prevent researchers from understanding the malware.

The self-deletion capability attempts to reduce forensic evidence.

Together, these features create a coherent intrusion framework rather than an isolated malicious executable.

The use of Rust-based droppers is also worth watching.

Rust has become increasingly attractive to malware developers because it can produce native binaries and complicate some traditional analysis workflows.

That does not make Rust malware inherently more dangerous.

The threat comes from how developers use the language.

The 7zSFX technique is another reminder that legitimate compression and packaging technology can be abused as an execution mechanism.

Defenders should therefore focus on context rather than banning individual utilities blindly.

The campaign also demonstrates why users should not trust filenames.

An executable with a Russian administrative filename can still be malicious.

A document that looks official can still be forged.

A PDF that opens normally can still be part of a larger infection chain.

The anti-analysis features deserve particular attention.

Threat actors increasingly understand how malware researchers investigate suspicious samples.

That creates an arms race between automated analysis and malware evasion.

Security vendors must continuously improve sandbox realism, while defenders should supplement sandboxing with endpoint telemetry and real-world behavioral observations.

CoreRAT’s reconnaissance capability is arguably one of its most strategically important features.

Knowing the computer name, running processes, network adapters, active connections, and ARP information gives an attacker a map.

That map can help determine which compromised systems are worth pursuing.

For defense organizations, this is especially dangerous because seemingly minor endpoint information can become valuable when combined with other intelligence.

The campaign also reinforces the importance of network segmentation.

If a phishing victim has unrestricted access to sensitive systems, one compromised workstation can become the starting point for a much larger incident.

Segmentation limits that blast radius.

Least privilege can reduce what the compromised account is able to access.

Application allowlisting can reduce the chance that an unexpected executable will run.

MFA can help protect accounts if credentials are stolen during the intrusion.

Centralized logging can preserve evidence after local artifacts disappear.

These controls work best together.

No single security product should be expected to stop a threat like CoreRAT.

Another lesson concerns attribution.

The apparent similarity between a CoreRAT decoy document and material associated with Vortex Werewolf is interesting.

But similarity should remain a hypothesis until stronger evidence emerges.

Premature attribution can lead defenders in the wrong direction.

Threat intelligence should distinguish between confirmed facts, strong indicators, and unresolved possibilities.

The broader geopolitical context also matters.

Government and defense organizations are attractive targets because information held by these institutions can have strategic value.

A successful intrusion does not necessarily need to cause immediate disruption.

Quiet intelligence collection can be just as valuable.

That makes detection speed critical.

The longer an attacker remains inside a network, the more information they can collect and the more opportunities they have to escalate access.

CoreRAT therefore deserves attention not simply because it is another RAT, but because it represents a broader trend toward customized, evasive, purpose-built malware.

The security community should watch for new variants, additional infrastructure, improved anti-analysis techniques, and evidence of expanded targeting.

The biggest warning is perhaps the simplest one: the attackers are learning.

And whenever attackers improve their tooling, defenders must improve their visibility.

✅ CoreRAT Is Described as a Custom Remote Access Trojan

The supplied reporting describes CoreRAT as a C++-based custom RAT associated with Core Werewolf activity.

Its capabilities reportedly include command execution, reconnaissance, file transfer, and remote control.

That makes the RAT classification consistent with the functionality described in the campaign.

✅ The Malware Uses Anti-Analysis Techniques

The campaign description identifies CPUID checks and other environmental checks associated with VMware, VirtualBox, Xen, and KVM.

It also describes checks involving BIOS information and network-adapter characteristics.

These are consistent with techniques commonly used by malware to identify virtualized or analysis environments.

✅ HTTPS Is Used for Command-and-Control Communication

The reported samples send collected information to C2 infrastructure through HTTPS POST requests.

The use of HTTPS does not inherently indicate malicious activity.

However, HTTPS connections initiated by suspicious executables can become valuable detection signals when correlated with endpoint and process telemetry.

⚠️ The Vortex Werewolf Connection Remains Unconfirmed

A decoy document reportedly resembles one previously associated with Vortex Werewolf.

That similarity may indicate shared resources or infrastructure.

However, the available information does not establish a confirmed direct connection between the groups, so attribution should remain cautious.

❌ A Suspicious Domain Alone Does Not Prove Infection

The listed domains are indicators of compromise, not automatic evidence that every system communicating with them is compromised.

Organizations should correlate the domains with process activity, DNS logs, endpoint telemetry, timestamps, and other indicators.

Threat hunting should therefore use multiple signals rather than relying on a single IOC.

Prediction

(+1) Core Werewolf Is Likely to Continue Expanding Its Custom Malware Arsenal

The development of CoreRAT suggests that Core Werewolf is investing in proprietary tooling rather than depending exclusively on legitimate remote-administration utilities.

If the campaign continues, newer variants could introduce stronger encryption, additional persistence mechanisms, improved anti-analysis capabilities, or more specialized reconnaissance features.

The most likely evolution is not necessarily a completely new malware family, but iterative improvements that make detection and analysis increasingly difficult.

Organizations targeted by politically motivated or state-aligned cyber campaigns should therefore prepare for malware that changes faster than traditional signature-based defenses can respond.

Final Assessment

CoreRAT marks a notable escalation in the Core Werewolf toolkit.

The campaign combines convincing phishing themes, executable droppers, decoy documents, delayed execution, virtualization checks, encrypted configuration data, system reconnaissance, HTTPS communications, and remote command capabilities.

None of these techniques is individually revolutionary.

Their combination is what makes the operation concerning.

For defenders, the answer is not simply blocking two domains or searching for three filenames.

The stronger strategy is layered detection: control executable files, monitor process behavior, inspect unusual network activity, centralize logs, restrict privileges, segment sensitive systems, and train employees to recognize suspicious official-looking documents.

CoreRAT is another reminder that modern cyberattacks are rarely just about malware.

They are about people, infrastructure, deception, reconnaissance, persistence, and timing.

The organizations that detect the first suspicious process rather than waiting for the final stage of the intrusion will have the greatest chance of stopping the attack before a seemingly ordinary document becomes the beginning of a much larger breach.

▶️ Related Video (78% 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://www.pinterest.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