possible_flash_0day_execute_embedded_in_word_document_sysmon


Description

An active exploitation of a zero-day vulnerability in Adobe Flash via a Microsoft Office document. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
(re.regex($selection.principal.process.file.full_path, `.*WINWORD\.exe`) and re.regex($selection.target.process.command_line, `.*&&.*`) and re.regex($selection.target.process.command_line, `.*%~dp0.*`) and re.regex($selection.target.process.command_line, `.*-inul.*`) and re.regex($selection.target.process.command_line, `.*rar.*`) and re.regex($selection.target.process.command_line, `.*-o\+.*`) and re.regex($selection.target.process.command_line, `.* e .*`) and re.regex($selection.target.process.command_line, `.*\.jpg.*`) and ($selection.metadata.product_event_type = "4688" or $selection.metadata.product_event_type = "1"))

  condition:
    $selection
Raw source possible_flash_0day_execute_embedded_in_word_document_sysmon · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule possible_flash_0day_execute_embedded_in_word_document_sysmon {
 meta:
    author = "Roman Ranskyi"
    description = "An active exploitation of a zero-day vulnerability in Adobe Flash via a Microsoft Office document.  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/q7MAkDhbW5Bb"
    version = "0.01"
    created = "2021-03-09"
    category = "process_creation"
    product = "windows"
    mitre = "execution, t1203, t1059.003"

  events:
(re.regex($selection.principal.process.file.full_path, `.*WINWORD\.exe`) and re.regex($selection.target.process.command_line, `.*&&.*`) and re.regex($selection.target.process.command_line, `.*%~dp0.*`) and re.regex($selection.target.process.command_line, `.*-inul.*`) and re.regex($selection.target.process.command_line, `.*rar.*`) and re.regex($selection.target.process.command_line, `.*-o\+.*`) and re.regex($selection.target.process.command_line, `.* e .*`) and re.regex($selection.target.process.command_line, `.*\.jpg.*`) and ($selection.metadata.product_event_type = "4688" or $selection.metadata.product_event_type = "1"))

  condition:
    $selection
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.