October 17, 2016 By Larry Loeb 2 min read

Malware creators often borrow ideas from each other. We have historically seen clusters of malware each trying to do something in a functionally similar way. For example, the coding may change, but it’s still an SQL injection attack at the heart of it.

Targeting the Internet of Things

Malicious actors seem to have discovered the Internet of Things (IoT) landscape in a big way. It helped that a distributed denial-of-service (DDoS) malware called Mirai was publicly posted a few weeks ago. Sample code always helps when you have crime on your mind but lack the skills required to commit it.

Mirai is best known for the list of default passwords of IoT-connected devices contained in its source code. These passwords enslave the botnet’s devices, since default passcodes are often not changed during setup. In fact, many of these low-level devices may not even offer the user a chance to change them. Having a nice, clear list of the keys to the kingdom is a useful tool for any apprentice botnet herder.

New Trojan, Old Tricks

Softpedia reported that a new Linux Trojan is trying the same IoT tricks as Mirai. The threat, called NyaDrop, launches a brute-force attack against telnet ports. Once in, this small malware checks out the infected system, opens a backdoor and downloads the Nya Trojan. It only happens if the IoT device is running the MIPS 32-bit architecture on the CPU, which is present in many low-level devices.

NyaDrop is all about getting the “nya” UNIX-specific ELF binary to the right place. This dropper scheme could allow the payload on the compromised devices to be updated at a later date.

Securing the IoT Landscape

Akamai has been scurrying around lately looking at the recent IoT-enabled DDoS attacks. The content delivery network and cloud provider observed some new techniques to hide IP addresses that depend on IoT devices for the grunt work, and issued a threat advisory to address this issue.

The so-called SSHowDowN Proxy attack exploits a vulnerability in OpenSSH that has been around for 12 years. If the IoT device supports remote secure shell (SSH) connections, malware actors can leverage default passwords to get in and fiddle with the device’s SSH options. They can then make an SSH tunnel through the device by using TCP forwarding so that anything sent to it remotely ends up looking as if it had originated from that device.

SecurityWeek listed some mitigation techniques for this, including advice for vendors to shut down all active SSH as a default setting on IoT devices.

Future implementation methods will determine the security of the IoT landscape going forward. But an exploitable mass of IoT devices is already out there for cybercriminals to hijack for their own nefarious purposes.

More from

FYSA — VMware Critical Vulnerabilities Patched

< 1 min read - SummaryBroadcom has released a security bulletin, VMSA-2025-0004, addressing and remediating three vulnerabilities that, if exploited, could lead to system compromise. Products affected include vCenter Server, vRealize Operations Manager, and vCloud Director.Threat TopographyThreat Type: Critical VulnerabilitiesIndustry: VirtualizationGeolocation: GlobalOverviewX-Force Incident Command is monitoring activity surrounding Broadcom’s Security Bulletin (VMSA-2025-0004) for three potentially critical vulnerabilities in VMware products. These vulnerabilities, identified as CVE-2025-22224, CVE-2025-22225, and CVE-2025-22226, have reportedly been exploited in attacks. X-Force has not been able to validate those claims. The vulnerabilities…

SoaPy: Stealthy enumeration of Active Directory environments through ADWS

10 min read - Introduction Over time, both targeted and large-scale enumeration of Active Directory (AD) environments have become increasingly detected due to modern defensive solutions. During our internship at X-Force Red this past summer, we noticed FalconForce’s SOAPHound was becoming popular for enumerating Active Directory environments. This tool brought a new perspective to Active Directory enumeration by performing collection via Active Directory Web Services (ADWS) instead of directly through Lightweight Directory Access Protocol (LDAP) as other AD enumeration tools had in the past.…

Smoltalk: RCE in open source agents

26 min read - Big shoutout to Hugging Face and the smolagents team for their cooperation and quick turnaround for a fix! Introduction Recently, I have been working on a side project to automate some pentest reconnaissance with AI agents. Just after I started this project, Hugging Face announced the release of smolagents, a lightweight framework for building AI agents that implements the methodology described in the ReAct paper, emphasizing reasoning through iterative decision-making. Interestingly, smolagents enables agents to reason and act by generating…

Topic updates

Get email updates and stay ahead of the latest threats to the security landscape, thought leadership and research.
Subscribe today