Skip to content

Commit

Permalink
Merge pull request #123 from Apro123/main
Browse files Browse the repository at this point in the history
Fix misspelling on the Readme
  • Loading branch information
Neo23x0 authored May 26, 2021
2 parents 99f597f + 3eef9ba commit 3f14ae7
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 3f14ae7

Please sign in to comment.