nerdexam
CompTIA

PT0-001 · Question #144

At the beginning of a penetration test, the tester finds a file that includes employee data, such as email addresses, work phone numbers, computers names, and office locations. The file is hosted on…

The correct answer is B. OSINT gathering. Finding a publicly accessible file containing employee data on a web server is a classic example of OSINT gathering, where information is collected from open, publicly available sources.

Reconnaissance and enumeration

Question

At the beginning of a penetration test, the tester finds a file that includes employee data, such as email addresses, work phone numbers, computers names, and office locations. The file is hosted on a public web server. Which of the following BEST describes the technique that was used to obtain this information?

Options

  • AEnumeration of services
  • BOSINT gathering
  • CPort scanning
  • DSocial engineering

How the community answered

(52 responses)
  • A
    2% (1)
  • B
    88% (46)
  • C
    4% (2)
  • D
    6% (3)

Why each option

Finding a publicly accessible file containing employee data on a web server is a classic example of OSINT gathering, where information is collected from open, publicly available sources.

AEnumeration of services

Enumeration of services involves actively querying running services (such as LDAP, SNMP, or SMB) to extract resource lists and is an active technique, not the passive discovery of an already-public file.

BOSINT gatheringCorrect

Open Source Intelligence (OSINT) refers to the collection and analysis of information obtained from publicly available sources without active probing or intrusion. Discovering an employee data file hosted on a public web server requires no authentication bypass or exploitation - the data is already public - which precisely matches the definition of passive OSINT reconnaissance used in the pre-engagement information-gathering phase.

CPort scanning

Port scanning actively probes a host's TCP/UDP ports to identify open services and does not describe the act of finding and reading a data file on a publicly accessible web server.

DSocial engineering

Social engineering involves manipulating people through deception or psychological pressure to disclose information, which is not relevant to finding a file that is already publicly hosted.

Concept tested: Passive OSINT reconnaissance for employee data discovery

Source: https://www.cisa.gov/sites/default/files/publications/CISA_OSINT_Primer_508C.pdf

Topics

#OSINT#passive reconnaissance#public data exposure#employee enumeration

Community Discussion

No community discussion yet for this question.

Full PT0-001 Practice