Files
blue-team-tools/rules/windows/process_creation/win_susp_bginfo.yml
T

28 lines
787 B
YAML
Raw Normal View History

2019-11-04 18:14:44 +03:00
title: Application whitelisting bypass via bginfo
2019-11-12 23:12:27 +01:00
id: aaf46cdc-934e-4284-b329-34aa701e3771
2019-10-26 08:16:08 +02:00
status: experimental
description: Execute VBscript code that is referenced within the *.bgi file.
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Bginfo.yml
- https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/
2019-11-04 18:14:44 +03:00
author: Beyu Denis, oscd.community
2019-10-26 08:16:08 +02:00
date: 2019/10/26
2019-11-04 18:14:44 +03:00
modified: 2019/11/04
2019-10-26 08:16:08 +02:00
tags:
2019-11-04 18:14:44 +03:00
- attack.defense_evasion
- attack.execution
- attack.t1218
2019-10-26 08:16:08 +02:00
level: medium
logsource:
category: process_creation
product: windows
detection:
selection:
2019-11-08 01:34:30 +03:00
Image|endswith: '\bginfo.exe'
2019-11-04 18:14:44 +03:00
CommandLine|contains|all:
- '/popup'
- '/nolicprompt'
2019-10-26 08:16:08 +02:00
condition: selection
falsepositives:
- Unknown