Windows: Files created by Microsoft Sync Center (mobsync.exe) with .dll/.exe extensions

Flags .dll and .exe files created by mobsync.exe on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
file_event
Author
elhoim (SigmaHQ), DRL 1.1
Published
2022-04-28
Updated
2026-07-31
title: "Windows: Files created by Microsoft Sync Center (mobsync.exe) with .dll/.exe extensions"
id: d7dc7168-d016-4dba-929d-0ead09792cca
status: test
description: This rule flags file creation events where the creating process is Microsoft Sync Center (mobsync.exe) and the created file ends with .dll or .exe. Attackers can abuse legitimate sync functionality to drop or stage executable payloads while blending in with normal system activity. It relies on Windows file event telemetry that records the process image path and the target filename for the creation event.
references:
  - https://redcanary.com/blog/intelligence-insights-november-2021/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/file/file_event/file_event_win_susp_creation_by_mobsync.yml
author: elhoim, Huntrule Team
date: 2022-04-28
modified: 2022-06-02
tags:
  - attack.privilege-escalation
  - attack.stealth
  - attack.t1055
  - attack.t1218
  - attack.execution
logsource:
  product: windows
  category: file_event
detection:
  selection_mobsync:
    Image|endswith: \mobsync.exe
  filter_created_file:
    TargetFilename|endswith:
      - .dll
      - .exe
  condition: selection_mobsync and filter_created_file
falsepositives:
  - Unknown
level: medium
license: DRL-1.1
related:
  - id: 409f8a98-4496-4aaa-818a-c931c0a8b832
    type: derived