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

推荐订阅源

WordPress大学
WordPress大学
G
Google Developers Blog
小众软件
小众软件
V
V2EX
月光博客
月光博客
腾讯CDC
aimingoo的专栏
aimingoo的专栏
J
Java Code Geeks
Y
Y Combinator Blog
人人都是产品经理
人人都是产品经理
B
Blog RSS Feed
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
D
Docker
M
MIT News - Artificial intelligence
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
I
InfoQ
MongoDB | Blog
MongoDB | Blog
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
New macOS infostealer impersonates Apple, Microsoft, and ...
Sinisa Marko · 2026-05-19 · via Help Net Security

A SHub macOS infostealer variant called Reaper impersonates Apple, Microsoft, and Google to trick users into executing malicious code, then targets browser data, password managers, and cryptocurrency wallets while establishing persistence for continued access, SentinelOne found.

ClickFix gives way to a new delivery method

Consistent with earlier SHub versions, Reaper uses a multi-stage execution chain. Researchers said this variant shifts away from standard ClickFix social engineering techniques, where victims are tricked into pasting commands into Terminal, and instead uses the applescript:// URL scheme to launch macOS Script Editor with a malicious payload already loaded, sidestepping Apple’s Tahoe 26.4 mitigations for those attack flows.

The script is padded with ASCII art and fake installer text so the malicious command is pushed below the visible portion of the Script Editor window.

Reaper macOS infostealer

Malicious AppleScript (Source: SentinelOne)

“Reaper uses fake WeChat and Miro installers as lures, but what stands out is the way the infection chain shifts its disguise at each stage. The payload may be hosted on a typo-squatted Microsoft domain, executed under the guise of an Apple security update, and persist from a fake Google Software Update directory,” researchers explained.

Fake installer pages collect victim data

The attack starts with fake WeChat and Miro installer websites hosted on typo-squatted domains designed to deceive users, including mlcrosoft[.]co[.]com.

When users visit these pages, JavaScript running in the background collects system and browser information, including IP address, location data, WebGL fingerprinting details, and indicators tied to virtual machines, VPN use, and analysis environments.

The scripts also enumerate installed browser extensions, searching for password managers such as 1Password, Bitwarden, and LastPass, along with cryptocurrency wallet extensions including MetaMask and Phantom.

The collected information is sent to the operators through a hardcoded Telegram bot before the next stage begins. The activity stops if the user appears to be located in Russia.

“Once the user clicks ‘Run’ in Script Editor, the hidden command retrieves the remote AppleScript and executes it. The user is asked to supply their login password, which is scraped and used to decrypt various credentials, before being presented with a misleading error message,” SentinelOne noted.

Reaper macOS infostealer

Fake error message (Source: SentinelOne)

Reaper expands data theft and persistence

Reaper retains SHub’s existing data theft behavior by targeting browser information, cryptocurrency wallets, developer-related configuration files, macOS Keychain data, iCloud account information, and Telegram session data.

This version also adds a Filegrabber module similar to functionality seen in Atomic macOS Stealer (AMOS), a macOS information stealer. The Filegrabber searches Desktop and Documents folders for file types likely to contain business or financial value, while limiting the total collection size to 150MB. If the staged data exceeds 85MB, the malware splits the archive into 70MB ZIP chunks before uploading it to attacker-controlled infrastructure.

After uploading the user’s data, Reaper also attempts to compromise cryptocurrency desktop wallets, including Exodus, Atomic Wallet, Ledger Wallet, Ledger Live, and Trezor Suite. If a targeted wallet is found, the malware retrieves a modified app.asar file from its command-and-control server, terminates the active wallet process, and replaces the legitimate application file.

Backdoor keeps infected systems under attacker control

Reaper establishes persistence by creating files designed to mimic Google Software Update components and registering them through a macOS LaunchAgent.

Specifically, the malware creates a directory structure under ~/Library/Application Support/Google/GoogleUpdate.app/Contents/MacOS/, places a Base64-decoded bash script named GoogleUpdate inside it, and registers it using a LaunchAgent property list named com.google.keystone.agent.plist.

“The LaunchAgent executes the target script GoogleUpdate every 60 seconds,” the researchers added. “The script functions as a beacon, sending system details to the C2’s /api/bot/heartbeat endpoint.”

If the server returns a “code” payload, the malware decodes and executes the instructions using the infected user’s privileges, giving attackers a persistent backdoor for remote code execution.

Monitoring and detection guidance

SentinelOne advises users to treat software downloads and security prompts with caution, particularly when they appear to come from trusted brands.

For defenders, the researchers recommend monitoring for unusual AppleScript activity, unexpected network connections following Script Editor execution, and the creation of LaunchAgents or files using names associated with legitimate software vendors.

The report also includes Indicators of Compromise (IoCs) to help organizations detect activity linked to the campaign.