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

推荐订阅源

博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
罗磊的独立博客
The GitHub Blog
The GitHub Blog
L
LangChain Blog
A
About on SuperTechFans
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
DataBreaches.Net
宝玉的分享
宝玉的分享
U
Unit 42
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
N
Netflix TechBlog - Medium
The Cloudflare Blog
Microsoft Azure Blog
Microsoft Azure Blog
H
Help Net Security
美团技术团队
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
爱范儿
爱范儿
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog

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 Use Cisco AnyConnect and Google Update Lures to D...
Tushar Subhra Dutta · 2026-06-25 · via Cyber Security News

A newly discovered malware family is making its way onto systems worldwide by hiding inside fake software installers that look completely legitimate.

Researchers have identified a campaign where attackers disguise their malicious tools as trusted programs like Cisco AnyConnect and Google Update, tricking users into running them without suspicion.

Once the file is executed, a custom loader called SharkLoader quietly installs itself in the background.

The campaign has a wide reach. Victims have been confirmed across Indonesia, Taiwan, Hong Kong, Lebanon, Syria, Colombia, North Macedonia, Nepal, and Serbia.

Targets include government agencies, diplomatic bodies, and software development firms, suggesting the attackers have both strategic and opportunistic goals in mind.

Analysts at Securelist identified the malware and published a detailed report shared with Cyber Security News (CSN), calling the broader campaign “StrikeShark.”

Researchers say SharkLoader is designed to load and execute a well-known hacking tool called Cobalt Strike Beacon onto compromised machines, giving attackers deep remote access and control.

Malicious Cisco Secure Client installer (Source - Securelist)
Malicious Cisco Secure Client installer (Source – Securelist)

The threat actor behind this campaign exploits a range of vulnerabilities in widely used enterprise software to break into target networks.

These include known flaws in Microsoft Exchange, Microsoft SharePoint, Fortinet FortiOS, and Cisco IOS XE, among others. Researchers assess with medium confidence that the group relies on publicly available exploit code, making the activity largely opportunistic.

Attribution remains preliminary, as the researchers note that several post-exploitation tools observed in the campaign, including FScan, Searchall, and Pillager, were developed by Chinese-speaking individuals.

However, no confirmed link to any known hacking group has been established, and investigators continue to look into the campaign’s full scope.

Hackers Use Cisco AnyConnect and Google Update Lures

One of the most notable delivery methods in this campaign involves fake software installers that look identical to the real thing.

In one analyzed sample, the dropper contained a genuine Cisco AnyConnect VPN installer compressed inside it.

When the victim ran the file, the real installer launched and completed normally, creating a convincing illusion that nothing suspicious had happened.

While that process played out, SharkLoader components were silently written to hidden directories in the background. The dropper also used files named GoogleUpdateStepup.exe and AutoUpdate.exe to appear as routine update utilities.

The dropper extracts SystemSettings.dll (Source - Securelist)
The dropper extracts SystemSettings.dll (Source – Securelist)

Some samples additionally dropped decoy PDF documents on the victim’s machine as a distraction while the malware installed itself quietly.

After dropping its components, the malware created two Windows scheduled tasks to maintain persistence.

The first task ran every five minutes, ensuring the loader stayed active over time. The second fired every second immediately after deployment, then was removed after about 1.5 seconds, likely to guarantee SharkLoader launched right away.

SharkLoader’s Multi-Stage Execution and Evasion Methods

SharkLoader uses a multi-component structure to avoid detection. It relies on DLL sideloading, where a legitimate Windows application called SystemSettings.exe is copied to a new location and used to load a malicious file named SystemSettings.dll.

From there, the loader decrypts and executes additional encrypted modules entirely in memory, never writing the final payload to disk.

One of those modules, DscCoreR.mui, is decrypted using a Blowfish cipher and contains the Cobalt Strike Beacon shellcode.

SharkLoader infection chain (Source - Securelist)
SharkLoader infection chain (Source – Securelist)

Another module, SyncRes.dat, uses AES-128 encryption and installs numerous Windows API hooks designed to bypass security monitoring. These hooks redirect system calls through custom stubs, making the malware far harder to detect.

The campaign also hooks Windows event logging functions such as EtwEventWrite and EventWrite, forcing them to return empty values and blinding any monitoring tools that rely on system logs.

Researchers observed parent process ID spoofing as well, making malicious child processes appear as if they were launched by the legitimate svchost.exe process.

After gaining a foothold, attackers ran reconnaissance commands, dumped credentials from the LSASS process, and used ntdsutil to extract Active Directory password hashes.

These steps allowed the attacker to move through the network and escalate privileges. Organizations are strongly advised to patch internet-facing applications, monitor scheduled task creation, and deploy endpoint tools capable of detecting in-memory threats.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
MD5 HashC559CC68986933200FD5D9E4388E2F58Installer
MD5 HashB3352B42432DEDC4A519F011DC8B5D5ADropper
MD5 Hash24FCEBDEECBA65004FDB0923763D74FDDropper
MD5 Hash9C872A0D5D5A38950E8B9AC9B488BE3FSharkLoader DLL
MD5 HashAA3086BE652C8B20B0B29B2730D57119SharkLoader DLL
MD5 HashA514D1BB62D7916475946FE7C07AC0AAEncrypted file (DscCoreR.mui)
MD5 Hash9CBD560F820C95D7C38342CD558CB5C6Encrypted file (SyncRes.dat)
Domainconnect-microsoft[.]comC2 domain
Domainms-record[.]comC2 domain
Domainms-record[.]topC2 domain
Domainms-tray[.]topC2 domain
FilenameGoogleUpdateStepup.exeMalicious dropper lure
FilenameAnyConnect-win-4.10.04071-predeploy-k9exeMalicious dropper lure
FilenameAutoUpdate.exeMalicious dropper lure
FilenameSystemSettings.dllMain SharkLoader DLL
FilenameDscCoreR.muiEncrypted module with Cobalt Strike Beacon
FilenameSyncRes.datEncrypted API hook DLL

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.