ATT&CK coverage › Technique

Create Account: Local Account T1136.001

Adversaries may create a local account to maintain access to victim systems. Local accounts are those configured by an organization for use by users, remote support, services, or for administration on a single system or service.

Events covered

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

ProviderEvent IDTitle
Sysmon1Process creation
Sysmon12RegistryEvent (Object create and delete)
Sysmon13RegistryEvent (Value Set)
Sysmon14RegistryEvent (Key and Value Rename)
Security-Auditing4688A new process has been created.
Security-Auditing4720A user account was created.
Security-Auditing4726A user account was deleted.
Security-Auditing4727A security-enabled global group was created.
Security-Auditing4730A security-enabled global group was deleted.
Security-Auditing4731A security-enabled local group was created.
Security-Auditing4732A member was added to a security-enabled local group.
Security-Auditing4737A security-enabled global group was changed.
Security-Auditing4744A security-disabled local group was created.
Security-Auditing4749A security-disabled global group was created.
Security-Auditing4754A security-enabled universal group was created.
Security-Auditing4756A member was added to a security-enabled universal group.
Security-Auditing4759A security-disabled universal group was created.
Security-Auditing4783A basic application group was created.
Security-Auditing4790An LDAP query group was created.
PowerShell4104Creating Scriptblock text (MessageNumber of MessageTotal).

Authoring guide

Patterns shared across the 15 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 (13 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
user4eq 3, ends_with 1, in 1$, HomeGroupUser$, Administrators, "ESX Admins", "*ESX Admins*"
EventID4eq 2, in 24720, 4732, 4727, 4730, 4737
Image3ends_with 3\net.exe, \net1.exe, \lsass.exe
CommandLine3match 3user, add, expires:never, Add-LocalGroupMember , /add
OriginalFileName2eq 2net.exe, net1.exe
ScriptBlockText2match 1, eq 1New-LocalUser, "*New-ADGroup*", "*ESX Admins*", "*New-LocalGroup*"
All_Changes.result_id2eq 24720, 4726
TargetObject1match 1, ends_with 1\SAM\SAM\Domains\Account\Users\Names\, $\(Default)
SamAccountName1match 1ANONYMOUS, LOGON
distinct_eventcodes1gt 11
Group_Name1eq 1Administrators
delete_result_id1eq 14726
create_result_id1eq 14720

Top indicator values (67 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
OriginalFileNameeqnet1.exe216
CommandLinematchadd216
Imageends_with\net.exe227
OriginalFileNameeqnet.exe216
Imageends_with\net1.exe225
CommandLinematchuser24
All_Changes.result_ideq472022
EventIDin472723
TargetObjectmatch\SAM\SAM\Domains\Account\Users\Names\1
TargetObjectends_with$\(Default)1
Imageends_with\lsass.exe15
usereqHomeGroupUser$12
userends_with$118
CommandLinematchexpires:never1
ScriptBlockTextmatchNew-LocalUser12
SamAccountNamematchANONYMOUS1
SamAccountNamematchLOGON1
CommandLinematchlocalgroup 13
CommandLinematch /add15
CommandLinematchAdd-LocalGroupMember 13

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

Splunk 6 rules

Kusto Query Language 1 rule