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

推荐订阅源

D
Docker
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - Franky
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
A
About on SuperTechFans
博客园 - 【当耐特】
Microsoft Security Blog
Microsoft Security Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
IT之家
IT之家
博客园 - 叶小钗
Google DeepMind News
Google DeepMind News
aimingoo的专栏
aimingoo的专栏
博客园 - 聂微东
B
Blog RSS Feed
H
Help Net Security
Recent Announcements
Recent Announcements
阮一峰的网络日志
阮一峰的网络日志
D
DataBreaches.Net
L
LangChain Blog
Vercel News
Vercel News

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
Hackers Abuse PowerShell Commands to Deliver SmartRAT Thr...
Tushar Subhra Dutta · 2026-06-18 · via Cyber Security News

A new cyberattack campaign has emerged, using cleverly crafted phishing pages and PowerShell tricks to deliver a dangerous piece of malware called SmartRAT.

The attack targets Brazilian banking customers and combines social engineering with AI-generated web pages to make the threat feel disturbingly real.

Researchers say the campaign marks a troubling shift in how attackers build and deploy their tools.

The attackers set up a fake website mimicking a well-known Brazilian bank, complete with a convincing credit card application page and a fake security verification prompt.

Once a visitor interacts with the page, they are pressured into running a malicious PowerShell command, which quietly downloads and installs SmartRAT. The malware can record keystrokes, capture screenshots, intercept QR codes, and display full-screen fake bank forms to steal credentials.

Analysts from Zscaler ThreatLabz, who first spotted this campaign in March 2026, said in a report shared with Cyber Security News (CSN) that the fraudulent page was likely built using an AI-powered website creation tool.

Researchers found telltale signs of AI-generated code in the page source, including templated section comments and automated structuring that are common outputs from these tools.

What makes this campaign especially dangerous is how it layers multiple deception techniques on top of one another.

AI generated ClickFix campaign attack chain (Source - Zscaler)
AI generated ClickFix campaign attack chain (Source – Zscaler)

The phishing page first shows a fake Cloudflare CAPTCHA, then triggers a fake Blue Screen of Death to panic victims into following instructions.

This technique, known as ClickFix, convinces victims their system has crashed and that running a specific command is the only way to recover.

Fake website impersonating a Brazilian bank using a ClickFix lure (Source - Zscaler)
Fake website impersonating a Brazilian bank using a ClickFix lure (Source – Zscaler)

SmartRAT itself is a fully featured remote access tool written entirely in PowerShell, with a deep reach into any system it infects. It monitors browser windows for banking activity and alerts its operator the moment a victim opens a financial app or website.

The attacker can then take over the screen, inject keystrokes, block victim input, and steal whatever data is entered.

Hackers Abuse PowerShell Commands

The infection begins when a victim pastes a PowerShell command into the Windows Run dialog, unaware it was silently planted in their clipboard by the malicious page.

That command connects to a remote server at 64.95.13.238 and pulls down a file called st.txt, which acts as a hidden dropper.

The dropper fetches a second file, payload.php, containing an AES-encrypted PowerShell script that unpacks and executes SmartRAT.

SmartRAT hides itself by disguising its files and scheduled tasks under Microsoft Edge update names, blending in with legitimate Windows processes.

Fake BSOD message used to convince a victim into executing malicious PowerShell commands (Source - Zscaler)
Fake BSOD message used to convince a victim into executing malicious PowerShell commands (Source – Zscaler)

It attempts to escalate privileges by prompting for UAC approval, and if granted, installs itself as a Windows service under SYSTEM-level access.

Even if the user denies that request, SmartRAT persists through a hidden PowerShell process and a registry-based startup entry.

AI-Built Infrastructure and a Critically Flawed C2 Panel

One striking discovery is that the attackers also used AI tools to build their command-and-control panel, a web interface used to manage infected machines.

Researchers found the panel’s login system was entirely client-side, meaning anyone could bypass it by simply setting two values in the browser’s local storage.

This basic security gap points to code written without proper review, a likely result of rushed, AI-assisted development.

The C2 panel, branded as MyGood PRO, gives operators a live dashboard of connected victims along with real-time command capabilities.

SmartRAT C2 panel administration page (Source - Zscaler)
SmartRAT C2 panel administration page (Source – Zscaler)

Operators can stream a victim’s screen, swap QR codes on banking pages to redirect payment transactions, and inject fake bank verification forms to harvest passwords.

The platform targets more than a dozen Brazilian banks and payment services, showing this is a targeted and well-resourced operation.

To stay protected, users should be cautious of any website asking them to paste commands into their computer, even when the page looks like a legitimate bank or security prompt.

Organizations should monitor for unusual PowerShell execution, unexpected scheduled tasks, and outbound connections to unknown IP addresses. Endpoint protection tools that flag script-based threats remain a critical line of defense against attacks like SmartRAT.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
Domaincrefisa[.]onlineFraudulent phishing domain
Domainvfsgloball[.]netFraudulent phishing domain
Domaincartaobb[.]comFraudulent domain impersonating Brazilian bank
Domainwindowsupdate-cdn[.]comSmartRAT C2 domain
IP Address64[.]95[.]13[.]238C2 IP address used for payload delivery
IP Address162[.]141[.]111[.]227Fallback C2 IP address
MD5 Hash297eb45f028d44d750297d2f932b9c91st.txt (PowerShell dropper)
MD5 Hash6bf4d4c62b5138ace281ce3d08297787payload.php (encrypted loader)
MD5 Hash3c72e1f37f115b00c3ad6ed31bacfe8aPowerShell RAT (SmartRAT)
MD5 Hashb17ccdb5531555e43f082d6e77c07227PowerShell RAT (SmartRAT variant)

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.