PhreshPhish is a large-scale, real-world dataset and benchmark for phishing webpage detection containing phishing and benign HTML-URL pairs.
[5e-4, 1e-3, 5e-3, 1e-2, 5e-2]from datasets import load_dataset
train = load_dataset('phreshphish/phreshphish', split='train')
test = load_dataset('phreshphish/phreshphish', split='test')
The dataset is released under Creative Commons Attribution 4.0 International license and should only be used for anti-phishing research.
If you find our work useful, please consider citing.
Paper: PhreshPhish: A Real-World, High-Quality, Large-Scale Phishing Website Dataset and Benchmark
@article{dalton2025phreshphish,
title = {PhreshPhish: A Real-World, High-Quality, Large-Scale Phishing Website Dataset and Benchmark},
author = {Thomas Dalton and Hemanth Gowda and Girish Rao and Sachin Pargi and Alireza Hadj Khodabakhshi and Joseph Rombs and Stephan Jou and Manish Marwah},
year = 2025,
journal = {arXiv preprint},
url = {https://arxiv.org/abs/2507.10854},
eprint = {2507.10854}
}
PhreshPhish is a large-scale, real-world dataset and benchmark for phishing webpage detection containing phishing and benign HTML-URL pairs.
[5e-4, 1e-3, 5e-3, 1e-2, 5e-2]from datasets import load_dataset
train = load_dataset('phreshphish/phreshphish', split='train')
test = load_dataset('phreshphish/phreshphish', split='test')
The dataset is released under Creative Commons Attribution 4.0 International license and should only be used for anti-phishing research.
If you find our work useful, please consider citing.
Paper: PhreshPhish: A Real-World, High-Quality, Large-Scale Phishing Website Dataset and Benchmark
@article{dalton2025phreshphish,
title = {PhreshPhish: A Real-World, High-Quality, Large-Scale Phishing Website Dataset and Benchmark},
author = {Thomas Dalton and Hemanth Gowda and Girish Rao and Sachin Pargi and Alireza Hadj Khodabakhshi and Joseph Rombs and Stephan Jou and Manish Marwah},
year = 2025,
journal = {arXiv preprint},
url = {https://arxiv.org/abs/2507.10854},
eprint = {2507.10854}
}