Windows_Trojan_RedLineStealer_17ee6a17
Description
Windows.Trojan.RedLineStealer
Query · yara
strings:
$a1 = "RedLine.Logic.SQLite" ascii fullword
$a2 = "RedLine.Reburn.Data.Browsers.Gecko" ascii fullword
$a3 = "RedLine.Client.Models.Gecko" ascii fullword
$b1 = "SELECT * FROM Win32_Process Where SessionId='{0}'" wide fullword
$b2 = "get_encryptedUsername" ascii fullword
$b3 = "https://icanhazip.com" wide fullword
$b4 = "GetPrivate3Key" ascii fullword
$b5 = "get_GrabTelegram" ascii fullword
$b6 = "<GrabUserAgent>k__BackingField" ascii fullword
condition:
1 of ($a*) or all of ($b*)