-
Notifications
You must be signed in to change notification settings - Fork 128
DisaStigChanges
IMPORTANT INFORMATION: Beginning with PowerSTIG 4.6.0, which includes the October 2020 DISA Quarterly updates, necessitates changes to existing configurations.
Due to a DISA Update, which is explained here, the "Group Id" that PowerSTIG uses to identify specific rule automation is changing.
What this means for a PowerSTIG user is Skips, Exceptions and/or Organizational Settings defined in PowerSTIG configurations will need to be updated, specifically if the following "V2" STIGs are used:
- Microsoft Office System 2013 STIG - Ver 2, Rel 1
- Microsoft Outlook 2016 Version 2; Release 1
- Microsoft SQL Server 2016 Instance Version 2; Release 1
- Microsoft IIS 8.5 SITE/SERVER STIG - Ver 2, Rel 1
- Microsoft IIS 10 SITE/SERVER STIG - Ver 2, Rel 1
- Microsoft Windows 2012 Server DNS STIG - Ver 2, Rel 1
For example, an Office System configuration is used in PowerSTIG 4.5.1 and a SkipRule is defined for V-17560, the configuration is illustrated below:
configuration OfficeSystem2013
{
Import-DscResource -ModuleName PowerSTIG
node 'localhost'
{
Office System2013Baseline
{
OfficeApp = 'System2013'
SkipRule = 'V-17560'
}
}
}The same Office System configuration is used in PowerSTIG 4.6.0 and greater, notice the Id has been updated to reflect the new/updated DISA Id:
configuration OfficeSystem2013
{
Import-DscResource -ModuleName PowerSTIG
node 'localhost'
{
Office System2013Baseline
{
OfficeApp = 'System2013'
SkipRule = 'V-228518'
}
}
}One way to reconsile the new ID is to view the STIG in Internet Explorer and search for the "Legacy ID", in the above example, the Legacy Id is V-17560. Notice the new "Group ID (Vulid)" is V-228518, which is illustrated below.

-
Stig Coverage (Products PowerSTIG supports)
- Stig Coverage Summary
- Adobe-AcrobatPro-2.1
- Adobe-AcrobatReader-1.6
- Adobe-AcrobatReader-2.1
- DotNetFramework-4-2.6
- DotNetFramework-4-2.7
- FireFox-All-6.6
- FireFox-All-6.7
- Google-Chrome-2.10
- Google-Chrome-2.11
- IISServer-10.0-3.5
- IISServer-10.0-3.6
- IISSite-10.0-2.13
- IISSite-10.0-2.14
- InternetExplorer-11-2.5
- InternetExplorer-11-2.6
- MS-Edge-2.3
- MS-Edge-2.4
- Office-365ProPlus-3.3
- Office-365ProPlus-3.4
- Office-Access2016-1.1
- Office-Access2016-2.1
- Office-Excel2016-1.2
- Office-Excel2016-2.2
- Office-OneNote2016-1.2
- Office-OneNote2016-2.1
- Office-Outlook2016-2.3
- Office-Outlook2016-2.4
- Office-PowerPoint2016-1.1
- Office-PowerPoint2016-2.1
- Office-Publisher2016-1.3
- Office-Publisher2016-2.1
- Office-Skype2016-1.1
- Office-Skype2016-2.1
- Office-System2016-2.4
- Office-System2016-2.5
- Office-Word2016-1.1
- Office-Word2016-2.1
- OracleLinux-8-2.3
- OracleLinux-8-2.4
- OracleLinux-9-1.1
- RHEL-7-3.14
- RHEL-7-3.15
- RHEL-9-2.3
- RHEL-9-2.7
- SqlServer-2016-Instance-3.5
- SqlServer-2016-Instance-3.6
- SqlServer-2022-Instance-1.2
- SqlServer-2022-Instance-1.3
- Ubuntu-18.04-2.14
- Ubuntu-18.04-2.15
- WindowsClient-10-3.5
- WindowsClient-10-3.6
- WindowsClient-11-2.5
- WindowsClient-11-2.6
- WindowsDefender-All-2.6
- WindowsDefender-All-2.7
- WindowsDnsServer-2012R2-2.5
- WindowsDnsServer-2012R2-2.7
- WindowsFirewall-All-2.1
- WindowsFirewall-All-2.2
- WindowsServer-2016-DC-2.10
- WindowsServer-2016-DC-2.9
- WindowsServer-2016-MS-2.10
- WindowsServer-2016-MS-2.9
- WindowsServer-2019-DC-3.6
- WindowsServer-2019-DC-3.7
- WindowsServer-2019-MS-3.6
- WindowsServer-2019-MS-3.7
- WindowsServer-2022-DC-2.6
- WindowsServer-2022-DC-2.7
- WindowsServer-2022-MS-2.6
- WindowsServer-2022-MS-2.7