Crowdstrike Ephemeral User Account
Description
Detects when a user account is created and deleted within 12 hours. This aims to detect ephemeral user accounts infiltrators might use to avoid suspicion.
Query
Detection:
- Sequence:
- ID: AccountCreated
RuleID: Crowdstrike.NewUserCreated
- ID: AccountDeleted
RuleID: Crowdstrike.UserDeleted
Transitions:
- ID: User Created FOLLOWED BY User Deleted
From: AccountCreated
To: AccountDeleted
WithinTimeFrameMinutes: 720 # 12 hours
Match:
- On: p_alert_context.target_name
LookbackWindowMinutes: 2160
Schedule:
RateMinutes: 1440
TimeoutMinutes: 1
Rule dependencies
⚠ Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.
Depends on
-
correlates · Panther sequence
Crowdstrike.NewUserCreatedwithin 720m -
correlates · Panther sequence
Crowdstrike.UserDeletedwithin 720m