Matches execution of the BusyBox binary invoking rm against a single absolute filesystem path, such as:
/bin/busybox rm /dev/.none
This pattern indicates deletion via BusyBox rather than the systemβs native rm, which is commonly seen in embedded malware, botnets, IoT campaigns, and minimal shell environments where BusyBox is used as a multi-call binary.
It captures cleanup, artifact removal, or staging-file deletion performed explicitly through /bin/busybox.