712-50 · Question #223
A hacker is attempting to use nslookup to query Domain Name Service (DNS). The hacker uses the nslookup interactive mode for the search. Which command should the hacker type into the command shell…
The correct answer is C. Set type=ns. set type=ns is the correct nslookup command because set is the actual interactive-mode directive that changes query parameters - typing set type=ns tells nslookup to request NS (Name Server) records for subsequent lookups. Options A, B, and D (locate, request, transfer) are not…
Question
A hacker is attempting to use nslookup to query Domain Name Service (DNS). The hacker uses the nslookup interactive mode for the search. Which command should the hacker type into the command shell to request the appropriate records?
Options
- ALocate type=ns
- BRequest type=ns
- CSet type=ns
- DTransfer type=ns
How the community answered
(57 responses)- A14% (8)
- B5% (3)
- C77% (44)
- D4% (2)
Explanation
set type=ns is the correct nslookup command because set is the actual interactive-mode directive that changes query parameters - typing set type=ns tells nslookup to request NS (Name Server) records for subsequent lookups. Options A, B, and D (locate, request, transfer) are not valid nslookup commands at all; they are fabricated terms that sound plausible but have no function in nslookup's interactive shell. transfer is particularly misleading because zone transfers are a real DNS concept (AXFR), but initiating one uses ls -d in nslookup, not a transfer type= command.
Memory tip: Think of set as the settings dial - in nslookup interactive mode, you always set something before you query, just like adjusting a setting before running a tool.
Topics
Community Discussion
No community discussion yet for this question.