HPE Alletra Storage ArcusOS Network Device Management Security Technical Implementation Guide
Pick two releases to diff their requirements.
Open a previous version of this STIG.
- RMF Control
- AC-8
- Severity
- M
- CCI
- CCI-000048
- Version
- ASMP-ND-000130
- Vuln IDs
-
- V-283358
- Rule IDs
-
- SV-283358r1194768_rule
Checks: C-87923r1194766_chk
Verify the login banner is configured with the following command: cli% showbanner -all CLI banner: You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -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. -At any time, the USG may inspect and seize data stored on this IS. -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. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -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 products are private and confidential. See User Agreement for details. SSH banner: You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -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. -At any time, the USG may inspect and seize data stored on this IS. -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. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -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 products are private and confidential. See User Agreement for details. If the system does not display a graphical logon banner, or the banner does not match the wording for the Standard Mandatory DOD Notice and Consent, this is a finding.
Fix: F-87828r1194767_fix
Configure the login banner: cli% setbanner -all Paste the following text: You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -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. -At any time, the USG may inspect and seize data stored on this IS. -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. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests--not for your personal benefit or privacy. -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 products are private and confidential. See User Agreement for details. To complete the configuration, press "Enter" twice.
- RMF Control
- CM-7
- Severity
- H
- CCI
- CCI-000382
- Version
- ASMP-ND-000330
- Vuln IDs
-
- V-283377
- Rule IDs
-
- SV-283377r1194825_rule
Checks: C-87942r1194823_chk
Issue the following commands to check various services: cli% setnet disableports yes cli% stoprda RDA service is already disabled. Note: There is no command to show the status of the disabled ports or the RDA service. cli% showrcopy -d Remote Copy System Information Status: Stopped, Normal cli% showvasa -Service- -------------------VASA_API2_URL------------------- -MemUsage(MiB)- -Version- Enabled https://HPE_Alletra_Storage_MP-4UW0002474:9997/vasa 147 5.2.0.18 cli% showcim -Service- -State- --SLP-- SLPPort -HTTPS- HTTPSPort PGVer CIMVer Enabled Active Enabled 427 Enabled 5989 2.14.1 10.5.0 cli% showwsapi -d service State Enabled If any unnecessary and/or nonsecure ports, protocols, and/or services are enabled, this is a finding.
Fix: F-87847r1194824_fix
Disable all unnecessary and/or nonsecure ports, protocols, and/or services. Disable unsecure ports: cli% setnet disableports yes Stop the RDA Service: cli% stoprda Stop the Remote Copy Service: %cli stoprcopy" Stop the VASA Service: cli% stopvasa -f Stop the CIM Service: cli% stopcim -f Stop the Web Services API: cli% stopwsapi -f
- RMF Control
- AC-2
- Severity
- M
- CCI
- CCI-001358
- Version
- ASMP-ND-000340
- Vuln IDs
-
- V-283378
- Rule IDs
-
- SV-283378r1194828_rule
Checks: C-87943r1194826_chk
Verify only one local interactive account is configured: cli% showuser The output will look similar to the example below: Username Domain Role Default adminsvc all super N hpesupport all service N telemetry all service N Note: The service role accounts are not interactive and cannot be used for logins. If more than one local interactive account to be used as the account of last resort exists, this is a finding.
Fix: F-87848r1194827_fix
Remove all interactive accounts except one account with the "super" role for last resort login with, the following command: cli% removeuser <username> Note: You must keep at least one account with the "super" role and it can be any organizationally defined account name.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- ASMP-ND-000410
- Vuln IDs
-
- V-283381
- Rule IDs
-
- SV-283381r1194837_rule
Checks: C-87946r1194835_chk
Verify the minimum password length is 15 characters with the following command: cli% showsys -d Minimum PW length 15 If the line containing the string "Minimum PW length" does not show "15" for the length, this is a finding.
Fix: F-87851r1194836_fix
Configure the minimum password length for a value of "15": cli% setsys MinimumPWLength 15 Note: The user must have the "super" role to perform this action.
- RMF Control
- Severity
- M
- CCI
- CCI-004066
- Version
- ASMP-ND-000420
- Vuln IDs
-
- V-283382
- Rule IDs
-
- SV-283382r1194840_rule
Checks: C-87947r1194838_chk
Verify the system is configured to require complex passwords for local accounts with the following command: cli% showsys -d ------------------------General------------------------ System Name : s2474 System Model : HPE Alletra Storage MP Serial Number : 4UW0002474 Product Number : S0B84A System ID : 0x7E734 Number of Nodes : 2 Master Node : 0 Nodes Online : 0,1 Nodes in Cluster : 0,1 Chunklet Size (MiB) : 1024 Minimum PW length : 15 Minimum PW character classes : 4 If "Minimum PW character classes" is not set to a value of " 4", this is a finding.
Fix: F-87852r1194839_fix
Configure the system to require complex passwords with the following command: Cli% setsys MinimumPWCharacterClasses 4
- RMF Control
- IA-7
- Severity
- H
- CCI
- CCI-000803
- Version
- ASMP-ND-000600
- Vuln IDs
-
- V-283387
- Rule IDs
-
- SV-283387r1194855_rule
Checks: C-87952r1194853_chk
Verify the status of the FIPS communication library with the following command: cli% controlsecurity fips status FIPS mode: Enabled Service Status AUTHN Enabled CIM Disabled CLI Enabled EKM Enabled LDAP Enabled QW Enabled RDA Enabled SC CONNECTOR Disabled SNMP Enabled SSH Enabled SYSLOG Enabled VASA Enabled WSAPI Enabled If the line "FIPS Mode:" is not "Enabled", this is a finding. If any of the service lines for "CLI", "EKM", "LDAP", "SNMP", "SSH", or "SYSLOG" are "Disabled", this is a finding. If CIM, VASA, or WSAPI are "Disabled", and the services are enabled, this is a finding.
Fix: F-87857r1194854_fix
Warning: Enabling FIPS mode requires restarting all system management interfaces, which will terminate all existing connections including this one. Set the communications encryption module into FIPS mode: cli% controlsecurity fips enable
- RMF Control
- SC-10
- Severity
- H
- CCI
- CCI-001133
- Version
- ASMP-ND-000610
- Vuln IDs
-
- V-283388
- Rule IDs
-
- SV-283388r1194858_rule
Checks: C-87953r1194856_chk
Verify the current SessionTimeout setting with the following command: cli% showsys -param SessionTimeout : 00:05:00 If the value for "SessionTimeout" is not "00:05:00", this is a finding.
Fix: F-87858r1194857_fix
Set the SessionTimeout value to 5 minutes: cli% setsys SessionTimeout 5m
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- ASMP-ND-000740
- Vuln IDs
-
- V-283400
- Rule IDs
-
- SV-283400r1194894_rule
Checks: C-87965r1194892_chk
Verify the system is configured to limit the size of event logs stored on the system with the following command: cli% showsys -param ----------Parameter----------- ----Value---- RawSpaceAlertSSD : 100 RawSpaceAlertQLC : 0 RemoteSyslog : 1 RemoteSyslogHost : 16.172.70.122 RemoteSyslogProfile : None RemoteSyslogSecurityHost: 16.172.70.200 SparingAlgorithm: Default EventLogSize: 10M EventLogNum : 30 If "EventLogSize" is set to a value less than "10M", this is a finding.
Fix: F-87870r1194893_fix
Configure the system to limit the size of event logs stored: cli% setsys EventLogSize 10M
- RMF Control
- AU-4
- Severity
- M
- CCI
- CCI-001849
- Version
- ASMP-ND-000750
- Vuln IDs
-
- V-283401
- Rule IDs
-
- SV-283401r1194897_rule
Checks: C-87966r1194895_chk
Verify the system is configured to limit the number of event logs stored on the system with the following command: cli% showsys -param ----------Parameter----------- ----Value---- RawSpaceAlertSSD : 100 RawSpaceAlertQLC : 0 RemoteSyslog : 1 RemoteSyslogHost : 16.172.70.122 RemoteSyslogProfile : None RemoteSyslogSecurityHost: 16.172.70.200 SparingAlgorithm: Default EventLogSize: 10M EventLogNum : 30 If "EventLogNum" is set to a value less than "30", this is a finding.
Fix: F-87871r1194896_fix
Configure the system to limit the number of event logs stored: cli% setsys EventLogNum 30
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001858
- Version
- ASMP-ND-000760
- Vuln IDs
-
- V-283402
- Rule IDs
-
- SV-283402r1194900_rule
Checks: C-87967r1194898_chk
Verify an SNMPv3 user account is configured with the following command: cli% showsnmpuser Username AuthProtocol PrivProtocol Alletrasnmpuser HMAC-SHA-96 CFB128-AES-128 If the output is not displayed in the above format, this is a finding.
Fix: F-87872r1194899_fix
Configure SNMPv3 alert notifications using the following sequence of operations: Create and enable an SNMPv3 user, and create associated keys for authentication and privacy. cli% createuser Alletrasnmpuser all browse Enter the password and confirm. cli% createsnmpuser Alletrasnmpuser At the prompt, enter the password. At the next prompt, reenter the password.
- RMF Control
- AU-5
- Severity
- M
- CCI
- CCI-001858
- Version
- ASMP-ND-000770
- Vuln IDs
-
- V-283403
- Rule IDs
-
- SV-283403r1194903_rule
Checks: C-87968r1194901_chk
Identify the SNMP trap recipient and report SNMP configuration with the following command: cli% showsnmpmgr HostIP Port SNMPVersion User Notify AlertClear <snmp trap recipient IP> 162 3 Alletrasnmpuser standard standard If the SNMP trap recipient IP address is incorrect, this is a finding. If the SNMP port is not "162", this is a finding. If the SNMP version is not "3", this is a finding. If the SNMP user ID is incorrect, this is a finding.
Fix: F-87873r1194902_fix
Configure SNMPv3 alert notifications using the following sequence of operations: Add the IP address of the SNMPv3 trap recipient, where permissions of the account are used. cli% addsnmpmgr -version 3 -snmpuser Alletrasnmpuser <ip address>
- RMF Control
- AU-8
- Severity
- M
- CCI
- CCI-001890
- Version
- ASMP-ND-000780
- Vuln IDs
-
- V-283404
- Rule IDs
-
- SV-283404r1194906_rule
Checks: C-87969r1194904_chk
Verify the time zone is configured with the following command: cli% showdate If the time zone field is not configured, this is a finding.
Fix: F-87874r1194905_fix
Identify the time zone group: cli% setdate -tzlist Identify the specific time zone in the selected group: cli% setdate -tzlist <time zone group> Configure the time zone with: cli% setdate -tz <time zone group/location> Verify the time zone is set with: cli% showdate
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- ASMP-ND-000830
- Vuln IDs
-
- V-283409
- Rule IDs
-
- SV-283409r1194921_rule
Checks: C-87974r1194919_chk
Verify the system is configured to use SNMP v3 with the following command: cli% showsnmpmgr HostIP Port SNMPVersion User Notify AlertClear 16.172.70.200 162 3 Alletrasnmpuser standard standard If the "HostIP" is blank, this is a finding. If "SNMPVersion" is not set to "3", this is a finding.
Fix: F-87879r1194920_fix
Configure the system to use SNMPv3: cli% setsnmpmgr <ip_address> -p <port> -version 3 Note: The system supports both IPv4 and IPv6 addresses for the SNMP Host.
- RMF Control
- IA-3
- Severity
- M
- CCI
- CCI-001967
- Version
- ASMP-ND-000840
- Vuln IDs
-
- V-283410
- Rule IDs
-
- SV-283410r1194924_rule
Checks: C-87975r1194922_chk
Verify the NTP server is configured to utilize a valid key using the following command: cli% shownet -d Example output: Detailed information about configured NTP servers 16.110.135.123 : 10.157.44.5 : key 1 If "Detailed information about configured NTP servers" does not display an NTP server with a key, this is a finding.
Fix: F-87880r1194923_fix
Import the NTP key and add it to the NTP server with the following commands: cli% setnet ntp -add <server ip address> cli% importkeys ntp stdin Please paste the keys for ntp. Once finished, please press Enter twice. 1 SHA256 myfirstsecretkey cli% cli% setnet ntp -add -key <ID> <NTP_Server_IP>
- RMF Control
- SI-2
- Severity
- M
- CCI
- CCI-002605
- Version
- ASMP-ND-000900
- Vuln IDs
-
- V-283414
- Rule IDs
-
- SV-283414r1194936_rule
Checks: C-87979r1194934_chk
Verify software updates are consistently applied to the HPE Alletra Storage ArcusOS device within the time frame defined for each patch. Check the software version: cli% showversion Release version 10.3.0 Component Name Version CLI Server 10.3.0 CLI Client 10.3.0 System Manager 10.3.0 Kernel 10.3.0 IO Stack 10.3.0 Drive Firmware 10.3.0 Enclosure Firmware 10.3.0 Upgrade Tool 61 (231107) If the HPE Alletra Storage ArcusOS device does not have security-relevant updates installed within the time period directed by the authoritative source, this is a finding.
Fix: F-87884r1194935_fix
Install the latest approved update through the web UI. 1. Select "system" from left navigation pane. 2. Select "software" from main navigation pane. 3. Select "Load an update package" from the Actions pane. 4. Choose a file location from which to upload. 5. Return to the software screen and select "Update software" from the Actions pane. 6. Verify the version selected for update is listed/selected, and then click "Install".
- RMF Control
- CM-6
- Severity
- H
- CCI
- CCI-000370
- Version
- ASMP-ND-001060
- Vuln IDs
-
- V-283425
- Rule IDs
-
- SV-283425r1194969_rule
Checks: C-87990r1194967_chk
Determine if the system is configured to use a primary and secondary authentication server with the following command: cli% showauthparam ldap-type MSAD accounts-dn <accounts dn configuration> super-map <super-map configuration> edit-map <edit-map configuration> browse-map <browse-map configuration> service-map <service-map configuration> ldap-StartTLS require kerberos-realm <Kerberos-realm configuration> ldap-2FA-cert-field subjectAlt:rfc822Name ldap-2FA-object-attr mail ldap-server <server hostname> ldap-server <server hostname> ldap-ssl-cacert: -----BEGIN CERTIFICATE----- If the command output does not list authparams for ldap-type, kerberos-realm, accounts-dn, ldap-ssl-cacert, and at least one role map (e.g., super-map), this is a finding. If there are not two ldap-server lines, this is a finding. ldap-StartTLS must be set to require, if not, this is a finding. If the ldap-reqcert authparam is not set to "1", this is a finding.
Fix: F-87895r1194968_fix
Use the following commands to configure the primary and secondary authentication servers. cli% setauthparam -f ldap-type <type> where type is MSAD, RHDS or OPEN. cli% setauthparam ldap-server <primary hostname> <secondary hostname> cli% setauthparam -f accounts-dn <base of the ad subtree, such as CN=Users,DC=win2k12forest,DC=thisdomain,DC=com> cli% setauthparam -f kerberos-realm <Kerberos-realm configuration> cli% setauthparam -f ldap-reqcert 1 Set up a super role such as the super role: cli% setauthparam -f super-map <customer-assigned name of "super" group> Enable TLS with: cli% setauthparam -f ldap-StartTLS require or cli% setauthparam -f ldap-ssl 1 Import a TLS certificate: cli% importcert ldap -f stdin
- RMF Control
- AU-4
- Severity
- H
- CCI
- CCI-001851
- Version
- ASMP-ND-001100
- Vuln IDs
-
- V-283429
- Rule IDs
-
- SV-283429r1194981_rule
Checks: C-87994r1194979_chk
Verify the system is configured to off-load security syslog events with the following command: cli% showsys -d --------------------Remote_Syslog_Status-------------------- Active : 1 General Server : es1-vlan3489-rsyslog.es1-storage.net General Connection : TLS RemoteSyslogProfile : None Security Server : es1-vlan3489-rsyslog.es1-storage.net Security Connection : TLS For the options in the "Remote Syslog Status" section: If "Active" is not "1", this is a finding. If "Security Server" is not defined, this is a finding. If "Security Connection" is not "TLS", this is a finding.
Fix: F-87899r1194980_fix
Configure the remote syslog host: cli% setsys RemoteSyslogSecurityHost <hostname> <address-spec> [:port] Note: The hostname and address are both required. If both IPv4 and IPv6 addresses are supplied, the IPv6 address must be enclosed in []. The default port is 6514 using TLS. Configure the system to use remote syslog: cli% setsys RemoteSyslog 1
- RMF Control
- SA-22
- Severity
- H
- CCI
- CCI-003376
- Version
- ASMP-ND-001110
- Vuln IDs
-
- V-283430
- Rule IDs
-
- SV-283430r1194984_rule
Checks: C-87995r1194982_chk
Verify the operating system is at the current version with the following command: cli% showversion Release version 10.4.2 Release Type: Standard Support Release Component Name Version CLI Server 10.4.2 CLI Client 10.4.2 System Manager 10.4.2 Kernel 10.4.2 IO Stack 10.4.2 Drive Firmware 10.4.2 Enclosure Firmware 10.4.2 Upgrade Tool 67 (240730-10.4.2) If the displayed version does not match the HPE Alletra Storage ArcusOS device latest version, this is a finding.
Fix: F-87900r1194983_fix
Contact an authorized service partner to obtain and install the most recent version of the operating system.
- RMF Control
- Severity
- M
- CCI
- CCI-004192
- Version
- ASMP-ND-001310
- Vuln IDs
-
- V-283437
- Rule IDs
-
- SV-283437r1195005_rule
Checks: C-88002r1195003_chk
Using the nmap tool, verify only secure ports are open. From a command shell on a Linux workstation in the operational environment, enter the following command: $ sudo nmap -sT -sU -sV --version-all -vv -p 1-65535 <ip address of storage system> If any Port is listed other than SSHD(22), NTP(123), SNMP(161,162), 3par-mgmt-ssl (5783), CIM (5989/configurable), or WSAPI (8088/configurable), this is a finding.
Fix: F-87907r1195004_fix
Disable all unencrypted ports: cli% setnet disableports yes