PhishIntel: Toward Practical Deployment of Reference-based Phishing Detection

๐Ÿ“… 2024-12-12
๐Ÿ›๏ธ arXiv.org
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This paper addresses the high latency and inefficient URL analysis of reference-based phishing detectors (RBPDs) in production deployment. We propose PhishIntelโ€”the first end-to-end, low-latency phishing detection system designed for real-world operational environments. Its core is a fast-slow dual-task coordination architecture: the fast path delivers millisecond-scale responses via local blacklist lookups and caching; the slow path dynamically triggers RBPDs only when needed, performing online blacklist validation, web crawling, and content analysis. We introduce a novel dynamic task scheduling mechanism that maintains high zero-day phishing detection rates while significantly reducing average response latency. PhishIntel has been deployed as both an operational phishing intelligence platform and an Outlook add-in, marking the first robust, low-latency production deployment of RBPDs in real-world scenarios.

Technology Category

Application Category

๐Ÿ“ Abstract
Phishing is a critical cyber threat, exploiting deceptive tactics to compromise victims and cause significant financial losses. While reference-based phishing detectors (RBPDs) have achieved notable advancements in detection accuracy, their real-world deployment is hindered by challenges such as high latency and inefficiency in URL analysis. To address these limitations, we present PhishIntel, an end-to-end phishing detection system for real-world deployment. PhishIntel intelligently determines whether a URL can be processed immediately or not, segmenting the detection process into two distinct tasks: a fast task that checks against local blacklists and result cache, and a slow task that conducts online blacklist verification, URL crawling, and webpage analysis using an RBPD. This fast-slow task system architecture ensures low response latency while retaining the robust detection capabilities of RBPDs for zero-day phishing threats. Furthermore, we develop two downstream applications based on PhishIntel: a phishing intelligence platform and a phishing email detection plugin for Microsoft Outlook, demonstrating its practical efficacy and utility.
Problem

Research questions and friction points this paper is trying to address.

Enhance phishing detection efficiency
Reduce URL analysis latency
Facilitate real-world deployment
Innovation

Methods, ideas, or system contributions that make the work stand out.

Fast-slow task system architecture
Local blacklists and result cache
Online blacklist verification and URL crawling
๐Ÿ”Ž Similar Papers
No similar papers found.