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.
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)- A2% (1)
- B88% (46)
- C4% (2)
- D6% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.