Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 312-50v12 All Questions

View all questions & answers for the 312-50v12 exam

Exam 312-50v12 topic 1 question 222 discussion

Actual exam question from ECCouncil's 312-50v12
Question #: 222
Topic #: 1
[All 312-50v12 Questions]

Being a Certified Ethical Hacker (CEH), a company has brought you on board to evaluate the safety measures in place for their network system. The company uses a network time protocol server in the demilitarized zone. During your enumeration, you decide to run a ntptrace command. Given the syntax: ntptrace [-n] [-m maxhosts] [servername/IP_address], which command usage would best serve your objective to find where the NTP server obtains the time from and to trace the list of NTP servers connected to the network?

  • A. ntptrace -n -m 5192.168.1.1
  • B. ntptrace -m 5192.168.1.1
  • C. ntptrace -n localhost
  • D. ntptrace 192.168.1.1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
MPA3333
2 weeks, 4 days ago
It's A, there is a typo with a " " missing between 5 and the IP address.
upvoted 1 times
...
noyon2002
3 months, 1 week ago
I am confused in the book CEH V12 Module 4 Page it is clearly mentioned A, and most of people are answering D
upvoted 1 times
noyon2002
3 months, 1 week ago
Page 446
upvoted 1 times
...
...
g_man_rap
6 months, 4 weeks ago
A. ntptrace -n -m 5192.168.1.1 This usage is incorrect because -m expects a numerical argument that specifies the maximum number of hosts to trace, not an IP address. B. ntptrace -m 5192.168.1.1 Similar to option A, this is a misuse of the -m option. It wrongly places an IP address where a number should be, indicating the depth of the trace. C. ntptrace -n localhost This command will start tracing from the local host, and the -n option will ensure that the output remains numerical (IP addresses only), which might not be as informative if you're unfamiliar with the IPs but does provide clean data output. D. ntptrace 192.168.1.1 This is the basic form of the command and correctly targets an NTP server by IP address. It lacks any specific options for depth of trace (-m) or format (-n), but correctly initiates a trace to the specified server.
upvoted 1 times
...
Spam_Protection
8 months, 2 weeks ago
Selected Answer: D
It's D. A &B: You're not trying to find max host but trace source of time. C: you use the -n command which means it should give you IP of local host(127.0.0.1) instead of local host , host name.
upvoted 2 times
...
qtygbapjpesdayazko
8 months, 2 weeks ago
Selected Answer: D
D. ntptrace 192.168.1.1
upvoted 1 times
qtygbapjpesdayazko
8 months, 1 week ago
A and B are note valid, missing a space and parameter N and M are optional. And the NTP server is not localhost.
upvoted 1 times
...
...
athicalacker
9 months ago
Selected Answer: D
The -n option is not necessary unless you prefer to see IP addresses instead of hostnames, and the -m option is not necessary unless you want to limit the number of hosts traced. Option C would only be correct if you were running the command on the NTP server itself and you wanted to see IP addresses instead of hostnames.So, the correct answer is option D, ntptrace 192.168.1.1.
upvoted 2 times
...
LeongCC
9 months ago
Selected Answer: A
I think A is more suitable
upvoted 1 times
...
duke_of_kamulu
9 months, 1 week ago
CEHv12 pg 446 CORRECT ANSWER is A ntptrace This command determines where the NTP server obtains the time from and follows the chain of NTP servers back to its primary time source. Attackers use this command to trace the list of NTP servers connected to the network. Its syntax is as follows: ntptrace [-n] [-m maxhosts] [servername/IP_address]
upvoted 1 times
...
qwerty100
9 months, 2 weeks ago
I think is D. ntptrace 192.168.1.1 -m and -n are opcional
upvoted 3 times
athicalacker
9 months ago
Exactly!
upvoted 2 times
...
...
insaniunt
9 months, 2 weeks ago
5192.168.1.1? if: B. ntptrace -m 192.168.1.1 thats correct
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...