exam questions

Exam PT0-003 All Questions

View all questions & answers for the PT0-003 exam

Exam PT0-003 topic 1 question 160 discussion

Actual exam question from CompTIA's PT0-003
Question #: 160
Topic #: 1
[All PT0-003 Questions]

A tester is working on an engagement that has evasion and stealth requirements. Which of the following enumeration methods is the least likely to be detected by the IDS?

  • A. curl https://api.shodan.io/shodan/host/search?key=&query=hostname:
  • B. proxychains nmap -sV -T2
  • C. for i in ; do curl -k $i; done
  • D. nmap -sV -T2
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
CyberVet0609
1 week, 1 day ago
Selected Answer: A
This option uses the Shodan API to gather information. The query is performed on Shodan's servers, not directly against the target network. This makes it the least likely to trigger an IDS because the target network never sees the request. The IDS on the target network has no activity to analyze.
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 ...