2017-01-10 23:26:22 +00:00
|
|
|
title: Multiple Failed Logins with Different Accounts from Single Source System
|
2017-02-16 17:02:26 +00:00
|
|
|
description: Detects suspicious failed logins with different user accounts from a single source system
|
|
|
|
logsource:
|
|
|
|
product: linux
|
|
|
|
service: syslog
|
2017-01-10 23:26:22 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2017-02-15 22:53:08 +00:00
|
|
|
log: auth
|
|
|
|
pam_user: not null
|
|
|
|
pam_rhost: not null
|
2017-01-10 23:26:22 +00:00
|
|
|
timeframe: last 24h
|
|
|
|
condition: selection | count(pam_user) by pam_rhost > 3
|
|
|
|
falsepositives:
|
|
|
|
- Terminal servers
|
|
|
|
- Jump servers
|
|
|
|
- Workstations with frequently changing users
|
2017-02-16 17:02:26 +00:00
|
|
|
level: medium
|
|
|
|
|