Files
hayabusa/rules/Sigma/win_susp_dns_config.yml
T
2021-11-14 11:00:56 +09:00

31 lines
931 B
YAML

title: DNS Server Error Failed Loading the ServerLevelPluginDLL
author: Florian Roth
date: 2017/05/08
description: This rule detects a DNS server error in which a specified plugin DLL
(in registry) could not be loaded
detection:
SELECTION_1:
EventID: 150
SELECTION_2:
EventID: 770
condition: (SELECTION_1 or SELECTION_2)
falsepositives:
- Unknown
id: cbe51394-cd93-4473-b555-edf0144952d9
level: critical
logsource:
product: windows
service: dns-server
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
- https://twitter.com/gentilkiwi/status/861641945944391680
status: experimental
tags:
- attack.defense_evasion
- attack.t1073
- attack.t1574.002
yml_filename: win_susp_dns_config.yml
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/builtin