Account Access Removal T1531

Adversaries may interrupt availability of system and network resources by inhibiting access to accounts utilized by legitimate users. Accounts may be deleted, locked, or manipulated (ex: changed credentials, revoked permissions for SaaS platforms such as Sharepoint) to remove access to accounts. Adversaries may also subsequently log off and/or perform a System Shutdown/Reboot to set malicious changes into place.

Events covered

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

Authoring guide

Patterns shared across the 10 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 (14 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
CommandLine4contains 2, regex_match 2(?i)net1?(\.exe)?\s+user\s+\S+\s+\S+, user, /active:no, /delete
process_name4eq 4net1.exe, logoff.exe
EventID3eq 34104, 4688
OriginalFileName3eq 3net1.exe
ScriptBlockText2contains 1, eq 1*quser*logoff*, -identity , -members , remove-adgroupmember
EventType1eq 1logged-in, reset-password
LogonType1eq 1Network
TargetSid1wildcard 1S-1-12-1-*-500, S-1-5-21-*-500
TargetUserName1contains 1adm, admin, dc0
Type1eq 1
count1ge 110
event.outcome1eq 1success
parent_process_name1in 1cmd.exe, powershell.exe, pwsh.exe
src_ip1ne 1127.0.0.1, ::1

Top indicator values (32 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
OriginalFileNameeq
net1.exe
343
process_nameeq
net1.exe
334
process_nameeq
logoff.exe
12
CommandLinecontains
user
216
CommandLinecontains
/active:no
1
CommandLinecontains
/delete
19
CommandLineregex_match
(?i)net1?(\.exe)?\s+user\s+\S+\s+\S+
22
EventIDeq
4104
2268
EventIDeq
4688
1312
EventTypeeq
logged-in
18
EventTypeeq
reset-password
1
LogonTypeeq
Network
139
ScriptBlockTextcontains
-identity
1
ScriptBlockTextcontains
-members
1
ScriptBlockTextcontains
remove-adgroupmember
1
ScriptBlockTexteq
*quser*logoff*
1
TargetSidwildcard
S-1-12-1-*-500
1
TargetSidwildcard
S-1-5-21-*-500
1
TargetUserNamecontains
adm
1
TargetUserNamecontains
admin
1
TargetUserNamecontains
dc0
1
TargetUserNamecontains
dmz
1
TargetUserNamecontains
service
1
TargetUserNamecontains
super
1
TargetUserNamecontains
svc
1
countge
10
14
event.outcomeeq
success
18
parent_process_namein
cmd.exe
19
parent_process_namein
powershell.exe
18
parent_process_namein
pwsh.exe
16

Exclusions (6 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
CommandLineregex_match
(?i)\/\S+
2
TargetUserNamewildcard
*$
1
TargetUserNamewildcard
*-*-*
1
TargetUserNamewildcard
PIM_*
1
TargetUserNamewildcard
_*_
1
TargetUserNamewildcard
svc*
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.

Sigma 2 rules

Elastic 1 rule

Splunk 7 rules