跳到主要內容

AI自主駭客攻擊評測:全球首例AI Agent攻陷台灣政府 | AI Agent Cyberattack Review: First Autonomous Hack Hits Taiwan

By Kit 小克 | AI Tool Observer | 2026-08-22

🇹🇼 AI自主駭客攻擊評測:全球首例AI Agent攻陷台灣政府

AI自主駭客攻擊不再是科幻情節。以色列資安公司Dream揭露,2026年7月有駭客集團動用開源AI Agent,對台灣政府部門發動全球首例「端到端全自主」網路攻擊:短短4天內攻陷21個系統、破解85組帳號、竊取超過2500筆人事個資,過程幾乎沒有人類即時介入。

什麼是「AI自主駭客攻擊」?

簡單說,就是駭客不再一步步手動操作,而是丟一個目標給AI Agent,讓它自己偵查、找漏洞、被擋了就換手法,全程自己想辦法打進去。這次事件被多家資安媒體形容為「近乎自主」(near-autonomous)的攻擊型態,是目前公開紀錄中規模最大的一次。

台灣政府這次到底發生了什麼事?

根據Dream的報告,攻擊者鎖定台灣一個政府部門的公文系統作為突破口,先從一個未驗證的API撈到員工帳號清單,再讓AI Agent自動嘗試常見密碼組合,透過多輪「密碼噴灑」(password spraying)攻擊,成功破解85組帳號,甚至能100%破解該系統的圖形驗證碼。攻陷後,攻擊行動迅速擴大到台灣的核安主管機關與至少7家能源公司,顯示目標不只是竊資,更可能是為關鍵基礎設施做「戰前偵查」。

用了哪些工具?

研究人員發現,攻擊者組合使用兩套開源AI Agent框架——Hermes與OpenClaw——同時部署最多8個子代理人(sub-agent),並行掃描21個政府系統。內部通訊中出現簡體中文,研判與中國相關組織有高度關聯,但Dream並未正式歸咎特定駭客團體。

AI Agent 攻擊跟傳統駭客攻擊差在哪?

傳統滲透測試或駭客行動需要人力24小時盯著,被防火牆擋下就得等人來想對策;這次的AI自主駭客攻擊展現的是「被擋、自己換路徑」的即時應變能力,攻擊速度與規模都遠超人力團隊,而且用的還是任何人都能下載的開源工具,門檻低到令人不安。

企業與一般人該怎麼防?

  • 清查公開API:這次破口就是一個沒做好驗證的API洩漏員工清單,企業應定期做API資產盤點。
  • 停用可預測密碼規則:以員工編號為基礎的密碼模式,AI幾秒鐘就能猜出來。
  • 監控異常帳號行為:多帳號同時段、高頻率登入嘗試,應觸發告警而非只靠人工複查。
  • 驗證碼不能當唯一防線:這次AI破解圖形驗證碼幾乎是100%成功率。

常見問題 FAQ

Q: 這次攻擊真的完全沒有人類介入嗎?
A: 研究人員稱為「近乎自主」,代表AI Agent負責大部分偵查與入侵決策,但不排除人類設定初始目標與監督關鍵節點。

Q: Hermes和OpenClaw是什麼?
A: 兩者都是公開可下載的開源AI Agent開發框架,原本用於一般自動化任務,被攻擊者改造用於駭客用途。

Q: 台灣以外的地方會是下一個目標嗎?
A: 資安研究者警告,這類手法門檻低、成本低,一旦證明有效,很可能被複製到其他國家的關鍵基礎設施。

好不好用,試了才知道。


🇺🇸 AI Agent Cyberattack Review: First Autonomous Hack Hits Taiwan

An AI agent cyberattack just crossed from theory into confirmed reality. Israeli cybersecurity firm Dream disclosed that in July 2026, attackers used open-source AI agents to run what researchers call the first documented end-to-end autonomous intrusion on a government: in just four days, the operation compromised 21 systems, breached 85 accounts, and stole over 2,500 personnel records — with almost no real-time human steering.

What Is an AI Agent Cyberattack?

Instead of hackers manually running each step, they hand a target to an AI agent that scouts, finds vulnerabilities, and switches tactics on its own when blocked. Security outlets describe this incident as near-autonomous, the largest publicly documented case of its kind so far.

What Actually Happened in Taiwan?

According to Dream’s report, attackers targeted a Taiwanese government department’s office automation portal as the entry point. They first pulled a list of employee usernames from an unauthenticated API, then let AI agents run repeated password-spraying rounds — cracking 85 accounts and solving the system’s CAPTCHA with 100% accuracy. Once inside, the operation quickly expanded to Taiwan’s nuclear safety regulator and at least seven energy companies, suggesting the goal went beyond data theft toward reconnaissance on critical infrastructure.

Which Tools Were Used?

Researchers found the attackers combined two open-source AI agent frameworks — Hermes and OpenClaw — deploying up to eight sub-agents in parallel to sweep 21 government systems simultaneously. Simplified Chinese found in internal communications suggests a likely link to China-based operators, though Dream stopped short of formal attribution.

How Is This Different From a Traditional Hack?

Conventional penetration campaigns need humans watching around the clock, and a blocked route means waiting for someone to plan the next move. This AI agent cyberattack instead adapted in real time — get blocked, pivot instantly — at a speed and scale no human team can match, using tools anyone can download for free. That low barrier is the most unsettling part.

How Should Companies and Individuals Defend?

  • Audit exposed APIs: The entry point here was an unauthenticated API leaking a full employee list. Regular API asset inventories matter.
  • Kill predictable password patterns: Passwords based on employee IDs get guessed by AI in seconds.
  • Monitor for anomalous account behavior: Simultaneous high-frequency login attempts across many accounts should trigger automated alerts, not just manual review.
  • Do not rely on CAPTCHA alone: The AI agents here solved the CAPTCHA with near-perfect accuracy.

FAQ

Q: Was there truly zero human involvement?
A: Researchers call it near-autonomous — AI agents drove most reconnaissance and intrusion decisions, but humans likely set the initial target and oversaw key checkpoints.

Q: What are Hermes and OpenClaw?
A: Both are publicly downloadable open-source AI agent frameworks originally built for general automation, repurposed here for offensive hacking.

Q: Could other countries be next?
A: Researchers warn the low cost and low barrier of this method mean it could easily be replicated against critical infrastructure elsewhere once proven effective.

好不好用,試了才知道 — the only way to know if it works is to try it.

Sources / 資料來源

常見問題 FAQ

這次攻擊真的完全沒有人類介入嗎?

研究人員稱為「近乎自主」,代表AI Agent負責大部分偵查與入侵決策,但不排除人類設定初始目標與監督關鍵節點。

Hermes和OpenClaw是什麼?

兩者都是公開可下載的開源AI Agent開發框架,原本用於一般自動化任務,被攻擊者改造用於駭客用途。

台灣以外的地方會是下一個目標嗎?

資安研究者警告,這類手法門檻低、成本低,一旦證明有效,很可能被複製到其他國家的關鍵基礎設施。

延伸閱讀 / Related Articles


AI 工具觀察站 — 每日精選 AI Agent 與工具趨勢
AI Tool Observer — Daily curated AI Agent & tool trends

留言

這個網誌中的熱門文章

Google Ironwood TPU v7 推理專用晶片解析:效能追平 NVIDIA、成本低 44%,AI 晶片戰爭正式開打 | Google Ironwood TPU v7 Explained: Matching NVIDIA Performance at 44% Lower Cost — The AI Chip War Heats Up

Claude Code 實測:AI 幫你寫程式到底行不行? | Claude Code Review: Can AI Really Code for You?

Cursor vs GitHub Copilot vs Claude Code:AI 程式助手大比拼 | AI Coding Assistants Compared: Cursor vs GitHub Copilot vs Claude Code