Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Neo23x0/Raccine into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Jun 1, 2021
2 parents cf9ff3d + 3f14ae7 commit f96f189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We see ransomware delete all shadow copies using `vssadmin` pretty often. What i

We [register a debugger](https://attack.mitre.org/techniques/T1546/012/) for `vssadmin.exe` (and `wmic.exe`), which is our compiled `raccine.exe`. Raccine is a binary, that first collects all PIDs of the parent processes and then tries to kill all parent processes.

Avantages:
Advantages:

- The method is rather generic
- We don't have to replace a system file (`vssadmin.exe` or `wmic.exe`), which could lead to integrity problems and could break our raccination on each patch day
Expand Down

0 comments on commit f96f189

Please sign in to comment.