mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
24 lines
695 B
YAML
24 lines
695 B
YAML
title: Failed Logins with Different Accounts from Single Source System
|
|
id: fc947f8e-ea81-4b14-9a7b-13f888f94e18
|
|
status: experimental
|
|
description: Detects suspicious failed logins with different user accounts from a single source system
|
|
author: Florian Roth
|
|
date: 2017/02/16
|
|
logsource:
|
|
product: linux
|
|
service: auth
|
|
detection:
|
|
selection:
|
|
pam_message: authentication failure
|
|
pam_user: '*'
|
|
pam_rhost: '*'
|
|
timeframe: 24h
|
|
condition: selection | count(pam_user) by pam_rhost > 3
|
|
falsepositives:
|
|
- Terminal servers
|
|
- Jump servers
|
|
- Workstations with frequently changing users
|
|
level: medium
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1110 |