evasion_base64_decode_arguments_in_powershell_possible_apt29_activity


Description

Powershell command included some specific obfuscation, which may indicate attempts to bypass specific detection logic. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection0.metadata.product_event_type = "1" and $selection0.target.process.command_line = "'FromBase\\'+0x40+\\'String\\'")

  condition:
    $selection0
Raw source evasion_base64_decode_arguments_in_powershell_possible_apt29_activity · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule evasion_base64_decode_arguments_in_powershell_possible_apt29_activity {
 meta:
    author = "Roman Ranskyi"
    description = "Powershell command included some specific obfuscation, which may indicate attempts to bypass specific detection logic.  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/3p8pj24VPYHD"
    version = "0.01"
    created = "2021-03-09"
    product = "windows"
    service = "sysmon"
    mitre = "Defense Evasion, t1027, Execution, t1086"

  events:
($selection0.metadata.product_event_type = "1" and $selection0.target.process.command_line = "'FromBase\\'+0x40+\\'String\\'")

  condition:
    $selection0
}

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.