You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A list of malicious IP addresses associated with botnets, cyberattacks, and the generation of artificial traffic on websites. Useful for network administrators and security companies to block threats and protect against DDoS attacks.
This document provides a comprehensive website security implementation guide designed to protect a WordPress-based production server from high-volume malicious traffic and brute-force attacks.
An end-to-end machine learning web application that detects whether a URL is safe or malicious. The project includes a React frontend for URL submission, a Flask backend API for prediction, and a trained NLP-based classification model built with TF-IDF vectorization and Logistic Regression.
A machine learning phishing detection system trained on structured email and URL features. MailHarpoon leverages feature engineering and supervised classification to identify malicious intent in digital communication.
# Cyber Epidemic ML A Flask web application that applies Machine Learning models to defend against epidemic-style cybersecurity threats such as **XSS attacks, SQL Injection, and Malicious URLs**. --- ## Features - π‘οΈ **XSS Detection** β Uses a deep learning model (`xss_model.h5`) - π **SQL Injection Detection** β Uses trained ML model