July 2026 Threat Landscape: Botnet Convergence, LLM Stack Scrapes, & Intercepted Malware
July 2026 Threat Landscape Abstract
As the malware threat landscape evolves, attacker reconnaissance is becoming hyper-targeted. Across the Malware on Tap sensor fleet, recent telemetry reveals three major trends:
- relentless automated MySQL brute-forcing accounting for over 77% of all service touches
- automated scanning for emerging AI/LLM infrastructure credentials (such as LiteLLM and LangChain)
- active payload distribution targeting exposed enterprise endpoints
Top Risks Observed This Month
Database Credential Stuffing (Port 3306)
Massive automated brute-force scripts targeting exposed MySQL instances using administrative defaults.
Focus: network segmentation, non-standard ports, strict IP allowlistingLLM Framework Credential Harvesting
Wordlist expansion targeting emerging AI proxies (LiteLLM, LangChain, Ollama, Open WebUI).
Focus: enforce proxy authentication, API key rotation, access logsCloud Secret Extraction (.env & Androxgh0st)
Probing web roots for environment files to extract AWS, SendGrid, and Laravel secrets.
Focus: web server deny rules for hidden files, secret scannersAutomated Malware Payload Interception
Active delivery of Windows Trojans, SMB relay worms, and RAT agents to exposed ports.
Focus: EDR coverage, SMB protocol hardening, egress filteringSensor Fleet Threat Dossier
Attacker activity has shifted from indiscriminate port scanning to automated secret extraction and targeted LLM stack reconnaissance.
- Cloud-hosted MySQL & MSSQL databases
- AI/LLM middleware proxies & APIs
- Public web roots with unhedged
.envfiles
- Credential brute-forcing (
cron,sa,root) - Androxgh0st vulnerability scraping
- Direct HTTP / SMB binary execution
1. Massive MySQL Database Reconnaissance
Database infrastructure remains the primary target for automated credential stuffing and initial access broker (IAB) scripts.
- Port 3306 Volume: 46,354 connections representing 77.2% of all network service touches across the sensor fleet.
- Top Credential Pairs: Attackers focused heavily on default administrative accounts, led by
cron(45,802 attempts),sa(816 attempts),root(170 attempts), andadmin(158 attempts). - Password Profiles: Over 58.7% of attempted passwords fell into simple alphanumeric patterns (
1qaz2wsx,12345678,password), highlighting that botnets continue to exploit weak credential management in cloud-hosted database instances.
Target Port: 3306 (MySQL)
Total Touches: 46,354
Top Usernames: cron (45,802), sa (816), root (170), admin (158)
Top Passwords: 1qaz2wsx (22), 12345678 (18), password (16), saadmin (15)
2. Emerging Threat Vector: LLM Proxy & AI Stack Reconnaissance
One of the most notable telemetry developments is the shift toward harvesting credentials for Artificial Intelligence and Large Language Model (LLM) orchestration frameworks.
- Observed Credential Attempt:
ishaan-litellm:langchain - Analysis: Threat actors are actively updating wordlists to probe for exposed LLM proxy endpoints (such as LiteLLM proxy wrappers, LangChain agents, Ollama servers, and Open WebUI interfaces).
- Attacker Goal: Gaining unauthorized access to underlying OpenAI/Anthropic/AWS Bedrock API keys hosted within LLM proxies, or executing prompt-injection and agent hijacking attacks against internal model workflows.
3. Secret Extraction & Androxgh0st Botnet Scanning
Attacker web probes continue to prioritize environment variable exposure to extract high-value cloud credentials:
- Androxgh0st Activity: Detections logged 1,142
androxgh0st_probeevents designed to scrape.envfiles for AWS S3 credentials, SendGrid keys, Twilio auth tokens, and LaravelAPP_KEYvalues. - Environment File Probing: Over 3,000 requests specifically targeted web root secret files:
/.env(1,521 requests)/.env.production(342 requests)/.env.save(330 requests)/.env.local(305 requests)/api/.env(302 requests)/backend/.env(301 requests)
4. Captured Malware Binary Analysis
Sensors automatically captured and recorded raw malware binary payloads delivered during active exploitation attempts:
| Payload Source URL / Path | Intercept Count | Protocol | Threat Description |
|---|---|---|---|
http://156.238.237.180:3151/exiles.exe | 28 | HTTP | Windows Trojan / Payload Dropper |
smb://119.93.219.3 | 17 | SMB | SMB Worm Propagation / NTLM Relay |
http://star.zcnet.net:7766/Server.exe | 3 | HTTP | Remote Access Trojan (RAT) Agent |
Defensive Takeaways & IoCs
Key Recommendations
- Never Expose Port 3306 to Public Internet: Restrict MySQL and database management ports to internal VPCs or enforce strict IP allowlisting / VPN access.
- Secure AI & LLM Proxy Endpoints: Enforce multi-factor authentication (MFA) and strong API key rotation on LiteLLM, LangChain, and self-hosted AI middleware.
- Block
.envAccess at Reverse Proxy Level: Ensure Nginx, Apache, or Caddy rules block public HTTP access to all hidden files (location ~ /\. { deny all; }).
Technical Indicators of Compromise (IoCs)
| Type | Indicator | Context |
|---|---|---|
| IPv4 | 156.238.237.180 | Host serving exiles.exe malware payload |
| IPv4 | 119.93.219.3 | Host serving SMB relay / worm payload |
| Domain | star.zcnet.net | Host serving Server.exe RAT binary |
| User Agent | Linux Gnu (cow) | Active web scanner probing exposed HTTP endpoints |
| Credential | ishaan-litellm:langchain | LLM framework credential harvesting probe |
