STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 4 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to HPE Alletra Storage ArcusOS Web Server Security Technical Implementation Guide

V-283038

CAT II (Medium)

The HPE Alletra Storage ArcusOS device must disable remote access.

Rule ID

SV-283038r1193804_rule

STIG

HPE Alletra Storage ArcusOS Web Server Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-002314

Discussion

Remote access to the web server is any access that communicates through an external, nonorganization-controlled network. Remote access can be used to access hosted applications or to perform management functions. A web server can be accessed remotely and must be able to enforce remote access policy requirements or work in conjunction with enterprise tools designed to enforce policy requirements. Examples of the web server enforcing a remote access policy are implementing IP filtering rules, using https instead of http for communication, implementing secure tokens, and validating users.

Check Content

Verify the RDA service is disabled and controlrecoveryauth is set to use ciphertext with the following commands:

cli% stoprda
RDA service is already disabled.

cli% controlrecoveryauth status
Recovery authentication method is Ciphertext.

If the message returned is not "RDA service is already disabled", this is a finding.

If the message returned is not "Recovery authentication method is Ciphertext", this is a finding.

Fix Text

Configure the system to disable remote access:

Stop the RDA service:
cli% stoprda
Are you sure you want to stop RDA service?
select q=quit y=yes n=no: 

Enter "y" to confirm the action.

Set the recovery authentication to ciphertext:
cli% controlrecoveryauth setmethod ciphertext