PT0-003 · Question #224
During an assessment, a penetration tester runs the following command: dnscmd.exe /config /serverlevelplugindll C:\users\necad- TA\Documents\adduser.dll Which of the following is the penetration…
The correct answer is B. Privilege escalation. The tester is attempting to register a malicious DLL as a server-level plugin to escalate privileges. Privilege escalation: The command uses dnscmd.exe, a legitimate Windows tool for managing DNS servers. By setting a malicious DLL (adduser.dll) as a server-level plugin…
Question
During an assessment, a penetration tester runs the following command:
dnscmd.exe /config /serverlevelplugindll C:\users\necad- TA\Documents\adduser.dll Which of the following is the penetration tester trying to achieve?
Options
- ADNS enumeration
- BPrivilege escalation
- CCommand injection
- DA list of available users
How the community answered
(35 responses)- A3% (1)
- B80% (28)
- C6% (2)
- D11% (4)
Explanation
The tester is attempting to register a malicious DLL as a server-level plugin to escalate privileges. Privilege escalation: The command uses dnscmd.exe, a legitimate Windows tool for managing DNS servers. By setting a malicious DLL (adduser.dll) as a server-level plugin, attackers can gain SYSTEM-level This technique is a DLL hijacking attack.
Topics
Community Discussion
No community discussion yet for this question.