MS241290/phishing-email-analysis-lab

GitHub: MS241290/phishing-email-analysis-lab

Stars: 0 | Forks: 0

# phishing-email-analysis-lab Phishing email analysis lab focused on header analysis, IOC extraction, threat intelligence enrichment, and incident response reporting. ## Project Overview This project demonstrates the investigation of a phishing campaign using publicly available threat intelligence from PhishTank. The objective was to identify malicious infrastructure, extract indicators of compromise (IOCs), assess risk, and document incident response actions. ## Skills Demonstrated - Phishing Analysis - Threat Intelligence - IOC Extraction - Domain Reputation Analysis - Incident Response - Security Documentation - SOC Investigation Methodology ## Investigation Workflow 1. Identify phishing URL from PhishTank 2. Verify malicious classification 3. Review technical details 4. Extract IOCs 5. Assess infrastructure 6. Document containment actions 7. Produce incident report ## Investigation Evidence ### PhishTank Threat Intelligence Feed ![Threat Feed](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/a2089b475b195550.png) ### PhishTank Verification ![Verification](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/2240fec48c195555.png) ### Technical Details ![Technical Details](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/776dec08aa195557.png) ### URLScan Threat Intelligence ![URLScan](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/adafca0cf6195602.png) ### VirusTotal Analysis ![VirusTotal](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/dd57d7cc17195605.png) ### Site Availability Check ![Site Unreachable](https://static.pigsec.cn/wp-content/uploads/repos/2026/06/f98f13230f195609.png) ## Investigation Report [Phishing Investigation Report](reports/phishing-investigation-report.md) ## Key Findings - Confirmed phishing domain using PhishTank intelligence. - Domain hosted on Tencent Cloud infrastructure. - URLScan identified the associated IP address as 43.156.5.185. - VirusTotal reported multiple security vendors classifying the domain as phishing or malicious. - Domain naming convention attempted to impersonate a government parking service. - Site became unavailable shortly after analysis, indicating potential takedown or infrastructure removal. ## Author Matt Stokes GitHub: https://github.com/MS241290