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

Backdoor:Linux/Mirai.AJ!xp - Windows Defender Threat Analysis

$ cat analysis.txt
=== THREAT ANALYSIS REPORT ===
Threat Name: Backdoor:Linux/Mirai.AJ!xp
Classification:
Type:Backdoor
Platform:Linux
Family:Mirai
Detection Type:Concrete
Known malware family with identified signatures
Variant:AJ
Specific signature variant within the malware family
Suffix:!xp
Confidence:Very High
False-Positive Risk:Low

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

Summary:

This is a concrete detection of a Linux-based backdoor belonging to the Mirai botnet family, variant AJ. The malware is designed to infect Linux IoT/embedded devices, establishing persistence and control through actions like changing file permissions (`chmod 777`) and manipulating system files, likely to enroll the device into a botnet for DDoS attacks or other malicious activities.

Severity:
Critical
VDM Static Detection:
No specific strings found for this threat
YARA Rule:
rule Backdoor_Linux_Mirai_AJ_2147816822_0
{
    meta:
        author = "threatcheck.sh"
        detection_name = "Backdoor:Linux/Mirai.AJ!xp"
        threat_id = "2147816822"
        type = "Backdoor"
        platform = "Linux: Linux platform"
        family = "Mirai"
        severity = "Critical"
        info = "xp: an internal category used to refer to some threats"
        signature_type = "SIGNATURE_TYPE_ELFHSTR_EXT"
        threshold = "4"
        strings_accuracy = "High"
    strings:
        $x_1_1 = "/var/tmp/sonia" ascii //weight: 1
        $x_1_2 = "/dev/FTWDT101_watchdog" ascii //weight: 1
        $x_2_3 = "/bin/busybox chmod 777" ascii //weight: 2
        $x_1_4 = "/dev/netslink/" ascii //weight: 1
        $x_1_5 = "/bin/busybox rm -rf .file" ascii //weight: 1
        $x_1_6 = "npxXoudifFeEgGaACScs" ascii //weight: 1
    condition:
        (filesize < 20MB) and
        (
            ((4 of ($x_1_*))) or
            ((1 of ($x_2_*) and 2 of ($x_1_*))) or
            (all of ($x*))
        )
}
Known malware which is associated with this threat:
Filename: mipsel
fdfa52c109d3fb8faec1f646af0a972c30c767f3ab42b9e02fb6e028ac5d0832
29/01/2026
Filename: mips
e0207d8f191257a46b9ebc289398ff80c7995998a74c20b073e8d108b89da010
29/01/2026
Filename: arm
86a89d23fc74b81cb10aee961f4f21d5e91bb72156223155bbfd8ba4c2b727d2
29/01/2026
Filename: arm64
7d1b05f19b24b7cb9d7cfc5053b98da46c922e19282981a0407f5815fd65a1e5
29/01/2026
Filename: x86_64
c3340f7f279d4362a1a3a7182a4e07ae41a74febd11299b97b468c3aeda3473b
29/01/2026
Remediation Steps:
Immediately isolate the infected Linux device from the network. Identify and terminate any malicious processes, then remove all associated files (e.g., in `/var/tmp/sonia`). Change all default or weak administrative credentials, update device firmware and software, and implement strong network segmentation and firewall rules to prevent reinfection and further propagation.
=== END REPORT ===
$ reanalyze-threat
This analysis was last updated on 29/01/2026. Do you want to analyze it again?
$ ls available-commands/
user@threatcheck.sh:~$