What's new

Does this botnet affect RMerlin firmware?

There used to be a time when @Adamm would update Skynet to add detection for known malware IOCs. Some ancient ones still exist in the script, but nothing new in a while. I think the asd daemon started to confuse Skynet as the malware due to the presence of the detection strings in the script.
 
14,000 member botnet of ASUS routers, very hard to disinfect. Not good.

The article does not indicate the exploits used or the fixes other than update now and update often which really explains nothing by itself.
 
Last edited by a moderator:
Here's a summary incase anyone is looking for more info:

Initial Access:
KadNap gains initial access via credential stuffing against SSH or ASUS router administrative web interfaces—no specific CVE exploitation has been confirmed.

The following Indicators of Compromise (IOCs) have been identified:

Malicious Script:
aic.sh downloaded from 212.104.141[.]140
Malware Binary: kad (ELF file) stored in /jffs/.asusrouter

C2 & Peer Nodes:
45.135.180.38
45.135.180.177

Command-and-Control (C2) Infrastructure:
212.104.141[.]140 (primary staging host)

Additional Files:
fwr.sh
/tmp/.sose

Key Behaviors:
Establishes hourly cron job persistence.
Blocks SSH port 22 to prevent remediation.
Uses a custom Kademlia DHT protocol to hide C2 infrastructure.
Communicates via peer-to-peer (P2P) network to evade detection.

Remediation:
Perform a hard factory reset on the ASUS router.
Update to the latest firmware.
Disable remote management on the WAN interface.
Change default admin credentials.
Monitor for unusual outbound traffic.

Lumen Technologies has blocked traffic to the C2 infrastructure for its customers and shared IOCs publicly via GitHub for broader defense.


AGAIN, lesson for those to make sure you've hardened your perimeter. Don't expose SSH or web admin access to the internet. Exposed services are the Achilles heel to many of these compromises.
 
Last edited:

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top