HKTL_ChromePass
Description
Detects a tool used by APT groups - file ChromePass.exe
Query · yara
strings: $x1 = "\\Release\\ChromePass.pdb" ascii $x2 = "Windows Protect folder for getting the encryption keys" wide $x3 = "Chrome User Data folder where the password file is stored" wide $s1 = "Opera Software\\Opera Stable\\Login Data" fullword wide $s2 = "Yandex\\YandexBrowser\\User Data\\Default\\Login Data" fullword wide $s3 = "Load the passwords from another Windows user or external drive: " fullword wide $s4 = "Windows Login Password:" fullword wide $s5 = "SELECT origin_url, action_url, username_element, username_value, password_element, password_value, signon_realm, date_created fr" ascii $s6 = "Chrome Password Recovery" fullword wide condition: ( uint16(0) == 0x5a4d and filesize < 700KB and 1 of ($x*) ) or ( 5 of them )