├── .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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S O F T W A R E \ A d o b e \ A d o b e A c r o b a t \ D C \ A V G e n e r a l ; b F I P S M o d e ; ; ; ] [ S O F T W A R E \ A d o b e \ A d o b e A c r o b a t \ D C \ S e c u r i t y \ c D i g S i g \ c A d o b e D o w n l o a d ; b L o a d S e t t i n g s F r o m U R L ; ; ; ] [ S O F T W A R E \ A d o b e \ A d o b e A c r o b a t \ D C \ S e c u r i t y \ c D i g S i g \ c E U T L D o w n l o a d ; b L o a d S e t t i n g s F r o m U R L ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S O F T W A R E \ A d o b e \ A c r o b a t R e a d e r \ D C \ S e c u r i t y \ c D i g S i g \ c A d o b e D o w n l o a d ; b L o a d S e t t i n g s F r o m U R L ; ; ; ] [ S O F T W A R E \ A d o b e \ A c r o b a t R e a d e r \ D C \ S e c u r i t y \ c D i g S i g \ c E U T L D o w n l o a d ; b L o a d S e t t i n g s F r o m U R L ; ; ; ] [ S O F T W A R E \ A d o b e \ A d o b e A c r o b a t \ D C \ A V G e n e r a l ; b F I P S M o d e ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ I n t e r n e t E x p l o r e r \ C o n t r o l P a n e l ; F o r m S u g g e s t ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ I n t e r n e t E x p l o r e r \ C o n t r o l P a n e l ; F o r m S u g g e s t P a s s w o r d s ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ I n t e r n e t E x p l o r e r \ M a i n ; U s e F o r m S u g g e s t ; ; ; n o ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ I n t e r n e t E x p l o r e r \ M a i n ; F o r m S u g g e s t P a s s w o r d s ; ; ; n o ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ I n t e r n e t E x p l o r e r \ M a i n ; F o r m S u g g e s t P W A s k ; ; ; n o ]
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ i n t e r n e t ; d o n o t u n d e r l i n e h y p e r l i n k s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e c u r i t y ; m o d a l t r u s t d e c i s i o n o n l y ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e t t i n g s ; d e f a u l t f i l e f o r m a t ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ a c c e s s \ s e t t i n g s ; n o c o n v e r t d i a l o g ; ; ; ]
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ i n t e r n e t ; d o n o t u n d e r l i n e h y p e r l i n k s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ s e c u r i t y ; m o d a l t r u s t d e c i s i o n o n l y ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ a c c e s s \ s e t t i n g s ; d e f a u l t f i l e f o r m a t ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ i n f o p a t h \ s e c u r i t y ; a p t c a _ a l l o w l i s t ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ l y n c ; s a v e p a s s w o r d ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ l y n c ; e n a b l e s i p h i g h s e c u r i t y m o d e ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ l y n c ; d i s a b l e h t t p c o n n e c t ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ O n e D r i v e \ A l l o w T e n a n t L i s t ; 1 1 1 1 - 2 2 2 2 - 3 3 3 3 - 4 4 4 4 ; ; ( ; 1 1 1 1 - 2 2 2 2 - 3 3 3 3 - 4 4 4 4 ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ O n e D r i v e ; D i s a b l e P e r s o n a l S y n c ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ o p t i o n s ; d e f a u l t f o r m a t ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; * * d e l . p o w e r p o i n t b y p a s s e n c r y p t e d m a c r o s c a n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; a c c e s s v b o m ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; * * d e l . r u n p r o g r a m s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y ; b l o c k c o n t e n t e x e c u t i o n f r o m i n t e r n e t ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ f i l e b l o c k ; o p e n i n p r o t e c t e d v i e w ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ f i l e v a l i d a t i o n ; e n a b l e o n l o a d ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ f i l e v a l i d a t i o n ; * * d e l . o p e n i n p r o t e c t e d v i e w ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ f i l e v a l i d a t i o n ; d i s a b l e e d i t f r o m p v ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ p r o t e c t e d v i e w ; d i s a b l e a t t a c h m e n t s i n p v ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ p r o t e c t e d v i e w ; d i s a b l e i n t r a n e t c h e c k ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ t r u s t e d l o c a t i o n s ; a l l l o c a t i o n s d i s a b l e d ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p o w e r p o i n t \ s e c u r i t y \ t r u s t e d l o c a t i o n s ; a l l o w n e t w o r k l o c a t i o n s ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ m s p r o j e c t \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ m s p r o j e c t \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ m s p r o j e c t \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ m s p r o j e c t \ s e c u r i t y ; t r u s t w s s ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ m s p r o j e c t \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ m s p r o j e c t \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ m s p r o j e c t \ s e c u r i t y ; t r u s t w s s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ m s p r o j e c t \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ p u b l i s h e r ; p r o m p t f o r b a d f i l e s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ p u b l i s h e r \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ p u b l i s h e r \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ p u b l i s h e r \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ c o m m o n \ s e c u r i t y ; a u t o m a t i o n s e c u r i t y p u b l i s h e r ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p u b l i s h e r ; p r o m p t f o r b a d f i l e s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p u b l i s h e r \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p u b l i s h e r \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ p u b l i s h e r \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ c o m m o n \ s e c u r i t y ; a u t o m a t i o n s e c u r i t y p u b l i s h e r ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ l y n c ; s a v e p a s s w o r d ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ l y n c ; e n a b l e s i p h i g h s e c u r i t y m o d e ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ l y n c ; d i s a b l e h t t p c o n n e c t ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ v i s i o \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ v i s i o \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 5 . 0 \ v i s i o \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ v i s i o \ s e c u r i t y ; r e q u i r e a d d i n s i g ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ v i s i o \ s e c u r i t y ; n o t b p r o m p t u n s i g n e d a d d i n ; ; ; ] [ s o f t w a r e \ p o l i c i e s \ m i c r o s o f t \ o f f i c e \ 1 6 . 0 \ v i s i o \ s e c u r i t y ; v b a w a r n i n g s ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ E x p l o r e r ; N o P r e v i e w P a n e ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ E x p l o r e r ; N o R e a d i n g P a n e ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C l o u d C o n t e n t ; D i s a b l e T h i r d P a r t y S u g g e s t i o n s ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P u s h N o t i f i c a t i o n s ; N o T o a s t A p p l i c a t i o n N o t i f i c a t i o n O n L o c k S c r e e n ; ; ; ]
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 | E x p o r t e d 2 0 2 2 - 0 5 - 0 6
--------------------------------------------------------------------------------
/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 [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ A t t a c h m e n t s ; S a v e Z o n e I n f o r m a t i o n ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ A t t a c h m e n t s ; H i d e Z o n e I n f o O n P r o p e r t i e s ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ A t t a c h m e n t s ; S c a n W i t h A n t i V i r u s ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ E x p l o r e r ; N o I n p l a c e S h a r i n g ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ E x p l o r e r ; N o P r e v i e w P a n e ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ E x p l o r e r ; N o R e a d i n g P a n e ; ; ; ] [ S o f t w a r e \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P o l i c i e s \ S y s t e m ; N o D i s p S c r S a v P a g e ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ A s s i s t a n c e \ C l i e n t \ 1 . 0 ; N o I m p l i c i t F e e d b a c k ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ A s s i s t a n c e \ C l i e n t \ 1 . 0 ; N o E x p l i c i t F e e d b a c k ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C o n t r o l P a n e l \ D e s k t o p ; S c r e e n S a v e A c t i v e ; ; ; 1 ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C o n t r o l P a n e l \ D e s k t o p ; S c r e e n S a v e r I s S e c u r e ; ; ; 1 ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C o n t r o l P a n e l \ D e s k t o p ; S C R N S A V E . E X E ; ; ; s c r n s a v e . s c r ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P u s h N o t i f i c a t i o n s ; N o C l o u d A p p l i c a t i o n N o t i f i c a t i o n ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ C u r r e n t V e r s i o n \ P u s h N o t i f i c a t i o n s ; N o T o a s t A p p l i c a t i o n N o t i f i c a t i o n O n L o c k S c r e e n ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s M e d i a P l a y e r ; P r e v e n t C o d e c D o w n l o a d ; ; ; ]
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; E n c r y p t i o n M e t h o d W i t h X t s O s ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; E n c r y p t i o n M e t h o d W i t h X t s F d v ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; E n c r y p t i o n M e t h o d W i t h X t s R d v ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e A d v a n c e d S t a r t u p ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; E n a b l e B D E W i t h N o T P M ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e T P M ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e T P M P I N ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e T P M K e y ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e T P M K e y P I N ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; U s e E n h a n c e d P i n ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ F V E ; M i n i m u m P I N ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ P o w e r \ P o w e r S e t t i n g s \ a b f c 2 5 1 9 - 3 6 0 8 - 4 c 2 a - 9 4 e a - 1 7 1 b 0 e d 5 4 6 a b ; A C S e t t i n g I n d e x ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ P o w e r \ P o w e r S e t t i n g s \ a b f c 2 5 1 9 - 3 6 0 8 - 4 c 2 a - 9 4 e a - 1 7 1 b 0 e d 5 4 6 a b ; D C S e t t i n g I n d e x ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s ; D e n y D e v i c e C l a s s e s ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s ; D e n y D e v i c e C l a s s e s R e t r o a c t i v e ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s ; D e n y D e v i c e I D s ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s ; D e n y D e v i c e I D s R e t r o a c t i v e ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s \ D e n y D e v i c e C l a s s e s ; * * d e l v a l s . ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s \ D e n y D e v i c e C l a s s e s ; 1 ; ; N ; { d 4 8 1 7 9 b e - e c 2 0 - 1 1 d 1 - b 6 b 8 - 0 0 c 0 4 f a 3 7 2 a 7 } ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s \ D e n y D e v i c e I D s ; * * d e l v a l s . ; ; ; ] [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ W i n d o w s \ D e v i c e I n s t a l l \ R e s t r i c t i o n s \ D e n y D e v i c e I D s ; 1 ; ; ; P C I \ C C _ 0 C 0 A ]
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; D i s a b l e T e l e m e t r y ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; S S L V e r s i o n M a x ; ; ; t l s 1 . 1 ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; S S L V e r s i o n M i n ; ; ; t l s 1 . 3 ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; D i s a b l e D e v e l o p e r T o o l s ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; P r i m a r y P a s s w o r d ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; E x t e n s i o n U p d a t e ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; B l o c k A b o u t C o n f i g ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x ; P r o m p t F o r D o w n l o a d L o c a t i o n ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ C e r t i f i c a t e s ; I m p o r t E n t e r p r i s e R o o t s ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P e r m i s s i o n s \ A u t o p l a y ; D e f a u l t ; ; $ ; b l o c k - a u d i o - v i d e o ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P e r m i s s i o n s \ L o c a t i o n ; B l o c k N e w R e q u e s t s ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; d o m . d i s a b l e _ w i n d o w _ m o v e _ r e s i z e ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; d o m . d i s a b l e _ w i n d o w _ f l i p ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; d o m . e v e n t . c o n t e x t m e n u . e n a b l e d ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; b r o w s e r . s e a r c h . u p d a t e ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; d a t a r e p o r t i n g . p o l i c y . d a t a S u b m i s s i o n P o l i c y B y p a s s N o t i f i c a t i o n ; ; ; ] [ S o f t w a r e \ P o l i c i e s \ M o z i l l a \ F i r e f o x \ P r e f e r e n c e s ; s e c u r i t y . d e f a u l t _ p e r s o n a l _ c e r t ; ; ; A s k E v e r y T i m e ]
--------------------------------------------------------------------------------
/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 | C r e a t e d b y s i m e o n o n s e c u r i t y . c h
--------------------------------------------------------------------------------
/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 [ S O F T W A R E \ P o l i c i e s \ M i c r o s o f t \ O n e D r i v e ; D i s a b l e P e r s o n a l S y n c ; ; ; ]
--------------------------------------------------------------------------------
/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 |
--------------------------------------------------------------------------------