d31614af9c
- description/comment -> title/description - addition of reference
20 lines
654 B
YAML
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
|