Datasets:
| { | |
| "citation": "@misc{asifejazitu_phishing_dataset_2023,\n title = {Phishing Dataset},\n author = {asifejazitu},\n howpublished = {Kaggle Dataset},\n year = {2023},\n url = {https://www.kaggle.com/datasets/asifejazitu/phishing-dataset}\n}\n@misc{phishtank,\n title = {PhishTank},\n howpublished = {https://phishtank.org/}\n}", | |
| "description": "HTML pages collected from confirmed phishing URLs reported on PhishTank (2018-2020), cleaned to remove anomalous, blank, and duplicated pages. This parquet dataset is a direct conversion of the Kaggle dataset 'phishing-dataset' by asifejazitu, split into train/validation/test with stratified label proportions.", | |
| "features": { | |
| "text": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| }, | |
| "label": { | |
| "names": [ | |
| "benign", | |
| "malicious" | |
| ], | |
| "_type": "ClassLabel" | |
| }, | |
| "year": { | |
| "dtype": "int32", | |
| "_type": "Value" | |
| }, | |
| "path": { | |
| "dtype": "string", | |
| "_type": "Value" | |
| } | |
| }, | |
| "homepage": "https://www.kaggle.com/datasets/asifejazitu/phishing-dataset", | |
| "license": "unknown", | |
| "splits": { | |
| "train": { | |
| "name": "train", | |
| "num_bytes": 4676208445, | |
| "num_examples": 305470 | |
| }, | |
| "validation": { | |
| "name": "validation", | |
| "num_bytes": 621203189, | |
| "num_examples": 38184 | |
| }, | |
| "test": { | |
| "name": "test", | |
| "num_bytes": 596733527, | |
| "num_examples": 38184 | |
| } | |
| } | |
| } | |