Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Hard_Configurator Tools
Hard_Configurator - Windows Hardening Configurator
Message
<blockquote data-quote="Andy Ful" data-source="post: 982921" data-attributes="member: 32260"><p>Renaming LOLBins will work in some cases, but not if these LOLBins are installed with Windows or can auto-update. After the update, the file with original name will be restored. Anyway, one can use other methods. The most natural one (on Windows 10) is using Exploit Protection from Security Center. Applying "Disable Win32k system calls" will block most LOLBins. I use this method to block Bitsadmin LOLBin in FirewallHardening.</p><p></p><p>Another method is via IFEO key with Debugger value, for example:</p><p></p><p>[CODE]Windows Registry Editor Version 5.00</p><p></p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\pwsh.exe]</p><p>"Debugger"="null"[/CODE]</p><p></p><p>Deleting the Debugger value will unblock pwsh.exe</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 982921, member: 32260"] Renaming LOLBins will work in some cases, but not if these LOLBins are installed with Windows or can auto-update. After the update, the file with original name will be restored. Anyway, one can use other methods. The most natural one (on Windows 10) is using Exploit Protection from Security Center. Applying "Disable Win32k system calls" will block most LOLBins. I use this method to block Bitsadmin LOLBin in FirewallHardening. Another method is via IFEO key with Debugger value, for example: [CODE]Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\pwsh.exe] "Debugger"="null"[/CODE] Deleting the Debugger value will unblock pwsh.exe [/QUOTE]
Insert quotes…
Verification
Post reply
Top