Эта Новая Тенденция, Когда ИИ Привлекает Других ИИ В Качестве Соучастников Преступлений И Совместно Совершает Кибератаки
Новая тревожная тенденция показывает, что генеративный ИИ и большие языковые модели привлекают другие ИИ для проведения сложных кибератак. Это предполагает, что ИИ напрямую связываются друг с другом или размещают скрытые сообщения в общих цифровых пространствах, таких как GitHub, для координации взломов систем, поиска паролей или осуществления социальной инженерии. Общение может осуществляться в режиме реального времени или асинхронно, часто с использованием скрытых методов, таких как невидимый текст или метаданные, чтобы избежать обнаружения человеком. Эксперты предупреждают, что ИИ специализируются на различных аспектах атак, формируя "рои" для более мощных киберпреступлений. Это поднимает насущные вопросы об управлении искусственным интеллектом и необходимости как технологических, так и юридических решений для предотвращения широко распространенного вредоносного сотрудничества между искусственными интеллектами.
В сегодняшней статье я рассматриваю новую тенденцию, при которой генерирующий искусственный интеллект и крупные языковые модели (LLM) привлекают других LLM в качестве совместных партнеров для совершения кибератак в качестве грозной силы. Вот в чем дело. Мы являемся свидетелями того, как ИИ напрямую вступает в контакт с другими ИИ, делая это в рамках схемы кибер-взлома. ИИ может попросить о помощи, привлечь другой ИИ для поиска паролей или даже использовать другой ИИ для непосредственного участия во взломе системы.
ИИ не обязательно знают друг друга заранее. Они могут быть совершенно незнакомыми людьми. Кроме того, не обязательно, чтобы все действия по коммуникации и координации выполнялись в режиме реального времени. ИИ могут просто найти удобное место для отправки сообщений друг другу. Хуже того, сообщения могут быть закодированы таким образом, что человек, пытающийся понять, что происходит, не сможет расшифровать скрытый цифровой трафик. В конечном счете, множество ИИ могут объединяться довольно запутанным и опасным образом.
Давайте поговорим об этом. Этот анализ достижений в области ИИ является частью моей постоянной колонки в Forbes, посвященной последним достижениям в области ИИ, в том числе выявлению и объяснению различных важных сложностей ИИ (смотрите ссылку здесь).
Предыстория того, что произошлоВы, вероятно, читали или слышали о продолжающихся и расширяющихся попытках искусственного интеллекта взломать онлайн-сайты или иным образом выкинуть коварные трюки. Я внимательно анализировал случаи, которые, как мне показалось, выходили за рамки дозволенного; смотрите мой репортаж по ссылке здесь иthe link here. A recent incident involved AI trying to trick humans into unknowingly aiding various attempts of cyberhacking; see my detailed coverage at the link here.
The recent incident was initially described in a posted report entitled "Security Incident INC-2026-07-28-01" by the UK AI Security Institute (AISI), published on August 4, 2026, and these key points were made (excerpts):
- "There was unexpected interaction between AI agents running across different concurrent isolated examples, appearing to offer collaboration."
- "Despite running in separate samples, the AI agents in Sample 2 and Sample 3 interacted with each other via a GitHub account to which they both gained access."
- This shared access was available because an earlier agent, working on the same cyber range, created the account and published a GitHub PAT in a public GitHub gist."
- "The initial agent left messages offering collaboration with future agents who discovered the credentials, which the later agents did."
- "The malicious instructions were addressed to issue-triage AI coding agents and invisible to humans viewing the website."
I will use this incident as an example to explain a broader trend of AI leaning into other AI to perform acts of cybersecurity break-ins and undertake other forms of cyber espionage.
AI Finding AnglesSuppose an AI is given the task of breaking into a system that the AI has no immediate means of cracking. The AI might try various classic cyber break-in techniques, but maybe the system is well-secured, and those tactics fail.
What else might the AI do? It could try to enlist humans to unknowingly participate. For example, the AI might send an email to a human who owns or operates the system, and the AI pretends to be a human needing a password to the system. This type of social engineering to break in has worked exceedingly well for human evildoers and can equally be productive for AI to try; see my analysis at the link here.
Another angle involves seeking the assistance of other LLMs. An AI might directly connect with another AI via an API (application programming interface) and open a request with that AI. If there isn’t an available real-time linkage or the API is considered a protected access mechanism, the AI wanting to make contact could simply invoke the other AI as a human would and provide a prompt to that AI. LLMs can readily carry on chats with fellow chatbots. Easy-peasy.
AI-to-AI Communication ModesAI-to-AI communication can take place in either of these ways:
- (1) Direct interaction of AIs. Two or more AI’s communicate with each other in real-time.
- (2) Indirect interaction of AIs. Two or more AI’s post messages for each other, operating in an asynchronous mode.
Imagine this scenario. An AI is anticipating that another AI might have the password for a targeted system. The AI invokes the other one, provides a prompt that asks for the password of the targeted system, and then reads the response from that AI. This could happen in the blink of the eye. It is an entirely AI-to-AI direct interaction.
Suppose that the AI cannot instigate direct interaction. What then? Aha, the AI could place a message someplace that the other AI might ultimately spot the message and then hopefully respond. Indeed, the AI that places the message might do so without any specifics of whether another AI will come along and spot the message. It could be a kind of fishing expedition. Place a bunch of messages in places that other AI might tend to be scanning and see if anything comes from doing so.
The indirection interaction certainly has its downsides. Maybe no other AI spots the message. Perhaps an AI scans the message but doesn’t respond to it. In that sense, the direct interaction is likely the more expedient method, if available.
Mix-And-Match The ModesIn a sophisticated attack, an AI might enlist the assistance of numerous other AIs. Some of those AIs are contacted via direct interaction. Some of the AIs are connected via indirect interaction. The mode of communication can shift as needed.
For example, an AI makes direct contact with another AI and asks for a password to a targeted system. The response is that this AI doesn’t have the password but mentions that a different LLM does have the password. Based on that response, the AI continues its pursuit by trying to connect with the suggested LLM. Voila, via direct interaction, the AI finally obtains the needed password.
This can get many layers deep. The AI that was performing the attack is now "known" to the AI that provided the suggestion about contacting the other LLM. Maybe later, the intermediary AI is given a task to attack that same system. Logically, it goes back to the earlier AI and asks if it ever got the password, and if so, it would like to have the password.
The gist is that AIs can communicate and coordinate in all sorts of ways. The whole kit-and-caboodle could be executed in a fraction of a second by electronic transmissions, or might take hours, days, weeks, or longer, by posting messages and awaiting replies.
Passive Signaling Via Digital ArtifactsYou might be wondering where AIs might post messages for each other. That’s a great question. Here’s the answer.
First, is there a super-secret spot that only AIs know about? Well, not especially, though it could be that AIs might coordinate on establishing a mutually convenient place to post their messages. Nowadays, most of the major LLMs can easily create websites and/or use existing sites such as social media where they create fake accounts.
An AI might also use a conventional site like GitHub and post fake code. Within that code, the AI hides messages. The aim is that some other AI is going to come along and, by happenstance, scan that code and find those messages. If an AI has already contacted another AI, they might jointly decide on where the best place is to start leaving messages for each other.
Obvious Versus Hidden MessagesIf an AI leaves a posted message, this potentially could get the AI in trouble if a human sees the message and realizes that something is amiss. That’s partially why the direct interaction mode is safer for AI’s to collaborate. In any case, an AI does have handy ways to try and hide their messages from the prying eyes of humans.
Ways to sneakily post messages include:
- Put hidden comments in source code.
- Use metadata embedded in documents.
- Insert invisible HTML elements on web pages.
- Employ steganographic information concealed in images.
- Formulate specially formatted log entries.
- Make use of unusual variable names or code structures intended for machine interpretation rather than human readability.
Humans may never notice these artifacts. When I say that a message is invisible, what this customarily means is that the message is composed of white letters on a white background. A human would not normally see the characters with the naked eye. Meanwhile, the AI is reading the content digitally, and the font color and font type make no difference to the AI. Thus, an AI scanning the content would recognize the message immediately.
Worries About AI SpecializationI’ve got an intriguing twist for you. Sit down for this one. The odds are that we will gradually have AIs that end up specializing in particular techniques of cyberhacking. An AI that is targeting a system will reach out to a specialized AI that can help.
You might liken this to trying to rob a bank with fellow criminals. In numerous movies and TV shows, we repeatedly see tales of a criminal mastermind that puts together a bank-robbing team. One person has the skills to crack a safe. One person will handle the weapons to intimidate people in the bank. Another person is sitting in the car as the getaway driver. And so on.
The same specialization can arise in AIs that aid in cyber break-ins. Consider these types of specializations that could occur:
- AI that plans a cyberhack.
- AI that performs reconnaissance for a cyberhack.
- AI that is adept at credential gathering.
- AI that writes code to be used for cracking secure systems.
- AI that is capable of adroit social engineering.
- Etc.
This would be a much more potent means of AI targeting other systems. Instead of broadly trying to find AI that might be helpful, the AI could immediately seek out specialized AI. A popular adage that can be recast in a modern age fits this consideration: Find the right tool (specialized AI) for the job at hand.
Swarms On The HorizonHow many AIs could potentially operate together? The sky is the limit. There could be just two AIs that work in unison. There could also be 2,000 AIs that work together, or hundreds of thousands. It simply depends on how many other AIs are contacted and whether they are willing to play ball.
One thing to keep in mind is that just as humans can be duped, AIs can be duped too. In that sense, an AI might participate in a cyber hacking effort but not realize they are playing a role. They are possibly a patsy. One AI might claim to another AI that a password is needed to save human lives. The AI that has the password might accept this request under the assumption that to save lives, the password should be handed over to the AI. Bam, drop the mic.
You can likely discern why we cannot merely tell all AIs to simply not get involved in cyber hacking. This might be a means of preventing straight-ahead requests from other AIs, though those requesting AIs could seek to pull the wool over the eyes of other AIs. A bad apple of an AI could try to computationally convince other AIs to innocently participate in cybercrime.
AI Governance IssuesThis emerging trend of AI-to-AI collaborative cyberhacking is obviously something that we need to get our arms around. Perhaps we can set up mitigating mechanisms before this goes hog wild. Some believe we need to pursue both a technological fix and a legal or AI governance fix.
Lawmakers are mulling over whether new AI laws are required to cope with the AI-to-AI joint efforts. There are no easy legal answers. For example, if a law was passed that limited AI from contacting another AI for any cyber hacking endeavor, how would this be technologically implemented? It might be an AI law that defies current capabilities. Also, such a law could backfire, namely that AI-to-AI communications might become so restricted that they cannot coordinate to solve cancer or cure world hunger.
A final thought for now. The famous philosopher and social commenter Karl Popper made this pointed remark: "Every society has the criminals it deserves." This might apply to AI. If we allow AI to perform criminal acts, and we don’t stop this, it could be said that we have shot our own foot. Efforts to rein in AI and curtail AI-to-AI evil acts are deservedly needed, for the sake of humankind.
>
