LIVE · cybersecurity feed
Live wire
malwarehigh

Threat Actors Weaponize AI Hype to Deliver AsyncRAT

Malicious actors are exploiting the current interest in artificial intelligence by distributing malware. They are using deceptive AI-themed documents that contain hidden scripts to install AsyncRAT, a tool that grants them remote control over compromised systems.

zeroday.news · 51d ago

Cybercriminals are leveraging the widespread interest in artificial intelligence to distribute malware, according to a recent analysis by FortiGuard Labs. Threat actors are creating malicious files that appear to be guides or resources related to AI, aiming to trick individuals searching for information on the technology.

These deceptive files, often distributed within ZIP archives, are designed to initiate a multi-stage attack chain. The initial lure might be a shortcut file that, when opened, executes a series of obfuscated commands. These commands are designed to extract hidden components from other files within the archive, which are marked with a "Hidden" attribute.

The attack chain involves several stages of script execution. An initial script, extracted from a file disguised as a PDF, sets up a hidden PowerShell process. This PowerShell script then searches for encrypted data within the same "PDF" file, identified by specific markers. Using a fixed password and deriving keys through PBKDF2, it decrypts the payload using AES-CBC.

The decrypted content is saved as another PowerShell script in a directory designed to mimic a legitimate Windows component, such as "Microsoft.WindowsSoundDiagnostics." This script further extracts additional components from the original "PDF" file, including a PowerShell script and a batch file, which are saved with names like "RealtekAudioService64.ps1" and "RealtekAudioService64.bat."

To ensure persistence, the malware establishes a scheduled task named "CheckRealtekAudioVersion." This task is configured to run the dropped batch file, masquerading as a Realtek audio service. The task is set up to execute shortly after infection and upon each subsequent user logon, employing privilege-aware settings and dual triggers.

The batch file, "RealtekAudioService64.bat," acts as a stealthy launcher for the main PowerShell payload. It first ensures it is running in a hidden mode, relaunching itself via PowerShell with hidden window settings if necessary. To evade detection, it reconstructs the string "powershell.exe" from split variables rather than referencing it directly. It also creates a timestamped log file, intended to appear as a diagnostic artifact, before executing the primary PowerShell script and then deleting the log to remove traces.

The core PowerShell script, "RealtekAudioService64.ps1," employs significant obfuscation techniques. It reconstructs all built-in PowerShell cmdlets from character arrays and uses variable names in Simplified Chinese, such as "$测试路径" and "$新建项目." This approach makes the script difficult for analysts to understand and helps bypass signature-based detection rules that rely on English cmdlet names. Directory paths and binary filenames are also hidden as Base64-encoded strings, decoded at runtime.

The ultimate goal of this complex infection chain is to deploy AsyncRAT, a .NET remote access trojan. This allows attackers to gain control over infected systems, enabling command-and-control communication and further malicious activities. The analysis suggests that the threat actors may have utilized AI tools during the development process, citing the structured coding style and the presence of Simplified Chinese variable names and comments alongside English text. This indicates a potential workflow where AI assists in code implementation, with the overall attack logic designed by human operators.

malwareasyncrataiphishingremote access
ShareXLinkedInWhatsAppFacebook

More News

view all →
malware

Russian Hackers Hijack Hotel Wi-Fi to Steal Microsoft 365 Tokens

Microsoft says Russian hackers hijacked hotel Wi-Fi portals to spread malware and steal Microsoft 365 tokens from travelers. Microsoft Threat Intelligence disclosed CaptiveCrunch, a campaign it attributes to Storm-2945, an operational sub-cluster of Midnight Blizzard, the Russian SVR-linked group also known as APT29 and Cozy Bear. Since early May 2026, Storm-2945 has been manipulating DNS […]

vulnerability

Coldcard Hardware Wallet Flaw Linked to $70 Million Bitcoin Theft in 41 Minutes

An attacker drained 1,196 Bitcoin addresses in 41 minutes on July 30, taking 1,082.65 BTC worth about $70.2 million at the time. Galaxy Research mapped the sweep and tied it to a firmware flaw in Coldcard, the Bitcoin-only hardware wallet made by Canadian firm Coinkite. A March 2021 firmware integration error routed seed generation to a deterministic software pseudorandom number generator (PRNG

vulnerabilitycritical

Rails patches critical Active Storage flaw with RCE potential

A critical vulnerability in the Active Storage framework can allow an unauthenticated attacker to read arbitrary files from a Rails application, and potentially escalate to remote code execution (RCE). [...]

CVE-2026-48449critical

Adobe fixed a maximum-severity vulnerability flaw in Campaign Classic

Adobe fixed a maximum severity vulnerability in Campaign Classic that could let attackers run code remotely without user interaction. Adobe has addressed a critical vulnerability, tracked as CVE-2026-48449 (CVSS score of 10.0), in Adobe Campaign Classic, the company’s enterprise marketing automation platform. The flaw is caused by incorrect authorization and could allow attackers to execute […]

security

Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments

The funding round was led by SYN Ventures, with participation from existing investors DataTribe and TEDCO. The post Balance Theory Raises $19 Million to Help Enterprises Manage Cybersecurity Investments appeared first on SecurityWeek.

vulnerabilitycritical

Ruby on Rails Patches Critical Vulnerability

The flaw can be exploited by unauthenticated attackers to read arbitrary files and potentially achieve remote code execution (RCE). The post Ruby on Rails Patches Critical Vulnerability appeared first on SecurityWeek.