| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Applying the .NET STIG is definitely not straightforward. For many administrators it can take hours to fully implement on a single system. This script applies the required registry changes and modifies the machine.config file to implement FIPS and other controls as required.
This script can not and will not ever get the .NET stig to 100% compliance. Right now, as is, it stands to complete roughly 75% of the checks and does go back and complete the applicable checks on all previous .NET versions.
Manual intervention is required for any .NET application or IIS Site.
You may download the required files from the GitHub Repository
The script may be launched from the extracted GitHub download like this:
If manually downloaded, the script must be launched from an administrative powershell in the directory containing all the files from the GitHub Repository
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force
Get-ChildItem -Recurse *.ps1 | Unblock-File
.\sos-.net-4-stig.ps1Use this one-liner to automatically download, unzip all supporting files, and run the latest version of the script.
iwr -useb 'https://simeononsecurity.ch/scripts/sosdotnet.ps1'|iexWork in Progress
DO NOT APPLY IN PRODUCTION
This script can not and will not ever get the .NET stig to 100% compliance.
Manual intervention is required for any .NET application or IIS Site.
The script may be lauched from the extracted GitHub download like this:
.\sos-.net-4-stig.ps1
| Back | FazBrowse Home | New Git URL |