Windows Process Creation: SOAPHound Execution via AD Data Collection Command-Line Arguments
Flags SOAPHound execution on Windows by detecting command-line arguments used for Active Directory data collection.
- Product
- windows
- Category
- process_creation
- Author
- @kostastsale (SigmaHQ), DRL 1.1
- Published
- 2024-01-26
- Updated
- 2026-07-31
ATT&CK techniques
DiscoveryRecon
Resource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies execution of the SOAPHound .NET tool on Windows by matching specific command-line arguments related to building a cache and dumping Active Directory data such as BHD, certificates, and DNS records. Attackers and operators may use such tooling to collect sensitive AD information for discovery and follow-on attacks. The detection relies on Windows process creation telemetry with full command-line visibility.
Reporting behind it
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 Process Creation: SOAPHound Execution via AD Data Collection Command-Line Arguments"
id: 7c676d7a-8b26-4690-8b2b-0bd943bf5ab9
status: test
description: This rule identifies execution of the SOAPHound .NET tool on Windows by matching specific command-line arguments related to building a cache and dumping Active Directory data such as BHD, certificates, and DNS records. Attackers and operators may use such tooling to collect sensitive AD information for discovery and follow-on attacks. The detection relies on Windows process creation telemetry with full command-line visibility.
references:
- https://github.com/FalconForceTeam/SOAPHound
- https://medium.com/falconforce/soaphound-tool-to-collect-active-directory-data-via-adws-165aca78288c
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_soaphound_execution.yml
author: "@kostastsale, Huntrule Team"
date: 2024-01-26
tags:
- attack.discovery
- attack.t1087
logsource:
product: windows
category: process_creation
detection:
selection_1:
CommandLine|contains:
- " --buildcache "
- " --bhdump "
- " --certdump "
- " --dnsdump "
selection_2:
CommandLine|contains:
- " -c "
- " --cachefilename "
- " -o "
- " --outputdirectory"
condition: all of selection_*
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: e92a4287-e072-4a40-9739-370c106bb750
type: derived