Add UNC2814 LLM API abuse Gemini C2 from scripting host - #6087
Closed
WRG-11 wants to merge 1 commit into
Closed
Conversation
Author
|
Withdrawing this. On re-reading the cited GTIG report, the runtime Gemini-API C2 it documents is PROMPTSPY (Android), and UNC2814 is described doing persona-prompted vulnerability research rather than running these families. A Windows Sysmon DNS rule attributed to UNC2814 isn't supported by that source, so I'd rather pull it and resubmit something correctly attributed and platform-matched. |
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.
Summary
New emerging-threat detection rule for UNC2814, a GTIG-tracked PRC-nexus threat cluster. Its AI-malware families (PROMPTFLUX, PROMPTSPY, HONESTCUE) call the Google Gemini API at runtime as a capability and command channel (mutating payloads, driving on-device navigation, or obfuscating code) instead of embedding that logic statically.
Detection
A Sysmon DNS query (Event ID 22) for
generativelanguage.googleapis.comwhere the resolving process is a LOLBin scripting host (wscript,cscript,mshta,powershell,pwsh,rundll32,regsvr32) rather than a browser or a known SDK runtime.Source
Logsource and placement
logsource: dns_query / windows(Sysmon Event ID 22)rules-emerging-threats/2026/TA/UNC2814/False positives
Acknowledged in the rule: legitimate PowerShell or scripting automation that calls the Gemini API should be allowlisted by script path or signed automation account. Shipped as
status: experimentalbecause LLM API automation from scripting hosts is a growing legitimate pattern.Testing
pySigma parse-validated locally; conforms to the
dns_queryfield conventions (Image, QueryName).