forked from beerisgood/Windows11_Hardening
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
On standard Windows settings, Malware can hide itself if the filename is like: | ||
Secure-File.txt.exe | ||
|
||
What you see? A file named | ||
Secure-File.txt | ||
|
||
Of course the attacker can add a differend icon to the file, so it looks like you open the file extension you think. | ||
And if you then open the file, its to late. See Crypto trojans | ||
|
||
Go to | ||
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced | ||
and change the string | ||
HideFileExt | ||
to | ||
00000000 | ||
|
||
Finish. No restart required. You can config this in Windows explorersettings too. |