Windows: Uncommon Child Processes Spawned by Bginfo.exe
Flags unusual processes launched by Bginfo.exe/ Bginfo64.exe that may indicate abused proxy execution.
- Product
- windows
- Category
- process_creation
- Author
- Nasreddine Bencherchali (Nextron Systems), Beyu Denis, oscd.community (SigmaHQ), DRL 1.1
- Published
- 2019-10-26
- Updated
- 2026-07-31
ATT&CK techniques
Execution → Defense EvasionRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
Identifies process creation events where the parent process is BgInfo.exe or BgInfo64.exe and the spawned child process is considered uncommon. Attackers may use BgInfo as a proxy to execute additional payloads or tooling under a trusted-looking parent. The rule relies on Windows process creation telemetry, specifically the parent image path and the resulting child process creation.
Reporting behind it
- lolbas-project.github.iohttps://lolbas-project.github.io/lolbas/OtherMSBinaries/Bginfo/
- oddvar.moehttps://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_bginfo_uncommon_child_process.yml
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Uncommon Child Processes Spawned by Bginfo.exe"
id: efb7227c-5ac9-4771-abb9-0c6ee42b6005
related:
- id: 811f459f-9231-45d4-959a-0266c6311987
type: similar
- id: aaf46cdc-934e-4284-b329-34aa701e3771
type: derived
status: test
description: Identifies process creation events where the parent process is BgInfo.exe or BgInfo64.exe and the spawned child process is considered uncommon. Attackers may use BgInfo as a proxy to execute additional payloads or tooling under a trusted-looking parent. The rule relies on Windows process creation telemetry, specifically the parent image path and the resulting child process creation.
references:
- https://lolbas-project.github.io/lolbas/OtherMSBinaries/Bginfo/
- https://oddvar.moe/2017/05/18/bypassing-application-whitelisting-with-bginfo/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_bginfo_uncommon_child_process.yml
author: Nasreddine Bencherchali (Nextron Systems), Beyu Denis, oscd.community, Huntrule Team
date: 2019-10-26
modified: 2023-08-16
tags:
- attack.execution
- attack.stealth
- attack.t1059.005
- attack.t1218
- attack.t1202
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage|endswith:
- \bginfo.exe
- \bginfo64.exe
condition: selection
falsepositives:
- Unknown
level: medium
license: DRL-1.1