YARAhub

You are currently viewing the YARAhub entry of the YARA rule LimeRAT. Depending on the TLP classification of this YARA rule chosen by the author, further information about this YARA rule is available below.

YARA Rule Details: LimeRAT


Rule name:LimeRAT
Author:RustyNoob619 - @RustyNoob619
Description:Detects Lime RAT malware samples based on the strings matched
Reference MD5: a58086585317b4551730a11000b8cfa3
Likes: 0
Reference Link :n/a
Malpedia Family : https://malpedia.caad.fkie.fraunhofer.de/details/win.limerat
Date added:2024-01-25
Rule Matching TLP :TLP:WHITE
Rule Sharing TLP :TLP:WHITE
License : https://creativecommons.org/publicdomain/zero/1.0/
UUID: 61ed8f5d-be64-4d6a-bdb3-69632195501a
Static hits:378
Unpacker hits:0

YARA Rule Content


The content of the YARA rule is shown below.

rule LimeRAT
{
    meta:
        description = "Detects Lime RAT malware samples based on the strings matched"
        author = "RustyNoob619"
        date = "2024-01-25"
        yarahub_author_twitter = "@RustyNoob619"
        source = "https://valhalla.nextron-systems.com/info/rule/MAL_LimeRAT_Mar23"
        hash = "b62f72df91cffe7861b84a38070e25834ca32334bea0a0e25274a60a242ea669"
        yarahub_reference_md5 = "a58086585317b4551730a11000b8cfa3"
        yarahub_uuid = "61ed8f5d-be64-4d6a-bdb3-69632195501a"
        yarahub_license = "CC0 1.0"
        yarahub_rule_matching_tlp = "TLP:WHITE"
        yarahub_rule_sharing_tlp = "TLP:WHITE"
        malpedia_family = "win.limerat"
    strings:
        $main = "schtasks /create /f /sc ONLOGON /RL HIGHEST /tn LimeRAT-Admin /tr" wide 
        $cmd1 = "Flood!" wide
        $cmd2 = "!PSend" wide  
        $cmd3 = "!PStart" wide  
        $cmd4 = "SELECT * FROM AntivirusProduct" wide  
        $cmd5 = "Select * from Win32_ComputerSystem" wide  
        $cmd6 = "_USB Error!" wide
        $cmd7 = "_PIN Error!" wide
        
        
    condition:
        uint16(0) == 0x5A4D
        and $main
        and 4 of ($cmd*)
}  

YARA Rule Matches


The following table shows the most recent files matching this particular YARA rule.

First seen (UTC)SHA256 hashStatic matchesUnpacker matches