Skip to content

Commit b828ac2

Browse files
add modified field
1 parent 56b30d1 commit b828ac2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

rules/windows/process_creation/proc_creation_win_werfaultsecure_process_freeze.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ references:
88
- https://github.com/TwoSevenOneT/EDR-Freeze/blob/a7f61030b36fbde89871f393488f7075d2aa89f6/EDR-Freeze.cpp#L53
99
author: Jason (https://github.com/0xbcf)
1010
date: 2025-09-23
11+
modified: 2025-10-10
1112
tags:
1213
- attack.defense-evasion
1314
- attack.t1562.001
@@ -21,7 +22,7 @@ detection:
2122
selection_args:
2223
CommandLine|contains|all:
2324
- ' /h '
24-
- ' /pid ' # Antimalware or EDR process pid will be after this line
25+
- ' /pid ' # Antimalware or EDR process pid will be after this flag
2526
- ' /tid '
2627
- ' /encfile '
2728
- ' /cancel '

0 commit comments

Comments
 (0)