Skip to content

Commit

Permalink
Update PowerSTIG to successfully parse/apply Microsoft Office System …
Browse files Browse the repository at this point in the history
…2016 STIG - Ver 2, Rel 1 #946 (#947)

* Parse\Apply Microsoft Office System 2016 STIG - Ver 2, Rel #946

* Update Office-System2016-2.1.org.default.xml

* Update Office-System2016-2.1.org.default.xml

* Updated hardcoded rules

* corrected hardcoded rules per request

Co-authored-by: Brian Wilhite <bcwilhite@live.com>
Co-authored-by: Eric Jenkins <erjenkin@microsoft.com>
  • Loading branch information
3 people authored Aug 19, 2021
1 parent 0853d79 commit 6b0d18d
Show file tree
Hide file tree
Showing 5 changed files with 620 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## [Unreleased]

Parse\Apply Adobe Acrobat Reader DC Continuous Track STIG - Ver 2, Rel 1: [#929](https://github.com/microsoft/PowerStig/issues/929)
* Update PowerSTIG to successfully parse/apply Microsoft Office 365 ProPlus STIG - Ver 2, Rel 3: [#944](https://github.com/microsoft/PowerStig/issues/944)
* Update PowerSTIG to test for N-2 STIGs and Stale Log File Entries [#951](https://github.com/microsoft/PowerStig/issues/951)
* Update PowerSTIG to include a method to Reverse PowerSTIG configuration [#835](https://github.com/microsoft/PowerStig/issues/835)
Expand All @@ -15,6 +14,8 @@
* Update PowerSTIG to successfully parse/apply Red Hat Enterprise Linux 7 STIG - Ver 3, Rel 4: [#954](https://github.com/microsoft/PowerStig/issues/954)
* Update PowerSTIG to successfully parse/apply Google Chrome STIG - Ver 2, Rel 4: [#931](https://github.com/microsoft/PowerStig/issues/931)
* Update PowerSTIG to successfully parse/apply Microsoft IIS 10.0 V2R3 Site STIG: [#937](https://github.com/microsoft/PowerStig/issues/937)
* Update PowerSTIG to successfully parse/apply Microsoft Office System 2016 STIG - Ver 2, Rel 1: [#946](https://github.com/microsoft/PowerStig/issues/946)
* Update PowerSTIG to successfully parse/apply Microsoft Windows 2012 Server Domain Name System STIG - Ver 2, Rel 3: [#948](https://github.com/microsoft/PowerStig/issues/948)
* Update PowerSTIG to successfully parse/apply Microsoft Office 365 ProPlus STIG - Ver 2, Rel 3: [#944](https://github.com/microsoft/PowerStig/issues/944)
* Update PowerSTIG to successfully parse/apply Adobe Acrobat Reader DC Continuous Track STIG - Ver 2, Rel 1: [#929](https://github.com/microsoft/PowerStig/issues/929)
* Fixed: V-241788 fails to apply due to invalid registry key [#918](https://github.com/microsoft/PowerStig/issues/918)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
V-238028::*::HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Present'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\common\security'; ValueData = 'Microsoft Enhanced RSA and AES Cryptographic Provider, AES 256, 256'; ValueName = 'OpenXMLEncryption'; ValueType = 'String'}
V-238029::*::HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Present'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\common\security'; ValueData = 'Microsoft Enhanced RSA and AES Cryptographic Provider, AES 256, 256'; ValueName = 'DefaultEncryption12'; ValueType = 'String'}
V-238030::*::HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Present'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\Common\Security'; ValueName = '**del.uficontrols'; ValueType = 'String'}<splitRule>HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Absent'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\Common\Security'; ValueName = 'uficontrols'; ValueType = 'String'}
V-238031::*::HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Present'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\VBA\Security'; ValueName = '**del.loadcontrolsinforms'; ValueType = 'String'}<splitRule>HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Absent'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\VBA\Security'; ValueName = 'loadcontrolsinforms'; ValueType = 'String'}
V-238033::*::HardCodedRule(RegistryRule)@{DscResource = 'RegistryPolicyFile'; Ensure = 'Present'; Key = 'HKEY_CURRENT_USER\Software\Policies\Microsoft\Office\16.0\common\security\trusted locations'; ValueData = 0; ValueName = 'Allow User Locations'; ValueType = 'Dword'}
Loading

0 comments on commit 6b0d18d

Please sign in to comment.