1. Executive summary
Recorded Future's Insikt Group published research identifying four new malware families — TinyEgg, ChonkyChicken, a modularized ChonkyChicken variant, and ChromEggscalator — developed by the financially motivated MaaS provider TAG-195 (also tracked as "Golden Chickens" / "Venom Spider"). The tooling represents a deliberate architectural shift toward modular, plugin-based implants that reduce static detection exposure and allow selective capability provisioning to criminal operators. TAG-195 has no MITRE ATT&CK profile; attribution as a distinct MaaS developer rests on Insikt Group's tracking and is treated here as unconfirmed. EMEA financial services are exposed where staff may be social-engineered via "ClickFix" fake verification pages, which trick victims into manually executing malicious commands that download payloads via a legitimate Windows system utility.
2. Regulatory framing
| Article | Trigger (the fact in this item) | Practical impact |
|---|---|---|
| DORA Art. 18: classification of ICT-related incidents and cyber threats | A new MaaS toolset with active deployment via ClickFix campaigns (TAG-127 observed deploying TinyEgg) constitutes a specific cyber threat requiring classification per the entity's ICT incident taxonomy. | Clients must classify this threat within their DORA incident taxonomy and ensure detection content is in place for the ClickFix delivery chain and the four named malware families. |
| DORA Art. 24: digital operational resilience testing — general requirements | The modular ChonkyChicken controller loads capability modules on demand from attacker infrastructure, specifically designed to evade static detection — requiring dynamic/behavioural detection testing. | Clients should validate that EDR and sandbox controls detect the plugin-loading behaviour and browser-credential-theft activity, not just static file hashes. |
No NIS2 or UK NIS article is specifically engaged beyond general incident-management duties that apply to any threat advisory.
3. Technical analysis & attack chain
Attribution caveat: TAG-195 and TAG-127 have no MITRE ATT&CK profiles in the verified reference data; both attributions are unconfirmed and rest solely on Insikt Group's tracking. Public reporting by eSentire has previously linked TAG-195 tooling to FIN6 (MITRE G0037), Cobalt Group (MITRE G0080), and Evilnum (MITRE G0120); however, those links are vendor-reported and the sales model, access conditions, and current customer base remain unknown. This is a single-sourced advisory; verify before enforcement.
Attack chain (confirmed from source)
- Initial access — ClickFix social engineering. TAG-127, operating as a TAG-195 MaaS customer, deploys TinyEgg via "ClickFix"-style campaigns. These use fake security verification pages that trick victims into manually executing malicious commands. The commands download and install malware payloads using a legitimate Windows system utility (utility not named in the source).
- Initial backdoor — TinyEgg. A lightweight initial-access backdoor providing host profiling, interactive shell access, and persistence management.
- Capability expansion — ChonkyChicken. Substantially expands on TinyEgg with browser credential theft, browser session automation, credential-backed remote execution, network reconnaissance, and sustained surveillance.
- Modular architecture — Modularized ChonkyChicken. A controller-and-plugin architecture in which a base controller implant requests and loads discrete capability modules from attacker-controlled infrastructure on demand. At least fourteen capability modules are available. All functionality is not embedded in the implant itself — modules are fetched dynamically.
- Browser credential helper — ChromEggscalator. A modified version of a publicly available Chrome encryption-bypass tool, repurposed as a custom helper for credential theft.
Shared architectural traits across all four families
- Filename execution gating — the implants check their own filename before executing.
- Run key persistence — all families persist via the Windows Registry Run key under a consistent value name (specific value name not provided in the source).
- String obfuscation — all four families employ string obfuscation to hinder static analysis.
- Execution via legitimate Windows binary — payloads are loaded through a legitimate Windows system utility (specific binary not named in the source).
- Consistent C2 mechanisms — all families share common command-and-control mechanisms (protocol/infrastructure details not provided in the source).
Detection-relevant behaviours flagged by Insikt Group
- ClickFix-style clipboard execution chains (user pastes and executes commands from a fake verification page).
- Misuse of legitimate system utilities to load payloads from user-writable directories.
- Suspicious startup persistence mechanisms (Run key).
- Browser processes launched with remote debugging enabled (consistent with ChromEggscalator's Chrome encryption-bypass and ChonkyChicken's browser session automation).
- Unusual outbound communications to attacker-controlled infrastructure (module fetch by modularized ChonkyChicken controller).
4. Mitigation & containment
P1 — within 24 hours
- Alert on and block ClickFix-style delivery: detect clipboard content execution chains where a user pastes a command (typically PowerShell or mshta) sourced from a browser session into a terminal/run dialog. Focus on commands that invoke a legitimate Windows system utility to download from a remote URL into a user-writable directory.
- Configure EDR to block execution of unsigned binaries from user-writable directories (
%APPDATA%,%LOCALAPPDATA%,%TEMP%,%USERPROFILE%) when invoked by a legitimate Windows system utility. - Alert on any browser process (chrome.exe, msedge.exe, firefox.exe) launched with
--remote-debugging-portor--remote-debugging-pipecommand-line arguments — this is consistent with ChromEggscalator and ChonkyChicken browser session automation.
P2 — within 72 hours
- Audit and monitor all Run key persistence entries:
HKCU\Software\Microsoft\Windows\CurrentVersion\RunandHKLM\Software\Microsoft\Windows\CurrentVersion\Run. Alert on new or modified values, particularly those pointing to user-writable directories. The source indicates a consistent value name across all four families but does not provide the specific name — obtain from Insikt Group's full report if available under your subscription. - Deploy behavioural detection for processes performing filename checks on themselves before proceeding (filename execution gating) — this is unusual for legitimate software.
- Enable network-level detection for processes that initiate outbound connections shortly after writing a binary to disk from a user-writable directory (consistent with modularized ChonkyChicken module fetch).
P3 — within 7 days
- Conduct a tabletop or purple-team exercise simulating ClickFix social engineering against helpdesk and back-office staff — the delivery vector relies on manual user execution and is preventable through awareness and procedural controls.
- Review browser credential storage policies: where feasible for regulated roles, disable saved credentials in Chrome/Edge via Group Policy (
PasswordManagerEnabled = false) to reduce impact of ChromEggscalator-class tooling. - Validate that EDR/sandbox pipelines execute long enough to trigger dynamic module loading by the modularized ChonkyChicken controller — short detonation windows will miss the plugin-fetch behaviour.
5. Indicators of compromise
No atomic indicators of compromise (hashes, domains, IPs, URLs) are present in the source material.
Behavioural indicators
| Behaviour | Where to observe | Confidence |
|---|---|---|
Browser process launched with remote debugging enabled (--remote-debugging-port or similar) |
EDR process command-line telemetry, endpoint logs | High — explicitly flagged by Insikt Group |
| Legitimate Windows system utility downloading/executing payload from user-writable directory | EDR process telemetry, file system monitoring | High — explicitly flagged by Insikt Group |
| New Run key persistence entry pointing to user-writable path | Registry monitoring, EDR, Sysmon Event ID 13 | High — confirmed shared trait across all four families |
| Process performing self-filename check before execution | EDR behavioural analysis, sandbox detonation | Medium — confirmed shared trait; detection requires behavioural engine |
| Outbound connection from process in user-writable directory fetching additional modules | Network monitoring, EDR network telemetry | High — consistent with modularized ChonkyChicken architecture |
| Clipboard content pasted into terminal/run dialog originating from browser session | EDR, DLP, user behaviour analytics | Medium — ClickFix delivery method; single-sourced to Insikt Group observation of TAG-127 |
6. Detection
rule TAG195_GoldenChickens_Families {
meta:
author = "Adverse Trace"
date = "2026-07-23"
reference = "https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem"
description = "Detects TAG-195 malware families: TinyEgg, ChonkyChicken, modularized ChonkyChicken, ChromEggscalator — based on shared architectural traits"
note = "Source does not provide specific strings, mutexes, or file hashes. This rule targets the shared behavioural pattern of Run key persistence and filename execution gating. Refine with IOCs from full Insikt Group report when available."
confidence = "low — no specific artefacts available in source; rule is a placeholder for when indicators are obtained"
condition:
false
}
Note: The source material does not contain specific strings, mutex names, file hashes, registry value names, or command-line artefacts from the malware itself. The four shared architectural traits (filename execution gating, Run key persistence under a consistent value name, string obfuscation, execution via a legitimate Windows binary) are described behaviourally but without the exact artefacts needed to build a functional YARA rule. A placeholder rule with condition: false is provided as a scaffold — populate with strings from the full Insikt Group report or sandbox detonations. Do not deploy as-is.
title: Browser Process Launched With Remote Debugging Enabled
id: AT-2026-07-23-385-001
status: experimental
description: >
Detects browser processes launched with remote debugging flags, consistent with
TAG-195 ChromEggscalator (Chrome encryption-bypass helper) and ChonkyChicken
browser session automation. Flagged by Insikt Group as a detection priority.
author: Adverse Trace
date: 2026/07/23
references:
- https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem
logsource:
product: windows
category: process_creation
detection:
selection_browser:
Image|endswith:
- '\chrome.exe'
- '\msedge.exe'
- '\firefox.exe'
- '\brave.exe'
selection_debug_flag:
CommandLine|contains:
- '--remote-debugging-port'
- '--remote-debugging-pipe'
- '--remote-debugging-address'
condition: selection_browser and selection_debug_flag
falsepositives:
- Legitimate development/testing of web applications
- Automated testing frameworks (Selenium, Playwright) — typically run under service accounts
level: high
title: New Run Key Persistence Entry In User Writable Path
id: AT-2026-07-23-385-002
status: experimental
description: >
Detects new or modified Run key persistence entries pointing to user-writable
directories. All four TAG-195 malware families (TinyEgg, ChonkyChicken,
modularized ChonkyChicken, ChromEggscalator) share Run key persistence under
a consistent value name as a core architectural trait.
author: Adverse Trace
date: 2026/07/23
references:
- https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem
logsource:
product: windows
category: registry_event
detection:
selection_runkey:
TargetObject|contains:
- '\Software\Microsoft\Windows\CurrentVersion\Run\'
- '\Software\Microsoft\Windows\CurrentVersion\RunOnce\'
selection_userpath:
Details|contains:
- '%APPDATA%'
- '%LOCALAPPDATA%'
- '%TEMP%'
- '%USERPROFILE%'
- 'C:\Users\'
condition: selection_runkey and selection_userpath
falsepositives:
- Legitimate user-installed applications that auto-start from user profile
level: medium
Threat actor context
FIN6 · G0037 · aka Magecart Group 6, ITG08, Skeleton Spider, TAAL, Camouflage Tempest
FIN6 is a cyber crime group that has stolen payment card data and sold it for profit on underground marketplaces. This group has aggressively targeted and compromised point of sale (PoS) systems in the hospitality and retail sectors.
Cobalt Group · G0080 · aka GOLD KINGSWOOD, Cobalt Gang, Cobalt Spider
Cobalt Group is a financially motivated threat group that has primarily targeted financial institutions since at least 2016. The group has conducted intrusions to steal money via targeting ATM systems, card processing, payment systems and SWIFT systems. Cobalt Group has mainly targeted banks in Eastern Europe, Central Asia, and Southeast Asia. …
Evilnum · G0120
Evilnum is a financially motivated threat group that has been active since at least 2018.
No MITRE ATT&CK profile for: TAG-195, TAG-127.
7. Sources
- Recorded Future (Insikt Group), "TAG-195 Upgrades MaaS Ecosystem with Modular Tools," https://www.recordedfuture.com/research/tag-195-evolves-maas-ecosystem, published 2026-07-23.
8. Adverse Trace position
This advisory describes a credible evolution of a known MaaS ecosystem toward modular, detection-resistant tooling. The threat is real but the advisory is single-sourced (Insikt Group only); no atomic IOCs, specific registry value names, named Windows utilities, or C2 infrastructure details are available in the source material, limiting immediate enforcement actions to behavioural detection. Attribution to TAG-195 and TAG-127 is unconfirmed (no MITRE ATT&CK profiles). The link to FIN6, Cobalt Group, and Evilnum is vendor-reported (eSentire via Insikt Group) and the current customer base is unknown — EMEA financial services should not assume these are the only operators. The ClickFix delivery vector is the most actionable defensive focus: it depends on manual user execution and is tractable through awareness training, EDR controls on user-writable directory execution, and alerting on browser processes with remote debugging enabled. We will update this advisory if Insikt Group releases IOCs or if we obtain the full report with technical artefacts. Clients with Recorded Future access should retrieve the complete report for indicator enrichment.
Published via PulseTrace — Adverse Trace threat intelligence.