├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md └── workflows │ ├── codeql-analysis.yml │ ├── devskim.yml │ ├── greetings.yml │ ├── label.yml │ ├── ossar-analysis.yml │ ├── powershell.yml │ ├── stale.yml │ ├── test-with-docker.yml │ └── virustotal.yml ├── Dockerfile ├── Files ├── .Net Configuration Files │ ├── secure.machine-v2.config │ └── secure.machine-v4.config ├── Auditing │ └── auditbaseline.csv ├── FireFox Configuration Files │ ├── defaults │ │ └── pref │ │ │ └── local-settings.js │ ├── local-settings.js │ └── mozilla.cfg ├── GPOs │ ├── DoD │ │ ├── Adobe │ │ │ ├── DoD - Adobe Acrobat Pro DC Cont. - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {E7DD3E29-5119-450A-8AC8-6F05978AE354} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Adobe Acrobat Pro DC Cont. - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {A13B5A61-9DF7-476C-BA36-6BA0933AAB49} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Adobe Acrobat Reader DC Cont. - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {E6DD3B56-5369-42F5-9822-D2FD32BED15F} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ ├── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ └── DoD - Adobe Acrobat Reader DC Cont. - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {A0FEF3FE-13FD-45F4-B345-F295BB8A2349} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ ├── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ │ └── User │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Chrome │ │ │ └── DoD - Google Chrome │ │ │ │ ├── manifest.xml │ │ │ │ └── {422A8419-0D1C-4178-8C9E-AD62D519918E} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── Microsoft │ │ │ │ │ └── Windows NT │ │ │ │ │ │ └── SecEdit │ │ │ │ │ │ └── GptTmpl.inf │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Defender │ │ │ └── DoD - Windows Defender │ │ │ │ ├── manifest.xml │ │ │ │ └── {05631C57-8B78-4397-9A62-D57DB98EEB08} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Edge │ │ │ └── DoD - Microsoft Chromium Edge │ │ │ │ ├── manifest.xml │ │ │ │ └── {FBA412D1-D7F4-49D6-848C-CBFDC3250850} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ ├── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ │ └── User │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── FireFox │ │ │ └── DoD - Mozilla FireFox │ │ │ │ └── {51EA0DC4-8D24-4491-B825-CF067628EAB3} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Firewall │ │ │ └── DoD - Windows Firewall │ │ │ │ ├── manifest.xml │ │ │ │ └── {F089F2A4-6D59-42DA-8DF9-2A9AC7709341} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── Microsoft │ │ │ │ │ └── Windows NT │ │ │ │ │ │ └── SecEdit │ │ │ │ │ │ └── GptTmpl.inf │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Horizon │ │ │ ├── DoD - Horizon Agent │ │ │ │ ├── manifest.xml │ │ │ │ └── {00DF50DE-3118-4401-814A-0D2FBEB33BAB} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ └── DoD - Horizon Client │ │ │ │ ├── manifest.xml │ │ │ │ └── {05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── IE11 │ │ │ ├── DoD - Internet Explorer 11 - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {E2D06306-79E7-430C-969D-5A07D212D0EB} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ └── DoD - Internet Explorer 11 - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {A0BC1714-C6A6-411E-8383-34182EDB6149} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── User │ │ │ │ │ ├── Preferences │ │ │ │ │ └── Registry │ │ │ │ │ │ └── Registry.xml │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ ├── Office │ │ │ ├── DoD - Access 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {607FAF67-1276-4684-82F8-06A8400A4E57} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Access 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {F2C58942-558E-4F18-B27E-BA5F47BA569F} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Excel 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {E9FBEB8F-F375-44A1-A0ED-28244A133B53} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Excel 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {BFE5D71C-9593-4A5E-953D-E9F676831A0E} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Infopath 2013 - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {829AF667-FE0F-4740-B308-64A33D81724B} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ ├── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Infopath 2013 - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {7A19DF08-BD47-4B75-9C61-C5A28652955E} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Lync 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {CBB670E0-EDAC-422C-915D-C9C6B940DF25} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ ├── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2013 System - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {0DAB97C1-A90D-4316-AD18-E0E2D3D2552F} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ ├── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2013 System - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2016 System - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {04EC6E63-6996-4B1F-B4C8-8E77ED582F7D} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2016 System - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {FEBA971B-64EE-4402-8CF3-BD8EFB68F987} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2019 System - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {F30C640A-9304-4BAB-9301-98313D78EDA8} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Office 2019 System - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {AAEEB370-628D-461A-819E-6807F0D543EF} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - OneDrive for Business 2016 - Computer │ │ │ │ ├── manifest.xml │ │ │ │ └── {7E6A6C4E-586B-46CC-B706-7CE80D604B4A} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - OneDrive for Business 2016 - User │ │ │ │ ├── manifest.xml │ │ │ │ └── {F1033BD9-065D-48AC-8B3D-CA763750D38C} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Outlook 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {70DCE625-7CF4-424D-8532-7C86D031B734} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Outlook 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {DB21D029-D31B-4B26-8959-78E00AE70D42} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - PowerPoint 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {1F0712AD-A34D-4810-BA2F-26B272241B25} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - PowerPoint 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {68564B4C-9D3E-43AC-8FDD-C466E0E51A43} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Project 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {0174EA13-07BA-4D00-B4C7-0ED1C5B01B63} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Project 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {115DD7FC-7EAB-481E-B5C6-2389371A9EA6} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Publisher 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {6431CF18-403D-4DEC-AF23-BCB18292E78A} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Publisher 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {2CDF1274-91B5-448A-A1E7-1738E2B65B54} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Skype for Business 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {9FAC973D-4597-4D3F-B55B-14214DE8360C} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── Machine │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Visio 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {3F89AF67-6543-4F46-AA10-8A69C27BC416} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Visio 2016 │ │ │ │ ├── manifest.xml │ │ │ │ └── {FAD99305-2EF7-4F42-9A41-C810887C2694} │ │ │ │ │ ├── Backup.xml │ │ │ │ │ ├── DomainSysvol │ │ │ │ │ └── GPO │ │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ │ └── User │ │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ │ └── registry.pol │ │ │ │ │ ├── bkupInfo.xml │ │ │ │ │ └── gpreport.xml │ │ │ └── DoD - Word 2013 │ │ │ │ ├── manifest.xml │ │ │ │ └── {6A934970-3734-4754-9FDF-AA80962CA6A8} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── User │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ └── Windows │ │ │ ├── DoD - Windows 10 - Computer - Ansible Fixes │ │ │ ├── manifest.xml │ │ │ └── {DCA57422-099D-4D9E-AC02-4913007A6302} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ ├── microsoft │ │ │ │ │ └── windows nt │ │ │ │ │ │ ├── Audit │ │ │ │ │ │ └── audit.csv │ │ │ │ │ │ └── SecEdit │ │ │ │ │ │ └── GptTmpl.inf │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Windows 10 - User │ │ │ ├── manifest.xml │ │ │ └── {1E49825F-5DE0-43C5-A60B-04E82233584C} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ ├── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ │ └── User │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ │ ├── DoD - Windows 8 - Computer │ │ │ ├── manifest.xml │ │ │ └── {2199EA28-42D1-4F0C-8043-EDD3A546BD9A} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── comment.cmtx │ │ │ │ │ ├── microsoft │ │ │ │ │ └── windows nt │ │ │ │ │ │ ├── Audit │ │ │ │ │ │ └── audit.csv │ │ │ │ │ │ └── SecEdit │ │ │ │ │ │ └── GptTmpl.inf │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ │ └── DoD - Windows 8 - User │ │ │ ├── manifest.xml │ │ │ └── {9C19B51E-16DE-4DEA-9C63-96375B56E061} │ │ │ ├── Backup.xml │ │ │ ├── DomainSysvol │ │ │ └── GPO │ │ │ │ ├── GPO.cmt │ │ │ │ └── User │ │ │ │ ├── comment.cmtx │ │ │ │ └── registry.pol │ │ │ ├── bkupInfo.xml │ │ │ └── gpreport.xml │ ├── NSACyber │ │ ├── Applocker │ │ │ └── NSACyber - Applocker (Enforced) │ │ │ │ ├── manifest.xml │ │ │ │ └── {AA677D07-BEF9-49D6-BB6C-BAD78901DAA1} │ │ │ │ ├── Backup.xml │ │ │ │ ├── DomainSysvol │ │ │ │ └── GPO │ │ │ │ │ ├── GPO.cmt │ │ │ │ │ └── Machine │ │ │ │ │ ├── microsoft │ │ │ │ │ └── windows nt │ │ │ │ │ │ └── SecEdit │ │ │ │ │ │ └── GptTmpl.inf │ │ │ │ │ └── registry.pol │ │ │ │ ├── bkupInfo.xml │ │ │ │ └── gpreport.xml │ │ └── Bitlocker │ │ │ └── NSACyber - BitLocker │ │ │ ├── manifest.xml │ │ │ └── {6C3C0177-281F-4547-89D7-66347525E1C2} │ │ │ ├── Backup.xml │ │ │ ├── DomainSysvol │ │ │ └── GPO │ │ │ │ ├── GPO.cmt │ │ │ │ └── Machine │ │ │ │ ├── comment.cmtx │ │ │ │ └── registry.pol │ │ │ ├── bkupInfo.xml │ │ │ └── gpreport.xml │ └── SoS │ │ ├── FireFox │ │ └── SOS - FireFox STIG │ │ │ └── {BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074} │ │ │ ├── Backup.xml │ │ │ ├── DomainSysvol │ │ │ └── GPO │ │ │ │ ├── GPO.cmt │ │ │ │ └── Machine │ │ │ │ ├── Microsoft │ │ │ │ └── Windows NT │ │ │ │ │ └── SecEdit │ │ │ │ │ └── GptTmpl.inf │ │ │ │ ├── comment.cmtx │ │ │ │ └── registry.pol │ │ │ ├── bkupInfo.xml │ │ │ └── gpreport.xml │ │ └── Onedrive │ │ └── SOS - OneDrive │ │ ├── manifest.xml │ │ └── {E789BABB-ED85-4F31-8014-138B799CA521} │ │ ├── Backup.xml │ │ ├── DomainSysvol │ │ └── GPO │ │ │ ├── GPO.cmt │ │ │ ├── Machine │ │ │ ├── Microsoft │ │ │ │ └── Windows NT │ │ │ │ │ └── SecEdit │ │ │ │ │ └── GptTmpl.inf │ │ │ ├── comment.cmtx │ │ │ └── registry.pol │ │ │ └── User │ │ │ ├── comment.cmtx │ │ │ └── registry.pol │ │ ├── bkupInfo.xml │ │ └── gpreport.xml ├── JAVA Configuration Files │ ├── deployment.config │ ├── deployment.properties │ └── exception.sites ├── LGPO │ ├── LGPO.exe │ └── LGPO.pdf └── Windows Defender Configuration Files │ ├── DOD_EP_V3.xml │ ├── WDAC_V1_Audit.xml │ ├── WDAC_V1_Default_Audit.xml │ ├── WDAC_V1_Default_Enforced.xml │ ├── WDAC_V1_Enforced.xml │ ├── WDAC_V1_Recommended_Audit.xml │ └── WDAC_V1_Recommended_Enforced.xml ├── LICENSE ├── README.md └── secure-standalone.ps1 /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | 3 | github: simeononsecurity 4 | custom: ['https://simeononsecurity.ch/recommendations'] 5 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: Create a report to help us improve 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Describe the bug** 11 | A clear and concise description of what the bug is. 12 | 13 | **To Reproduce** 14 | Steps to reproduce the behavior: 15 | 1. Go to '...' 16 | 2. Click on '....' 17 | 3. Scroll down to '....' 18 | 4. See error 19 | 20 | **Expected behavior** 21 | A clear and concise description of what you expected to happen. 22 | 23 | **Screenshots** 24 | If applicable, add screenshots to help explain your problem. 25 | 26 | **Desktop (please complete the following information):** 27 | - OS: [e.g. iOS] 28 | - Browser [e.g. chrome, safari] 29 | - Version [e.g. 22] 30 | 31 | **Smartphone (please complete the following information):** 32 | - Device: [e.g. iPhone6] 33 | - OS: [e.g. iOS8.1] 34 | - Browser [e.g. stock browser, safari] 35 | - Version [e.g. 22] 36 | 37 | **Additional context** 38 | Add any other context about the problem here. 39 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Feature request 3 | about: Suggest an idea for this project 4 | title: '' 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | **Is your feature request related to a problem? Please describe.** 11 | A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 12 | 13 | **Describe the solution you'd like** 14 | A clear and concise description of what you want to happen. 15 | 16 | **Describe alternatives you've considered** 17 | A clear and concise description of any alternative solutions or features you've considered. 18 | 19 | **Additional context** 20 | Add any other context or screenshots about the feature request here. 21 | -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- 1 | # For most projects, this workflow file will not need changing; you simply need 2 | # to commit it to your repository. 3 | # 4 | # You may wish to alter this file to override the set of languages analyzed, 5 | # or to provide custom queries or build logic. 6 | # 7 | # ******** NOTE ******** 8 | # We have attempted to detect the languages in your repository. Please check 9 | # the `language` matrix defined below to confirm you have the correct set of 10 | # supported CodeQL languages. 11 | # 12 | name: "CodeQL" 13 | 14 | on: 15 | push: 16 | branches: [ master ] 17 | pull_request: 18 | # The branches below must be a subset of the branches above 19 | branches: [ master ] 20 | schedule: 21 | - cron: '28 14 * * 0' 22 | 23 | jobs: 24 | analyze: 25 | name: Analyze 26 | runs-on: ubuntu-latest 27 | 28 | strategy: 29 | fail-fast: false 30 | matrix: 31 | language: [ 'javascript' ] 32 | # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] 33 | # Learn more: 34 | # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed 35 | 36 | steps: 37 | - name: Checkout repository 38 | uses: actions/checkout@v2 39 | 40 | # Initializes the CodeQL tools for scanning. 41 | - name: Initialize CodeQL 42 | uses: github/codeql-action/init@v1 43 | with: 44 | languages: ${{ matrix.language }} 45 | # If you wish to specify custom queries, you can do so here or in a config file. 46 | # By default, queries listed here will override any specified in a config file. 47 | # Prefix the list here with "+" to use these queries and those in the config file. 48 | # queries: ./path/to/local/query, your-org/your-repo/queries@main 49 | 50 | # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). 51 | # If this step fails, then you should remove it and run the build manually (see below) 52 | - name: Autobuild 53 | uses: github/codeql-action/autobuild@v1 54 | 55 | # ℹ️ Command-line programs to run using the OS shell. 56 | # 📚 https://git.io/JvXDl 57 | 58 | # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines 59 | # and modify them (or add more) to build your code if your project 60 | # uses a compiled language 61 | 62 | #- run: | 63 | # make bootstrap 64 | # make release 65 | 66 | - name: Perform CodeQL Analysis 67 | uses: github/codeql-action/analyze@v1 68 | -------------------------------------------------------------------------------- /.github/workflows/devskim.yml: -------------------------------------------------------------------------------- 1 | # This workflow uses actions that are not certified by GitHub. 2 | # They are provided by a third-party and are governed by 3 | # separate terms of service, privacy policy, and support 4 | # documentation. 5 | 6 | name: DevSkim 7 | 8 | on: 9 | push: 10 | branches: [ master ] 11 | pull_request: 12 | branches: [ master ] 13 | schedule: 14 | - cron: '19 22 * * 0' 15 | 16 | jobs: 17 | lint: 18 | name: DevSkim 19 | runs-on: ubuntu-20.04 20 | permissions: 21 | actions: read 22 | contents: read 23 | security-events: write 24 | steps: 25 | - name: Checkout code 26 | uses: actions/checkout@v3 27 | 28 | - name: Run DevSkim scanner 29 | uses: microsoft/DevSkim-Action@v1 30 | 31 | - name: Upload DevSkim scan results to GitHub Security tab 32 | uses: github/codeql-action/upload-sarif@v2 33 | with: 34 | sarif_file: devskim-results.sarif 35 | -------------------------------------------------------------------------------- /.github/workflows/greetings.yml: -------------------------------------------------------------------------------- 1 | name: Greetings 2 | 3 | on: [pull_request, issues] 4 | 5 | jobs: 6 | greeting: 7 | runs-on: ubuntu-latest 8 | steps: 9 | - uses: actions/first-interaction@v1 10 | with: 11 | repo-token: ${{ secrets.GITHUB_TOKEN }} 12 | issue-message: 'Message that will be displayed on users'' first issue' 13 | pr-message: 'Message that will be displayed on users'' first pr' 14 | -------------------------------------------------------------------------------- /.github/workflows/label.yml: -------------------------------------------------------------------------------- 1 | # This workflow will triage pull requests and apply a label based on the 2 | # paths that are modified in the pull request. 3 | # 4 | # To use this workflow, you will need to set up a .github/labeler.yml 5 | # file with configuration. For more information, see: 6 | # https://github.com/actions/labeler 7 | 8 | name: Labeler 9 | on: [pull_request] 10 | 11 | jobs: 12 | label: 13 | 14 | runs-on: ubuntu-latest 15 | 16 | steps: 17 | - uses: actions/labeler@v2 18 | with: 19 | repo-token: "${{ secrets.GITHUB_TOKEN }}" 20 | -------------------------------------------------------------------------------- /.github/workflows/ossar-analysis.yml: -------------------------------------------------------------------------------- 1 | # This workflow integrates a collection of open source static analysis tools 2 | # with GitHub code scanning. For documentation, or to provide feedback, visit 3 | # https://github.com/github/ossar-action 4 | name: OSSAR 5 | 6 | on: 7 | push: 8 | pull_request: 9 | 10 | jobs: 11 | OSSAR-Scan: 12 | # OSSAR runs on windows-latest. 13 | # ubuntu-latest and macos-latest support coming soon 14 | runs-on: windows-latest 15 | 16 | steps: 17 | # Checkout your code repository to scan 18 | - name: Checkout repository 19 | uses: actions/checkout@v2 20 | with: 21 | # We must fetch at least the immediate parents so that if this is 22 | # a pull request then we can checkout the head. 23 | fetch-depth: 2 24 | 25 | # If this run was triggered by a pull request event, then checkout 26 | # the head of the pull request instead of the merge commit. 27 | - run: git checkout HEAD^2 28 | if: ${{ github.event_name == 'pull_request' }} 29 | 30 | # Ensure a compatible version of dotnet is installed. 31 | # The [Microsoft Security Code Analysis CLI](https://aka.ms/mscadocs) is built with dotnet v3.1.201. 32 | # A version greater than or equal to v3.1.201 of dotnet must be installed on the agent in order to run this action. 33 | # GitHub hosted runners already have a compatible version of dotnet installed and this step may be skipped. 34 | # For self-hosted runners, ensure dotnet version 3.1.201 or later is installed by including this action: 35 | # - name: Install .NET 36 | # uses: actions/setup-dotnet@v1 37 | # with: 38 | # dotnet-version: '3.1.x' 39 | 40 | # Run open source static analysis tools 41 | - name: Run OSSAR 42 | uses: github/ossar-action@v1 43 | id: ossar 44 | 45 | # Upload results to the Security tab 46 | - name: Upload OSSAR results 47 | uses: github/codeql-action/upload-sarif@v1 48 | with: 49 | sarif_file: ${{ steps.ossar.outputs.sarifFile }} 50 | -------------------------------------------------------------------------------- /.github/workflows/powershell.yml: -------------------------------------------------------------------------------- 1 | # This workflow uses actions that are not certified by GitHub. 2 | # They are provided by a third-party and are governed by 3 | # separate terms of service, privacy policy, and support 4 | # documentation. 5 | # 6 | # https://github.com/microsoft/action-psscriptanalyzer 7 | # For more information on PSScriptAnalyzer in general, see 8 | # https://github.com/PowerShell/PSScriptAnalyzer 9 | 10 | name: PSScriptAnalyzer 11 | 12 | on: 13 | push: 14 | branches: [ master ] 15 | pull_request: 16 | branches: [ master ] 17 | schedule: 18 | - cron: '29 19 * * 5' 19 | 20 | permissions: 21 | contents: read 22 | 23 | jobs: 24 | build: 25 | permissions: 26 | contents: read # for actions/checkout to fetch code 27 | security-events: write # for github/codeql-action/upload-sarif to upload SARIF results 28 | name: PSScriptAnalyzer 29 | runs-on: ubuntu-latest 30 | steps: 31 | - uses: actions/checkout@v3 32 | 33 | - name: Run PSScriptAnalyzer 34 | uses: microsoft/psscriptanalyzer-action@2044ae068e37d0161fa2127de04c19633882f061 35 | with: 36 | # Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options. 37 | # The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules. 38 | path: .\ 39 | recurse: true 40 | # Include your own basic security rules. Removing this option will run all the rules 41 | includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"' 42 | output: results.sarif 43 | 44 | # Upload the SARIF file generated in the previous step 45 | - name: Upload SARIF results file 46 | uses: github/codeql-action/upload-sarif@v2 47 | with: 48 | sarif_file: results.sarif 49 | -------------------------------------------------------------------------------- /.github/workflows/stale.yml: -------------------------------------------------------------------------------- 1 | name: Mark stale issues and pull requests 2 | 3 | on: 4 | schedule: 5 | - cron: "30 1 * * *" 6 | 7 | jobs: 8 | stale: 9 | 10 | runs-on: ubuntu-latest 11 | 12 | steps: 13 | - uses: actions/stale@v3 14 | with: 15 | repo-token: ${{ secrets.GITHUB_TOKEN }} 16 | stale-issue-message: 'Stale issue message' 17 | stale-pr-message: 'Stale pull request message' 18 | stale-issue-label: 'no-issue-activity' 19 | stale-pr-label: 'no-pr-activity' 20 | -------------------------------------------------------------------------------- /.github/workflows/test-with-docker.yml: -------------------------------------------------------------------------------- 1 | name: Docker Image CI 2 | 3 | on: 4 | push: 5 | branches: [master] 6 | 7 | jobs: 8 | build: 9 | runs-on: windows-latest 10 | 11 | steps: 12 | - name: Checkout 13 | uses: actions/checkout@v3 14 | 15 | - name: Login to DockerHub 16 | uses: docker/login-action@v2 17 | with: 18 | username: ${{ secrets.DOCKER_USERNAME }} 19 | password: ${{ secrets.DOCKER_PASSWORD }} 20 | 21 | - name: Login to GitHub Container Registry 22 | uses: docker/login-action@v2 23 | with: 24 | registry: ghcr.io 25 | username: ${{ github.actor }} 26 | password: ${{ secrets.PAT_TOKEN }} 27 | 28 | - name: Build Docker image 29 | run: docker build -t simeononsecurity/standalone-windows-stig:latest . 30 | 31 | - name: Tag Docker image 32 | run: docker tag simeononsecurity/standalone-windows-stig:latest ghcr.io/simeononsecurity/standalone-windows-stig:latest 33 | 34 | - name: Push Docker image 35 | run: | 36 | docker push simeononsecurity/standalone-windows-stig:latest 37 | docker push ghcr.io/simeononsecurity/standalone-windows-stig:latest 38 | 39 | 40 | -------------------------------------------------------------------------------- /.github/workflows/virustotal.yml: -------------------------------------------------------------------------------- 1 | name: VirusTotal Scan 2 | 3 | on: 4 | pull_request: 5 | push: 6 | 7 | jobs: 8 | scan: 9 | runs-on: ubuntu-latest 10 | 11 | steps: 12 | - name: Checkout code 13 | uses: actions/checkout@v2 14 | 15 | - name: Scan files 16 | uses: crazy-max/ghaction-virustotal@v3 17 | with: 18 | vt_api_key: ${{ secrets.VT_API_KEY }} 19 | files: | 20 | Dockerfile 21 | secure-standalone.ps1 22 | 23 | 24 | - name: Calculate SHA-256 Hashes 25 | run: find . -type f -print0 | xargs -0 sha256sum | awk '{print $1}' 26 | -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- 1 | FROM mcr.microsoft.com/windows/server:ltsc2022-amd64 2 | 3 | LABEL org.opencontainers.image.source="https://github.com/simeononsecurity/standalone-windows-stig" 4 | LABEL org.opencontainers.image.description="Test Image for SimeonOnSecurity" 5 | LABEL org.opencontainers.image.authors="simeononsecurity" 6 | LABEL BaseImage="windows/server:ltsc2022-amd64" 7 | LABEL RunnerVersion=${RUNNER_VERSION} 8 | 9 | ARG RUNNER_VERSION 10 | ENV container docker 11 | ENV chocolateyUseWindowsCompression false 12 | SHELL ["powershell.exe"] 13 | 14 | RUN iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')); choco feature disable --name showDownloadProgress; choco feature enable -n allowGlobalConfirmation 15 | 16 | RUN Import-Module $env:ChocolateyInstall\\helpers\\chocolateyProfile.psm1 17 | #RUN Write-Host "Install Latest Windows Updates" ; choco install pswindowsupdate; Set-Executionpolicy -ExecutionPolicy RemoteSigned -Force ; Import-Module PSWindowsUpdate -Force ; 18 | #RUN refreshenv 19 | #RUN Add-WUServiceManager -ServiceID 7971f918-a847-4430-9279-4a52d1efe18d -Confirm:$false ; Install-WindowsUpdate -MicrosoftUpdate -AcceptAll -Install ; Get-WuInstall -AcceptAll -IgnoreReboot -IgnoreUserInput -nottitle 'preview' ; Get-WindowsUpdate –Install 20 | 21 | RUN iex ((New-Object System.Net.WebClient).DownloadString('https://simeononsecurity.ch/scripts/standalonewindows.ps1')) 22 | 23 | ENTRYPOINT ENTRYPOINT [ "powershell.exe" ] 24 | -------------------------------------------------------------------------------- /Files/.Net Configuration Files/secure.machine-v2.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /Files/.Net Configuration Files/secure.machine-v4.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /Files/FireFox Configuration Files/defaults/pref/local-settings.js: -------------------------------------------------------------------------------- 1 | pref("general.config.filename", "mozilla.cfg"); 2 | pref("general.config.obscure_value", 0); 3 | -------------------------------------------------------------------------------- /Files/FireFox Configuration Files/local-settings.js: -------------------------------------------------------------------------------- 1 | pref("general.config.filename", "mozilla.cfg"); 2 | pref("general.config.obscure_value", 0); 3 | -------------------------------------------------------------------------------- /Files/FireFox Configuration Files/mozilla.cfg: -------------------------------------------------------------------------------- 1 | // 2 | // SV-223179 - DTBG010 3 | lockPref("security.enterprise_roots.enabled", true); 4 | // SV-16707 - DTBF050 5 | lockPref("security.default_personal_cert", "Ask Every Time"); 6 | // SV-16710 - DTBF105 7 | lockPref("network.protocol-handler.external.shell",false); 8 | // SV-16711 - DTBF110 9 | lockPref("plugin.disable_full_page_plugin_for_types","application/pdf,application/fdf,application/xfdf,application/lso,application/lss,application/iqy,application/rqy,application/lsl,application/xlk,application/xls,application/xlt,application/pot,application/pps,application/ppt,application/dos,application/dot,application/wks,application/bat,application/ps,application/eps,application/wch,application/wcm,application/wb1,application/wb3,application/rtf,application/doc,application/mdb,application/mde,application/wbk,application/ad,application/adp"); 10 | // SV-16713 - DTBF140 11 | lockPref("browser.formfill.enable", false); 12 | // SV-16714 - DTBF150 13 | lockPref("signon.autofillForms", false); 14 | // SV-16715 - DTBF160 15 | lockPref("signon.rememberSignons", false); 16 | // SV-16717 - DTBF180 17 | lockPref("dom.disable_window_open_feature.status", true); 18 | // SV-16718 - DTBF181 19 | lockPref("dom.disable_window_move_resize", true); 20 | // SV-16925 - DTBF030 21 | lockPref("security.enable_tls", true); 22 | // SV-16925 - DTBF030 23 | lockPref("security.tls.version.min", 2); 24 | // SV-16925 - DTBF030 25 | lockPref("security.tls.version.max", 4); 26 | // SV-16727 - DTBF182 27 | lockPref("dom.disable_window_flip", true); 28 | // SV-16928 - DTBF183 29 | lockPref("dom.event.contextmenu.enabled", false); 30 | // SV-21890 - DTBF085 31 | lockPref("browser.search.update", false); 32 | // SV-59603 - DTBF090 33 | lockPref("extensions.update.enabled", false); 34 | // SV-79381 - DTBF186 35 | lockPref("xpinstall.enabled", false); 36 | // SV-93759 - DTBF190 37 | lockPref("datareporting.policy.dataSubmissionEnabled", false); 38 | // SV-106633 - DTBF195 39 | lockPref("devtools.policy.disabled", true); 40 | // SV-111837 - DTBF200 41 | lockPref("toolkit.telemetry.enabled", false); 42 | // SV-111839 - DTBF205 43 | lockPref("toolkit.telemetry.archive.enabled", false); 44 | // SV-111841 - DTBF210 45 | lockPref("privacy.trackingprotection.fingerprinting.enabled", true); 46 | // SV-111843 - DTBF215 47 | lockPref("privacy.trackingprotection.cryptomining.enabled", true); 48 | // SV-111845 - DTBF220 49 | lockPref("browser.contentblocking.category", "strict"); 50 | // SV-111847 - DTBF225 51 | lockPref("extensions.htmlaboutaddons.recommendations.enabled", false); 52 | // SV-111849 - DTBF230 53 | lockPref("browser.newtabpage.activity-stream.enabled", false); 54 | // SV-111851 - DTBF235 55 | lockPref("security.ssl3.rsa_des_ede3_sha", false); 56 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/{E7DD3E29-5119-450A-8AC8-6F05978AE354}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/{E7DD3E29-5119-450A-8AC8-6F05978AE354}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/{E7DD3E29-5119-450A-8AC8-6F05978AE354}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/{E7DD3E29-5119-450A-8AC8-6F05978AE354}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - Computer/{E7DD3E29-5119-450A-8AC8-6F05978AE354}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[SOFTWARE\Adobe\Adobe Acrobat\DC\AVGeneral;bFIPSMode;;;][SOFTWARE\Adobe\Adobe Acrobat\DC\Security\cDigSig\cAdobeDownload;bLoadSettingsFromURL;;;][SOFTWARE\Adobe\Adobe Acrobat\DC\Security\cDigSig\cEUTLDownload;bLoadSettingsFromURL;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Pro DC Cont. - User/{A13B5A61-9DF7-476C-BA36-6BA0933AAB49}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - Computer/{E6DD3B56-5369-42F5-9822-D2FD32BED15F}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[SOFTWARE\Adobe\Acrobat Reader\DC\Security\cDigSig\cAdobeDownload;bLoadSettingsFromURL;;;][SOFTWARE\Adobe\Acrobat Reader\DC\Security\cDigSig\cEUTLDownload;bLoadSettingsFromURL;;;][SOFTWARE\Adobe\Adobe Acrobat\DC\AVGeneral;bFIPSMode;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Adobe/DoD - Adobe Acrobat Reader DC Cont. - User/{A0FEF3FE-13FD-45F4-B345-F295BB8A2349}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Chrome/DoD - Google Chrome/{422A8419-0D1C-4178-8C9E-AD62D519918E}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Defender/DoD - Windows Defender/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Defender/DoD - Windows Defender/{05631C57-8B78-4397-9A62-D57DB98EEB08}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Defender/DoD - Windows Defender/{05631C57-8B78-4397-9A62-D57DB98EEB08}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Defender/DoD - Windows Defender/{05631C57-8B78-4397-9A62-D57DB98EEB08}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Defender/DoD - Windows Defender/{05631C57-8B78-4397-9A62-D57DB98EEB08}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Defender/DoD - Windows Defender/{05631C57-8B78-4397-9A62-D57DB98EEB08}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Edge/DoD - Microsoft Chromium Edge/{FBA412D1-D7F4-49D6-848C-CBFDC3250850}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/FireFox/DoD - Mozilla FireFox/{51EA0DC4-8D24-4491-B825-CF067628EAB3}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/FireFox/DoD - Mozilla FireFox/{51EA0DC4-8D24-4491-B825-CF067628EAB3}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/FireFox/DoD - Mozilla FireFox/{51EA0DC4-8D24-4491-B825-CF067628EAB3}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/FireFox/DoD - Mozilla FireFox/{51EA0DC4-8D24-4491-B825-CF067628EAB3}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/FireFox/DoD - Mozilla FireFox/{51EA0DC4-8D24-4491-B825-CF067628EAB3}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Firewall/DoD - Windows Firewall/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Firewall/DoD - Windows Firewall/{F089F2A4-6D59-42DA-8DF9-2A9AC7709341}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Agent/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Agent/{00DF50DE-3118-4401-814A-0D2FBEB33BAB}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Agent/{00DF50DE-3118-4401-814A-0D2FBEB33BAB}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Agent/{00DF50DE-3118-4401-814A-0D2FBEB33BAB}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Agent/{00DF50DE-3118-4401-814A-0D2FBEB33BAB}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Horizon/DoD - Horizon Agent/{00DF50DE-3118-4401-814A-0D2FBEB33BAB}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/DomainSysvol/GPO/Machine/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Horizon/DoD - Horizon Client/{05D5A3EA-95FA-4294-A5BC-4ABFAABE8EE1}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/{E2D06306-79E7-430C-969D-5A07D212D0EB}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/{E2D06306-79E7-430C-969D-5A07D212D0EB}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/{E2D06306-79E7-430C-969D-5A07D212D0EB}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/{E2D06306-79E7-430C-969D-5A07D212D0EB}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - Computer/{E2D06306-79E7-430C-969D-5A07D212D0EB}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/DomainSysvol/GPO/User/Preferences/Registry/Registry.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[Software\Policies\Microsoft\Internet Explorer\Control Panel;FormSuggest;;;][Software\Policies\Microsoft\Internet Explorer\Control Panel;FormSuggest Passwords;;;][Software\Policies\Microsoft\Internet Explorer\Main;Use FormSuggest;;;no][Software\Policies\Microsoft\Internet Explorer\Main;FormSuggest Passwords;;;no][Software\Policies\Microsoft\Internet Explorer\Main;FormSuggest PW Ask;;;no] -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/IE11/DoD - Internet Explorer 11 - User/{A0BC1714-C6A6-411E-8383-34182EDB6149}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\access\internet;donotunderlinehyperlinks;;;][software\policies\microsoft\office\15.0\access\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\15.0\access\security;vbawarnings;;;][software\policies\microsoft\office\15.0\access\security;modaltrustdecisiononly;;;][software\policies\microsoft\office\15.0\access\security;requireaddinsig;;;][software\policies\microsoft\office\15.0\access\settings;default file format;;; ][software\policies\microsoft\office\15.0\access\settings;noconvertdialog;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Access 2013/{607FAF67-1276-4684-82F8-06A8400A4E57}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\access\internet;donotunderlinehyperlinks;;;][software\policies\microsoft\office\16.0\access\security;requireaddinsig;;;][software\policies\microsoft\office\16.0\access\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\16.0\access\security;modaltrustdecisiononly;;;][software\policies\microsoft\office\16.0\access\security;vbawarnings;;;][software\policies\microsoft\office\16.0\access\settings;default file format;;; ] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Access 2016/{F2C58942-558E-4F18-B27E-BA5F47BA569F}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2013/{E9FBEB8F-F375-44A1-A0ED-28244A133B53}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2013/{E9FBEB8F-F375-44A1-A0ED-28244A133B53}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2013/{E9FBEB8F-F375-44A1-A0ED-28244A133B53}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2013/{E9FBEB8F-F375-44A1-A0ED-28244A133B53}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Excel 2013/{E9FBEB8F-F375-44A1-A0ED-28244A133B53}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2016/{BFE5D71C-9593-4A5E-953D-E9F676831A0E}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2016/{BFE5D71C-9593-4A5E-953D-E9F676831A0E}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2016/{BFE5D71C-9593-4A5E-953D-E9F676831A0E}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Excel 2016/{BFE5D71C-9593-4A5E-953D-E9F676831A0E}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Excel 2016/{BFE5D71C-9593-4A5E-953D-E9F676831A0E}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\infopath\security;aptca_allowlist;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Infopath 2013 - Computer/{829AF667-FE0F-4740-B308-64A33D81724B}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/{7A19DF08-BD47-4B75-9C61-C5A28652955E}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/{7A19DF08-BD47-4B75-9C61-C5A28652955E}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/{7A19DF08-BD47-4B75-9C61-C5A28652955E}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/{7A19DF08-BD47-4B75-9C61-C5A28652955E}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Infopath 2013 - User/{7A19DF08-BD47-4B75-9C61-C5A28652955E}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\lync;savepassword;;;][software\policies\microsoft\office\15.0\lync;enablesiphighsecuritymode;;;][software\policies\microsoft\office\15.0\lync;disablehttpconnect;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Lync 2013/{CBB670E0-EDAC-422C-915D-C9C6B940DF25}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2013 System - Computer/{0DAB97C1-A90D-4316-AD18-E0E2D3D2552F}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2013 System - User/{E2D2EFA4-A5CB-4296-992F-B5C3FD6D9A6E}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/{04EC6E63-6996-4B1F-B4C8-8E77ED582F7D}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/{04EC6E63-6996-4B1F-B4C8-8E77ED582F7D}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/{04EC6E63-6996-4B1F-B4C8-8E77ED582F7D}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/{04EC6E63-6996-4B1F-B4C8-8E77ED582F7D}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2016 System - Computer/{04EC6E63-6996-4B1F-B4C8-8E77ED582F7D}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2016 System - User/{FEBA971B-64EE-4402-8CF3-BD8EFB68F987}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/{F30C640A-9304-4BAB-9301-98313D78EDA8}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/{F30C640A-9304-4BAB-9301-98313D78EDA8}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/{F30C640A-9304-4BAB-9301-98313D78EDA8}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/{F30C640A-9304-4BAB-9301-98313D78EDA8}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2019 System - Computer/{F30C640A-9304-4BAB-9301-98313D78EDA8}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Office 2019 System - User/{AAEEB370-628D-461A-819E-6807F0D543EF}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[Software\Policies\Microsoft\OneDrive\AllowTenantList;1111-2222-3333-4444;;(;1111-2222-3333-4444] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - Computer/{7E6A6C4E-586B-46CC-B706-7CE80D604B4A}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[SOFTWARE\Policies\Microsoft\OneDrive;DisablePersonalSync;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - OneDrive for Business 2016 - User/{F1033BD9-065D-48AC-8B3D-CA763750D38C}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Outlook 2013/{70DCE625-7CF4-424D-8532-7C86D031B734}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/DomainSysvol/GPO/User/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Outlook 2016/{DB21D029-D31B-4B26-8959-78E00AE70D42}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2013/{1F0712AD-A34D-4810-BA2F-26B272241B25}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2013/{1F0712AD-A34D-4810-BA2F-26B272241B25}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2013/{1F0712AD-A34D-4810-BA2F-26B272241B25}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2013/{1F0712AD-A34D-4810-BA2F-26B272241B25}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - PowerPoint 2013/{1F0712AD-A34D-4810-BA2F-26B272241B25}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\powerpoint\options;defaultformat;;;][software\policies\microsoft\office\16.0\powerpoint\security;requireaddinsig;;;][software\policies\microsoft\office\16.0\powerpoint\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\16.0\powerpoint\security;**del.powerpointbypassencryptedmacroscan;;; ][software\policies\microsoft\office\16.0\powerpoint\security;accessvbom;;;][software\policies\microsoft\office\16.0\powerpoint\security;**del.runprograms;;; ][software\policies\microsoft\office\16.0\powerpoint\security;vbawarnings;;;][software\policies\microsoft\office\16.0\powerpoint\security;blockcontentexecutionfrominternet;;;][software\policies\microsoft\office\16.0\powerpoint\security\fileblock;openinprotectedview;;;][software\policies\microsoft\office\16.0\powerpoint\security\filevalidation;enableonload;;;][software\policies\microsoft\office\16.0\powerpoint\security\filevalidation;**del.openinprotectedview;;; ][software\policies\microsoft\office\16.0\powerpoint\security\filevalidation;disableeditfrompv;;;][software\policies\microsoft\office\16.0\powerpoint\security\protectedview;disableattachmentsinpv;;;][software\policies\microsoft\office\16.0\powerpoint\security\protectedview;disableintranetcheck;;;][software\policies\microsoft\office\16.0\powerpoint\security\trusted locations;alllocationsdisabled;;;][software\policies\microsoft\office\16.0\powerpoint\security\trusted locations;allownetworklocations;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - PowerPoint 2016/{68564B4C-9D3E-43AC-8FDD-C466E0E51A43}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\ms project\security;requireaddinsig;;;][software\policies\microsoft\office\15.0\ms project\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\15.0\ms project\security;vbawarnings;;;][software\policies\microsoft\office\15.0\ms project\security;trustwss;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Project 2013/{0174EA13-07BA-4D00-B4C7-0ED1C5B01B63}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\ms project\security;requireaddinsig;;;][software\policies\microsoft\office\16.0\ms project\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\16.0\ms project\security;trustwss;;;][software\policies\microsoft\office\16.0\ms project\security;vbawarnings;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Project 2016/{115DD7FC-7EAB-481E-B5C6-2389371A9EA6}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\publisher;promptforbadfiles;;;][software\policies\microsoft\office\15.0\publisher\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\15.0\publisher\security;vbawarnings;;;][software\policies\microsoft\office\15.0\publisher\security;requireaddinsig;;;][software\policies\microsoft\office\common\security;automationsecuritypublisher;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Publisher 2013/{6431CF18-403D-4DEC-AF23-BCB18292E78A}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\publisher;promptforbadfiles;;;][software\policies\microsoft\office\16.0\publisher\security;requireaddinsig;;;][software\policies\microsoft\office\16.0\publisher\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\16.0\publisher\security;vbawarnings;;;][software\policies\microsoft\office\common\security;automationsecuritypublisher;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Publisher 2016/{2CDF1274-91B5-448A-A1E7-1738E2B65B54}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\lync;savepassword;;;][software\policies\microsoft\office\16.0\lync;enablesiphighsecuritymode;;;][software\policies\microsoft\office\16.0\lync;disablehttpconnect;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Skype for Business 2016/{9FAC973D-4597-4D3F-B55B-14214DE8360C}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\15.0\visio\security;requireaddinsig;;;][software\policies\microsoft\office\15.0\visio\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\15.0\visio\security;vbawarnings;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Visio 2013/{3F89AF67-6543-4F46-AA10-8A69C27BC416}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[software\policies\microsoft\office\16.0\visio\security;requireaddinsig;;;][software\policies\microsoft\office\16.0\visio\security;notbpromptunsignedaddin;;;][software\policies\microsoft\office\16.0\visio\security;vbawarnings;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Visio 2016/{FAD99305-2EF7-4F42-9A41-C810887C2694}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Word 2013/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Word 2013/{6A934970-3734-4754-9FDF-AA80962CA6A8}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Word 2013/{6A934970-3734-4754-9FDF-AA80962CA6A8}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Word 2013/{6A934970-3734-4754-9FDF-AA80962CA6A8}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Office/DoD - Word 2013/{6A934970-3734-4754-9FDF-AA80962CA6A8}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Office/DoD - Word 2013/{6A934970-3734-4754-9FDF-AA80962CA6A8}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/microsoft/windows nt/Audit/audit.csv: -------------------------------------------------------------------------------- 1 | Machine Name,Policy Target,Subcategory,Subcategory GUID,Inclusion Setting,Exclusion Setting,Setting Value 2 | ,System,Audit Credential Validation,{0cce923f-69ae-11d9-bed3-505054503030},Success and Failure,,3 3 | ,System,Audit Security Group Management,{0cce9237-69ae-11d9-bed3-505054503030},Success,,1 4 | ,System,Audit User Account Management,{0cce9235-69ae-11d9-bed3-505054503030},Success and Failure,,3 5 | ,System,Audit PNP Activity,{0cce9248-69ae-11d9-bed3-505054503030},Success,,1 6 | ,System,Audit Process Creation,{0cce922b-69ae-11d9-bed3-505054503030},Success,,1 7 | ,System,Audit Account Lockout,{0cce9217-69ae-11d9-bed3-505054503030},Failure,,2 8 | ,System,Audit Group Membership,{0cce9249-69ae-11d9-bed3-505054503030},Success,,1 9 | ,System,Audit Logoff,{0cce9216-69ae-11d9-bed3-505054503030},Success,,1 10 | ,System,Audit Logon,{0cce9215-69ae-11d9-bed3-505054503030},Success and Failure,,3 11 | ,System,Audit Other Logon/Logoff Events,{0cce921c-69ae-11d9-bed3-505054503030},Success and Failure,,3 12 | ,System,Audit Special Logon,{0cce921b-69ae-11d9-bed3-505054503030},Success,,1 13 | ,System,Audit Detailed File Share,{0cce9244-69ae-11d9-bed3-505054503030},Failure,,2 14 | ,System,Audit File Share,{0cce9224-69ae-11d9-bed3-505054503030},Success and Failure,,3 15 | ,System,Audit Other Object Access Events,{0cce9227-69ae-11d9-bed3-505054503030},Success and Failure,,3 16 | ,System,Audit Removable Storage,{0cce9245-69ae-11d9-bed3-505054503030},Success and Failure,,3 17 | ,System,Audit Audit Policy Change,{0cce922f-69ae-11d9-bed3-505054503030},Success,,1 18 | ,System,Audit Authentication Policy Change,{0cce9230-69ae-11d9-bed3-505054503030},Success,,1 19 | ,System,Audit Authorization Policy Change,{0cce9231-69ae-11d9-bed3-505054503030},Success,,1 20 | ,System,Audit MPSSVC Rule-Level Policy Change,{0cce9232-69ae-11d9-bed3-505054503030},Success and Failure,,3 21 | ,System,Audit Other Policy Change Events,{0cce9234-69ae-11d9-bed3-505054503030},Success and Failure,,3 22 | ,System,Audit Sensitive Privilege Use,{0cce9228-69ae-11d9-bed3-505054503030},Success and Failure,,3 23 | ,System,Audit IPsec Driver,{0cce9213-69ae-11d9-bed3-505054503030},Failure,,2 24 | ,System,Audit Other System Events,{0cce9214-69ae-11d9-bed3-505054503030},Success and Failure,,3 25 | ,System,Audit Security State Change,{0cce9210-69ae-11d9-bed3-505054503030},Success,,1 26 | ,System,Audit Security System Extension,{0cce9211-69ae-11d9-bed3-505054503030},Success,,1 27 | ,System,Audit System Integrity,{0cce9212-69ae-11d9-bed3-505054503030},Success and Failure,,3 28 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/DomainSysvol/GPO/Machine/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 10 - Computer - Ansible Fixes/{DCA57422-099D-4D9E-AC02-4913007A6302}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[Software\Microsoft\Windows\CurrentVersion\Policies\Explorer;NoPreviewPane;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Explorer;NoReadingPane;;;][Software\Policies\Microsoft\Windows\CloudContent;DisableThirdPartySuggestions;;;][Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications;NoToastApplicationNotificationOnLockScreen;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 10 - User/{1E49825F-5DE0-43C5-A60B-04E82233584C}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/microsoft/windows nt/Audit/audit.csv: -------------------------------------------------------------------------------- 1 | Machine Name,Policy Target,Subcategory,Subcategory GUID,Inclusion Setting,Exclusion Setting,Setting Value 2 | ,System,Audit Credential Validation,{0cce923f-69ae-11d9-bed3-505054503030},Success and Failure,,3 3 | ,System,Audit Other Account Management Events,{0cce923a-69ae-11d9-bed3-505054503030},Success,,1 4 | ,System,Audit Security Group Management,{0cce9237-69ae-11d9-bed3-505054503030},Success,,1 5 | ,System,Audit User Account Management,{0cce9235-69ae-11d9-bed3-505054503030},Success and Failure,,3 6 | ,System,Audit Process Creation,{0cce922b-69ae-11d9-bed3-505054503030},Success,,1 7 | ,System,Audit Logoff,{0cce9216-69ae-11d9-bed3-505054503030},Success,,1 8 | ,System,Audit Logon,{0cce9215-69ae-11d9-bed3-505054503030},Success and Failure,,3 9 | ,System,Audit Special Logon,{0cce921b-69ae-11d9-bed3-505054503030},Success,,1 10 | ,System,Audit Removable Storage,{0cce9245-69ae-11d9-bed3-505054503030},Success and Failure,,3 11 | ,System,Audit Audit Policy Change,{0cce922f-69ae-11d9-bed3-505054503030},Success and Failure,,3 12 | ,System,Audit Authentication Policy Change,{0cce9230-69ae-11d9-bed3-505054503030},Success,,1 13 | ,System,Audit Sensitive Privilege Use,{0cce9228-69ae-11d9-bed3-505054503030},Success and Failure,,3 14 | ,System,Audit IPsec Driver,{0cce9213-69ae-11d9-bed3-505054503030},Success and Failure,,3 15 | ,System,Audit Security State Change,{0cce9210-69ae-11d9-bed3-505054503030},Success and Failure,,3 16 | ,System,Audit Security System Extension,{0cce9211-69ae-11d9-bed3-505054503030},Success,,1 17 | ,System,Audit System Integrity,{0cce9212-69ae-11d9-bed3-505054503030},Success and Failure,,3 18 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/DomainSysvol/GPO/Machine/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 8 - Computer/{2199EA28-42D1-4F0C-8043-EDD3A546BD9A}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Exported 2022-05-06 -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[Software\Microsoft\Windows\CurrentVersion\Policies\Attachments;SaveZoneInformation;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Attachments;HideZoneInfoOnProperties;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Attachments;ScanWithAntiVirus;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Explorer;NoInplaceSharing;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Explorer;NoPreviewPane;;;][Software\Microsoft\Windows\CurrentVersion\Policies\Explorer;NoReadingPane;;;][Software\Microsoft\Windows\CurrentVersion\Policies\System;NoDispScrSavPage;;;][Software\Policies\Microsoft\Assistance\Client\1.0;NoImplicitFeedback;;;][Software\Policies\Microsoft\Assistance\Client\1.0;NoExplicitFeedback;;;][Software\Policies\Microsoft\Windows\Control Panel\Desktop;ScreenSaveActive;;;1][Software\Policies\Microsoft\Windows\Control Panel\Desktop;ScreenSaverIsSecure;;;1][Software\Policies\Microsoft\Windows\Control Panel\Desktop;SCRNSAVE.EXE;;;scrnsave.scr][Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications;NoCloudApplicationNotification;;;][Software\Policies\Microsoft\Windows\CurrentVersion\PushNotifications;NoToastApplicationNotificationOnLockScreen;;;][Software\Policies\Microsoft\WindowsMediaPlayer;PreventCodecDownload;;;] -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/DoD/Windows/DoD - Windows 8 - User/{9C19B51E-16DE-4DEA-9C63-96375B56E061}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/DomainSysvol/GPO/Machine/microsoft/windows nt/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/DomainSysvol/GPO/Machine/registry.pol -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/NSACyber/Applocker/NSACyber - Applocker (Enforced)/{AA677D07-BEF9-49D6-BB6C-BAD78901DAA1}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | This GUID is to block the SPB-2 device class (aka Firewire) to prevent DMA attacks on BitLocker 19 | This is the device ID for the Thunderbolt controller, blocked to prevent DMA attacks against BitLocker 20 | Sleep disabled to prevent BitLocker keys from being exposed in memory 21 | Sleep disabled to prevent BitLocker keys from being exposed in memory 22 | 23 | 24 | -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[SOFTWARE\Policies\Microsoft\FVE;EncryptionMethodWithXtsOs;;;][SOFTWARE\Policies\Microsoft\FVE;EncryptionMethodWithXtsFdv;;;][SOFTWARE\Policies\Microsoft\FVE;EncryptionMethodWithXtsRdv;;;][SOFTWARE\Policies\Microsoft\FVE;UseAdvancedStartup;;;][SOFTWARE\Policies\Microsoft\FVE;EnableBDEWithNoTPM;;;][SOFTWARE\Policies\Microsoft\FVE;UseTPM;;;][SOFTWARE\Policies\Microsoft\FVE;UseTPMPIN;;;][SOFTWARE\Policies\Microsoft\FVE;UseTPMKey;;;][SOFTWARE\Policies\Microsoft\FVE;UseTPMKeyPIN;;;][SOFTWARE\Policies\Microsoft\FVE;UseEnhancedPin;;;][SOFTWARE\Policies\Microsoft\FVE;MinimumPIN;;;][SOFTWARE\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab;ACSettingIndex;;;][SOFTWARE\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab;DCSettingIndex;;;][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions;DenyDeviceClasses;;;][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions;DenyDeviceClassesRetroactive;;;][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions;DenyDeviceIDs;;;][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions;DenyDeviceIDsRetroactive;;;][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceClasses;**delvals.;;; ][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceClasses;1;;N;{d48179be-ec20-11d1-b6b8-00c04fa372a7}][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs;**delvals.;;; ][SOFTWARE\Policies\Microsoft\Windows\DeviceInstall\Restrictions\DenyDeviceIDs;1;;;PCI\CC_0C0A] -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/NSACyber/Bitlocker/NSACyber - BitLocker/{6C3C0177-281F-4547-89D7-66347525E1C2}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/DomainSysvol/GPO/Machine/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[Software\Policies\Mozilla\Firefox;DisableTelemetry;;;][Software\Policies\Mozilla\Firefox;SSLVersionMax;;;tls1.1][Software\Policies\Mozilla\Firefox;SSLVersionMin;;;tls1.3][Software\Policies\Mozilla\Firefox;DisableDeveloperTools;;;][Software\Policies\Mozilla\Firefox;PrimaryPassword;;;][Software\Policies\Mozilla\Firefox;ExtensionUpdate;;;][Software\Policies\Mozilla\Firefox;BlockAboutConfig;;;][Software\Policies\Mozilla\Firefox;PromptForDownloadLocation;;;][Software\Policies\Mozilla\Firefox\Certificates;ImportEnterpriseRoots;;;][Software\Policies\Mozilla\Firefox\Permissions\Autoplay;Default;;$;block-audio-video][Software\Policies\Mozilla\Firefox\Permissions\Location;BlockNewRequests;;;][Software\Policies\Mozilla\Firefox\Preferences;dom.disable_window_move_resize;;;][Software\Policies\Mozilla\Firefox\Preferences;dom.disable_window_flip;;;][Software\Policies\Mozilla\Firefox\Preferences;dom.event.contextmenu.enabled;;;][Software\Policies\Mozilla\Firefox\Preferences;browser.search.update;;;][Software\Policies\Mozilla\Firefox\Preferences;datareporting.policy.dataSubmissionPolicyBypassNotification;;;][Software\Policies\Mozilla\Firefox\Preferences;security.default_personal_cert;;;Ask Every Time] -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/SoS/FireFox/SOS - FireFox STIG/{BF932DFE-99E7-4DDC-9CB7-5DEA3AEE4074}/gpreport.xml -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/manifest.xml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/GPO.cmt: -------------------------------------------------------------------------------- 1 | Created by simeononsecurity.ch -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/Machine/Microsoft/Windows NT/SecEdit/GptTmpl.inf -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/Machine/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/User/comment.cmtx: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/DomainSysvol/GPO/User/registry.pol: -------------------------------------------------------------------------------- 1 | PReg[SOFTWARE\Policies\Microsoft\OneDrive;DisablePersonalSync;;;] -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/bkupInfo.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/gpreport.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/GPOs/SoS/Onedrive/SOS - OneDrive/{E789BABB-ED85-4F31-8014-138B799CA521}/gpreport.xml -------------------------------------------------------------------------------- /Files/JAVA Configuration Files/deployment.config: -------------------------------------------------------------------------------- 1 | #deployment.config 2 | #https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/properties.html 3 | 4 | deployment.system.config.mandatory=true 5 | deployment.system.config=file:///C:/Windows/Java/Deployment/deployment.properties 6 | -------------------------------------------------------------------------------- /Files/LGPO/LGPO.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/LGPO/LGPO.exe -------------------------------------------------------------------------------- /Files/LGPO/LGPO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/simeononsecurity/Standalone-Windows-STIG-Script/3f0ee1b67b2ccb4fe79e72202bd47b9cfd6994b1/Files/LGPO/LGPO.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2023 simeononsecurity 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | --------------------------------------------------------------------------------