惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
A
About on SuperTechFans
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 叶小钗
博客园 - 聂微东
博客园 - Franky
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
量子位
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
The GitHub Blog
The GitHub Blog
B
Blog RSS Feed
T
The Blog of Author Tim Ferriss
GbyAI
GbyAI
云风的 BLOG
云风的 BLOG
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
B
Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
New GIFTEDCROOK Chain Abuses WinRAR ADS and Reflective Lo...
Tushar Subhra Dutta · 2026-06-26 · via Cyber Security News

A newly documented attack chain tied to threat actor group UAC-0226 is putting Windows users at serious risk.

The campaign uses booby-trapped WinRAR archives, hidden file streams, and a sophisticated memory-loading technique to deliver GIFTEDCROOK, a stealer malware designed to quietly drain browser credentials, cookies, and sensitive documents from infected machines.

The attack has shown a clear focus on Ukrainian military-related personnel, using convincing lure documents designed to appear as internal military records.

The infection begins with what looks like a normal WinRAR archive, but hidden inside is far more than a simple document.

Using a feature called Alternate Data Streams (ADS), the attackers conceal multiple files inside the archive, including a decoy PDF and a shortcut file (LNK) that quietly drops its contents into key system locations when opened.

The victim opens what appears to be a legitimate military document, never realizing the real attack has already begun silently running in the background.

Analysts at Synaptic Security, who shared their findings in a report with Cyber Security News (CSN), identified the full attack chain while tracking UAC-0226 tooling activity.

According to the report, the chain runs from the initial RAR archive through a decoy PDF, a shortcut file, obfuscated PowerShell scripts, an additively encoded payload, and finally the GIFTEDCROOK stealer.

Decoded loader (Source - Seynaptic Security)
Decoded loader (Source – Seynaptic Security)

The archive drops two files onto the system: a heavily obfuscated PowerShell loader into C:\ProgramData\WC3 and the encoded final payload into C:\ProgramData\wt1.

A startup shortcut placed in the Windows Startup folder ensures GIFTEDCROOK runs automatically every time the user logs back in, giving the attacker persistent access with no further effort required.

Once fully active, GIFTEDCROOK moves quietly across the infected machine. It targets browsers like Google Chrome, Microsoft Edge, Opera, and Firefox, pulling login data, cookies, and saved session files.

The malware also searches for VPN profiles, KeePass databases, and email files, collecting everything into a ZIP archive before sending it off to attacker-controlled infrastructure.

New GIFTEDCROOK Chain Abuses WinRAR ADS

The attack relies on a combination of WinRAR Alternate Data Streams and reflective PE loading to deliver GIFTEDCROOK while staying hidden from most security tools.

The ADS feature allows the archive to carry invisible extra files alongside the visible decoy PDF, so extracting the archive silently places multiple malicious components onto the victim’s machine without raising any obvious alarms.

The PowerShell loader inside WC3 is buried under thousands of lines of junk code, random function names, and irrelevant output calls designed to confuse analysis tools.

The actual execution logic reads the encoded payload from wt1, decodes it by subtracting 72 from each byte, and loads the result directly into memory using low-level Windows API calls, completely avoiding a recognizable executable file on disk.

IIM Comparison View in Kraken (Source - Seynaptic Security)
IIM Comparison View in Kraken (Source – Seynaptic Security)

The decoded payload is a custom headless PE file, meaning it lacks the standard header that security scanners normally look for.

A dedicated reflective loader called Main.dll!Func rebuilds the DLL structure in memory, resolves all necessary functions, and passes execution off to GIFTEDCROOK without touching the file system again. This approach makes traditional file-based detection largely ineffective.

GIFTEDCROOK Browser Data Theft and Exfiltration

Once running, GIFTEDCROOK walks the process environment to locate browser profile directories without making obvious API calls that could trigger behavioral detection.

It decrypts sensitive browser material using the Windows CryptUnprotectData function, targeting Chrome, Edge, Opera, and Firefox credential stores in a thorough and systematic way.

Collected files are organized into a staging directory and packaged into a ZIP archive before being sent to the command-and-control server at hxxps://142.111.194[.]73:8640/dj5FZEiLnA/.

The malware also stores a stable per-infection identifier in a temporary file, allowing the attacker to track individual victims across sessions without relying on the Windows registry.

Security teams should monitor startup folder modifications, unusual PowerShell execution involving IEX commands, and outbound connections to non-standard ports.

Blocking archive-based LNK execution and enforcing stricter PowerShell execution policies can meaningfully reduce exposure to this type of attack chain.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
SHA-256420f1931af9b3f7d02c5edfc78eb69abdad6e71d2c3e9b81f9cbc3823a503654Malicious Archive
SHA-256dc4c906e56ecb446cbb10b227e1fb470e428108584678314533d80e52a2b9b30Decoy PDF
SHA-25605e131555faabae0960f0527cfb72d2b8e2381fd0fde22b0b4e2b365c7faf445Startup LNK
SHA-2566b7e3dd5af5a56dd24e96c5b13282ad084c78d0a589d5e4c1b6ba58b4525d9a8WC3 PowerShell Loader
SHA-2563006a6639eff677b08595927cf219a3bcd5fdd02bfd592606316bfd4623bb902Encoded wt1 Payload
SHA-25678538f945a1d20aa392f3065f222223a4ed47284abfafa8c135bdfd9eacef222Decoded Custom-Header Image
SHA-256b268ecbc386d32ace546dd483707fd2c923de8f091741e544f52c7f872fe0d91Analysis-Only Reconstructed PE
IP:Port142.111.194[.]73:8640Command-and-Control Server
URLhxxps://142.111.194[.]73:8640/dj5FZEiLnA/C2 Callback Endpoint
File PathC:\ProgramData\WC3Obfuscated PowerShell Loader
File PathC:\ProgramData\wt1Encoded Stage Payload
File Path%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\ThJRq_6uEj.lnkPersistence Startup Shortcut
File Path%USERPROFILE%\RJ_8An6YWmhvYh9I8MeStaging Directory
File Path%USERPROFILE%\qhGQKHaADCeIZe2UoRub.zipFinal Exfiltration Archive
File Path%TEMP%\oBKhrQLe1CKmO3RhHOPer-Infection Identifier File
File Path%TEMP%\logs.txtMalware Log File
File NameMain.dllReflective Loader DLL
File Nameвзвод розвідки.pdfUkrainian-themed Decoy PDF Lure

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

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.