Skip to main content
Meet us at Black Hat USA 2026— Las Vegas, August 1–6Book a Meeting
Mallory
MalwareUsed by 1 actorExploits 1 CVE

JDY

JDY is a Linux-based botnet malware and covert reconnaissance platform tied to China-nexus state-sponsored activity, including reported links to Volt Typhoon. It was first identified in 2023 as a cluster within the KV botnet and remained active after U.S. government disruption of KV in early 2024, later evolving into an independent reconnaissance capability. Black Lotus Labs reported that JDY grew from roughly 650 bots in January 2024 to more than 1,500 compromised SOHO, edge, and IoT devices distributed across the United States, Europe, Asia, and the Americas, with most infected nodes located in the United States.

JDY is used primarily for targeted scanning, service discovery, fingerprinting, and continuous mapping of exposed services at scale rather than direct exploitation or DDoS. Researchers described it as a centrally controlled, high-performance distributed scanning machine that performs multiprotocol probing across TCP, UDP, SSL/TLS, and ICMP, collecting banners, TLS certificates, certificate metadata, redirects, HTTP responses, and other service fingerprints. The malware receives encrypted tasking and updated fingerprinting rules from a central dispatch service instead of relying on hard-coded targets, compresses reconnaissance results, and sends them back to command-and-control infrastructure for analysis.

The malware targets Linux-based MIPS, MIPS64, MIPSEL, and MIPSEL64 routers and embedded systems. A lightweight shell or bash dropper checks architecture, downloads the matching payload, executes it, and deletes itself from disk. Once active, JDY beacons over HTTPS to a dispatch service and retrieves scanning assignments on demand. Reported command-and-control tradecraft includes use of hidden Tor services to conceal command-and-control and payload servers, and some infected devices were managed using the Platypus open-source reverse-shell/host-management framework. When JDY has root or raw-socket capability, it performs fast and stealthy SYN scans; otherwise it falls back to slower TCP and TLS connections for data collection.

JDY has expanded beyond earlier reliance on Cisco RV320 and RV325 routers to include compromised devices from Cisco, Araknis, Mimosa Networks, Ubiquiti, DrayTek, Hikvision, and Linksys, and reporting also mentions attacks on unpatched routers, cameras, and other edge devices. Researchers assessed that its scanning is selective rather than indiscriminate, with a clear focus on U.S. military and related networks. Black Lotus Labs observed rapid increases in scans of Fortinet devices immediately after disclosure of CVE-2026-35616, indicating that JDY supports rapid vulnerability targeting and downstream exploitation workflows. Its use of compromised residential and small-business devices helps traffic blend with legitimate activity and reduces the effectiveness of geofencing, IP reputation controls, and static blocklists.

High-confidence indicators and technical details directly reported in the source material include payload/C2 infrastructure at 149.248.3[.]38, Platypus hosted on port 13339, HTTPS POST check-in path /dispatch_service/v2/probe_status, result submission path /data/v2/pscan, hardcoded AES decryption key 0000000000000000bdb718bdf47cbcde, hardcoded version string 1.8.3.9, process name auditdy used to check for existing infections, and supported commands including Exit, report_status, and update_dmap_fp_db.

Share:
For your environment

Hunt this family in your stack

Mallory pivots from this family to the IOCs, detections, and named campaigns that touch your stack, and pages you when something new lands.

EXPLOITED CVES

Vulnerabilities exploited

1 CVE Mallory has correlated with this family across public research and vendor advisories. Each row links to the full Mallory page for that vulnerability.

1 CVES
CVE-2026-35616Authentication Bypass in Fortinet FortiClient EMS

Researchers at Black Lotus Labs have tracked a resurgence of the JDY botnet, a China-nexus network of compromised home and small-office devices... At its heart, the JDY botnet is a distributed scanning machine.

via security online infosecurityonline.info
THREAT ACTORS

Groups observed using it

1 distinct threat actor attributed by public researchers. Open in Mallory to see the full evidence chain and overlapping campaigns.

View more details
Volt Typhoon

Researchers at Black Lotus Labs have tracked a resurgence of the JDY botnet, a China-nexus network of compromised home and small-office devices... At its heart, the JDY botnet is a distributed scanning machine.

via security online infosecurityonline.info
MITRE ATT&CK

Techniques & procedures

19 distinct techniques documented for this family, organized by ATT&CK tactic.

Reconnaissance

4 techniques
T1590Gather Victim Network InformationEvidence3

Bots perform multiprotocol scans across TCP, UDP, SSL, and ICMP channels, then send compressed, encrypted results back to the central server.

T1592Gather Victim Host InformationEvidence3

By distributing scanning and fingerprinting across thousands of compromised SOHO and IoT devices, operators can rapidly identify vulnerable infrastructure and targets of interest while evading traditional, IP-based defenses.

T1595Active ScanningEvidence3

the JDY botnet now makes up 1,500 compromised small office and home office (SOHO) devices, as well as edge and Internet of Things (IoT) devices, and is used by Chinese state-backed hackers including Volt Typhoon as a scanner to spot exposed services for exploitation.

T1595.002Vulnerability ScanningEvidence2

Black Lotus Labs found that JDY botnet operators target specific devices for scanning and reconnaissance, rather than conducting widespread, indiscriminate scanning. Most notably, there was a selective increase in scans of Fortinet equipment immediately after the disclosure of a new vulnerability, indicating the ability and intent to find and exploit vulnerable devices before patches are widely applied.

Resource Development

1 technique
T1584.005BotnetEvidence1

The JDY botnet is back and expanding via attacks on unpatched routers, cameras and other edge devices... JDY botnet now makes up 1,500 compromised small office and home office (SOHO) devices, as well as edge and Internet of Things (IoT) devices.

Initial Access

1 technique
T1190Exploit Public-Facing ApplicationEvidence4

Most notably, there was a selective increase in scans of Fortinet equipment immediately after the disclosure of a new vulnerability, indicating the ability and intent to find and exploit vulnerable devices before patches are widely applied.

Execution

1 technique
T1059.004Unix ShellEvidence2

A lightweight bash dropper handles infection: it detects the device’s processor type, downloads the matching payload, executes it, and deletes the file from disk.

Stealth

1 technique
T1070.004File DeletionEvidence3

A lightweight bash dropper handles infection: it detects the device’s processor type, downloads the matching payload, executes it, and deletes the file from disk.

Discovery

4 techniques
T1046Network Service DiscoveryEvidence5

The botnet is designed not to attack targets directly, but to scan the internet for vulnerable systems and pass that intelligence to hacker groups tied to China.

T1082System Information DiscoveryEvidence1

Determine the device architecture by probing available system utilities and parsing command output... Once executed, the malware begins by initializing several variables, including a hardcoded malware version... and a unique “probe_id,” which is computed by MD5 hashing system-specific information.

T1083File and Directory DiscoveryEvidence1

Query the running process list to determine whether the malware is already active... Write the payload to /etc/ or /tmp/ (depending on disk space and permissions), set execute permissions, launch the malware... and then delete the payload from disk.

T1518Software DiscoveryEvidence2

Determine the device architecture by probing available system utilities and parsing command output (using variations of hexdump, read, dd, awk or similar). Download the appropriate payload... using available tooling (busybox, curl, wget, or wget-ssl).

Command and Control

7 techniques
T1071Application Layer ProtocolEvidence4

The malware adapts its scanning methodology based on system privileges, utilizing high-speed SYN scanning when possible or resorting to standard TCP and TLS connections.

T1090ProxyEvidence1

Since infected devices are ordinary home and small business routers, their traffic blends in with normal internet activity, making detection harder for traditional security tools.

T1090.003Multi-hop ProxyEvidence3

The large number of US-based SOHO and IoT devices that comprise the botnet allows operators to blend in with legitimate user traffic, making malicious scanning and reconnaissance activity harder to detect.

T1095Non-Application Layer ProtocolEvidence1

Bots perform multiprotocol scans across TCP, UDP, SSL, and ICMP channels, then send compressed, encrypted results back to the central server.

T1105Ingress Tool TransferEvidence4

A lightweight bash dropper handles infection: it detects the device’s processor type, downloads the matching payload, executes it, and deletes the file from disk.

T1219Remote Access ToolsEvidence1

Some devices are also managed through Platypus, an open-source remote shell tool, with the payload server at 149.248.3[.]38 hosting a Platypus instance on port 13339.

T1573Encrypted ChannelEvidence1

Infected devices receive scanning tasks from a command-and-control server communicating via hidden Tor nodes, making it nearly impossible to trace back to operators. Bots perform multiprotocol scans across TCP, UDP, SSL, and ICMP channels, then send compressed, encrypted results back to the central server.

INDICATORS OF COMPROMISE

IOCs tracked for this family

2 indicators attributed across vendor reports, sandbox runs, and researcher write-ups. Full values are available in Mallory.

View more in app
Network
1 tracked

IPs, domains, and DNS infrastructure linked to this family.

Hashes
1 tracked

File hashes (MD5, SHA-1, SHA-256) from samples and reports.

TypeValueLatest sighting
ip.v4●●●●●●●●●●●●View more in app16 days ago
hash.md5●●●●●●●●●●●●View more in app16 days ago
ACTIVITY FEED

Recent activity

8 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.

security online infoNews
Jun 17, 2026
JDY Botnet Linked to Volt Typhoon Targets Routers

A Linux-based scanning botnet targeting MIPS routers and embedded devices. It uses compromised SOHO/edge devices to perform distributed reconnaissance, collect service banners and TLS certificates, and rapidly scan for newly disclosed vulnerabilities via encrypted tasking from command-and-control infrastructure.

Read more
itproNews
Jun 11, 2026
Security experts sound alarm over 'expanded' China-linked botnet used to target US critical infrastructure and military assets | IT Pro

A botnet targeting unpatched routers, cameras, SOHO, edge, and IoT devices. It is used primarily for scanning, fingerprinting, and reconnaissance to identify exposed services and vulnerable infrastructure for later exploitation.

Read more
cyber security newsNews
Jun 11, 2026
China-Linked JDY Botnet Uses 1,500+ SOHO and IoT Devices for Rapid Vulnerability Exploitation

A China-linked botnet operating on compromised SOHO and IoT devices to conduct internet-wide reconnaissance and vulnerability scanning, then return encrypted scan results to command-and-control infrastructure for use by China-aligned threat actors. It uses Linux payloads for MIPS/MIPSEL architectures, a bash dropper, Tor-hidden C2, and can leverage Platypus for remote shell management.

Read more
security affairsNews
Jun 11, 2026
JDY Botnet Evolves After KV Takedown, Targets Military Networks

A centrally controlled, high-performance IoT/SOHO botnet used for infrastructure reconnaissance. It discovers, fingerprints, and continuously maps exposed services at scale, sending structured reconnaissance data back to operators to support follow-on targeting and exploitation.

Read more
What this page doesn’t show

The version that knows your environment.

This page is what’s public. Mallory adds the parts that aren’t: which of your assets match these IOCs, which detections are missing, which campaigns to expect next, and what to do in the next 30 minutes.
IOC matching2

Match every observed IP, domain, and hash against your live telemetry.

Threat actor attribution1

Named campaigns wielding this family, with evidence pinned to each claim.

Exploited vulnerabilities1

CVEs this family uses for access and lateral movement.

Detection signatures

YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.

MITRE ATT&CK mapping19

Every documented technique, ranked by evidence weight.

Researcher chatter

Reddit, Mastodon, and CTI community discussion around this family.