SOCLIFE
SOCLIFE

Evidence-led security analysis

Published knowledge

Search SOC//LIFE

ThreatsTHREAT-006

Threat report

MacSync Stealer in 2026: Behavior Survives Domain Rotation

MacSync rotates infrastructure quickly, but shell retrieval, AppleScript, credential collection, temporary staging, chunked curl uploads, and cleanup remain durable hunting pivots.

Public research

Reported facts and defensive takeaways are labeled separately.

Reviewed

Public reporting

What happened

MacSync is a macOS-focused information stealer that uses fast-changing web infrastructure for payload delivery, command-and-control, and exfiltration. Microsoft expanded earlier infrastructure research by correlating repeated endpoint and request behaviors, linking more than thirty domains and confirming collection, staging, chunked upload, and cleanup.

Why SOC teams should care

Static domain blocking ages quickly in this activity. The stronger defensive surface is the repeated sequence: interactive shell and curl retrieval, AppleScript-assisted execution, credential and user-data collection, temporary staging, archive creation, chunked binary upload, and evidence removal.

Public reporting

How the attack worked

Defensive takeaways

Behavior to watch

Logs that help

Endpoint

Device inventory is needed to keep detection and hunt scope on managed Macs.

  • macOS platform
  • device identity
  • current device state

Process

Process telemetry exposes the shell, curl, AppleScript, collection, compression, upload, and cleanup command lines.

  • interactive shell with curl retrieval
  • osascript chaining native utilities
  • credential-store path references
  • binary PUT and upload parameters
  • post-transfer removal commands

File

File telemetry exposes temporary staging and archive creation or deletion.

  • temporary sync staging
  • temporary ZIP creation
  • post-upload deletion

Network

Network telemetry preserves durable URI/request pivots and destination rotation.

  • retrieval URI path
  • check-in URI path
  • upload session parameter
  • chunk index parameter
  • total chunk parameter

Defensive takeaways

How to detect this behavior

Rare chunked curl upload on macOS

Detect first-seen macOS curl PUT with binary transfer and all recurring chunk parameters, confirmed by same-process network telemetry.

Logs needed

  • DeviceInfo with OSPlatform
  • process events with ProcessUniqueId and command line
  • network events with InitiatingProcessUniqueId and URL
  • historical per-device baseline

Sensitive collection followed by staging and upload

Correlate several credential-store path references with temporary staging/compression and later curl PUT upload.

Logs needed

  • process command lines
  • file staging telemetry
  • network upload telemetry
View detection

Defensive takeaways

How to hunt this behavior

Group MacSync infrastructure by request shape

Use recurring retrieval, check-in, and upload URI traits with curl process context before considering a domain related.

What would weaken it

  • The destination belongs to an approved application and the exact request template is historically normal.
  • The parent process and user role match a known automation workflow.

Correlate credential collection with temporary staging

Multiple credential-store references followed by temporary staging and compression can reveal theft before upload starts.

What would weaken it

  • A named backup or migration workflow owns the same paths and archive behavior.

Prioritize chunked binary PUT from curl

Upload session and chunk parameters combined with binary PUT provide a high-value exfiltration pivot that survives domain rotation.

What would weaken it

  • The device and destination match an approved chunked-upload application with stable history.
View threat hunt

Public reporting

Indicators reported by the source

Values are defanged and are not live links.
RST Cloud confirmed a MacSync loader retrieval from this May 2026 C2 after a customer Jamf Protect block.1 values
  • Domainjacksonvillemma[[.]]com
RST Cloud identified this as the previously disclosed public C2 that preceded the May rotation.1 values
  • Domainglowmedaesthetics[[.]]com
Microsoft lists this as behaviorally related MacSync infrastructure.6 values
  • Domainlalandscapelighting[[.]]com
  • Domainlumenagnet[[.]]com
  • Domainmarbellaresales[[.]]com
  • Domainmiamipcsupport[[.]]com
  • Domainmoldinspectiondayton[[.]]com
  • Domainnailscanai[[.]]com

Review record

Sources and limitations

Reviewed
Reported window
February 2026 August 2026

Observation basis

RST Cloud identified URI-pattern-bound infrastructure with observations reaching February 2026 and analyzed an active May 2026 C2 rotation. Microsoft published a broader behavior-led infrastructure and exfiltration analysis on August 18, 2026.

Confidence in this conclusion

Microsoft correlated endpoint and network telemetry across more than thirty related domains and documented collection through exfiltration. RST Cloud independently analyzed a confirmed loader, rapid C2 replacement, recurring URI patterns, and additional candidate infrastructure.

Limitations

  • Microsoft's domain list is point-in-time evidence and MacSync infrastructure rotates quickly.
  • RST Cloud distinguishes api-key-confirmed infrastructure from URI-pattern-bound candidates; those confidence levels should not be collapsed.
  • Native macOS utilities such as curl, zsh, osascript, zip, copy, and removal tools are legitimate and require sequence/context.
  • Full sensitive-file read visibility can vary, so process command lines and downstream staging/upload behavior remain important.
  • The SOC//LIFE Detection and Hunt are publication-safe defensive reconstructions and were not executed against a customer environment.

Infrastructure changed; behavior did not

RST Cloud documented rapid C2 replacement in May 2026 and used recurring URI structure to identify additional related infrastructure. Microsoft later expanded the behavior-led view across endpoint and network telemetry, connecting more than thirty domains and confirming that the infrastructure supported collection, staging, and active exfiltration rather than simple beaconing.

Durable pivots

The useful pivots are the repeated execution and transfer traits: interactive shell plus curl retrieval, AppleScript-assisted native tooling, credential and browser collection, temporary sync staging, archive creation, binary PUT, upload session and chunk parameters, and post-transfer cleanup.

Defensive lesson

Treat the domain list as point-in-time enrichment. Require multiple behavior traits before relating new infrastructure, and correlate endpoint process context with request shape whenever possible.

  1. Hunting MacSync Stealer infrastructure through behavioral pivots

    Microsoft Security

  2. MacSync Stealer: C2 Infrastructure Rotation

    RST Cloud

  3. DeviceInfo

    Microsoft Learn

  4. DeviceProcessEvents

    Microsoft Learn

  5. DeviceFileEvents

    Microsoft Learn

  6. DeviceNetworkEvents

    Microsoft Learn

Supporting context

ATT&CK mappings

Behavior comes first. These mappings do not imply attribution or complete coverage.