Skip to main content
PPPhishPondOffensive and Defensive Phishing Intelligence Journal

Offense + Defense

NewsThreat TrendsCampaign AnalysisRadarAwareness & TrainingTooling & DetectionResearchAboutSubscribe
Menu
NewsThreat TrendsCampaign AnalysisRadarAwareness & TrainingTooling & DetectionResearchAboutSubscribe

Editorial Desk

PhishPond

Editorial cybersecurity publication focused on phishing campaign intelligence, detection, mitigation, and identity defense operations.

Built for defenders who need context, not recycled scare copy.

Navigate

  • Home
  • News
  • Research
  • Subscribe

Signals

  • editorial@phishpond.dev
  • Mission & Editorial Policy
  • Weekly Brief
  • Submit Research Tip
© 2026 PhishPond. Defensive research use only.

GitHub RadarBlue team tool

sudhindraOggu/Malicious-URL-Detection-using-Deep-Learning

To build a deep learning model that classifies URLs as Phishing or Legitimate using the UCI Phishing Websites dataset. Primary language: Jupyter Notebook.

Jupyter Notebook0 stars0 forkspushed Apr 26, 2026

Project links:Open GitHub projectBack to radar

README Preview

Fetched from GitHub

Malicious URL Detection using Deep Learning

Description

This project classifies URLs as Phishing or Legitimate using an MLP model.

Dataset

UCI Phishing Websites Dataset

Model

  • MLP (Dense Layers)
  • Dropout, Early Stopping
  • Adam Optimizer

Results

Accuracy: ~95%

Run

  1. Open the notebook
  2. Run all cells

Demo

Flask web app included