Baselight

Phishing Site URLs

Malicious and Phishing attacks ulrs

@kaggle.taruntiwarihp_phishing_site_urls

Loading...
Loading...

About this Dataset

Phishing Site URLs

Phishing site Predict dataset

Youtube Explaination

Content

  • Data is containg 5,49,346 entries.
  • There are two columns.
  • Label column is prediction col which has 2 categories
    A. Good - which means the URLs is not containing malicious stuff and this site is not a Phishing Site.
    B. Bad - which means the URLs contains malicious stuff and this site is a Phishing Site.
  • There is no missing value in the dataset.

See Live Attack here

Inspiration

I Love this data set since start data scientist so thought why don't create the ML model which can predict phishing sites, So Finally i created this data now everyone can perform on this.
Thank You.

Tables

Phishing Site Urls

@kaggle.taruntiwarihp_phishing_site_urls.phishing_site_urls
  • 14.42 MB
  • 549346 rows
  • 2 columns
Loading...

CREATE TABLE phishing_site_urls (
  "url" VARCHAR,
  "label" VARCHAR
);

Share link

Anyone who has the link will be able to view this.