Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions rules/initial_access_potential_clickfix_infection_chain.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Potential ClickFix infection chain
id: ffe1fc54-2893-4760-ab50-51a83bd71d13
version: 2.0.0
version: 2.0.1
description: |
Identifies the execution of the process via the Run command dialog box, Windows Console shortuct, or Explorer address bar
followed by spawning of the potential infostealer process.
Expand Down Expand Up @@ -36,8 +36,7 @@ condition: >
|spawn_process and ps.exe not imatches
(
'?:\\Program Files\\*.exe',
'?:\\Program Files (x86)\\*.exe',
'?:\\Windows\\System32\\*.exe'
'?:\\Program Files (x86)\\*.exe'
)
| by ps.parent.uuid
action:
Expand Down
Loading