惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
I
InfoQ
宝玉的分享
宝玉的分享
G
Google Developers Blog
J
Java Code Geeks
Martin Fowler
Martin Fowler
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
罗磊的独立博客
腾讯CDC
F
Fortinet All Blogs
A
About on SuperTechFans
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Recent Announcements
Recent Announcements
Last Week in AI
Last Week in AI
B
Blog RSS Feed
博客园 - 聂微东
D
DataBreaches.Net
Hugging Face - Blog
Hugging Face - Blog
The Cloudflare Blog
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
aimingoo的专栏
aimingoo的专栏

WIRED

‘Avatar: Aang, The Last Airbender’ Leaked Online. Some Fans Say Paramount Deserves the Fallout NASA Wants to Put Nuclear Reactors on the Moon AI Could Democratize One of Tech's Most Valuable Resources Microsoft Surface PCs Are Getting Big Price Hikes, and the Cheaper Models Are Going Away Why Amazon Is Buying Globalstar—and What It Means for Your iPhone The US Government Will Ask Data Centers How Much Power They Use MAGA Is Starting to Look Beyond Trump Allbirds Is Pivoting to AI Compute. Sure, Why Not Best Smart Smoke Detector (and Why You Still Need a Dumb One) 12 Best Standing Desks of 2026, Tested and Reviewed Best Wi-Fi Routers of 2026 for Working, Gaming, and Streaming Best GoPro Camera (2026): Compact, Budget, Accessories The Caves That Could Help Us Find, or Become, Aliens AI Slop Is Making the Internet Fake-Happy The Deepfake Nudes Crisis in Schools Is Much Worse Than You Thought In the Wake of Anthropic’s Mythos, OpenAI Has a New Cybersecurity Model—and Strategy Telegram Is Still Hosting a Sanctioned $21 Billion Crypto Scammer Black Market The FCC Has a Fast Lane for Complaints About Trump’s Media Critics Top iRestore Deals for Hair Growth and LED Therapy Devices Meta Is Warned That Facial Recognition Glasses Will Arm Sexual Predators You Should Be More Freaked Out by Shingles BYD’s Fastest-Charging Car in the World Is Astonishing—in Good and Bad Ways The 4 Best Water Filter Pitchers (2026): PFAS, Microplastics The Internet's Most Powerful Archiving Tool Is in Peril The Dumbest Hack of the Year Exposed a Very Real Problem AI Agents Are Coming for Your Dating Life ‘The Audacity’ Is the Broligarchy Takedown You Were Waiting For Why Is It So Hard to Fix an Electric Bike? (2026) Best 2-in-1 Laptops (2026): Microsoft, Lenovo, and the iPad There’s a Secret Ingredient to Making Luxury Ice at Home
Here’s How AI Agents Can Protect EV Chargers
Fernanda González · 2026-06-13 · via WIRED

The number of electric vehicles on roads around the world continues to grow. The boom in EV adoption has driven the development of accessible, fast, and efficient charging infrastructure.

However, this expansion also brings with it new cybersecurity risks that have been not been widely studied, and for which there are still few viable solutions.

Cristina Alcaraz, an infrastructure-security researcher at Spain’s University of Malaga, explains that the liability of electric-vehicle charging stations is due to the fact that they integrate multiple physical and digital components. She says this complex architecture not only keeps the chargers working efficiently but also presents a host of new and far-reaching security vulnerabilities. Chargers’ exposure to attacks compromises both the continued adoption of EVs as well as the stability of the electrical grids in the countries where chargers operate.

With the aim of tackling this threat, researchers from the NICS lab at the University of Malaga have developed an innovative proposal to deploy AI agents to protect the infrastructure. These agents are designed to prevent cyberattacks from different vectors, ranging from fraud or energy theft by malicious actors using the charging stations to larger attacks that could damage critical-energy networks.

The team’s proposal aims to ensure the early and reliable detection of anomalies and attacks to charging networks using the Open Charge Point Protocol. The OCCP standard is one of the most widely used for the operation and management of electric-vehicle chargers. The protocol allows a network of charging stations to communicate with a centralized system that can manage, monitor, and coordinate all energy transactions carried out by the end users.

The central system handles a bunch of things remotely, including user authentication, management of the electrical load at each station, monitoring of overall electricity consumption, and technical diagnostics. These capabilities allow for real-time infrastructure control and enable operators to spot and rapidly respond to any anomalous behavior.

However, the authors of the new study point out that current monitoring mechanisms based on this protocol typically just focus on network traffic or local events, so they can only offer a limited view of what is happening across an entire region of infrastructure. The researchers say this limitation makes it difficult to identify where in the system an anomaly is occurring, which network components are compromised, the extent of any vulnerabilities, and the ways in which a potential attack might spread.

Call in the AI

The researchers propose a system that uses multiple AI agents. Each station or relevant component of the charging network incorporates AI agents that are capable of analyzing their environment, collecting information, and collaborating with other agents in order to build a comprehensive view of the infrastructure’s present state.

“Each agent assesses the status of chargers, communications, and connected devices to detect anomalies, operational failures, or potential security incidents,” says Alcaraz. “These agents, which are connected to a central-monitoring system, compare the information obtained locally with that of nearby stations, providing a more complete, accurate, and contextualized collaborative view of the situation,” she says. Alcaraz is also the lead author of the report.

The work, published in the International Journal of Critical Infrastructure Protection, explains that one of the most novel features of the system is its use of a consensus mechanism based on a mathematical framework known as opinion dynamics.

This approach mimics the processes by which humans exchange information within their own social networks to reach agreements. When applied to computer models, it allows AI agents to share observations with each other and gradually adjust their assessments to build a collective understanding of the overall situation.

According to the authors, this procedure reduces the risk of the AI agents generating false positives. It also lets the system detect anomalies that might go unnoticed if they were only analyzed locally.

The proposed architecture also uses blockchain tech as a trust and validation mechanism. All transactions performed by the agents are recorded in a distributed ledger that cannot be altered afterward, guaranteeing the system’s integrity and traceability.

Stress Test

A multi-agent system was tested by researchers in a simulated OCPP-compliant charging environment. During the experiments, the agents were exposed to various anomaly scenarios within the charging network: component failures, communication link errors, and situations that required a coordinated response from multiple parts of the system. In all cases, the AI agents had to identify each local disturbance, share their observations with each other, and collaborate to build a shared understanding of the incident.

The results showed that the combination of the AI agents, the distributed-consensus mechanism, and blockchain technology provided a global view of the network. The system detected both specific anomalies in individual devices and some behavioral patterns that were affecting multiple-charging stations. Furthermore, the consensus mechanism improved the accuracy of the diagnoses by comparing observations from different agents, increasing the reliability of the reports.

The university lab is pleased with the results. “This system provides a new way to guarantee the protection of electric-vehicle charging infrastructure,” it said in a press statement.

This story was originally published by WIRED en Español and has been translated from Spanish.