Phishing Dataset For Machine Learning
Identify Phishing using Machine learning Algorithms
@kaggle.shashwatwork_phishing_dataset_for_machine_learning
Identify Phishing using Machine learning Algorithms
@kaggle.shashwatwork_phishing_dataset_for_machine_learning
CREATE TABLE phishing_legitimate_full (
"id" BIGINT,
"numdots" BIGINT,
"subdomainlevel" BIGINT,
"pathlevel" BIGINT,
"urllength" BIGINT,
"numdash" BIGINT,
"numdashinhostname" BIGINT,
"atsymbol" BIGINT,
"tildesymbol" BIGINT,
"numunderscore" BIGINT,
"numpercent" BIGINT,
"numquerycomponents" BIGINT,
"numampersand" BIGINT,
"numhash" BIGINT,
"numnumericchars" BIGINT,
"nohttps" BIGINT,
"randomstring" BIGINT,
"ipaddress" BIGINT,
"domaininsubdomains" BIGINT,
"domaininpaths" BIGINT,
"httpsinhostname" BIGINT,
"hostnamelength" BIGINT,
"pathlength" BIGINT,
"querylength" BIGINT,
"doubleslashinpath" BIGINT,
"numsensitivewords" BIGINT,
"embeddedbrandname" BIGINT,
"pctexthyperlinks" DOUBLE,
"pctextresourceurls" DOUBLE,
"extfavicon" BIGINT,
"insecureforms" BIGINT,
"relativeformaction" BIGINT,
"extformaction" BIGINT,
"abnormalformaction" BIGINT,
"pctnullselfredirecthyperlinks" DOUBLE,
"frequentdomainnamemismatch" BIGINT,
"fakelinkinstatusbar" BIGINT,
"rightclickdisabled" BIGINT,
"popupwindow" BIGINT,
"submitinfotoemail" BIGINT,
"iframeorframe" BIGINT,
"missingtitle" BIGINT,
"imagesonlyinform" BIGINT,
"subdomainlevelrt" BIGINT,
"urllengthrt" BIGINT,
"pctextresourceurlsrt" BIGINT,
"abnormalextformactionr" BIGINT,
"extmetascriptlinkrt" BIGINT,
"pctextnullselfredirecthyperlinksrt" BIGINT,
"class_label" BIGINT
);
Anyone who has the link will be able to view this.