SigmaHQ/rules/windows/builtin/win_susp_dns_config.yml

29 lines
839 B
YAML
Raw Normal View History

title: DNS Server Error Failed Loading the ServerLevelPluginDLL
2019-11-12 22:12:27 +00:00
id: cbe51394-cd93-4473-b555-edf0144952d9
description: This rule detects a DNS server error in which a specified plugin DLL (in registry) could not be loaded
status: experimental
2017-05-08 11:10:40 +00:00
date: 2017/05/08
references:
- https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83
- https://technet.microsoft.com/en-us/library/cc735829(v=ws.10).aspx
2017-05-08 19:25:07 +00:00
- https://twitter.com/gentilkiwi/status/861641945944391680
2019-03-06 04:25:12 +00:00
tags:
- attack.defense_evasion
- attack.t1073 # an old one
2020-06-16 20:46:08 +00:00
- attack.t1574.002
author: Florian Roth
logsource:
product: windows
service: dns-server
detection:
selection:
2020-06-16 20:46:08 +00:00
EventID:
2017-05-08 19:25:07 +00:00
- 150
- 770
2017-05-08 11:10:40 +00:00
condition: selection
2020-06-16 20:46:08 +00:00
falsepositives:
- Unknown
level: critical
2017-05-08 19:25:07 +00:00