Skip to content

aallii7086/FUTURE_CS_02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

FUTURE_CS_02 – Phishing Email Detection & Awareness System

Overview

This project was completed as part of the Future Interns Cyber Security Internship (Task 02).

The objective of this project is to analyze phishing email samples, identify phishing indicators, classify email risks, and create a security awareness report that helps users recognize and prevent phishing attacks.

This project focuses on security awareness and email analysis only. No offensive security techniques or malicious activities were performed.


Objective

  • Analyze phishing email samples.
  • Identify phishing indicators.
  • Classify emails as Safe, Suspicious, or Phishing.
  • Understand common social engineering techniques.
  • Promote phishing awareness and cybersecurity best practices.

Scope

The project includes:

  • Email sender verification
  • Subject line analysis
  • URL inspection
  • Attachment analysis
  • Phishing indicator identification
  • Risk classification
  • Security awareness recommendations

The project does not include:

  • Clicking malicious links
  • Executing suspicious attachments
  • Exploiting systems
  • Offensive security activities

Tools Used

  • Kali Linux
  • Visual Studio Code
  • Git
  • GitHub
  • Browser Developer Tools
  • Google Message Header Analyzer (Reference)
  • MXToolbox Email Header Analyzer (Reference)

Email Classification Summary

Classification Count
🟢 Safe 2
🟡 Suspicious 1
🔴 Phishing 2

Key Findings

The phishing email analysis identified several common attack techniques, including:

  • Fake sender domains
  • Generic greetings
  • Urgency and fear-based language
  • Credential harvesting attempts
  • Malicious attachments
  • Look-alike domains (Typosquatting)

These indicators demonstrate how attackers manipulate users through social engineering techniques.


Repository Structure

FUTURE_CS_02/
│
├── evidence/
│   ├── emails/
│   └── screenshots/
│
├── report/
│   ├── FUTURE_CS_02_Report.md
│   └── FUTURE_CS_02_Report.pdf
│
└── README.md

Recommendations

To reduce phishing risks:

  • Verify sender domains before responding.
  • Hover over links before clicking.
  • Never share passwords or OTPs via email.
  • Avoid opening unexpected attachments.
  • Enable Multi-Factor Authentication (MFA).
  • Report suspicious emails immediately.

Author

Mohammad Aliraza Muphid Koke

Future Interns Cyber Security Internship

Task ID: FUTURE_CS_02


Disclaimer

This project was created for educational purposes as part of the Future Interns Cyber Security Internship.

The email samples included in this repository are educational examples created to demonstrate phishing detection techniques and security awareness practices. No real user data or malicious activities were involved.

About

Phishing Email Detection & Awareness System

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors