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
Microsoft Defender
Application Control on Windows 10 Home
Message
<blockquote data-quote="Andy Ful" data-source="post: 795519" data-attributes="member: 32260"><p>It allows a kind of very simple parent checking, but not advanced one as in Excubits Bouncer.</p><p>Furthermore, you cannot allow/block anything by path. For example:</p><p>[CODE] <Deny ID="ID_DENY_D_1_1" FriendlyName="scrobj.dll FileRule" FileName="scrobj.dll" MinimumFileVersion="65535.65535.65535.65535" AppIDs="REGSVR32.EXE" /></p><p> <Deny ID="ID_DENY_WMIC" FriendlyName="wmic.exe" FileName="wmic.exe" MinimumFileVersion="65535.65535.65535.65535"/>[/CODE]</p><p>The first rule will block scrobj.dll when loaded by REGSVR32.EXE .</p><p>The second will block execution of wmic.exe.</p><p>The rules apply to all local users and can recognize the file name from the file properties (hardcoded during compilation). So, if you rename the file a.exe to b.exe then both files will be blocked.</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 795519, member: 32260"] It allows a kind of very simple parent checking, but not advanced one as in Excubits Bouncer. Furthermore, you cannot allow/block anything by path. For example: [CODE] <Deny ID="ID_DENY_D_1_1" FriendlyName="scrobj.dll FileRule" FileName="scrobj.dll" MinimumFileVersion="65535.65535.65535.65535" AppIDs="REGSVR32.EXE" /> <Deny ID="ID_DENY_WMIC" FriendlyName="wmic.exe" FileName="wmic.exe" MinimumFileVersion="65535.65535.65535.65535"/>[/CODE] The first rule will block scrobj.dll when loaded by REGSVR32.EXE . The second will block execution of wmic.exe. The rules apply to all local users and can recognize the file name from the file properties (hardcoded during compilation). So, if you rename the file a.exe to b.exe then both files will be blocked. [/QUOTE]
Insert quotes…
Verification
Post reply
Top