Concrete signature match: Backdoor - Provides unauthorized remote access for Linux platform, family Mirai
This detection indicates a Mirai variant, specifically Mirai.GB, targeting a Linux system, identified through behavioral analysis (!MTB). Mirai malware typically establishes a backdoor on compromised IoT devices or Linux servers, enrolling them into a botnet used to launch distributed denial-of-service (DDoS) attacks.
No specific strings found for this threat
rule Backdoor_Linux_Mirai_GB_2147907428_0
{
meta:
author = "threatcheck.sh"
detection_name = "Backdoor:Linux/Mirai.GB!MTB"
threat_id = "2147907428"
type = "Backdoor"
platform = "Linux: Linux platform"
family = "Mirai"
severity = "Critical"
info = "MTB: Microsoft Threat Behavior"
signature_type = "SIGNATURE_TYPE_ELFHSTR_EXT"
threshold = "2"
strings_accuracy = "Low"
strings:
$x_1_1 = {61 ff 00 00 08 28 2d 40 ff f8 61 ff 00 00 07 a6 2d 40 ff fc 20 2e ff f8 b0 ae ff fc ?? ?? 70 01 2d 40 ff ec} //weight: 1, accuracy: Low
$x_1_2 = {4e 56 ff ec 61 ff 00 00 08 8a 2d 40 ff f0 61 ff 00 00 08 08 2d 40 ff f4 20 2e ff f0 b0 ae ff f4 ?? ?? 70 01 2d 40 ff ec} //weight: 1, accuracy: Low
condition:
(filesize < 20MB) and
(all of ($x*))
}dbd962339ad6d9573d4a2ab32a8374dfc4759a2ed25e1c11bcf0fb15c38a783e434cd56194c113e0f8aff30ec957050758f02fde33b07ed8314fc90e757318c4df416e33fd0768b5385fa8fc02b91175ca2f103aa79c49817dac0d76cb9ddd69Immediately isolate the affected Linux device from the network. Eradicate the malware, which often requires a full system re-image or thorough manual cleanup. Patch all system and application vulnerabilities, enforce strong, unique passwords, and disable unnecessary services to prevent re-infection.