Files
blue-team-tools/rules/generic/generic_brute_force.yml
T

27 lines
634 B
YAML
Raw Normal View History

2019-10-25 17:57:56 +03:00
title: Brute Force
2019-12-19 23:56:36 +01:00
id: 53c7cca0-2901-493a-95db-d00d6fcf0a37
2021-11-27 11:33:14 +01:00
status: test
2019-10-25 17:57:56 +03:00
description: Detects many authentication failures from one source to one destination which is may indicate Brute Force activity
author: Aleksandr Akhremchik, oscd.community
date: 2019/10/25
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2019-10-25 17:57:56 +03:00
logsource:
2021-11-27 11:33:14 +01:00
category: authentication
2019-10-25 17:57:56 +03:00
detection:
2021-11-27 11:33:14 +01:00
selection:
action: failure
timeframe: 600s
condition: selection | count(category) by dst_ip > 30
2019-10-25 17:57:56 +03:00
fields:
2021-11-27 11:33:14 +01:00
- src_ip
- dst_ip
- user
2019-10-25 17:57:56 +03:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Inventarization
- Vulnerability scanner
- Legitimate application
2019-10-25 17:57:56 +03:00
level: medium
2020-09-13 22:03:04 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.credential_access
- attack.t1110