mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
924e1feb54
* Added UUIDs to all contributed rules * Moved unsupported logic directory out of rules/ because this breaks CI testing.
28 lines
668 B
YAML
28 lines
668 B
YAML
title: Brute Force
|
|
id: 53c7cca0-2901-493a-95db-d00d6fcf0a37
|
|
description: Detects many authentication failures from one source to one destination which is may indicate Brute Force activity
|
|
references:
|
|
- None
|
|
tags:
|
|
- attack.t1110
|
|
author: Aleksandr Akhremchik, oscd.community
|
|
date: 2019/10/25
|
|
status: experimental
|
|
logsource:
|
|
category: authentication
|
|
detection:
|
|
selection:
|
|
action: failure
|
|
timeframe: 600s
|
|
condition: selection | count(category) by dst_ip > 30
|
|
fields:
|
|
- src_ip
|
|
- dst_ip
|
|
- user
|
|
falsepositives:
|
|
- Inventarization
|
|
- Penetration testing
|
|
- Vulnerability scanner
|
|
- Legitimate application
|
|
level: medium
|