https://github.com/singhxtushar/phishing_classifier
This is a Phishing Classifier project in which model identify the phishing data using various machine learning techniques and help to prevent from malicious virus and cyber attack.
https://github.com/singhxtushar/phishing_classifier
autoviz cuml machine-learning-algorithms phishing-protection sweetviz
Last synced: 2 months ago
JSON representation
This is a Phishing Classifier project in which model identify the phishing data using various machine learning techniques and help to prevent from malicious virus and cyber attack.
- Host: GitHub
- URL: https://github.com/singhxtushar/phishing_classifier
- Owner: SINGHxTUSHAR
- License: mit
- Created: 2024-03-12T13:13:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-12T13:50:26.000Z (over 1 year ago)
- Last Synced: 2025-05-19T21:44:46.248Z (5 months ago)
- Topics: autoviz, cuml, machine-learning-algorithms, phishing-protection, sweetviz
- Language: Jupyter Notebook
- Homepage:
- Size: 3.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/SINGHxTUSHAR/Phishing_Classifier/blob/master/LICENSE)
[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/graphs/contributors/)
[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/issues/)
[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/pulls/)
[](http://makeapullrequest.com)[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/watchers/)
[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/network/)
[](https://GitHub.com/SINGHxTUSHAR/Phishing_Classifier/stargazers/)[](https://open.vscode.dev/SINGHxTUSHAR/Phishing_Classifier)
# Phishing Classifier π

## Problem Statement:
Anti-phishing refers to efforts to block phishing attacks. Phishing is a kind of cybercrime where attackers pose as known or trusted entities and contact individuals through email,
text or telephone and ask them to share sensitive information. Typically, in a phishing email attack, and the message will suggest that there is a problem with an invoice,
that there has been suspicious activity on an account, or that the user must login to verify an account or password.
Users may also be prompted to enter credit card information or bank account details as well as other sensitive data. Once this information is collected, attackers may use it to access accounts,
steal data and identities, and download malware onto the userβs computer.## Data Dictionary πβ :
This dataset contains 48 features extracted from 5000 phishing webpages and 5000 legitimate webpages, which were downloaded from January to May 2015 and from May to June 2017. An improved feature extraction technique is employed by leveraging the browser automation framework (i.e., Selenium WebDriver), which is more precise and robust compared to the parsing approach based on regular expressions.Anti-phishing researchers and experts may find this dataset useful for phishing features analysis, conducting rapid proof of concept experiments or benchmarking phishing classification models.
## Requirements :
Ensure you have the following dependencies installed:
- Python (version 3.9)
- Jupyter Notebook
- Other dependencies (refer to the requirements.txt)You can install the required Python packages using:
```bash
pip install -r requirements.txt
```## Setup πΏ:
- Clone the repository:
```bash
git clone https://github.com/SINGHxTUSHAR/Phishing_Classifier.git
cd Phishing_Classifier
```
- Create a virtual environment (optional but recommended):
```bash
python -m venv venv
```
- Activate the virtual environment:
- On Windows:
```bash
venv\Scripts\activate
```
- On macOS/Linux:
```bash
source venv/bin/activate
```## Usage :
- Open the Jupyter Notebook:
```bash
jupyter notebook
```
- Navigate to the Phishing_Classifier.ipynb notebook and open it.
- Follow the instructions in the notebook to run the code cells.## Contributing :
If you'd like to contribute to this project, please follow the standard GitHub fork and pull request process. Contributions, issues, and feature requests are welcome!## Suggestion:
If you have any suggestions for me related to this project, feel free to contact me at tusharsinghrawat.delhi@gmail.com or LinkedIn.## License :
This project is licensed under the MIT License - see the LICENSE file for details.