Reconnaissance and Information Gathering
📖 Scenario: You are a cybersecurity analyst tasked with gathering information about a company's online presence to understand potential security risks. This process is called reconnaissance and involves collecting data from public sources.
🎯 Goal: Build a simple step-by-step data collection plan that lists key information types to gather during reconnaissance and organizes them clearly.
📋 What You'll Learn
Create a dictionary called
info_types with specific reconnaissance categories and example detailsAdd a variable called
priority_level to set the importance of each categoryUse a
for loop with variables category and details to iterate over info_types.items()Add a final summary string called
summary that describes the reconnaissance plan💡 Why This Matters
🌍 Real World
Reconnaissance is the first step in cybersecurity assessments to understand what information about a target is publicly available.
💼 Career
Cybersecurity professionals use reconnaissance to identify potential vulnerabilities and plan security measures.
Progress0 / 4 steps