nerdexam
CompTIA

PT0-002 · Question #104

A penetration tester wants to perform reconnaissance without being detected. Which of the following activities have a MINIMAL chance of detection? (Choose two.)

The correct answer is A. Open-source research C. Traffic sniffing. To perform reconnaissance with minimal detection risk, a penetration tester should prioritize passive techniques like open-source intelligence gathering and local network traffic sniffing.

Reconnaissance and enumeration

Question

A penetration tester wants to perform reconnaissance without being detected. Which of the following activities have a MINIMAL chance of detection? (Choose two.)

Options

  • AOpen-source research
  • BA ping sweep
  • CTraffic sniffing
  • DPort knocking
  • EA vulnerability scan
  • FAn Nmap scan

How the community answered

(53 responses)
  • A
    70% (37)
  • B
    15% (8)
  • D
    8% (4)
  • E
    6% (3)
  • F
    2% (1)

Why each option

To perform reconnaissance with minimal detection risk, a penetration tester should prioritize passive techniques like open-source intelligence gathering and local network traffic sniffing.

AOpen-source researchCorrect

Open-source research (OSINT) involves gathering publicly available information from sources like websites, social media, and public records, which generates no traffic to the target system and therefore has a minimal chance of detection. This is a purely passive reconnaissance technique.

BA ping sweep

A ping sweep sends ICMP echo requests to multiple hosts, which generates active network traffic and can be easily detected by network monitoring systems.

CTraffic sniffingCorrect

Traffic sniffing (passive listening) on a network segment, where the penetration tester is already present and configured to capture packets without sending any active probes, has a minimal chance of detection from the target, as no direct interaction or unusual network activity is initiated from the attacker's side.

DPort knocking

Port knocking involves sending specific, ordered connection attempts to closed ports to open another port, which is an active and distinct network pattern that can be detected.

EA vulnerability scan

A vulnerability scan involves sending numerous probes and tests to systems to identify weaknesses, generating significant active network traffic and often triggering alerts in intrusion detection systems (IDS).

FAn Nmap scan

An Nmap scan sends various types of packets to discover hosts and open ports, creating distinct network footprints that can be detected and logged by firewalls and IDS.

Concept tested: Passive vs. active reconnaissance, detection avoidance

Source: null

Topics

#Reconnaissance#Passive Information Gathering#Stealth Techniques#OSINT

Community Discussion

No community discussion yet for this question.

Full PT0-002 Practice