2018-02-20 13:56:28 +00:00
|
|
|
title: Suspicious Named Error
|
2019-11-12 22:12:27 +00:00
|
|
|
id: c8e35e96-19ce-4f16-aeb6-fd5588dc5365
|
2018-02-20 13:56:28 +00:00
|
|
|
status: experimental
|
2019-11-12 22:12:27 +00:00
|
|
|
description: Detects suspicious DNS error messages that indicate a fatal or suspicious error that could be caused by exploiting attempts
|
2018-02-20 13:56:28 +00:00
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/02/20
|
2020-09-14 04:03:04 +00:00
|
|
|
references:
|
|
|
|
- https://github.com/ossec/ossec-hids/blob/master/etc/rules/named_rules.xml
|
2018-02-20 13:56:28 +00:00
|
|
|
logsource:
|
|
|
|
product: linux
|
|
|
|
service: syslog
|
|
|
|
detection:
|
|
|
|
keywords:
|
|
|
|
- '* dropping source port zero packet from *'
|
|
|
|
- '* denied AXFR from *'
|
|
|
|
- '* exiting (due to fatal error)*'
|
|
|
|
condition: keywords
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|
2020-09-14 04:03:04 +00:00
|
|
|
tags:
|
|
|
|
- attack.initial_access
|
|
|
|
- attack.t1190
|