- A
Perform DNS enumeration using tools like `dnsrecon` to discover subdomains pointing to cloud storage services
Why wrong: DNS enumeration can reveal subdomains but may not directly list cloud buckets; it also generates DNS queries that might be logged.
- B
Search for exposed cloud storage buckets using search engine dorks (e.g., 'site:s3.amazonaws.com target-company')
Search engine dorks are a passive technique that relies on cached indexes of cloud storage buckets that are misconfigured and publicly accessible, without sending any traffic to the target.
- C
Query certificate transparency logs to find SSL certificates issued to the target's cloud storage endpoints
Why wrong: Certificate transparency logs reveal domains and subdomains but not cloud storage bucket names directly; also not specific to buckets.
- D
Perform a WHOIS lookup to find IP ranges owned by the target and then scan those ranges for open storage services
Why wrong: WHOIS lookups are passive but the subsequent scanning of IP ranges is active and could be detected; also not passive.
Quick Answer
The correct answer is to search for exposed cloud storage buckets using search engine dorks like 'site:s3.amazonaws.com target-company'. This technique is effective because it leverages the search engine’s pre-cached index to discover publicly accessible buckets without sending any traffic to the target’s infrastructure, making it a pure passive reconnaissance method. On the CompTIA PenTest+ PT0-002 exam, this question tests your understanding of passive reconnaissance versus active scanning, where the key distinction is that dorks rely on already-indexed data rather than direct interaction. A common trap is confusing this with brute-forcing bucket names or using tools like S3Scanner, which actively probe the target’s cloud environment and thus violate passive requirements. Remember the memory tip: “Dorks don’t knock” — they only look at what’s already in the search engine’s public library.
PT0-002 Practice Question: Information Gathering and Vulnerability Scanning
This PT0-002 practice question tests your understanding of information gathering and vulnerability scanning. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. A key principle to apply: search engine dorks utilize advanced search operators to refine queries.. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A penetration tester is conducting passive reconnaissance on a target organization. The tester wants to identify all publicly accessible cloud storage buckets that might belong to the target without directly interacting with the target's infrastructure. Which of the following techniques would be most effective for this purpose?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Search for exposed cloud storage buckets using search engine dorks (e.g., 'site:s3.amazonaws.com target-company')
Option B is correct because search engine dorks allow a penetration tester to query publicly indexed content on cloud storage platforms like AWS S3 without sending any traffic to the target's infrastructure. By using a dork such as 'site:s3.amazonaws.com target-company', the tester leverages the search engine's pre-cached index to identify buckets that may be misconfigured or publicly accessible, which aligns perfectly with passive reconnaissance requirements.
Key principle: Search engine dorks utilize advanced search operators to refine queries.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Perform DNS enumeration using tools like `dnsrecon` to discover subdomains pointing to cloud storage services
Why it's wrong here
DNS enumeration can reveal subdomains but may not directly list cloud buckets; it also generates DNS queries that might be logged.
- ✓
Search for exposed cloud storage buckets using search engine dorks (e.g., 'site:s3.amazonaws.com target-company')
Why this is correct
Search engine dorks are a passive technique that relies on cached indexes of cloud storage buckets that are misconfigured and publicly accessible, without sending any traffic to the target.
Related concept
Search engine dorks utilize advanced search operators to refine queries.
- ✗
Query certificate transparency logs to find SSL certificates issued to the target's cloud storage endpoints
Why it's wrong here
Certificate transparency logs reveal domains and subdomains but not cloud storage bucket names directly; also not specific to buckets.
- ✗
Perform a WHOIS lookup to find IP ranges owned by the target and then scan those ranges for open storage services
Why it's wrong here
WHOIS lookups are passive but the subsequent scanning of IP ranges is active and could be detected; also not passive.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates may confuse passive reconnaissance with techniques that appear passive but actually generate direct network queries (like DNS enumeration), or they may overlook that certificate transparency logs reveal domains, not storage buckets, leading them to choose a technically passive but functionally irrelevant option.
Detailed technical explanation
How to think about this question
Search engine dorks exploit the fact that cloud storage buckets (e.g., AWS S3, Google Cloud Storage) are often indexed by search engines when they are publicly readable and linked from web pages. The dork 'site:s3.amazonaws.com' restricts results to the S3 domain, while adding a company name filters for buckets that may contain the target's data; this technique relies on the search engine's cached index, which is a passive data source. In real-world scenarios, attackers often combine dorks with bucket name patterns (e.g., 'target-backup', 'target-logs') to find exposed data without alerting the target.
KKey Concepts to Remember
- Search engine dorks utilize advanced search operators to refine queries.
- They exploit publicly indexed information, requiring no direct interaction with the target.
- Common dorks target specific cloud storage domains (e.g., s3.amazonaws.com, storage.googleapis.com).
- This technique is highly effective for discovering misconfigured, publicly accessible cloud storage.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Search engine dorks utilize advanced search operators to refine queries.
Real-world example
How this comes up in practice
A developer is choosing between AES-256 (symmetric) and RSA-2048 (asymmetric) for encrypting a large file that will be sent to a partner. Symmetric encryption is fast but requires key exchange; asymmetric is slower but solves the key distribution problem. A hybrid approach — encrypt the file with AES, encrypt the AES key with RSA — is standard. Questions like this test whether you understand when each approach applies.
What to study next
Got this wrong? Here's your next step.
Review search engine dorks utilize advanced search operators to refine queries., then practise related PT0-002 questions on the same topic to reinforce the concept.
- →
Information Gathering and Vulnerability Scanning — study guide chapter
Learn the concepts, then practise the questions
- →
Information Gathering and Vulnerability Scanning practice questions
Targeted practice on this topic area only
- →
All PT0-002 questions
509 questions across all exam domains
- →
CompTIA PenTest+ PT0-002 study guide
Full concept coverage aligned to exam objectives
- →
PT0-002 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related PT0-002 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Planning and Scoping practice questions
Practise PT0-002 questions linked to Planning and Scoping.
Information Gathering and Vulnerability Scanning practice questions
Practise PT0-002 questions linked to Information Gathering and Vulnerability Scanning.
Attacks and Exploits practice questions
Practise PT0-002 questions linked to Attacks and Exploits.
Reporting and Communication practice questions
Practise PT0-002 questions linked to Reporting and Communication.
Tools and Code Analysis practice questions
Practise PT0-002 questions linked to Tools and Code Analysis.
PT0-002 fundamentals practice questions
Practise PT0-002 questions linked to PT0-002 fundamentals.
PT0-002 scenario practice questions
Practise PT0-002 questions linked to PT0-002 scenario.
PT0-002 troubleshooting practice questions
Practise PT0-002 questions linked to PT0-002 troubleshooting.
Practice this exam
Start a free PT0-002 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this PT0-002 question test?
Information Gathering and Vulnerability Scanning — This question tests Information Gathering and Vulnerability Scanning — Search engine dorks utilize advanced search operators to refine queries..
What is the correct answer to this question?
The correct answer is: Search for exposed cloud storage buckets using search engine dorks (e.g., 'site:s3.amazonaws.com target-company') — Option B is correct because search engine dorks allow a penetration tester to query publicly indexed content on cloud storage platforms like AWS S3 without sending any traffic to the target's infrastructure. By using a dork such as 'site:s3.amazonaws.com target-company', the tester leverages the search engine's pre-cached index to identify buckets that may be misconfigured or publicly accessible, which aligns perfectly with passive reconnaissance requirements.
What should I do if I get this PT0-002 question wrong?
Review search engine dorks utilize advanced search operators to refine queries., then practise related PT0-002 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Search engine dorks utilize advanced search operators to refine queries.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Keep practising
More PT0-002 practice questions
- A penetration tester is performing passive reconnaissance on a target organization. Which of the following activities wo…
- A penetration tester is conducting passive reconnaissance on a target organization. Which technique can be used to disco…
- A penetration tester is analyzing a Python script that uses the 'requests' library to send HTTP POST requests to a targe…
- A penetration tester is analyzing a PowerShell script that contains the following code: Get-WmiObject -Class Win32_Servi…
- A client review of a penetration test report reveals confusion about why a particular vulnerability exists. The client's…
- A penetration tester has completed the test and is writing the findings section. For a critical vulnerability, the teste…
Last reviewed: Jun 11, 2026
This PT0-002 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the PT0-002 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.