Skip to content
Tech News
← Back to articles

New Infinity Stealer malware grabs macOS data via ClickFix lures

read original get Mac Malware Removal Tool → more articles
Why This Matters

The emergence of Infinity Stealer malware targeting macOS highlights evolving tactics in cyber threats, especially with sophisticated delivery methods like ClickFix and the use of Nuitka-compiled binaries for evasion. This development underscores the need for enhanced security awareness and defenses for macOS users, who are increasingly targeted by advanced malware campaigns. Recognizing these techniques helps industry professionals and consumers better understand and mitigate emerging risks in the evolving cybersecurity landscape.

Key Takeaways

A new info-stealing malware named Infinity Stealer is targeting macOS systems with a Python payload packaged as an executable using the open-source Nuitka compiler.

The attack uses the ClickFix technique, presenting a fake CAPTCHA that mimics Cloudflare’s human verification check to trick users into executing malicious code.

Researchers at Malwarebytes say this is the first documented macOS campaign combining ClickFix delivery with a Python-based infostealer compiled using Nuitka.

Because Nuitka produces a native binary by compiling the Python script into C code, the resulting executable is more resistant to static analysis.

Compared to PyInstaller, which bundles Python with bytecode, it’s more evasive because it produces a real native binary with no obvious bytecode layer, making reverse engineering much harder.

“The final payload is written in Python and compiled with Nuitka, producing a native macOS binary. That makes it harder to analyze and detect than typical Python-based malware,” Malwarebystes says.

Attack chain

The attack begins with a ClickFix lure on the domain update-check[.]com, posing as a human verification step from Cloudflare and asking the user to complete the challenge by pasting a base64-obfuscated curl command into the macOS Terminal, bypassing OS-level defenses.

ClickFix step used in Infinity attacks

Source: Malwarebytes

... continue reading