Demo The SecOps Group CNPen Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 4 Questions
Demo Practice
Question 1

You need to gather publicly available email addresses related to a target organization for phishing and
credential stuffing attacks. Describe a step-by-step method using theHarvester to retrieve emails,
LinkedIn profiles, and subdomains.

Correct Answer: A, B, C, D
Explanation:

To gather publicly available information about an organization's online presence during an authorized security assessment, theHarvester can be used to collect email addresses, employee names, subdomains, and other OSINT data from public sources. First, install the tool using sudo apt install theharvester if it is not already available. Then run a search against the target domain with theHarvester -d targetdomain.com -b all, which queries multiple public data sources and search engines for information related to the domain. The results can be reviewed to identify publicly exposed email addresses, employee information, and discovered subdomains. These findings can then be validated using legitimate breach-notification services and other OSINT techniques to understand the organization's external exposure. Additional publicly indexed information may also be found through search-engine queries that reference the organization's domain. This process helps security professionals assess what information is publicly available and identify potential areas where data exposure could increase security risks.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM