Detection rules › Elastic

Suspicious SeIncreaseBasePriorityPrivilege Use

Author
Elastic
Source
upstream

Identifies attempts to use the SeIncreaseBasePriorityPrivilege privilege by an unusual process. This could be related to hijack execution flow of a process via threats priority manipulation.

MITRE ATT&CK coverage

TacticTechniques
Privilege EscalationT1134 Access Token Manipulation
Defense EvasionT1134 Access Token Manipulation

Event coverage

ProviderEvent IDTitle
Security-Auditing4674An operation was attempted on a privileged object.

Stages and Predicates

Stage 1: kql:query

not winlog.event_data.SubjectUserSid:("S-1-5-18" or "S-1-5-19" or "S-1-5-20") and event.category:"iam" and event.outcome:"success" and winlog.event_data.AccessMask:512 and winlog.event_data.PrivilegeList:"SeIncreaseBasePriorityPrivilege"

Exclusions

Top-level NOT(...) conjuncts — predicates this rule actively suppresses.

StageFieldKindExcluded values
1SubjectUserSidinS-1-5-18, S-1-5-19, S-1-5-20

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
event.categoryeq
  • iam corpus 2 (elastic 2)
event.outcomeeq
  • success corpus 8 (elastic 8)
winlog.event_data.AccessMaskeq
  • 512
winlog.event_data.PrivilegeListeq
  • SeIncreaseBasePriorityPrivilege