mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
88270fcf2d
* removed unnecessary one element lists from definitions * converted some lists of one element maps to maps because the resulting OR linkage would cause wrong result.
15 lines
487 B
YAML
15 lines
487 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:
|
|
log: auth
|
|
pam_user: not null
|
|
pam_rhost: not null
|
|
timeframe: last 24h
|
|
condition: selection | count(pam_user) by pam_rhost > 3
|
|
falsepositives:
|
|
- Terminal servers
|
|
- Jump servers
|
|
- Workstations with frequently changing users
|
|
level: 40
|