This repository contains the completed submissions for:
- Task 1: Network Port Scanning using Nmap
- Task 2: Phishing Email Analysis
To perform a TCP SYN scan on the local network using Nmap and identify open ports and exposed services.
- Nmap
- Installed Nmap from the official site.
- Found local IP range using
ipconfig(Windows). - Ran the command:
nmap -sS 192.168.x.0/24 - Saved scan output to
scan_result.txt - Identified hosts with open ports and noted their services.
- Took screenshots of IP info, scan results, and port analysis.
- Wrote a short report analyzing risks and services.
scan_result.txt: Output from NmapTask1_Report.docx: Full report with screenshotsscreenshots/: Nmap execution and output images
To examine a suspicious marketing email and identify phishing traits such as spoofed addresses, fake links, and deceptive language.
- MXToolbox (for header analysis)
- Gmail (for viewing spam email)
- Word (for documentation)
- Chose a suspicious email claiming earnings through health insurance sales.
- Verified the sender’s domain and display name.
- Hovered over CTA links to verify mismatched domains.
- Checked email headers via MXToolbox for SPF, DKIM, DMARC.
- Took screenshots of inbox preview, body content, and header results.
- Wrote a report identifying all phishing indicators.
Task2_Report.docx: Complete phishing analysis reportscreenshots/: Includes email body, inbox preview, header analysis