Windows_Ransomware_Thanos_e19feca1
Description
Identifies THANOS (Hakbit) ransomware
Query · yara
strings:
$a1 = "<GetIPInfo>b__"
$a2 = "<Killproc>b__"
$a3 = "<Crypt>b__"
$a4 = "<Encrypt2>b__"
$b1 = "Your files are encrypted."
$b2 = "I will treat you good if you treat me good too."
$b3 = "I don't want to loose your files too"
$b4 = "/c rd /s /q %SYSTEMDRIVE%\\$Recycle.bin" wide fullword
$b5 = "\\HOW_TO_DECYPHER_FILES.txt" wide fullword
$b6 = "c3RvcCBTUUxURUxFTUVUUlkkRUNXREIyIC95" wide fullword
$b7 = "c3RvcCBNQkFNU2VydmljZSAveQ==" wide fullword
$b8 = "L0MgY2hvaWNlIC9DIFkgL04gL0QgWSAvVCAzICYgRGVsIA==" wide fullword
$b9 = "c3RvcCBjY0V2dE1nciAveQ==" wide fullword
condition:
(4 of ($a*)) or (3 of ($b*))