User_Function_String
Description
Detects user function string from NCSC report
Query · yara
strings:
/* $b1 = {fb ff ff ff 00 00} disabled due to performance issues */
$a2 = "e.RandomHashString"
$a3 = "e.Decode"
$a4 = "e.Decrypt"
$a5 = "e.HashStr"
$a6 = "e.FromB64"
condition:
/* $b1 and */ 4 of ($a*)