Files
blue-team-tools/windows/builtin/susp_failed_logons_single_source.yml
T
Thomas Patzke d31614af9c Consistency between format description and examples
- description/comment -> title/description
- addition of reference
2017-01-11 20:45:01 +01:00

20 lines
654 B
YAML

title: Multiple Failed Logins with Different Accounts from Single Source System
description: Detects suspicious failed logins with different user accounts from a single source system
detection:
selection:
- EventLog: Security
EventID:
- 529
- 4625
- 4776
UserName: not null
SourceWorkstation: not null
timeframe: last 24h
condition: selection | count(UserName) by SourceWorkstation > 3
falsepositives:
- Terminal servers
- Jump servers
- Other multiuser systems like Citrix server farms
- Workstations with frequently changing users
level: 40