SUSP_OBFUSC_PowerShell_True_Jun20_1
Description
Detects indicators often found in obfuscated PowerShell scripts. Note: This detection is based on common characteristics typically associated with the mentioned threats, must be considered a clue and does not conclusively prove maliciousness.
Query · yara
strings:
$ = "${t`rue}" ascii nocase
$ = "${tr`ue}" ascii nocase
$ = "${tru`e}" ascii nocase
$ = "${t`ru`e}" ascii nocase
$ = "${tr`u`e}" ascii nocase
$ = "${t`r`ue}" ascii nocase
$ = "${t`r`u`e}" ascii nocase
condition:
filesize < 6000KB and 1 of them