Detecting Phishing Sites Using ChatGPT
Takashi Koide, Naoki Fukushi, Hiroki Nakano, Daiki Chiba

TL;DR
This paper introduces ChatPhishDetector, a novel system leveraging ChatGPT to accurately detect multilingual phishing websites by analyzing website content without training traditional machine learning models.
Contribution
The paper presents a new LLM-based system for phishing detection that does not require model training and demonstrates high accuracy across multiple languages.
Findings
Achieved 98.7% precision and 99.6% recall with GPT-4V.
Outperformed baseline systems and other LLMs in phishing detection.
Effectively detects impersonation and social engineering tactics.
Abstract
The emergence of Large Language Models (LLMs), including ChatGPT, is having a significant impact on a wide range of fields. While LLMs have been extensively researched for tasks such as code generation and text synthesis, their application in detecting malicious web content, particularly phishing sites, has been largely unexplored. To combat the rising tide of cyber attacks due to the misuse of LLMs, it is important to automate detection by leveraging the advanced capabilities of LLMs. In this paper, we propose a novel system called ChatPhishDetector that utilizes LLMs to detect phishing sites. Our system involves leveraging a web crawler to gather information from websites, generating prompts for LLMs based on the crawled data, and then retrieving the detection results from the responses generated by the LLMs. The system enables us to detect multilingual phishing sites with high…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpam and Phishing Detection · Misinformation and Its Impacts
