BoletimSecJuly 29, 2026🇵🇹Translated from Portuguese

Cybercriminals Hide Malware in Fake Claude Code Installation Command Targeting macOS Developers

Cybercriminals are hiding malware inside a fake installation command for Claude Code, targeting developers on macOS. The campaign uses sponsored advertisements and counterfeit web pages to reach users searching for legitimate setup instructions.

The attack begins when a victim searches for installation guidance and clicks a sponsored result that mimics official documentation. The fraudulent page displays a step-by-step tutorial and directs the user to copy and paste a command directly into the macOS Terminal.

The command employs obfuscation techniques, including Base64 encoding, to conceal the address of the attacker-controlled server. It also disables digital certificate validation during the connection, allowing the download to proceed without security checks.

After execution, the command retrieves MacSync, an infostealer designed to harvest sensitive data stored on macOS systems. The malware specifically targets passwords, session cookies, SSH keys, cloud service credentials, and configuration files commonly used by developers.

Stolen authentication tokens can enable attackers to access user accounts and code repositories without triggering multi-factor authentication prompts.

Users are strongly advised to install Claude Code only through official documentation and to avoid any commands that hide URLs or disable security validations. Anyone who has already run the malicious instruction should isolate the affected Mac, revoke active sessions, and change all passwords, tokens, and SSH keys from a trusted device.

Related articles

BoletimSecMalware & Botnets

Tengu Botnet Modernizes Mirai with 25 DDoS Methods and Advanced Persistence on IoT and Embedded Linux

A new botnet named Tengu has emerged, targeting Internet of Things devices and embedded Linux systems to conduct denial-of-service attacks, redirect traffic, and maintain persistent access. The malware represents an updated evolution of the Mirai botnet and begins its infection chain through brute-force attacks against exposed Telnet services. Once valid credentials are obtained, it downloads an architecture-specific payload and establishes partially encrypted communication with its command-and-control server. Operators can issue commands to collect system and network information, update the implant, and convert compromised devices into SOCKS5 proxies. The botnet includes 25 distinct DDoS attack methods covering UDP, TCP, and ICMP floods while also targeting services such as HTTP, DNS, NTP, SSH, SMTP, FTP, SIP, Minecraft, and servers running Source Engine or Quake protocols. Its key differentiators lie in robust persistence and self-protection mechanisms, including a secondary watchdog process that restarts the malware every 60 seconds if terminated, fake systemd services, manipulated device watchdogs, and the ability to remove competing malware.

HabrMalware & Botnets

Automating Malware Reverse Engineering with Local LLMs, PyGhidra and Neo4j Graphs

A researcher has developed an automated pipeline that uses local large language models to analyze decompiled malware code extracted via PyGhidra. The system loads functions, call graphs, strings and imports into a Neo4j graph database to preserve context across hundreds of functions. Each function is sent to a local Qwen3 model running in LM Studio together with its neighboring call-graph context, producing structured JSON output on purpose, IOCs, tags and evasion techniques. Aggregated capabilities and behavioral patterns such as file encryption and C2 communication are then derived through graph queries. Testing on a WannaCry sample from MalwareBazaar processed 195 functions in 126 minutes and correctly identified File Encryption, C2 Communication and Anti-Analysis behaviors with 100 percent confidence. The approach keeps all sensitive indicators inside a local environment and avoids context overflow and censorship issues common with cloud-based models.

HabrMalware & Botnets

GitHub Removes 10,000 Malware Repositories After Public Exposure but Takes No Further Action

An investigation reveals that GitHub hosts thousands of repositories distributing trojanized ZIP archives, many of which have persisted for two years despite the platform's resources. The malicious repositories follow consistent patterns in README files, including specific headings and links to versioned archives hosted on githubusercontent.com. A detailed article and accompanying script published on Hacker News identified over 10,000 such repositories, prompting GitHub to delete only those specific entries. New repositories matching the same patterns continue to appear and remain active, with no additional proactive measures taken by the security team. The situation highlights questions about Microsoft's approach to automated detection and response on its subsidiary platform.

HispasecMalware & Botnets

Dolphin X Malware Adds AI Profiler to Rank and Prioritize High-Value Victims After Infection

Dolphin X is a newly identified Windows infostealer and remote access trojan that integrates an AI Profiler component designed to score infected machines and generate priority rankings for operators. The profiler analyzes telemetry from compromised systems, including application usage, browser domains visited, and installed software, to produce daily summaries that help attackers focus resources on the most valuable targets such as those with cloud access or sensitive tools. Dolphin X claims compatibility with over 300 applications, explicitly covering nine Chromium and Gecko browser families, more than 100 cryptocurrency wallet extensions, 65 desktop wallets, 10 password managers, and over 30 common cloud CLI tools. The malware targets files like .env configurations, SSH keys, cloud access tokens, browser sessions, and cryptocurrency wallet data to accelerate movement from initial credential theft to further compromises in accounts and production environments. Researchers have confirmed the AI Profiler workflow and associated scoring functions in the operator panel, although the underlying AI model itself remains unverified without full analysis of an active sample. The discovery highlights how automated prioritization can significantly shorten the time between mass infections and targeted follow-on attacks, prompting recommendations for reduced local credential storage and enhanced behavioral detection.