user@threatcheck.sh ~ threat-analysis
bash
$ analyze-threat Backdoor:Linux/Mirai
Backdoor:Linux/Mirai - Windows Defender threat signature analysis

Backdoor:Linux/Mirai - Windows Defender Threat Analysis

$ cat analysis.txt
=== THREAT ANALYSIS REPORT ===
Threat Name: Backdoor:Linux/Mirai
Classification:
Type:Backdoor
Platform:Linux
Family:Mirai
Detection Type:Concrete
Known malware family with identified signatures
Confidence:Very High
False-Positive Risk:Low

Concrete signature match: Backdoor - Provides unauthorized remote access for Linux platform, family Mirai

Summary:

Backdoor:Linux/Mirai is a notorious malware that infects Linux-based systems, particularly IoT devices, by exploiting weak or default credentials. Once infected, the device is enlisted into a botnet controlled by a remote attacker. This botnet is then used to launch large-scale Distributed Denial-of-Service (DDoS) attacks.

Severity:
Critical
VDM Static Detection:
No specific strings found for this threat
YARA Rule:
rule Backdoor_Linux_Mirai_B_2147721642_0
{
    meta:
        author = "threatcheck.sh"
        detection_name = "Backdoor:Linux/Mirai.B"
        threat_id = "2147721642"
        type = "Backdoor"
        platform = "Linux: Linux platform"
        family = "Mirai"
        severity = "Critical"
        signature_type = "SIGNATURE_TYPE_ELFHSTR_EXT"
        threshold = "7"
        strings_accuracy = "High"
    strings:
        $x_1_1 = "nmnlmevdm" ascii //weight: 1
        $x_1_2 = "XMNNCPF" ascii //weight: 1
        $x_1_3 = "egvnmacnkr" ascii //weight: 1
        $x_1_4 = "GLC@NG" ascii //weight: 1
        $x_1_5 = "Q[QVGO" ascii //weight: 1
        $x_1_6 = "LAMPPGAV" ascii //weight: 1
        $x_1_7 = "AJWLIGF" ascii //weight: 1
        $n_1_8 = "GET /shell?cat%%20/etc/passwd" ascii //weight: -1
        $n_1_9 = "GET /system.ini?loginuse&loginpas" ascii //weight: -1
    condition:
        (filesize < 20MB) and
        (not (any of ($n*))) and
        (all of ($x*))
}
Known malware which is associated with this threat:
Filename: loligang.arm
64abfe3973562d73361bd45dfedb2e43e8293c45417866ef17d90d67c8ff1389
04/01/2026
Filename: loligang.arm6
b70b8f1842c9d82d4d388a548b7d30dee160d2beaf3a0db6269023260048aa71
04/01/2026
Filename: loligang.arm5
c43de02f680718741ad14dc19938c26b571dfff2b331728b4cc31687c8584e9e
04/01/2026
Filename: loligang.x86
c084b05d689f3d6f308e32da040436b565f244c1a1d01b93b3c131aba8c45e35
04/01/2026
Filename: hoho.arm
46a8fe21469b219c9e407c49c1b7b6f79c1c0139a74b0cec3318e8bca8097f88
27/12/2025
Remediation Steps:
Immediately isolate the affected system from the network to prevent communication with its command-and-control server. Ensure the detected file has been removed, and change all default or weak passwords on network devices, especially IoT and Linux systems. Scan the network for other compromised devices.
=== END REPORT ===
$ reanalyze-threat
This analysis was last updated on 09/11/2025. Do you want to analyze it again?
$ ls available-commands/
user@threatcheck.sh:~$