Skip to content

Commit

Permalink
Update _ransom_cmd.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albertzsigovits authored Jul 5, 2024
1 parent 5588989 commit fc37d00
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Ransomware/_ransom_cmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Most common OS commands executed by ransomware
- bcdedit /set {default} recoveryenabled no
- bcdedit /set {current} safeboot minimal

## Fsutil
- fsutil usn deletejournal
- fsutil file setZeroData offset=

## Netsh
- netsh advfirewall set currentprofile state off
- netsh firewall set opmode disable
Expand Down Expand Up @@ -33,4 +37,4 @@ Most common OS commands executed by ransomware

## Wmic
- wmic shadowcopy /nointeractive
- wmic shadowcopy delete
- wmic shadowcopy delete

0 comments on commit fc37d00

Please sign in to comment.