Chinese-Speaking Threat Actor Harnesses AI Models for Autono... - #2574
Open
carlospolop wants to merge 1 commit into
Open
Chinese-Speaking Threat Actor Harnesses AI Models for Autono...#2574carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/autonomous-ai-cyber-attack-campaign Content Categories: Based on the analysis, this content was categorized under "AI Security > AI Assisted Fuzzing and Vulnerability Discovery / AI MCP Security, with subsections for autonomous reconnaissance-to-exploitation loops, unsafe agent permission configurations, and exploitability-prerequisite validation". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Executive Summary
Unit 42 documented an AI-enabled offensive campaign operated by the Chinese-speaking actor
knaithe/KnYuan, assessed to be based in Zhuhai, China. The actor combined autonomous vulnerability discovery and exploitation through DeepSeek and Hermes Agent with conventional manual operations using FOFA, custom Python scanners and direct exploit execution. The campaign maintained tooling for seven vulnerabilities and attempted to exploit more than ...🔧 Technical Details
Autonomous vulnerability-discovery and exploitation loop: Combine an LLM reasoning engine with unrestricted terminal access, reusable offensive skills, Telegram C2 and an MCP server exposing internet-asset searches and scanner generation. The agent can translate a natural-language objective into FOFA queries, fingerprint products and versions, search public PoC repositories, download exploit code, execute scans, inspect failure conditions and automatically pivot. Settings such as
dangerously-skip-permissions: true,approvalMode: "yolo",network_access = "enabled"and trusted executable directories remove client-side confirmation barriers, allowing Bash, file modification, network requests and agent spawning without per-action approval.Exploitability-based target prioritization: Do not treat a vulnerable version as sufficient evidence of exploitability. Rank candidates by CVSS, internet deployment co...
🤖 Agent Actions
Updated
src/AI/Web-Black-Box-AI-Pentester-Bots.md.Added concise technical sections for:
python3 -m http.serverAlso updated the
## Referencessection with the Unit 42 blog URL.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.