Windows SyncAppvPublishingServer Execution Triggering PowerShell Module Context

Alerts when SyncAppvPublishingServer.exe appears in PowerShell module ContextInfo on Windows.

FreeReviewedSigma · Medium · v2
Product
windows
Category
ps_module
Author
Ensar Şamil, @sblmsrsn, OSCD Community (SigmaHQ), DRL 1.1
Published
2020-10-05
Updated
2026-07-31
title: Windows SyncAppvPublishingServer Execution Triggering PowerShell Module Context
id: 813dac71-433f-4ae6-b71d-c0a8f5da16d4
related:
  - id: fde7929d-8beb-4a4c-b922-be9974671667
    type: derived
  - id: 9f7aa113-9da6-4a8d-907c-5f1a4b908299
    type: derived
  - id: fe5ce7eb-dad8-467c-84a9-31ec23bd644a
    type: derived
status: test
description: This rule matches process executions where the command/context contains SyncAppvPublishingServer.exe. Attackers can use this binary as a utility to evade PowerShell execution restrictions, making the observed process path or context an important indicator of stealthy execution attempts. It relies on Windows PowerShell module telemetry that includes ContextInfo content from the invocation.
references:
  - https://lolbas-project.github.io/lolbas/Binaries/Syncappvpublishingserver/
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/powershell/powershell_module/posh_pm_syncappvpublishingserver_exe.yml
author: Ensar Şamil, @sblmsrsn, OSCD Community, Huntrule Team
date: 2020-10-05
modified: 2022-12-02
tags:
  - attack.stealth
  - attack.t1218
logsource:
  product: windows
  category: ps_module
  definition: 0ad03ef1-f21b-4a79-8ce8-e6900c54b65b
detection:
  selection:
    ContextInfo|contains: SyncAppvPublishingServer.exe
  condition: selection
falsepositives:
  - App-V clients
level: medium
license: DRL-1.1