Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

Cyber Criminals Are Using LLMs For Phishing Attacks, Here’s How

## Cybersecurity: New Phishing Techniques Using Large Language Models

Cybersecurity: New Phishing Techniques Using Large Language Models

Recent research conducted by Unit 42, the threat intelligence team at Palo Alto Networks, highlights a novel method employed by cybercriminals to execute phishing attacks. This technique leverages large language models (LLMs) to construct phishing pages directly within a victim's browser, eliminating the need for pre-fabricated phishing emails or obvious fake login pages.

Initially, the targeted webpage appears benign. It loads without any visible malicious code or links associated with criminal activities. Once opened in a browser, the page sends a request to a trusted LLM service, which then provides JavaScript code that transforms the page into a phishing site. Attackers write specific prompts to instruct the LLM on the malicious activities to perform. The browser then assembles and executes this code in real-time, tailoring the phishing page to the individual visitor.

This method circumvents traditional security checks that examine webpages prior to loading. Since the phishing code does not exist until execution, security tools dependent on stored patterns have difficulty detecting it. Each webpage visit generates a unique version of the phishing code through the LLM, rendering blocklists and static signatures ineffective. Additionally, the malicious content originates from trusted LLM service domains, often permitted within corporate environments, allowing the browser to receive the code without triggering alerts.

It loads without any visible malicious code or links associated with criminal activities.
Julia Kramer · Thehackingpost

Unit 42 developed a proof of concept using the LogoKit phishing framework. This involved substituting static JavaScript with LLM-generated scripts. The webpage made live requests to a recognized LLM service, which returned code that mimicked branded login pages and transmitted stolen credentials to an external server. The page itself remained devoid of any suspicious elements during network transmission.

The research suggests that the most effective defense involves runtime behavioral analysis within the browser to identify suspicious actions, such as credential capture and data exfiltration. Organizations are also advised to restrict access to unauthorized LLM services to minimize easy delivery channels for attacks. Enhanced safety measures within LLM platforms could further mitigate misuse.

Advertisement

Palo Alto Networks recommends utilizing tools like Advanced URL Filtering and Prisma Browser with Advanced Web Protection to thwart runtime assembly attacks by analyzing behavior rather than scanning for known code.

Based on reporting by techround.co.uk.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories