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

22 lines
502 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
2017-02-28 17:53:06 +01:00
author: Florian Roth
references:
2021-11-27 11:33:14 +01:00
- http://www.securityfocus.com/infocus/1633
date: 2017/02/28
modified: 2021/11/27
2017-02-28 17:53:06 +01:00
logsource:
service: apache
2017-02-28 17:53:06 +01:00
detection:
2021-11-27 11:33:14 +01:00
keywords:
- 'exit signal Segmentation Fault'
condition: keywords
2017-02-28 17:53:06 +01:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2017-02-28 17:53:06 +01:00
level: high
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.impact
- attack.t1499.004