TI-2026-019H โ "The Feedback Loop" โ How 18 Investigations Reveal One Interconnected Criminal Ecosystem, a P2P Botnet Named "sshd", and the Observable Consequences of Publishing Intelligence
๐ When You Watch the Watchers, They Watch Back
This dossier presents findings that were never asked for. They emerged from cross-referencing all 18 previous investigations โ and they reveal something unexpected: the actors from separate dossiers are connected. They share credentials, infrastructure, breach data, and most tellingly โ they react to our publications.
Since the publication of DOSSIER-011 ("The Personal Touch"), our MikroTik router's cooling fans have been running at full speed. While prerouting rules block all non-honeypot traffic, the volume of blocked connection attempts has visibly increased. This is the feedback loop: publish intelligence โ attackers escalate โ generate more intelligence โ publish again.
Additionally, we've discovered a previously undocumented P2P botnet that replaces the SSH daemon itself with a worm that knows 299 peer IP addresses, and a network of credential validators logging in 16,061 times just to disconnect โ monitoring our honeypot without triggering alarm bells.
๐ธ๏ธ SEGMENT 1: The Cross-Dossier Connection Map
Every previous dossier was treated as an independent investigation. When we cross-reference their actors, a different picture emerges:
| Actor | First Appeared | Also Appears In | Current Status |
|---|---|---|---|
| Proton66 (Russia) | 011 Campaign A, Wave 1 | 019F Bulletproof hosting | Active, 6 IPs, 197 silent logins |
| SPARKED HOST (US) | 011 Campaign A (30.8% of attacks) | 019 dataset (7 IPs) | Active, threat 100, still attacking |
| OMEGATECH (Seychelles) | 010 GPU Hunter | 019 silent logins (560x) | Evolved: GPU profiling โ passive monitoring |
| Private Layer (Panama) | 014 Phase Layer | 019 silent logins (5,751x!) | 12+ IPs, massive monitoring campaign |
| Baidu Cloud (China) | 003 Weaponized Infra | 019 P2P sshd botnet (peer node!) | Compromised by P2P worm, threat 100 |
| Grameen (Bangladesh) | 011 "The Grameen Operator" | 019 Gโขโขโขโขโขโข86. distribution | Still active, same unique HASSH |
| FranTech/BuyVM (US) | 019F Bulletproof (121 IPs) | Uses Gโขโขโขโขโขโข86. credential | Active, hosting Tor nodes + attack infra |
| Viettel (Vietnam) | 016 Phantom Pipes | 019B Military cluster | 92 IPs (AsyncSSH), proxy + offensive ops |
The breached credential Gโขโขโขโขโขโข86. โ first documented in DOSSIER-011 as the primary weapon against our infrastructure โ is now observed across 26 unique IPs from 15 different organizations:
- ๐ง๐ฉ Grameen Communications (Bangladesh) โ dossier-011 primary actor
- ๐ช๐น Ethio Telecom (Ethiopia) โ dossier-011 OSINT operator
- ๐ฐ๐ญ CamGSM/Cellcard (Cambodia) โ tried "lsn" username
- ๐บ๐ธ FranTech/BuyVM โ bulletproof hosting (dossier-019F)
- ๐บ๐ธ PureVoltage Hosting โ 3 IPs
- ๐ฉ๐ช Hetzner โ 2 IPs
- ๐บ๐ธ DigitalOcean โ 2 IPs
- ๐ช๐ช EENet (Estonian Ministry of Education!) โ 1 IP
- ๐ต๐ฑ Mevspace โ 2 IPs
- ๐ต๐พ Red Paraguaya โ 1 IP
Interpretation: Different SSH client libraries (paramiko, libssh2, Go) across these IPs proves multiple operators purchased or received this credential from a shared source. This is not one actor using 26 proxies โ this is a credential marketplace where breached data about specific targets is sold to multiple buyers.
๐ป SEGMENT 2: The Silent Army โ 16,061 Login-and-Disconnect Operations
Of 17,044 successful honeypot logins, 16,061 (94%) execute zero commands. These are not failed attacks โ they're deliberate login-and-disconnect operations. The top operators:
| Actor | Country | Silent Logins | Credential Used | Assessment |
|---|---|---|---|---|
| Private Layer INC (Panama) | ๐ต๐ฆ PA | 5,751 | admin:admin | Honeypot monitoring / intelligence |
| w1n ltd (UKโSweden) | ๐ฌ๐ง GB/SE | 4,496 | admin:admin + 0:0 | Monitoring + router credential testing |
| ISAEV Igor (Kazakhstan) | ๐ฐ๐ฟโ๐ต๐ฑ/๐ท๐บ | 3,670 | admin:admin + support creds | Residential proxy network builder |
| OMEGATECH (Seychelles) | ๐ธ๐จโ๐บ๐ฆ/๐น๐ท | 686 | Various | Evolved from GPU profiling (Dossier-010) |
| SOLDATOV ALEXEY (80.66.66.x) | ๐ฐ๐ฟโ๐ท๐บ | 198 | admin:admin | Known Russian cybercrime range |
| Proton66 OOO (Russia) | ๐ท๐บ | 197 | Various | Bulletproof hoster (also in Dossier-011) |
Three distinct purposes for silent logins:
- Honeypot Monitoring: Private Layer (5,751x) and w1n (4,496x) log in repeatedly with admin:admin โ they KNOW it's a honeypot. They're tracking uptime, response changes, and whether the honeypot adds new fingerprinting. This is counter-intelligence.
- Credential Validation: Testing if passwords still work. Log in โ success โ log out โ credential confirmed valid โ sell access or return later.
- Proxy Suitability Assessment: ISAEV's one command execution checks for SSH tunneling capability (socat, chisel, gost), router OS (MikroTik, OpenWrt, Ubnt), and TCP forwarding config. He's building a residential proxy network โ same business model as DOSSIER-016 "Phantom Pipes".
๐ SEGMENT 3: The Undocumented P2P "sshd" Botnet
A previously undocumented botnet has been operating in our data, disguised by naming its binary sshd โ the same name as the legitimate SSH daemon. Its behavior is unlike anything in our previous dossiers:
- P2P architecture: Unlike Outlaw (central C2), this botnet passes peer lists to each node. No single point of failure. Takedown requires simultaneous action against 299+ nodes.
- Binary polymorphism: 24 unique SHA256 hashes for "sshd" across 36 downloads. Either recompiled per victim (unique build ID) or uses packing/encryption.
- Naming camouflage: The binary is literally named "sshd" โ on a compromised server running SSH, this is INVISIBLE to casual process listing.
ps aux | grep sshdshows the real sshd AND the malware identically. - Hidden directory obfuscation: 19-digit random numbers as directory names, with leading dot (hidden).
lswon't show them;ls -lawill, but the 19-digit name looks like a legitimate process artifact. - China-dominant peer mesh: 60%+ of peer IPs are Chinese residential/cloud (Baidu, ChinaNet, China Mobile, China Unicom). This is either a Chinese-operated botnet or one that primarily targets Chinese infrastructure.
- Cross-campaign victim: Baidu IP 180.76.175.142 is BOTH a peer in this botnet AND was documented in DOSSIER-003 as weaponized Baidu infrastructure. The same server compromised by multiple botnets.
๐ฏ SEGMENT 4: ISAEV Igor โ The Proxy Network Builder
ISAEV Igor (AS number registered in Kazakhstan, operating from Poland and Russia) runs a single comprehensive command on successful login that reveals their exact business model:
ISAEV operates the same business documented in DOSSIER-016 "Phantom Pipes" โ a residential proxy network. The infrastructure:
- 8 IPs in 87.251.64.x (all threat score 100), registered to an individual in Kazakhstan, operating from Poland/Russia
- 3,670 silent logins + 8 support-credential attempts โ testing for ISP equipment defaults
- Revenue model: Residential proxies sell for $5-15/GB. A network of 1,000 compromised home routers generating 10GB/day = $50K-150K/month
- Why check for MikroTik/OpenWrt/Ubnt? These are HOME ROUTERS โ the most valuable proxy endpoints because their IP addresses appear "residential" to anti-fraud systems
This is the SAME operation as Viettel's 102 compromised home routers in DOSSIER-016, but run by a different operator targeting different geography. The residential proxy market is large enough to support multiple competing criminal enterprises.
๐ SEGMENT 5: The Observable Feedback Loop
Since publishing dossiers on shuffle-on.com, observable changes in attacker behavior:
| Observable Change | Evidence | Interpretation |
|---|---|---|
| MikroTik CPU load increase | Cooling fans at maximum since dossier publication | DDoS or scanning surge against edge router (blocked at prerouting) |
| 248 IPs targeting "shuffleon" user | Domain-specific credential generation (Shuffleon2026@) | Increased targeting after domain gained visibility |
| 16,061 silent monitoring logins | 94% of successful logins do nothing | Counter-intelligence: tracking honeypot behavior changes |
| CYBEROLOGY honeypot fingerprinting | 20+ IPs checking /proc/1/mounts, container detection | Mapping whether honeypot infrastructure changed after publications |
| Gโขโขโขโขโขโข86. spread to 26 IPs | Was 3-4 IPs in original dossier-011, now 26 | Credential was RESOLD after publication confirmed it was known |
๐งฉ SEGMENT 6: The Unified Theory โ One Ecosystem, Many Operators
These 18+ investigations, when viewed together, reveal not separate campaigns but one criminal ecosystem with specialized roles:
๐ Sources (Part H)
A: Core ยท B: Ugly Machinery ยท C: Follow The Money ยท D: Open Doors ยท E: Web Between ยท F: Ghost in the Machine ยท G: Broken Window ยท H: The Feedback Loop (Meta-Analysis)