IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Multiple Alerts Involving a User
editMultiple Alerts Involving a User
editThis rule uses alert data to determine when multiple different alerts involving the same user are triggered. Analysts can use this to prioritize triage and response, as these users are more likely to be compromised.
Rule type: threshold
Rule indices:
- .alerts-security.*
Severity: high
Risk score: 73
Runs every: 1h
Searches indices from: now-24h (Date Math format, see also Additional look-back time
)
Maximum alerts per execution: 100
References: None
Tags:
- Use Case: Threat Detection
- Rule Type: Higher-Order Rule
Version: 3
Rule authors:
- Elastic
Rule license: Elastic License v2
Rule query
editsignal.rule.name:* and user.name:* and not user.id:("S-1-5-18" or "S-1-5-19" or "S-1-5-20")