hacktool_use
Description
This method detects well-known keywords, certain field combination that appear in Windows Eventlog when certain hack tools are used License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(($selection1.metadata.product_event_type = "4776" or $selection1.metadata.product_event_type = "4624" or $selection1.metadata.product_event_type = "4625") and $selection1.principal.hostname = "RULER")
condition:
$selection1