Security

MacSync Stealer Hunting: New Behavioral Detection

3 min read

Summary

Microsoft Defender Experts detailed how defenders can track MacSync Stealer on macOS by focusing on recurring behaviors instead of fast-changing domains. The research links more than 30 related domains and shows how process, command-line, and network telemetry can reveal payload delivery, staging, and chunked data exfiltration.

Need help with Security?Talk to an Expert

Introduction

Microsoft has published new research on MacSync Stealer, a macOS-focused infostealer that rapidly rotates its infrastructure to evade traditional domain-based detection. For security teams, the key takeaway is clear: static IOC blocking is not enough when attackers frequently swap domains, but consistent behaviors across execution, network traffic, and exfiltration can still provide reliable detection opportunities.

What’s new

Microsoft Defender Experts expanded prior public reporting by using behavioral pivots to connect MacSync Stealer activity across changing infrastructure.

Key findings

  • Microsoft linked more than 30 domains to MacSync Stealer activity.
  • The malware used recurring URI paths such as /curl/, /dynamic?txd=, and /gate?buildtxd=.
  • Requests consistently included macOS User-Agent strings, API-key headers, and specific curl options like -k, -s, --max-time, and --data-binary.
  • Researchers confirmed active exfiltration, not just C2 beaconing.
  • Stolen data was staged in temporary paths, compressed, split into chunks, and uploaded with HTTP PUT requests using parameters such as upload_id, chunk_index, and total_chunks.

Attack chain overview

The observed attack chain starts with ClickFix-style social engineering, where a user is tricked into pasting or running commands in Terminal. From there:

  • curl retrieves the payload from attacker infrastructure.
  • Native tools like base64 and gunzip help decode or unpack content.
  • osascript is used to drive AppleScript-assisted execution.
  • The malware collects Keychain data, browser information, SSH credentials, cloud credentials, and sensitive user files.
  • Collected data is archived and uploaded in chunks over rotating infrastructure.
  • Temporary artifacts are removed to reduce forensic evidence.

Why this matters for administrators

For SOC analysts and IT administrators managing macOS fleets, this research reinforces the value of behavior-based hunting. Domain indicators may expire quickly, but repeated execution patterns and request shapes often persist longer.

Defenders should prioritize correlation across:

  • Shell ancestry and interactive zsh sessions
  • Suspicious curl command lines
  • osascript launching shell activity
  • Archive creation in temporary directories
  • Outbound HTTP PUT uploads with chunking parameters
  • Review detections for interactive Terminal-driven payload execution on managed Macs.
  • Hunt for curl activity tied to the URI patterns and upload parameters Microsoft identified.
  • Monitor for temporary archive creation followed by outbound uploads.
  • Ensure Microsoft Defender for Endpoint or equivalent macOS telemetry is enabled and centrally reviewed.
  • Educate users about ClickFix and terminal-based social engineering techniques.

Microsoft’s analysis is a strong reminder that durable detections come from understanding attacker behavior, not just blocking the latest domain list.

Need help with Security?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

MacSync StealermacOS securityMicrosoft Defenderthreat huntingdata exfiltration

Related Posts

Security

Microsoft Defender Experts MDR Named IDC Leader

Microsoft has been named a Leader in the 2026 IDC MarketScape for enterprise MDR/MXDR, highlighting the strength of Microsoft Defender Experts MDR. The recognition matters for security teams evaluating managed detection and response services that combine native Defender integration, large-scale threat intelligence, AI-assisted operations, and 24/7 expert support.

Security

DeadLock Ransomware: Microsoft Details New TTPs

Microsoft Threat Intelligence has published a technical breakdown of DeadLock ransomware, a Rust-based encryptor that uses decentralized infrastructure for victim communications and leak operations. The report highlights geofencing, privilege escalation, service disruption, and recovery workflows, giving security teams practical indicators and mitigation guidance to strengthen ransomware defenses.

Security

macOS ClickFix Campaign Hides Behind Fingerprinting

Microsoft Threat Intelligence reports that a macOS ClickFix campaign has shifted from openly serving malicious lures to using server-side browser fingerprinting that mainly exposes the payload to likely macOS victims. The change makes the operation harder for crawlers, sandboxes, and defenders to spot, increasing the importance of hunting for shared infrastructure patterns and strengthening endpoint protections.

Security

Microsoft CNAPP Leader: KuppingerCole 2026 Report

Microsoft has been named a Leader across all four categories in KuppingerCole’s 2026 CNAPP Leadership Compass, highlighting Defender for Cloud’s unified approach to cloud and AI security. The recognition matters for security teams as CNAPP platforms increasingly focus on exploitability, attack path analysis, AI security posture, and integrated SOC operations across multicloud environments.

Security

ChainDrop npm Attack: Self-Propagating Worm Explained

Microsoft has detailed ChainDrop, a large-scale npm supply chain attack that compromised more than 400 packages using a self-propagating credential-stealing worm. The campaign matters because it targets developer workstations and CI/CD pipelines, steals cloud and publishing credentials, and can automatically republish infected packages across additional publishers.

Security

Microsoft Defender Device Isolation Stops Ransomware

Microsoft Defender’s attack disruption now includes automatic device isolation for compromised endpoints, adding a new containment layer beyond user-based response. In a published QNET case study, Defender isolated an endpoint in 128 seconds, stopping a multi-stage ransomware-related attack before persistence, credential theft, or lateral movement could occur.