Environment
- App Control Server: All Supported Versions
- App Control Agent: All Supported Versions
- Microsoft Windows: All Supported Versions
Symptoms
Agent is enforcing Execution Blocks on .dll files contained within the "c:\windows\assembly\nativeimages" directory.
Cause
These files are .NET native images dynamically compiled by .NET Runtimes on the endpoint and an Approval Method does not already exist.
Resolution
- Login to the Console and go to Rules > Software Rules > Custom > Add Custom Rule.
- Create a new Custom Rule using the following initial details:
Status: Enabled
Rule Type: Advanced
Operation: Execute and Write
Execute Action: Allow
Write Action: Approve
File or path:
c:\windows\assembly\nativeimages_v*_32\*.dll
c:\windows\assembly\nativeimages_v*_64\*.ni.dll
c:\windows\assembly\nativeimages_v*_32\*.exe
c:\windows\assembly\nativeimages_v*_64\*.ni.exe
Process:
List the processes that are executing the files, or use Any if those processes cannot be determined.
User or Group:
Any User
- Click Save & Exit
Additional Notes
Related Content