Skip to content

Commit

Permalink
Merge PR #5006 from @frack113 - Fix UNC2452 Process Creation Patterns
Browse files Browse the repository at this point in the history
fix: UNC2452 Process Creation Patterns - Add the missing `all` modifier
  • Loading branch information
frack113 authored Sep 13, 2024
1 parent 1324828 commit 236db73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ references:
- https://www.microsoft.com/security/blog/2021/01/20/deep-dive-into-the-solorigate-second-stage-activation-from-sunburst-to-teardrop-and-raindrop/
author: Florian Roth (Nextron Systems)
date: 2021-01-22
modified: 2023-09-12
modified: 2024-09-12
tags:
- attack.execution
- attack.t1059.001
Expand Down Expand Up @@ -42,7 +42,7 @@ detection:
- '.dll,Tk_'
selection_generic_4:
ParentImage|endswith: '\rundll32.exe'
ParentCommandLine|contains:
ParentCommandLine|contains|all:
- 'C:\Windows'
- '.dll'
CommandLine|contains: 'cmd.exe /C '
Expand Down

0 comments on commit 236db73

Please sign in to comment.