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.
Overview
| Finding ID | Version | Rule ID | IA Controls | Severity |
| V-237822 | HP3P-32-001305 | SV-237822r647875_rule | CCI-000366 | medium |
| Description | ||||
| The SNMP service must use AES or a FIPS 140-2 approved successor algorithm for protecting the privacy of communications. | ||||
| STIG | Date | |||
| HPE 3PAR StoreServ 3.2.x Security Technical Implementation Guide | 2021-11-23 | |||
Related Frameworks
4 paths across 3 frameworks
Related Frameworks
NIST 800-531 mapping
CM-6
1.00
- DISA · V2R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
NIST 800-1712 mappings
3.4.1
1.00
- DISA · V2R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
3.4.2
1.00
- DISA · V2R1 · disa_xccdf · related
- DISA · 2025-01-23 · disa_cci_list · equivalent
- NIST · Rev 2 (Feb 2020, errata Jan 2021) · nist_800_171_app_d · equivalent
CCI1 mapping
CCI-000366
1.00
- DISA · V2R1 · disa_xccdf · related
Details
Check Text (C-237822r647875_chk)
Verify that SNMP encryption uses AES by entering the following command:
cli% showsnmpuser
Username AuthProtocol PrivProtocol
3parsnmpuser HMAC-SHA-96 CFB128-AES-128
If the PrivProtocol in the result is not AES, this is a finding.
Fix Text (F-40991r647874_fix)
Configure the storage system to use AES encryption for SNMPv3 by entering the command:
cli% setsnmpmgr -snmpuser 3parsnmpuser -pw <password> -version 3 <IP address of SNMP manager>