suspicious_hwp_sub_processes
Description
Detects suspicious Hangul Word Processor (Hanword) sub processes that could indicate an exploitation License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
(re.regex($selection.principal.process.file.full_path, `.*\\Hwp\.exe`) and re.regex($selection.target.process.file.full_path, `.*\\gbb\.exe`) and ($selection.metadata.product_event_type = "4688" or $selection.metadata.product_event_type = "1"))
condition:
$selection