2019-03-09 20:57:59 +03:00
action : global
2017-05-08 13:39:50 +02:00
title : DNS ServerLevelPluginDll Install
2019-11-12 23:12:27 +01:00
id : e61e8a88-59a9-451c-874e-70fcc9740d67
2017-05-08 13:39:50 +02:00
status : experimental
2019-11-12 23:12:27 +01:00
description : Detects the installation of a plugin DLL via ServerLevelPluginDll parameter in Registry, which can be used to execute code in context of the DNS server
(restart required)
2018-01-28 02:24:16 +03:00
references :
2017-05-08 13:39:50 +02:00
- https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83
date : 2017 /05/08
author : Florian Roth
2019-03-06 00:02:37 +01:00
tags :
- attack.defense_evasion
- attack.t1073
2017-05-08 13:39:50 +02:00
detection :
2018-03-06 23:14:43 +01:00
condition : 1 of them
2017-09-12 23:54:04 +02:00
fields :
- EventID
- CommandLine
- ParentCommandLine
- Image
- User
- TargetObject
2017-05-08 13:39:50 +02:00
falsepositives :
- unknown
level : high
2019-03-09 20:57:59 +03:00
---
logsource :
product : windows
service : sysmon
detection :
dnsregmod :
EventID : 13
TargetObject : '*\services\DNS\Parameters\ServerLevelPluginDll'
---
logsource :
category : process_creation
product : windows
detection :
dnsadmin :
CommandLine : 'dnscmd.exe /config /serverlevelplugindll *'