Concrete signature match: Trojan - Appears legitimate but performs malicious actions for 32-bit Windows platform, family Fareit
Trojan:Win32/Fareit.VB!MTB is a concrete detection for a Fareit variant, an information-stealing trojan primarily written in Visual Basic. It leverages behavioral analysis to detect malicious activities such as clipboard theft, file manipulation (e.g., renaming), and potentially disguised execution to compromise system data and user credentials.
Relevant strings associated with this threat: - MSVBVM60.DLL (PEHSTR) - MSVBVM60.DLL (PEHSTR_EXT) - Kawaii-Unicorn.exe (PEHSTR_EXT) - cmd /c rename (PEHSTR_EXT) - DllFunctionCall (PEHSTR_EXT) - \Unicorn (PEHSTR_EXT) - VB.Clipboard (PEHSTR_EXT)
rule Trojan_Win32_Fareit_VB_2147750074_0
{
meta:
author = "threatcheck.sh"
detection_name = "Trojan:Win32/Fareit.VB!MTB"
threat_id = "2147750074"
type = "Trojan"
platform = "Win32: Windows 32-bit platform"
family = "Fareit"
severity = "Critical"
info = "MTB: Microsoft Threat Behavior"
signature_type = "SIGNATURE_TYPE_PEHSTR"
threshold = "2"
strings_accuracy = "High"
strings:
$x_1_1 = "MSVBVM60.DLL" ascii //weight: 1
$x_1_2 = "PULx9J99eP0jRV3p7OJHxVrvug7DNmV21" wide //weight: 1
condition:
(filesize < 20MB) and
(all of ($x*))
}361fa581739833c5be6cbaba616610a65e86dc929f2ec853d065dced343604ddff99e74817543693152b8a7090aa7d23ac57f67df6c613d149c501ea03382fb928e6aa7c692ec47e56f15e1e356f206c2c02541d51c34c3bc219d4732fa9162a6b28c43c1812482c46e8b7981a530051cf71f0e6baa623e61665bf43ef9bc2dda15da37e544d66e0e5fd1e1622b7018f2ce224a9238994653b7f6ab20a9420c6Isolate the infected endpoint immediately. Perform a full system scan with up-to-date antivirus software and remove all detected malicious files. Due to its nature as an info-stealer, reset all potentially compromised credentials (e.g., banking, email, social media, cryptocurrency wallets) that may have been accessed or copied while the malware was active. Implement strong email and web filtering to prevent future infections.