M_Hunting_Dropper_THINSPOOL_1
Description
This rule detects THINSPOOL, a dropper that installs the LIGHTWIRE web shell onto a Pulse Secure system.
Query · yara
strings:
$s1 = "/tmp/qactg/" ascii
$s2 = "echo '/home/config/dscommands'" ascii
$s3 = "echo '/home/perl/DSLogConfig.pm'" ascii
$s4 = "ADM20447" ascii
condition:
filesize < 10KB
and all of them