1200KM / sigma-rule
SyncAppvPublishingServer VBS Execute Arbitrary PowerShell Code — Sigma Rule
Sigma rule 36475a7d-0f6d-4dce-9b01-6aeb473bbaf1. SyncAppvPublishingServer VBS Execute Arbitrary PowerShell Code — Sigma Rule. Executes arbitrary PowerShell code using SyncAppvPublishingServer.vbs
Rule metadata and linked tags
Author: frack113. Source status: test; severity: medium. Source dates: 2021-07-16 / 2022-06-22.
{
"category": "process_creation",
"product": "windows"
}Pinned original Sigma rule · Detection Rule License 1.1
Source SHA-256: 35e24dfad608e2e30a9abbc296ddb686a93eda07e36ad637e816e673c367e62e
Detection logic
Original source YAML. Source-tag agreement is not proof of complete semantic coverage. This rule has not been compiled for a SIEM backend or validated against live telemetry here.
title: SyncAppvPublishingServer VBS Execute Arbitrary PowerShell Code
id: 36475a7d-0f6d-4dce-9b01-6aeb473bbaf1
status: test
description: Executes arbitrary PowerShell code using SyncAppvPublishingServer.vbs
references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1216/T1216.md
- https://lolbas-project.github.io/lolbas/Binaries/Syncappvpublishingserver/
author: frack113
date: 2021-07-16
modified: 2022-06-22
tags:
- attack.stealth
- attack.t1218
- attack.t1216
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- '\SyncAppvPublishingServer.vbs'
- ';' # at a minimum, a semi-colon is required
condition: selection
falsepositives:
- Unknown
level: medium
False positives
- Unknown
Source references
Connected ecosystem references
Exact source-tagged techniques
Telemetry review
Read the original logsource above, then inspect the linked detection workspaces for technique-level sensor context. No per-rule telemetry equivalence is inferred.
Pinned research references. No browser attack runner, live simulation result or validated detector is asserted. Source mappings and validation limits are preserved. ATT&CK / Atomic provenance · Detection provenance.