2020-01-30 16:26:09 +00:00
|
|
|
title: Failed Logins with Different Accounts from Single Source System
|
2019-11-12 22:12:27 +00:00
|
|
|
id: fc947f8e-ea81-4b14-9a7b-13f888f94e18
|
2020-01-30 14:32:39 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2017/02/16
|
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
|
2017-09-10 22:35:52 +00:00
|
|
|
service: auth
|
2017-01-10 23:26:22 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-12 22:12:27 +00:00
|
|
|
pam_message: authentication failure
|
2018-06-28 07:30:12 +00:00
|
|
|
pam_user: '*'
|
|
|
|
pam_rhost: '*'
|
2019-11-12 22:12:27 +00:00
|
|
|
timeframe: 24h
|
2017-01-10 23:26:22 +00:00
|
|
|
condition: selection | count(pam_user) by pam_rhost > 3
|
|
|
|
falsepositives:
|
|
|
|
- Terminal servers
|
|
|
|
- Jump servers
|
2019-11-12 22:12:27 +00:00
|
|
|
- Workstations with frequently changing users
|
2017-02-16 17:02:26 +00:00
|
|
|
level: medium
|