mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
30 lines
926 B
YAML
30 lines
926 B
YAML
title: Multiple Users Failing to Authenticate from Single Process
|
|
id: fe563ab6-ded4-4916-b49f-a3a8445fe280
|
|
description: Detects failed logins with multiple accounts from a single process on the system.
|
|
author: Mauricio Velazco
|
|
date: 2021/06/01
|
|
references:
|
|
- https://docs.splunk.com/Documentation/ESSOC/3.22.0/stories/UseCase#Active_directory_password_spraying
|
|
tags:
|
|
- attack.t1110.003
|
|
- attack.initial_access
|
|
- attack.privilege_escalation
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
detection:
|
|
selection1:
|
|
EventID: '4625'
|
|
Logon_Type: '2'
|
|
filter:
|
|
Caller_Process_Name: '-'
|
|
timeframe: 24h
|
|
condition:
|
|
- selection1 and not filter | count(Account_Name) by Caller_Process_Name > 10
|
|
falsepositives:
|
|
- Terminal servers
|
|
- Jump servers
|
|
- Other multiuser systems like Citrix server farms
|
|
- Workstations with frequently changing users
|
|
level: medium
|