AICLCRDec 3, 2024

Large Multimodal Agents for Accurate Phishing Detection with Enhanced Token Optimization and Cost Reduction

arXiv:2412.02301v114 citationsh-index: 62024 2nd International Conference on Foundation and Large Language Models (FLLM)
Originality Synthesis-oriented
AI Analysis

It addresses phishing detection for organizations by offering a cost-effective solution, though it is incremental as it builds on existing multimodal methods with an agentic optimization.

This paper tackles phishing detection by using large multimodal agents (Gemini 1.5 Flash and GPT-4o mini) to analyze URLs and screenshots via APIs, finding that integrating both data types enhances performance, and a two-tiered agentic approach reduces API costs significantly, e.g., GPT-4o mini can process 4.2 times more websites per $100.

With the rise of sophisticated phishing attacks, there is a growing need for effective and economical detection solutions. This paper explores the use of large multimodal agents, specifically Gemini 1.5 Flash and GPT-4o mini, to analyze both URLs and webpage screenshots via APIs, thus avoiding the complexities of training and maintaining AI systems. Our findings indicate that integrating these two data types substantially enhances detection performance over using either type alone. However, API usage incurs costs per query that depend on the number of input and output tokens. To address this, we propose a two-tiered agentic approach: initially, one agent assesses the URL, and if inconclusive, a second agent evaluates both the URL and the screenshot. This method not only maintains robust detection performance but also significantly reduces API costs by minimizing unnecessary multi-input queries. Cost analysis shows that with the agentic approach, GPT-4o mini can process about 4.2 times as many websites per $100 compared to the multimodal approach (107,440 vs. 25,626), and Gemini 1.5 Flash can process about 2.6 times more websites (2,232,142 vs. 862,068). These findings underscore the significant economic benefits of the agentic approach over the multimodal method, providing a viable solution for organizations aiming to leverage advanced AI for phishing detection while controlling expenses.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes