| name | T1216.002_syncappvpublishingserver |
| description | Adversaries may abuse SyncAppvPublishingServer.vbs to proxy execution of malicious PowerShell commands. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1216.002","defense-evasion","windows","sub-technique"] |
| technique_id | T1216.002 |
| tactic | defense-evasion |
| all_tactics | ["defense-evasion"] |
| platforms | ["Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1216/002 |
| tech_stack | ["windows"] |
| cwe_ids | ["CWE-693"] |
| chains_with | ["T1216","T1216.001"] |
| prerequisites | ["T1216"] |
| severity_boost | {"T1216":"Chain with T1216 for deeper attack path","T1216.001":"Chain with T1216.001 for deeper attack path"} |
T1216.002 SyncAppvPublishingServer
Sub-technique of: T1216
High-Level Description
Adversaries may abuse SyncAppvPublishingServer.vbs to proxy execution of malicious PowerShell commands. SyncAppvPublishingServer.vbs is a Visual Basic script associated with how Windows virtualizes applications (Microsoft Application Virtualization, or App-V). For example, Windows may render Win32 applications to users as virtual applications, allowing users to launch and interact with them as if they were installed locally.
The SyncAppvPublishingServer.vbs script is legitimate, may be signed by Microsoft, and is commonly executed from \System32 through the command line via wscript.exe.
Adversaries may abuse SyncAppvPublishingServer.vbs to bypass PowerShell execution restrictions and evade defensive counter measures by "living off the land." Proxying execution may function as a trusted/signed alternative to directly invoking powershell.exe.
For example, PowerShell commands may be invoked using:
SyncAppvPublishingServer.vbs "n; {PowerShell}"
Kill Chain Phase
Platforms: Windows
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to SyncAppvPublishingServer by examining the target platforms (Windows).
-
Assess Existing Defenses: Review whether mitigations for T1216.002 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.