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 100comparedtothemultimodalapproach(107,440vs.25,626),andGemini1.5Flashcanprocessabout2.6timesmorewebsites(2,232,142vs.862,068).Thesefindingsunderscorethesignificanteconomicbenefitsoftheagenticapproachoverthemultimodalmethod,providingaviablesolutionfororganizationsaimingtoleverageadvancedAIforphishingdetectionwhilecontrollingexpenses.