{"stig":{"title":"HPE 3PAR StoreServ 3.2.x Security Technical Implementation Guide","version":"2","release":"1"},"checks":[{"vulnId":"V-237812","ruleId":"SV-237812r647845_rule","severity":"medium","ruleTitle":"The storage system must be operated at the latest maintenance update available from the vendor.","description":"The organization must install security-relevant updates (e.g., patches, maintenance updates, and version updates). Due to the potential need for isolation of the storage system from automatic update mechanisms, the organization must give careful consideration to the methodology used to carry out updates.","checkContent":"Determine when the last update occurred, by entering the following command:\n\ncli% showpatch -hist\n\nThe output fields are \nInstallTime Id Package Version\n\nExamine the InstallTime of the last entry in the output. \n\nIf the last update occurred more than 3 months ago, verify on the vendor's website what the latest version is. \n\nIf the current installation is not at the latest release, this is a finding.","fixText":"The software update process must be performed by the vendor's support organization.\n\nContact the vendor's support organization to determine if an update is available.\n\nNote: it is possible no update is currently available for the specific product model being evaluated. This is not an error.\n\nIf an update is available, the support organization will use this process to install the software.\n\nAcquire the system update image on DVD media from the vendor's support organization.\n\nPower on the Service Processor, and apply its software update first.\n\nPerform an Attach operation between the Service Processor and the disk array. Then apply the software update to the 3PAR system.\n\nPerform a Detach operation between the Service Processor and the disk array, and power off the Service Processor.","ccis":["CCI-000366"]},{"vulnId":"V-237813","ruleId":"SV-237813r647848_rule","severity":"high","ruleTitle":"The storage system in a hardened configuration must be configured to disable the Remote Copy feature, unless needed.","description":"It is detrimental for operating systems to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors.\n\nOperating systems are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions).\n\nExamples of non-essential capabilities include but are not limited to games, software packages, tools, and demonstration software not related to requirements or providing a wide array of functionality not required for every mission, but which cannot be disabled.","checkContent":"Verify the Remote Copy feature is not running via the following command:\n\ncli% showrcopy\nRemote Copy is not configured on this system.\n\nReview the requirements by the Information Owner to determine whether the site requires the Remote Copy feature in order to meet mission objectives.\n\nIf the Status is \"Started\" and there is no documented requirement for this usage, this is a finding.\n\nAny other response is not a finding.","fixText":"Determine whether Remote Copy operation was permitted under an exception.\n\nIf this feature was not permitted, then disable the Remote Copy feature with the following command:\n\ncli% stoprcopy","ccis":["CCI-000381"]},{"vulnId":"V-237814","ruleId":"SV-237814r647851_rule","severity":"medium","ruleTitle":"The CIM service must be disabled, unless needed.","description":"It is detrimental for operating systems to provide, or install by default, functionality exceeding requirements or mission objectives. These unnecessary capabilities or services are often overlooked and therefore may remain unsecured. They increase the risk to the platform by providing additional attack vectors.\n\nOperating systems are capable of providing a wide variety of functions and services. Some of the functions and services, provided by default, may not be necessary to support essential organizational operations (e.g., key missions, functions).\n\nExamples of non-essential capabilities include but are not limited to games, software packages, tools, and demonstration software not related to requirements or providing a wide array of functionality not required for every mission, but which cannot be disabled.","checkContent":"Verify that CIM is not running with the following command:\n\ncli% showcim\n\nReview the requirements by the Information Owner to determine whether the site requires a CIM management client in order to meet mission objectives.\n\nIf the output does not report the CIM \"Service\" is \"Disabled\" and there is no documented requirement for this usage, this is a finding.\n\nIf the output does not report the CIM service \"State\" is \"Inactive\" and there is no documented requirement for this usage, this is a finding.","fixText":"Disable the non-essential CIM feature and remove the associated account with the following commands:\n\ncli% stopcim -f\nCIM server stopped successfully.\n\ncli% removeuser 3parcimuser\n\nConfirm the operation with \"y\".","ccis":["CCI-000366"]},{"vulnId":"V-237815","ruleId":"SV-237815r647854_rule","severity":"medium","ruleTitle":"The storage system must terminate all network connections associated with a communications session at the end of the session, at shutdown, or after 10 minutes of inactivity.","description":"Terminating an idle session within a short time period reduces the window of opportunity for unauthorized personnel to take control of a management session enabled on the console or console port that has been left unattended. In addition, quickly terminating an idle session will also free up resources committed by the managed network element. \n\nTerminating network connections associated with communication sessions includes, for example, de-allocating associated TCP/IP address/port pairs at the operating system level, and de-allocating networking assignments at the application level if multiple application sessions are using a single operating system-level network connection. This does not mean that the operating system terminates all sessions or network access; it only ends the inactive session and releases the resources associated with that session.\n\nSatisfies: SRG-OS-000126-GPOS-00066, SRG-OS-000163-GPOS-00072, SRG-OS-000279-GPOS-00109","checkContent":"Verify the remote session timeout is set to 10 minutes or less with the following command:\n\ncli% showsys -param\n\nIf the output does not contain the information below, this is a finding.\n\nSessionTimeout : 00:10:00","fixText":"Configure the remote session timeout period (in minutes) with the following command:\n\ncli% setsys SessionTimeout 10m","ccis":["CCI-000879","CCI-001133","CCI-002361"]},{"vulnId":"V-237817","ruleId":"SV-237817r647904_rule","severity":"high","ruleTitle":"The CIM service must use DoD-approved encryption.","description":"Without protection of the transmitted information, confidentiality and integrity may be compromised because unprotected communications can be intercepted and either read or altered.\n\nFacilitating the confidentiality and integrity of transmitted information requires the operating system to take measures in preparing information for transmission. This can be accomplished via encryption.\n\nThis requirement applies to both internal and external networks and all types of information system components from which information can be transmitted (e.g., servers, mobile devices, notebook computers, printers, copiers, scanners, and facsimile machines). Communication paths outside the physical protection of a controlled boundary are exposed to the possibility of interception and modification.\n\nUnapproved mechanisms that are used for authentication to the cryptographic module are not verified and therefore cannot be relied upon to provide confidentiality or integrity, and DoD data may be compromised.","checkContent":"Determine if the CIM service is running with proper encryption via the following command:\n\ncli% showcim\n\nIf the CIM service is \"Disabled\" and the CIM service \"State\" is \"Inactive\", this requirement is not applicable.\n\nIf the output does not report the CIM HTTP value is \"Disabled\", this is a finding.\n\nIf the output does not report the CIM HPPTSPort value is \"5989\", this is a finding.","fixText":"Disable unsecured CIM ports and enable secured CIM ports with the following command:\n\ncli% setcim -http disable -https enable\n\nConfirm the operation with \"y\"","ccis":["CCI-002418"]},{"vulnId":"V-237818","ruleId":"SV-237818r647863_rule","severity":"high","ruleTitle":"DoD-approved encryption must be implemented to protect the confidentiality and integrity of remote access sessions, information during preparation for transmission, information during reception, and information during transmission in addition to enforcing replay-resistant authentication mechanisms for network access to privileged accounts.","description":"Without protection of the transmitted information, confidentiality and integrity may be compromised because unprotected communications can be intercepted and either read or altered. \n\nCryptographic mechanisms used for protecting the integrity of information include, for example, signed hash functions using asymmetric cryptography enabling distribution of the public key to verify the hash information while maintaining the confidentiality of the secret key used to generate the hash.\n\nFacilitating the confidentiality of transmitted information requires the operating system to take measures in preparing information for transmission. This can be accomplished via access control and encryption.\n\nThis requirement applies to both internal and external networks and all types of information system components from which information can be transmitted (e.g., servers, mobile devices, notebook computers, printers, copiers, scanners, and facsimile machines). Communication paths outside the physical protection of a controlled boundary are exposed to the possibility of interception and modification. \n\nUnapproved mechanisms that are used for authentication to the cryptographic module are not verified and therefore cannot be relied upon to provide confidentiality or integrity, and DoD data may be compromised.\n\nOperating systems using encryption are required to use FIPS-compliant mechanisms for authenticating to cryptographic modules. \n\nFIPS 140-2 is the current standard for validating that mechanisms used to access cryptographic modules utilize authentication that meets DoD requirements. This allows for Security Levels 1, 2, 3, or 4 for use on a general purpose computing system.\n\nSatisfies: SRG-OS-000033-GPOS-00014, SRG-OS-000096-GPOS-00050, SRG-OS-000112-GPOS-00057, SRG-OS-000120-GPOS-00061, SRG-OS-000250-GPOS-00093, SRG-OS-000297-GPOS-00115, SRG-OS-000393-GPOS-00173, SRG-OS-000394-GPOS-00174, SRG-OS-000423-GPOS-00187, SRG-OS-000424-GPOS-00188, SRG-OS-000425-GPOS-00189, SRG-OS-000426-GPOS-00190, SRG-OS-000480-GPOS-00227","checkContent":"Verify that insecure ports are disabled.\n\ncli% setnet disableports yes\n\nConfirm the operation by entering \"y\" and pressing \"Enter\".\n\nIf an error is reported, this is a finding.\n\nIf available, a remote port scan can also verify that only secure ports are open. From a command shell on a Linux workstation in the operational environment, enter the following command:\n\ncli% nmap -sT -sU -sV --version-all -vv -p1 -65535 <ip address of storage system> \n\nIf any port other than 22 (ssh), 123 (ntp), 161 and 162 (snmp), and 5783 (ssl manageability) report as open, this is a finding.","fixText":"Disable insecure ports via this command by entering the following command:\n\ncli% setnet disableports yes\n\nConfirm the operation by entering \"y\" and pressing \"Enter\".","ccis":["CCI-000068","CCI-000366","CCI-000382","CCI-000803","CCI-001453","CCI-001941","CCI-002314","CCI-002418","CCI-002420","CCI-002421","CCI-002422","CCI-002890","CCI-003123"]},{"vulnId":"V-237819","ruleId":"SV-237819r647866_rule","severity":"low","ruleTitle":"The storage system must implement cryptographic mechanisms to prevent unauthorized modification or disclosure of all information at rest on all storage system components.","description":"Operating systems handling data requiring “data at rest” protections must employ cryptographic mechanisms to prevent unauthorized disclosure and modification of the information at rest.\n\nSelection of a cryptographic mechanism is based on the need to protect the integrity of organizational information. The strength of the mechanism is commensurate with the security category and/or classification of the information. Organizations have the flexibility to either encrypt all information on storage devices (i.e., full disk encryption) or encrypt specific data structures (e.g., files, records, or fields).\n\nSatisfies: SRG-OS-000404-GPOS-00183, SRG-OS-000405-GPOS-00184","checkContent":"Review the requirements by the Information Owner to discover whether the system stores sensitive or classified information.\n\nIf the system does not store sensitive or classified information, this is not applicable.\n\nVerify that data at rest encryption is enabled by entering the following command:\n\ncli% controlencryption status\nLicensed | Enabled | BackupSaved | State | SeqNum | Keystore\nyes | Yes | no | normal | 0 | ---\n\nIf the \"Enabled\" flag is not set to \"Yes\" as shown in the output above, this is a finding.","fixText":"Contact an authorized installer to enable the data-at-rest encryption feature. The data at rest encryption feature has hardware and licensing pre-requisites which must be verified by an authorized installer prior to enabling the feature.","ccis":["CCI-002475","CCI-002476"]},{"vulnId":"V-237820","ruleId":"SV-237820r647869_rule","severity":"medium","ruleTitle":"SNMP must be changed from default settings and must be configured on the storage system to provide alerts of critical events that impact system security.","description":"Whether active or not, default SNMP passwords, users, and passphrases must be changed to maintain security. If the service is running with the default authenticators, anyone can gather data about the system and the network(s) and use the information to potentially compromise the integrity of the system or network(s).\n\nThe product must be configured to alert administrators when events occur that may impact system operation or security. The alerting mechanism must support secured options and configurations that can be audited.\n\nSatisfies: SRG-OS-000046-GPOS-00022, SRG-OS-000480-GPOS-00227, SRG-OS-000344-GPOS-00135","checkContent":"Verify a SNMPv3 user account is configured. Run the following command:\n\ncli% showsnmpuser\nUsername | AuthProtocol | PrivProtocol\n3parsnmpuser | HMAC SHA 96 | CFB128 AES 128\n\nIf the output is not displayed in the above format, this is a finding.\n\nIdentify the SNMP trap recipient and report SNMP configuration with the following command:\n\ncli% showsnmpmgr\nHostIP | Port | SNMPVersion | User\n<snmp trap recipient IP> | 162 | 3 | 3parsnmpuser\n\nIf the SNMP trap recipient IP address is incorrect, this is a finding.\nIf the SNMP port is not \"162\", this is a finding.\nIf the SNMP version is not \"3\", this is a finding.\nIf the SNMP user ID is incorrect, this is a finding.\n\nGenerate a test trap:\ncli% checksnmp\n\nTrap sent to the following managers:\n< IP address of trap recipient>\n\nIf the response does not indicate a trap was successfully sent, this is a finding.","fixText":"To configure SNMPv3 alert notifications, use this sequence of operations to create and enable an SNMPv3 user, and create associated keys for authentication and privacy:\n\nFirst, create the \"3parsnmpuser\" on the host with the following command:\n\ncli% createuser 3parsnmpuser all browse\n\nEnter the password and retype the password to confirm.\n\nNext, create the snmp user and associate that with the \"3parsnmpuser\" account on the host.\n\ncli% createsnmpuser 3parsnmpuser\n\nEnter the password and retype the password to confirm. \n\nFinally, add the IP address of the SNMPv3 trap recipient, where the permissions of the account are used:\n\ncli% addsnmpmgr -pw <password> -version 3 -snmpuser 3parsnmpuser <ip address>","ccis":["CCI-000139","CCI-000366","CCI-001858"]},{"vulnId":"V-237821","ruleId":"SV-237821r647872_rule","severity":"medium","ruleTitle":"The SNMP service on the storage system must use only SNMPv3 or its successors.","description":"SNMP Versions 1 and 2 are not considered secure. Without the strong authentication and privacy provided by the SNMP Version 3 User-based Security Model (USM), an attacker or other unauthorized users may gain access to detailed system management information and use the information to launch attacks against the system.","checkContent":"Verify that SNMPv3 is enabled by entering the command: \n\ncli% showsnmpmgr\nHostIP Port SNMPVersion User\n<IP address of SNMP manager> 162 3 <username>\n\nIf the SNMPVersion is not 3, this is a finding.","fixText":"Configure the OS to use SNMPv3 by entering the command:\n\ncli% setsnmpmgr -snmpuser 3parsnmpuser -pw <password> -version 3 <IP address of SNMP manager>","ccis":["CCI-000366"]},{"vulnId":"V-237822","ruleId":"SV-237822r647875_rule","severity":"medium","ruleTitle":"The SNMP service on the storage system must require the use of a FIPS 140-2 approved cryptographic hash algorithm as part of its authentication and integrity methods.","description":"The SNMP service must use AES or a FIPS 140-2 approved successor algorithm for protecting the privacy of communications.","checkContent":"Verify that SNMP encryption uses AES by entering the following command:\n\ncli% showsnmpuser\nUsername AuthProtocol PrivProtocol\n3parsnmpuser HMAC-SHA-96 CFB128-AES-128\n\nIf the PrivProtocol in the result is not AES, this is a finding.","fixText":"Configure the storage system to use AES encryption for SNMPv3 by entering the command:\n\ncli% setsnmpmgr -snmpuser 3parsnmpuser -pw <password> -version 3 <IP address of SNMP manager>","ccis":["CCI-000366"]},{"vulnId":"V-237823","ruleId":"SV-237823r647878_rule","severity":"low","ruleTitle":"The storage system must, for networked systems, compare internal information system clocks at least every 24 hours with a server which is synchronized to one of the redundant United States Naval Observatory (USNO) time servers, or a time server designated for the appropriate DoD network (NIPRNet/SIPRNet), and/or the Global Positioning System (GPS).","description":"Inaccurate time stamps make it more difficult to correlate events and can lead to an inaccurate analysis. Determining the correct time a particular event occurred on a system is critical when conducting forensic analysis and investigating system events. Sources outside the configured acceptable allowance (drift) may be inaccurate.\n\nSynchronizing internal information system clocks provides uniformity of time stamps for information systems with multiple system clocks and systems connected over a network.\n\nOrganizations should consider endpoints that may not have regular access to the authoritative time server (e.g., mobile, teleworking, and tactical endpoints).","checkContent":"Verify NTP is operational by entering the following command:\n\ncli% shownet \n< multiple lines of heading, and node network information>\nNTP server : <ip address of ntp server>\n\nIf one of the lines of the output does not show the correct NTP server IP address, this is a finding.","fixText":"Enable NTP on the system by entering the following command:\n\ncli% setnet ntp <server_addr>","ccis":["CCI-001891"]},{"vulnId":"V-237824","ruleId":"SV-237824r647881_rule","severity":"high","ruleTitle":"The storage system must be configured to have only 1 emergency account which can be accessed without LDAP, and which has full administrator capabilities.","description":"While LDAP allows the storage system to support stronger authentication and provides additional auditing, it also places a dependency on an external entity in the operational environment. The existence of a single local account with a strong password means that administrators can continue to access the storage system in the event the LDAP system is temporarily unavailable.","checkContent":"Verify that only essential local accounts are configured. Enter the following command:\n\ncli% showuser\n\nIf the output shows users other than the four accounts below, this is a finding:\n\n3paradm\n3parsvc\n3parsnmpuser\n3parcimuser","fixText":"Display users with the following command:\n\ncli% showuser\n\nIf the accounts \"3parbrowse\", \"3paredit\", or \"3parservice\" exist, see HP3P-32-001504 for removal instructions specific to these accounts.\n\nIf the account \"3parcimuser\" exists see HP3P-32-001002 for removal instructions specific to that account.\n\nOtherwise, remove all accounts except \"3paradm\", \"3parsvc\", \"3parsnmpuser\", and \"3parcimuser\" using the following command:\n\ncli% removeuser <username>\n\nConfirm the operation with \"y\".","ccis":["CCI-001682"]},{"vulnId":"V-237825","ruleId":"SV-237825r647884_rule","severity":"high","ruleTitle":"The storage system must only be operated in conjunction with an LDAP server in a trusted environment if an Active Directory server is not available.","description":"Where strong account and password management capabilities are required, the 3PAR system is heavily dependent on its ability to use an LDAP server.\n\nSatisfies: SRG-OS-000001-GPOS-00001, SRG-OS-000104-GPOS-00051, SRG-OS-000480-GPOS-00227","checkContent":"Determine if the system is configured for LDAP.\n\nEnter the following command:\n\ncli% showauthparam\n\nIf the output indicates an error, this is a finding.\n\nIf the resulting output does not include group parameters \"groups-dn\", \"group-obj\", or \"group-name-attr\" then the host is configured to use Active Directory and this requirement is not applicable. \n\nIf the host is using LDAP and the following fields of the output are not configured, this is a finding.\n\nldap-server <ip address of LDAP server> \nldap-server-hn <host name of LDAP server>\n\nNext, verify that the LDAP authentication is operational by entering the following command:\n\ncli% checkpassword <username>\npassword: <Enter the password for username>\n\nIf the username and password used in \"checkpassword\" are known to be valid LDAP credentials, and the following text is NOT displayed at the end of the resulting output, this is a finding.\n\nuser <username> is authenticated and authorized\n\nNote: The \"checkpassword\" command will not display authenticated information even if LDAP is properly configured, if the username and password are not entered correctly.","fixText":"Use this series of commands to configure LDAP.\n\ncli% setauthparam -f ldap-server        <ldap server IP address>\ncli% setauthparam -f ldap-server-hn     <fully qualified domain name of ldap server, such as ldapserver.thisdomain.com>\ncli% setauthparam -f binding            simple\ncli% setauthparam -f ldap-StartTLS      require\ncli% setauthparam -f groups-dn          ou=Groups,dc=thisdomain,dc=com\ncli% setauthparam -f user-dn-base       ou=People,dc=thisdomain,dc=com\ncli% setauthparam -f user-attr          uid\ncli% setauthparam -f group-obj          groupofuniquenames\ncli% setauthparam -f group-name-attr    cn\ncli% setauthparam -f member-attr        uniqueMember\ncli% setauthparam -f browse-map         \"*\"\ncli% setauthparam -f edit-map           <customer-assigned name of edit role> <customer-assigned name of \"edit\" group>\ncli% setauthparam -f service-map       <customer-assigned name of service role> <customer-assigned name of \"service\" group>\ncli% setauthparam -f super-map          <customer-assigned name of super role> <customer-assigned name of \"super\" group>","ccis":["CCI-000015","CCI-000366","CCI-000764"]},{"vulnId":"V-237826","ruleId":"SV-237826r647903_rule","severity":"high","ruleTitle":"User credentials which would allow remote access to the system by the Service Processor must be removed from the storage system.","description":"Failure to remove the default user accounts associated with remote access from the Service Processor increases the risk of unauthorized access to the 3PAR OS via the product's remote support interface.\n\nThe Service Processor's authentication methods have not been evaluated and using such mechanisms to permit remote, full control of the system by organizational or non-organizational users represents an increased risk to unauthorized access.\n\nThe Service Processor can also send system data offsite providing access to system information to non-DoD organizations.","checkContent":"Verify Service Processor credentials are not present.\n\ncli% showuser\n\nIf any of the users, \"3parbrowse\", \"3paredit\", or \"3parservice\" exist, this is a finding","fixText":"Remove the Service Processor credentials from the storage system. Enter the following command:\n\ncli% removespcredential\n\nNote: This removes the \"3paredit\", \"3parbrowse\", and \"3parservice\" users, and sets the \"3parsvc\" password to a new random value.","ccis":["CCI-000877"]},{"vulnId":"V-237827","ruleId":"SV-237827r647890_rule","severity":"high","ruleTitle":"The storage system must only be operated in conjunction with an Active Directory server in a trusted environment if an LDAP server is not available.","description":"Where strong account and password management capabilities are required, the 3PAR system is heavily dependent on its ability to use an AD server.\n\nSatisfies: SRG-OS-000001-GPOS-00001, SRG-OS-000104-GPOS-00051, SRG-OS-000480-GPOS-00227","checkContent":"Determine if the system is configured for Active Directory (AD). \n\nEnter the following command:\n\ncli% showauthparam\n\nIf the result returns an error, this is a finding.\n\nIf the resulting output does include the parameters \"groups-dn\", \"group-obj\", or \"group-name-attr\" then the host is setup for LDAP, this requirement is not applicable.\n\nIf the host is setup for Active Directory and these fields in the output are not configured, this is a finding.\n\nldap-server <ip address of AD server> \nldap-server-hn <host name of AD server>\n\nNext, verify that the AD authentication is operational by entering the following command:\n\ncli% checkpassword <username>:\npassword: <Enter the password for username>\n\nIf the username and password used in checkpassword are known to be valid AD credentials, and the following text is NOT displayed at the end of the resulting output, this is a finding.\n\nuser <username> is authenticated and authorized\n\nNote: The \"checkpassword\" command will not display authenticated information even if AD is properly configured, if the username and password are not entered correctly.","fixText":"Use this series of commands to configure the host to use Active Directory:\n\ncli% setauthparam -f ldap-server        <AD server IP address>\ncli% setauthparam -f binding            simple\ncli% setauthparam -f ldap-StartTLS      require\ncli% setauthparam -f Kerberos-realm     <Kerberos realm, such as WIN2K12FOREST.THISDOMAIN.COM>\ncli% setauthparam -f ldap-server-hn     <fully qualified domain name of AD server, such as adserver.thisdomain.com>\ncli% setauthparam -f accounts-dn        CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\ncli% setauthparam -f user-dn-base       CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\ncli% setauthparam -f user-attr          WIN2K12FOREST\\\\\ncli% setauthparam -f account-obj        user\ncli% setauthparam -f account-name-attr  sAMAccountName\ncli% setauthparam -f memberof-attr      memberOf\ncli% setauthparam -f browse-map         \"CN=<customer-assigned name of browse role>,CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\"\ncli% setauthparam -f edit-map           \"CN=<customer-assigned name of edit role>,CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\"\ncli% setauthparam -f service-map        \"CN=<customer-assigned name of service role>,CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\"\ncli% setauthparam -f super-map          \"CN=<customer-assigned name of super role>,CN=Users,DC=win2k12forest,DC=thisdomain,DC=com\"","ccis":["CCI-000015","CCI-000366","CCI-000764"]},{"vulnId":"V-237828","ruleId":"SV-237828r647893_rule","severity":"medium","ruleTitle":"The storage system must require passwords contain a minimum of 15 characters, after an administrator has set the minimum password length to that value.","description":"The shorter the password, the lower the number of possible combinations that need to be tested before the password is compromised.\n\nPassword complexity, or strength, is a measure of the effectiveness of a password in resisting attempts at guessing and brute-force attacks. Password length is one factor of several that helps to determine strength and how long it takes to crack a password. Use of more characters in a password helps to exponentially increase the time and/or resources required to compromise the password.","checkContent":"Verify that the minimum password length is set to a value of \"15\". Check the current password configuration:\n\ncli% setpassword -minlen 15\n\nIf an error is reported, this is a finding.\n\nNote: You must have super-admin privileges to perform this action.","fixText":"Configure the minimum password length for a value of \"15\" using the following command:\n\ncli% setpassword -minlen 15\n\nNote: You must have super-admin privileges to perform this action.","ccis":["CCI-000205"]},{"vulnId":"V-237829","ruleId":"SV-237829r647896_rule","severity":"low","ruleTitle":"The Standard Mandatory DoD Notice and Consent Banner must be displayed until users acknowledge the usage conditions and take explicit actions to log on for further access.","description":"Display of a standardized and approved use notification before granting access to the operating system ensures privacy and security notification verbiage used is consistent with applicable federal laws, Executive Orders, directives, policies, regulations, standards, and guidance.\n\nThe banner must be acknowledged by the user prior to allowing the user access to the operating system. This provides assurance that the user has seen the message and accepted the conditions for access. If the consent banner is not acknowledged by the user, DoD will not be in compliance with system use notifications required by law.\n\nTo establish acceptance of the application usage policy, a click-through banner at system logon is required. The system must prevent further activity until the user executes a positive action to manifest agreement by clicking on a box indicating \"OK\".\n\nThe banner must be formatted in accordance with applicable DoD policy. Use the following verbiage for operating systems that can accommodate banners of 1300 characters:\n\n\"You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only.\n\nBy using this IS (which includes any device attached to this IS), you consent to the following conditions:\n\n-The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations.\n\n-At any time, the USG may inspect and seize data stored on this IS.\n\n-Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose.\n\n-This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy.\n\n-Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details.\"\n\nUse the following verbiage for operating systems that have severe limitations on the number of characters that can be displayed in the banner:\n\n\"I've read & consent to terms in IS user agreem't.\"\n\nSatisfies: SRG-OS-000023-GPOS-00006, SRG-OS-000024-GPOS-00007, SRG-OS-000228-GPOS-00088","checkContent":"Verify that the SSH login banner is properly configured.\n\nEnter the following command:\n\ncli% showsshbanner\nI've read & consent to terms in IS user agreem't\n\nIf the output is not: \n\n\"I've read & consent to terms in IS user agreem't\" \n\nthis is a finding.\n\nAlternatively:\n\nTo inspect the banner, login via SSH from a remote host. \n\nIf the output shown above is not displayed during SSH authentication, this is a finding.","fixText":"To configure the SSH login banner, enter the command:\n\ncli% setsshbanner\n\nEnter the following text:\n\nI've read & consent to terms in IS user agreem't\n\nThen press enter twice to conclude setting the SSH banner text.","ccis":["CCI-000048","CCI-000050","CCI-001384","CCI-001385","CCI-001386","CCI-001387","CCI-001388"]},{"vulnId":"V-237830","ruleId":"SV-237830r647899_rule","severity":"medium","ruleTitle":"The storage system must allocate audit record storage capacity to store at least one weeks worth of audit records, when audit records are not immediately sent to a central audit record storage facility.","description":"To verify operating systems have a sufficient storage capacity in which to write the audit logs, operating systems need to be able to allocate audit record storage capacity.\n\nThe task of allocating audit record storage capacity is usually performed during initial installation of the operating system.","checkContent":"Verify the logging capacity is set to the maximum value of \"4\", with the following command:\n\ncli% showsys -param\n\nIf the resulting list of configured parameters and values, does not contain \"EventLogSize : 4M\", this is a finding.","fixText":"Configure the audit logging capacity for the maximum storage value by entering the command:\n\ncli% setsys EventLogSize 4M","ccis":["CCI-001849"]},{"vulnId":"V-237831","ruleId":"SV-237831r647902_rule","severity":"low","ruleTitle":"The storage system must record time stamps for audit records that can be mapped to Coordinated Universal Time (UTC) or Greenwich Mean Time (GMT).","description":"If time stamps are not consistently applied and there is no common time reference, it is difficult to perform forensic analysis.\n\nTime stamps generated by the operating system include date and time. Time is commonly expressed in UTC, a modern continuation of GMT, or local time with an offset from UTC.","checkContent":"Verify the \"Timezone\" field is configured by entering the following command:\n\ncli% showdate\nNode Date\n0 2016-05-18 23:46:29 UTC (Etc/UTC)\n1 2016-05-18 23:46:37 UTC (Etc/UTC)\n\nIf the output does not match the required time zone, this is a finding.","fixText":"Configure the \"Timezone\" field by first identifying the time zone identifier. \n\nEnter the command to list available time zone settings:\n\ncli% setdate -tzlist\n\nIf UTC is to be set, then use the following command:\n\ncli% setdate -tz Etc/UTC","ccis":["CCI-001890"]}]}