Files
blue-team-tools/rules/web/web_apache_segfault.yml
T

22 lines
520 B
YAML
Raw Normal View History

2017-02-28 17:53:06 +01:00
title: Apache Segmentation Fault
2019-11-12 23:12:27 +01:00
id: 1da8ce0b-855d-4004-8860-7d64d42063b1
2021-11-27 11:33:14 +01:00
status: test
2020-09-03 17:04:57 +03:00
description: Detects a segmentation fault error message caused by a creashing apache worker process
references:
2022-10-25 10:08:58 +02:00
- http://www.securityfocus.com/infocus/1633
author: Florian Roth
2021-11-27 11:33:14 +01:00
date: 2017/02/28
modified: 2021/11/27
2022-10-25 10:08:58 +02:00
tags:
- attack.impact
- attack.t1499.004
2017-02-28 17:53:06 +01:00
logsource:
2022-10-25 10:08:58 +02:00
service: apache
2017-02-28 17:53:06 +01:00
detection:
2022-10-25 10:08:58 +02:00
keywords:
- 'exit signal Segmentation Fault'
condition: keywords
2017-02-28 17:53:06 +01:00
falsepositives:
2022-10-25 10:08:58 +02:00
- Unknown
2017-02-28 17:53:06 +01:00
level: high