CredentialStealer_Generic_Backdoor
Description
Detects credential stealer byed on many strings that indicate password store access
Query · yara
strings:
$s1 = "GetOperaLoginData" fullword ascii
$s2 = "GetInternetExplorerCredentialsPasswords" fullword ascii
$s3 = "%s\\Opera Software\\Opera Stable\\Login Data" fullword ascii
$s4 = "select * from moz_logins" fullword ascii
$s5 = "%s\\Google\\Chrome\\User Data\\Default\\Login Data" fullword ascii
$s6 = "Host.dll.Windows" fullword ascii
$s7 = "GetInternetExplorerVaultPasswords" fullword ascii
$s8 = "GetWindowsLiveMessengerPasswords" fullword ascii
$s9 = "%s\\Chromium\\User Data\\Default\\Login Data" fullword ascii
$s10 = "%s\\Opera\\Opera\\profile\\wand.dat" fullword ascii
condition:
( uint16(0) == 0x5a4d and 4 of them )