Files
hayabusa/rules/Sigma/process_creation_syncappvpublishingserver_vbs_execute_powershell.yml
2021-11-14 11:00:56 +09:00

37 lines
1.0 KiB
YAML

title: SyncAppvPublishingServer VBS Execute Arbitrary PowerShell Code
author: frack113
date: 2021/07/16
description: Executes arbitrary PowerShell code using SyncAppvPublishingServer.vbs
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
CommandLine: '*\SyncAppvPublishingServer.vbs*'
SELECTION_3:
CommandLine: '*"n;*'
condition: (SELECTION_1 and SELECTION_2 and SELECTION_3)
falsepositives:
- Unknown
fields:
- ComputerName
- User
- CommandLine
- ParentCommandLine
id: 36475a7d-0f6d-4dce-9b01-6aeb473bbaf1
level: medium
logsource:
category: process_creation
product: windows
modified: 2021/09/12
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1216/T1216.md
- https://lolbas-project.github.io/lolbas/Binaries/Syncappvpublishingserver/
status: experimental
tags:
- attack.defense_evasion
- attack.t1218
- attack.t1216
yml_filename: process_creation_syncappvpublishingserver_vbs_execute_powershell.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/process_creation