Application Window Discovery T1010

Tactic: Discovery

Adversaries may attempt to get a listing of open application windows. Window listings could convey information about how the system is used. For example, information about application windows could be used identify potential data to collect as well as identifying security tooling (Security Software Discovery) to evade.

Events covered

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

Authoring guide

Patterns shared across the 2 rules above: which fields they filter on, what specific values they look for, and what they exclude. The catalog normalizes field names 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 (8 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
AccessMask1eq 10xf003f
DiscoveryCommands1ge 13
LogonId1eq 10x3e4
ObjectName1eq 1ServicesActive
ObjectType1eq 1SC_MANAGER OBJECT
ParentCommandLine1contains 1, ends_with 1-a, -nao, -t
file_name1eq 1arp.exe, net.exe, netstat.exe
parent_process_name1in 1explorer.exe, mobsync.exe

Top indicator values (21 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. Click a value to expand the rules under this technique that use it.

FieldKindValueRules (here)Corpus reach
AccessMaskeq
0xf003f
1
DiscoveryCommandsge
3
1
LogonIdeq
0x3e4
1
ObjectNameeq
ServicesActive
1
ObjectTypeeq
SC_MANAGER OBJECT
12
ParentCommandLinecontains
-a
1
ParentCommandLinecontains
-nao
1
ParentCommandLinecontains
-t
1
ParentCommandLinecontains
/all
1
ParentCommandLinecontains
querytype=all
1
ParentCommandLinecontains
timeout=10
1
ParentCommandLinecontains
view
1
ParentCommandLineends_with
127.0.0.1
1
file_nameeq
arp.exe
1
file_nameeq
net.exe
1
file_nameeq
netstat.exe
1
file_nameeq
nslookup.exe
1
file_nameeq
ping.exe
12
file_nameeq
whoami.exe
1
parent_process_namein
explorer.exe
13
parent_process_namein
mobsync.exe
1

Exclusions (1 distinct)

Field/operator/value combinations excluded by rules under this technique (top-level not() clauses), sorted by how many rules exclude each. These are the false-positive paths the community has learned to filter out. A new rule that ignores the high-count entries here will likely fire on the same noisy paths. Click a value to expand the rules under this technique that exclude it.

FieldKindValueRules excluding
LogonIdeq
0x3e4
1

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.

Platform (all)
Domain (all)

Sigma 1 rule

Kusto 1 rule