ATT&CK coverage › Technique

System Owner/User Discovery T1033

Adversaries may attempt to identify the primary user, currently logged in user, set of users that commonly uses a system, or whether a user is actively using the system. They may do this, for example, by retrieving account usernames or by using OS Credential Dumping. The information may be collected in a number of different ways using other Discovery techniques, because user and username details are prevalent throughout a system and include running process ownership, file/directory ownership, session information, and system logs. Adversaries may use the information from System Owner/User Discovery during automated discovery to shape follow-on behaviors, including whether or not the adversary fully infects the target and/or attempts specific actions.

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 22 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 (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
Image15ends_with 15\whoami.exe, \powershell.exe, \pwsh.exe, \quser.exe, \w3wp.exe
CommandLine13match 12, ends_with 1&cd&echo, Out-File, -Filter \*, Set-Content, &c:&echo
OriginalFileName13eq 12, match 1whoami.exe, PowerShell.EXE, pwsh.dll, quser.exe, SharpLdapWhoami
ScriptBlockText6match 4, eq 2Out-File, -Filter \*, Set-Content, Get-ADUser, -Filter
ParentImage4ends_with 4, match 2, eq 1, is_null 1\httpd.exe, \tomcat, \nginx.exe, \w3wp.exe, \pwsh.exe
EventID2eq 24104
Product1eq 1SharpLdapWhoami
user1match 1TrustedInstaller, AUTORI, AUTHORI

Top indicator values (266 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
OriginalFileNameeqwhoami.exe99
Imageends_with\whoami.exe918
ParentImageends_with\w3wp.exe38
Imageends_with\powershell.exe3143
Imageends_with\pwsh.exe3140
CommandLinematch&cd&echo22
CommandLinematch -Filter \*22
CommandLinematchOut-File23
CommandLinematchSet-Content22
OriginalFileNameeqPowerShell.EXE264
CommandLinematch > 25
CommandLinematchAdd-Content22
OriginalFileNameeqpwsh.dll272
CommandLinematch | Select 22
ScriptBlockTextmatch -Filter \*22
ScriptBlockTextmatch | Select 22
ScriptBlockTextmatchAdd-Content22
ScriptBlockTextmatchOut-File23
ScriptBlockTextmatchSet-Content22
Imageends_with\quser.exe22

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 20 rules

Splunk 2 rules