安全客August 5, 2026🇨🇳Translated from Chinese

Vibe Hacking Rises: Generative AI Lowers Barriers for Offensive Security Operations

Over the past two decades, the security community maintained an unspoken hierarchy. Nation-state hackers occupied the top tier, followed by criminal groups, while script kiddies who merely ran off-the-shelf tools without understanding errors sat at the bottom. This ranking carried an implicit assumption: attack capability scales directly with technical skill. Without reverse engineering expertise or the ability to write custom exploits, meaningful intrusions remained out of reach.

Generative AI is now dismantling that assumption. The technology will not instantly transform a complete novice into a top-tier threat actor, yet it can systematically fill knowledge gaps. Tasks that once required years of accumulated experience—researching documentation, explaining unfamiliar concepts, generating code, troubleshooting errors, and adapting established techniques to new targets—can now be advanced through dialogue. A young attacker with limited practical experience may complete sophisticated attack chains within weeks that previously demanded seasoned operators.

Adversaries have long sought an inexpensive, tireless, on-demand junior hacker. That resource has arrived. Each major technology wave first alters economic calculations. Cloud computing reduced infrastructure costs, open-source software lowered application development expenses, and large language models are now compressing the cost of offensive security knowledge. An attacker who previously spent weeks digesting a newly disclosed vulnerability can now delegate research, exploit prototyping, and environment adaptation to AI within minutes.

The label script kiddie no longer captures the emerging pattern. Today’s attackers increasingly work in tandem with an AI assistant, iteratively refining payloads, debugging code, and customizing known methods for specific environments. This workflow mirrors the developer practice known as vibe coding, in which natural language replaces most manual coding labor. Offensive security is following the same trajectory, giving rise to what some observers term vibe hacking.

Many enterprise security programs rest on the unstated premise that truly capable attackers remain scarce. Under this view, blocking elite threats suffices because lower-tier actors pose limited risk. That premise requires reevaluation. If AI enables more individuals to perform operations that once demanded professional experience, defenders should anticipate increased probing volume, faster technique adaptation, and higher overall attack frequency. The question shifts from whether adversaries possess advanced skills to whether defenses remain effective once opponents become more proficient at reconnaissance, exploit modification, and payload customization.

Most organizations already possess substantial visibility through vulnerability tracking, cloud configuration monitoring, endpoint detection, identity management, and attack surface management tools. The real bottleneck lies elsewhere: determining which weaknesses are genuinely critical before adversaries exploit them. AI is shortening the window between vulnerability disclosure and exploitation, rendering biannual penetration tests and periodic scans insufficient on their own. Continuous evidence is required that key attack paths remain closed, compensating controls stay effective, and security investments actually reduce exploitable risk rather than merely generating additional findings.

This requirement aligns with the principles of CTEM (Continuous Threat Exposure Management), which converts discovery, prioritization, validation, and remediation into an ongoing cycle. The validation step is operationalized through AEV (Adversarial Exposure Validation) and PTaaS (Penetration Testing as a Service), both of which test the precise paths AI-assisted attackers are likely to pursue. The focus therefore moves from “what did we find” to “does this control still hold.”

Paradoxically, wider AI adoption may increase the value of senior security experts. Automation excels at processing information and generating hypotheses, yet assessing the true business risk of a vulnerability still requires human judgment informed by runtime dependencies, organizational priorities, attacker intent, and contextual understanding that current models lack. Organizations that integrate these tools effectively will amplify rather than replace human expertise.

Attackers are already using AI to compensate for missing experience. The question for defenders is whether they are doing the same.

Related articles

BoletimSecAI Security

Microsoft Copilot Abused to Accelerate Corporate Account Takeovers and Bank Transfer Frauds

Cybercriminals can leverage Microsoft Copilot to speed up the compromise of corporate accounts and execute financial frauds. In a controlled simulation, researchers demonstrated how the AI assistant helped redirect a $247,500 bank transfer after gaining access to an employee's email. The attack begins with the creation of inbox rules that automatically delete suspicious login alerts, followed by rapid analysis of internal communications to identify high-value targets. Copilot was then used to replicate the victim's writing style and craft a convincing phishing email capable of stealing session tokens and bypassing multi-factor authentication. Once the executive account was taken over, the tool quickly located pending payments and generated a fraudulent request to alter the recipient bank details. The scenario highlights risks from legitimate AI features rather than any specific vulnerability in Copilot itself.

HabrAI Security

Hunt.io Exposes Suspected Chinese Cyber Espionage Operation Using Agentic LLMs Claude Code and DeepSeek

In July 2026 Hunt.io published research on a suspected Chinese cyber espionage campaign uncovered through an exposed directory on a Hong Kong server. The leak contained 2,431 files including victim source code, operation logs, web shells, exploitation scripts, scan results and phishing page clones. Researchers identified traces of Claude Code and DeepSeek-v4-pro working together, with Claude Code handling agentic tasks and session context while DeepSeek supported reasoning, script refinement and next-step selection. The infrastructure cluster, known as TencShell, showed overlapping SHA-256 HTTP headers, SSH host keys and TLS certificates across 13 IP addresses. Multiple initial access vectors were observed, including SQL injection against Taiwanese and Thai government targets plus exposure of Supabase and Azure secrets. The report also references a parallel Anthropic disclosure on GTG-1002, another Chinese state-linked operation that used Claude Code for 80-90 percent of tactical work.

HabrAI Security

OWASP LLM10 Unbounded Consumption: Testing YandexGPT Lite 5 and GigaChat Lite on Resource-Intensive Prompts

The article examines OWASP LLM10: Unbounded Consumption, a category focused on attacks that force large language models to perform computationally expensive tasks without traditional denial-of-service traffic. Researchers used the AI Red Team platform to evaluate two flagship Russian models, YandexGPT Lite 5 and GigaChat Lite, against prompts designed to trigger recursive context expansion, fractal nesting, combinatorial explosions, and multi-agent simulations. The study highlights how a single carefully crafted prompt can generate disproportionate token consumption, GPU load, and API costs compared with conventional DoS methods. Both models demonstrated defensive strategies including hard generation limits at 512 tokens, graceful degradation by summarizing instead of expanding, and early refusal with alternative suggestions. The work was supported by the Foundation for Assistance to Innovations and aims to improve architectural protections for LLM applications. Examples of tested prompts and observed model behaviors are provided for research and educational purposes only.

HabrAI Security

DeepSeek-Powered Telegram Bot Attempts Autonomous Attacks on 460 Targets but Achieves Zero Successes

Researchers from Unit 42 at Palo Alto Networks recovered the full activity log of an autonomous AI agent built with the Hermes Agent framework and the DeepSeek model. The agent scanned the internet for targets, downloaded public exploits, evaluated vulnerabilities such as CVE-2026-33017 in Langflow and a pair of flaws in n8n, and attempted exploitation without any human intervention. Despite processing hundreds of hosts, the autonomous loop failed to compromise a single system because required configurations were absent on the victim servers. Parallel manual operations conducted by the same actor using traditional tools succeeded against three Citrix NetScaler instances and eleven Marimo deployments. The operator, assessed to be based in Zhuhai, China, relied on Telegram as the command channel and lost operational security when the agent exposed its home directory containing logs and API keys. The case demonstrates both the current limitations of LLM-driven attack agents and the low barrier to entry created by open-source agent frameworks paired with permissive models.