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

推荐订阅源

罗磊的独立博客
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
IT之家
IT之家
B
Blog
博客园_首页
博客园 - 司徒正美
有赞技术团队
有赞技术团队
博客园 - 聂微东
I
InfoQ
美团技术团队
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
MacOS Native Tools Enable Stealthy Enterprise Attacks
https://www.infosecurity-magazine.com/profile/alessandro-mascell · 2026-04-22 · via www.infosecurity-magazine.com

A growing range of native macOS features are being repurposed by attackers to execute code, move laterally and evade detection, according to new research examining "living-off-the-land" (LOTL) techniques on Apple systems. 

The Cisco Talos threat research, published on 21 April, show that built-in tools such as Remote Application Scripting (RAS) and Spotlight metadata can be abused to bypass traditional security controls.

More than 45% of organizations now use macOS in enterprise environments, which means the platform has become a high-value target. Macs are widely used by developers and DevOps professionals, often holding sensitive credentials, cloud access and source code.

Despite this shift, macOS-focused attack techniques remain less documented than those targeting Windows. The research identifies gaps in both visibility and detection, particularly where attackers rely on legitimate system binaries and protocols instead of malware.

Native Features Repurposed For Execution

RAS, originally designed for administrative automation, can be weaponized to execute commands on remote systems, Cisco Talos explained. By leveraging Apple's inter-process communication (IPC) framework, attackers can issue instructions without triggering conventional shell-based monitoring.

In some cases, adversaries bypass built-in restrictions by using Terminal as a proxy for execution, encoding payloads in Base64 and deploying them in stages. This allows complex scripts to run while avoiding detection tied to standard command-line activity.

Other techniques extend beyond RAS. AppleScript can be executed over SSH to interact with the graphical user interface, while tools like socat enable remote shells without relying on SSH logging or authentication trails.

Read more on macOS security threats: Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings

Security teams face additional challenges due to limited visibility into these behaviors. Actions performed through Apple Events or inter-process communication often fall outside traditional endpoint detection rules.

Covert Data Movement and Persistence

The attackers also  use unconventional methods to transfer and store payloads. One approach involves embedding malicious code in Finder comments, which are stored as Spotlight metadata rather than in file contents.

This technique allows payloads to evade static analysis tools that scan files for malicious code. The data can later be extracted, decoded and executed with a single command.

The research also highlights multiple native protocols that can be used for lateral movement and file transfer:

  • Server Message Block (SMB) for mounting remote shares

  • Netcat for direct command execution and file delivery

  • Git repositories for pushing payloads to target systems

  • Trivial File Transfer Protocol (TFTP) and Simple Network Management Protocol (SNMP) for covert data exchange

Because these methods rely on legitimate services, they often bypass network monitoring focused on SSH or known malicious traffic patterns.

Defensive recommendations include shifting detection strategies toward process lineage analysis, monitoring unusual metadata activity and restricting administrative services through mobile device management (MDM) policies.

Disabling unnecessary services and enforcing stricter controls over inter-application communication can also reduce exposure.