DNS Server Error Failed Loading the ServerLevelPluginDLL

Detects a DNS server error in which a specified plugin DLL (in registry) could not be loaded

Sigma rule (View on GitHub)

 1title: DNS Server Error Failed Loading the ServerLevelPluginDLL
 2id: cbe51394-cd93-4473-b555-edf0144952d9
 3related:
 4    - id: e61e8a88-59a9-451c-874e-70fcc9740d67
 5      type: derived
 6    - id: f63b56ee-3f79-4b8a-97fb-5c48007e8573
 7      type: derived
 8status: test
 9description: Detects a DNS server error in which a specified plugin DLL (in registry) could not be loaded
10references:
11    - https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83
12    - https://technet.microsoft.com/en-us/library/cc735829(v=ws.10).aspx
13    - https://twitter.com/gentilkiwi/status/861641945944391680
14author: Florian Roth (Nextron Systems)
15date: 2017/05/08
16modified: 2023/02/05
17tags:
18    - attack.defense_evasion
19    - attack.t1574.002
20logsource:
21    product: windows
22    service: dns-server
23detection:
24    selection:
25        EventID:
26            - 150
27            - 770
28            - 771
29    condition: selection
30falsepositives:
31    - Unknown
32level: high

References

Related rules

to-top