possible_new_cobalt_strike_dropper
Description
Detects the attempts of some threat actors to drop Cobalt Strike into a victim machine via Microsoft Word macros. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection1.metadata.product_event_type = "11" and (re.regex($selection1.target.file.full_path, `.*Ecmd\.exe.*`) or re.regex($selection1.target.file.full_path, `.*ecmd\.exe.*`) or re.regex($selection1.target.file.full_path, `.*ecmd\.exe\.lnk.*`) or re.regex($selection1.target.file.full_path, `.*cf\.ini.*`)))
condition:
$selection1