Files

24 lines
664 B
YAML
Raw Permalink Normal View History

2017-02-28 17:53:32 +01:00
title: Multiple Modsecurity Blocks
2019-11-12 23:12:27 +01:00
id: a06eea10-d932-4aa6-8ba9-186df72c8d23
status: unsupported
2019-11-12 23:12:27 +01:00
description: Detects multiple blocks by the mod_security module (Web Application Firewall)
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2020-09-13 22:03:04 -06:00
date: 2017/02/28
modified: 2023/03/24
2022-10-25 08:53:44 +02:00
tags:
- attack.impact
- attack.t1499
2017-02-28 17:53:32 +01:00
logsource:
2023-01-07 08:52:11 +01:00
product: modsecurity
2017-02-28 17:53:32 +01:00
detection:
selection:
- 'mod_security: Access denied'
- 'ModSecurity: Access denied'
- 'mod_security-message: Access denied'
timeframe: 120m
2017-02-28 17:53:32 +01:00
condition: selection | count() > 6
falsepositives:
- Vulnerability scanners
- Frequent attacks if system faces Internet
level: medium