Executive Answer
This week, Hunt.io uncovered an attack on Thailand's Ministry of Finance where the attacker used Hermes, a free open-source AI agent, in autonomous mode with no human in the loop. 585 files recovered: exploit code, web shells, stolen credentials, and detailed operation logs. DORA came into force in January 2026 and requires financial entities to maintain ICT risk frameworks that account for evolving threats, third-party tool risk, and detection capabilities for anomalous activity. The problem is that most DORA compliance programs were built around a human-speed threat model. AI agents in autonomous mode operate at machine speed, produce consistent behavioral patterns that blend with normal traffic, and require no rest. That is a different threat. Most current DORA programs are not built for it.
- July 9-13, 2026 - Dates of active Hermes AI agent operation against Thailand's Ministry of Finance infrastructure, based on recovered session logs.
- 585 files - Total files recovered from exposed attacker server: exploit code, web shells, HTTP tunneling tools, compiled payloads, stolen credentials, and AI agent operation logs.
- 0 humans required - Hermes in YOLO mode removes all human approval prompts. The agent executed privilege escalation, kernel vulnerability scanning, and credential testing without operator intervention.
- January 17, 2025 - DORA enforcement date for EU financial entities. ICT risk management, incident reporting, third-party risk, and operational resilience testing are all mandatory.
- February 2026 - Month Hermes was publicly released by NousResearch. Five months later it was being used in a nation-state-level operation against financial infrastructure.
An AI agent ran a cyberattack on a finance ministry this week. Without a human approving a single command.
Between July 9 and July 13, 2026, threat intelligence firm Hunt.io discovered three exposed directories on a server hosted in Hong Kong. What they found inside changed how I think about the current threat landscape: 585 files, a custom Go-based implant the operators called Hades, and detailed logs from Hermes - an open-source AI agent - showing exactly what it did inside Thailand's Ministry of Finance network.
The agent scanned for kernel vulnerabilities. It mapped privilege escalation paths. It deployed web shells. It tested credentials against mail servers and internal administrative panels. It did all of this in what the Hermes documentation calls "YOLO mode" - a setting that removes the approval prompts that would otherwise require a human operator to say yes before the agent takes a dangerous action.
The Ministry of Finance has not confirmed the breach. But the operational artifacts are specific enough: system names, internal hostnames, IP addresses, and scripts targeting named internal services. The operation was real.
What Hermes Actually Did
Hermes was released in February 2026 by NousResearch. It is designed to operate as a persistent service that maintains context between task sessions and can interact with tools and execute commands to complete assigned objectives. That is a useful description of what defenders call an automated attack framework.
Five recovered Hermes call logs show the agent being used to: find privilege escalation opportunities, scan for kernel vulnerabilities, enumerate internal systems, test credentials, and maintain persistence through deployed web shells. The agent executed continuously. It did not take breaks. It did not make the same human mistakes that most anomaly detection systems are calibrated to catch.
The attack tool costs nothing. It is publicly downloadable. Its source code is on GitHub. Anyone with a target and an objective can configure it, enable YOLO mode, and run it against infrastructure. The barrier to deploying an autonomous post-exploitation agent has effectively reached zero.
The DORA Gap This Exposes
DORA has been in force since January 17, 2025. The regulation covers EU financial entities and requires comprehensive ICT risk management under Articles 5 through 14. The framework is detailed and well-constructed. The problem is the threat model that was in everyone's head when they built their DORA compliance programs.
Most ICT risk registers I review still describe threats in human terms: a threat actor targets a financial institution, moves laterally through the network, exfiltrates data. The assumed pace is human pace. The assumed behavior patterns reflect what human attackers do: variable timing, occasional mistakes, tool signatures that detection teams have learned to recognize.
AI agents operating autonomously look different. Machine-speed execution produces activity logs that look like consistent, scripted behavior rather than the variable cadence of a human operator. Detection rules tuned for human behavioral patterns may not flag what an AI agent does as anomalous, because the agent is not making human errors.
DORA's Article 10 requires monitoring and detection capabilities. Article 11 requires business continuity and response capabilities. Article 13 requires threat intelligence integration. None of these requirements are inconsistent with what I am describing - in fact, they mandate exactly the kind of capabilities that would detect and respond to an AI-assisted attack. The gap is not in the regulation. It is in the implementation.
The organizations that built their DORA programs by documenting existing controls and writing them up for regulators are the ones with the gap. The organizations that used DORA as a forcing function to actually rebuild their detection and response capabilities around the current threat landscape are in a different position.
Third-Party Risk: The Tool Your Vendor Uses
DORA's third-party risk provisions under Articles 28 through 44 are primarily focused on ICT service providers that financial entities rely on. Cloud providers, software vendors, data processors. The framework requires risk assessments, contractual protections, and concentration risk analysis.
The Thailand operation introduces a different third-party risk question that most DORA programs have not addressed: the open-source tools that attackers use, and by extension, the open-source tools that your own vendors and developers use.
Hermes was publicly released five months before it appeared in this operation. It is the kind of tool that security researchers, red teamers, and developers use regularly in legitimate contexts. It is also, as this week demonstrated, an effective autonomous attack platform. The same tool that a vendor's development team might run for automation testing could be configured with a target and pointed at financial infrastructure.
This is not a reason to prohibit all open-source tools. It is a reason to include open-source AI agent capabilities in your threat landscape assessment - both as an attack vector and as a source of third-party exposure through vendor environments.
What DORA-Regulated CISOs Should Do Now
Update the threat model in your ICT risk register. Add AI-assisted autonomous attacks as a named threat category. Document the specific characteristics that differentiate machine-speed attacks from human-operated attacks: execution pace, behavioral consistency, absence of human error signatures. Your risk register needs to reflect that this threat exists and is operational, not theoretical.
Review your detection logic for machine-speed behavior. Most SOC detection rules are calibrated against human baselines. Automated credential testing, rapid privilege escalation attempts, and systematic internal network enumeration at machine pace are patterns an AI agent produces routinely. Ask your security operations team specifically whether your current detection rules would flag high-speed, low-variance automated activity that does not match known attack tool signatures.
Include AI-assisted scenarios in your TLPT planning. DORA requires threat-led penetration testing for significant financial entities. The scenarios used in TLPT should reflect the actual threat landscape. Request that your red team include an autonomous agent scenario in the next testing cycle - specifically testing whether your detection and response capabilities can identify and contain machine-speed post-exploitation activity.
Add open-source AI agents to your third-party tool inventory discussion. The next time you review your vendors' security controls, include a question about open-source AI agent use within their development and operations environments. This is not about banning tools. It is about understanding the exposure surface.
Review your incident reporting readiness for AI-assisted intrusions. DORA mandates reporting of major ICT incidents within defined timeframes. An AI-assisted intrusion that moves faster than human-operated attacks may compress the window between initial compromise and significant impact. Your incident response playbooks should have runbooks specifically for fast-moving automated intrusions, with containment steps that do not assume a human attacker's pace.
DORA is a good regulation. It was written by people who understood the threat landscape for financial infrastructure, and it covers the right areas: ICT risk, third-party dependency, detection and response, resilience testing. The problem is not the regulation. It is that most DORA compliance programs were built to satisfy an audit, not to actually address the threat. The Thailand operation is a preview. Autonomous AI agents cost nothing to acquire, require minimal operational skill to deploy, and produce attack activity that most current detection environments are not calibrated to catch. If your DORA program passed its review but your detection rules still assume a human on the other end, you have a program that is compliant on paper and exposed in practice.
Related Expertise
Sources & Further Reading
- Hunt.io: Thailand Ministry of Finance Targeted with Hermes AI Agent - Original threat intelligence report with operational artifacts (July 2026)
- BleepingComputer: Hermes AI agent used to automate attack on Thai Finance Ministry - Attack infrastructure analysis and attacker TTP documentation (July 24, 2026)
- Hermes AI Agent - NousResearch GitHub - Source code and documentation including YOLO mode description
- DORA Regulation (2022/2554) - Articles 5-14 (ICT risk management), Articles 10-11 (detection and response), Article 13 (threat intelligence), Articles 28-44 (third-party risk)
Related Articles
The OpenSSL Fix That Arrived with No CVE. NIS2 Still Expects You to Patch It.
How a security fix with no CVE exposes the structural gap in NIS2 and DORA patch management programs.
ComplianceThe EU AI Act Enforcement Clock Is Running. Here Is the CISO Action Plan.
What CISOs need to do before August 2, 2026 and how AI Act compliance intersects with NIS2 and DORA programs already in progress.
Frequently Asked Questions
What happened in the Thailand Finance Ministry cyberattack?
Between July 9 and July 13, 2026, Hunt.io discovered an exposed attacker server containing 585 files linked to an operation against Thailand's Ministry of Finance. The files included exploit code, web shells, HTTP tunneling tools, stolen credentials, and logs from the Hermes AI agent operating in YOLO mode. The agent performed privilege escalation scanning, kernel vulnerability enumeration, and credential testing against internal ministry systems. The Ministry has not confirmed the breach.
What is Hermes AI agent and YOLO mode?
Hermes is an open-source AI agent released by NousResearch in February 2026. It operates as a persistent service that maintains context between sessions and executes commands to complete assigned objectives. YOLO mode removes the human approval prompts that would otherwise require operator confirmation before dangerous commands execute. In YOLO mode, the agent operates fully autonomously: it analyzes the environment, selects next steps, executes them, and continues without human oversight. The tool is free and publicly available on GitHub.
What does DORA require for ICT risk management?
DORA (Regulation 2022/2554) requires financial entities to maintain ICT risk frameworks under Articles 5-14. Key obligations include: an ICT risk register accounting for evolving threats, detection capabilities for anomalous activity, business continuity and response capabilities, threat intelligence integration, third-party risk assessment, and threat-led penetration testing for significant entities. The regulation mandates major ICT incident reporting within defined timeframes and continuous risk assessment as the threat landscape changes.
Does DORA cover open-source tools used by attackers?
DORA's third-party risk provisions primarily address ICT service providers used by financial entities, not attacker tools. However, DORA's ICT risk management requirements mandate accounting for the full threat landscape and integrating current threat intelligence. A DORA-compliant risk register that does not reflect AI-assisted autonomous attacks as an operational threat is incomplete. The regulation requires continuous risk assessment, which means threat models must be updated as attack capabilities evolve.
How should CISOs update DORA threat models to account for AI agents?
AI agent attacks differ from human-operated attacks in speed (continuous execution without rest), consistency (no behavioral variation that anomaly detection expects from humans), and scope (parallel objective pursuit). Update ICT risk registers to name AI-assisted autonomous attacks as a threat category. Review SOC detection rules for machine-speed activity patterns. Include autonomous agent scenarios in TLPT planning. Add open-source AI agent use to vendor security questionnaires. Update incident response playbooks with fast-containment runbooks that do not assume human-pace intrusion timelines.
DORA program built before AI agents became operational weapons?
Most compliance programs passed their initial review with threat models that are now outdated. I help financial entities review DORA ICT risk frameworks, update threat models for current attack capabilities, and build detection programs that actually work against autonomous attackers.
Let's Talk