ATT&CK coverage › Technique

Group Policy Discovery T1615

Adversaries may gather information on Group Policy settings to identify paths for privilege escalation, security measures applied within a domain, and to discover patterns in domain objects that can be manipulated or used to blend in the environment. Group Policy allows for centralized management of user and computer settings in Active Directory (AD). Group policy objects (GPOs) are containers for group policy settings made up of files stored within a predictable network path `\<DOMAIN>\SYSVOL\<DOMAIN>\Policies\`.

Events covered

3 catalog events are tagged with this technique by at least one rule.

ProviderEvent IDTitle
Sysmon1Process creation
Security-Auditing4688A new process has been created.
PowerShell4104Creating Scriptblock text (MessageNumber of MessageTotal).

Authoring guide

Patterns shared across the 6 rules above: which fields they filter on, what specific values they look for, and what they exclude. Field names are normalized across vendors so Sigma's Image, Elastic's process.name, and Splunk's process_name collapse into one row. Each rule contributes at most once per row.

Fields filtered most (5 distinct)

The fields most rules look at when detecting this technique. The How column shows the operators authors use (eq, wildcard, regex_match, match) and how often each appears. Sample values are concrete examples to start from, not an exhaustive list.

FieldRulesHowSample values
Image4ends_with 4\cscript.exe, \wscript.exe, \gpresult.exe, \SharpUp.exe
CommandLine4match 4gatherNetworkInfo.vbs, /v, /z, CachedGPPPassword, ModifiableServiceBinaries
Description1eq 1SharpUp
OriginalFileName1eq 1wscript.exe, cscript.exe
ScriptBlockText1match 1Get-GPO

Top indicator values (18 distinct)

Specific (field, operator, value) combinations the rules check for, ranked by how many rules under this technique use each one. The Corpus reach column counts how many rules across the entire catalog (any technique) check the same combination. High numbers point to widely-used indicators that are likely noisy on their own; combine them with another condition for useful signal. Blank means the combination is specific to rules under this technique.

FieldKindValueRules (here)Corpus reach
Imageends_with\cscript.exe264
Imageends_with\wscript.exe264
CommandLinematchgatherNetworkInfo.vbs22
Imageends_with\gpresult.exe1
CommandLinematch/v14
CommandLinematch/z1
CommandLinematchHijackablePaths1
CommandLinematchModifiableScheduledTask1
Imageends_with\SharpUp.exe12
DescriptioneqSharpUp1
CommandLinematchUnquotedServicePath1
CommandLinematchCachedGPPPassword1
CommandLinematchProcessDLLHijack1
CommandLinematchDomainGPPPassword1
CommandLinematchModifiableServiceBinaries1
OriginalFileNameeqcscript.exe115
OriginalFileNameeqwscript.exe115
ScriptBlockTextmatchGet-GPO1

Rules under this technique

Every rule in the catalog tagged with this technique, grouped by vendor. Click a rule title for its full predicates, exclusions, and indicators.

Sigma 5 rules

Kusto Query Language 1 rule