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 2 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to IBM MQ Appliance V9.0 AS Security Technical Implementation Guide

V-255816

CAT II (Medium)

The MQ Appliance messaging server must use encryption strength in accordance with the categorization of the management data during remote access management sessions.

Rule ID

SV-255816r960759_rule

STIG

IBM MQ Appliance V9.0 AS Security Technical Implementation Guide

Version

V1R2

CCIs

CCI-000068

Discussion

Remote management access is accomplished by leveraging common communication protocols and establishing a remote connection to the messaging server via a network for the purposes of managing the messaging server. If cryptography is not used, then the session data traversing the remote connection could be intercepted and compromised. Types of management interfaces utilized by a messaging server include web-based HTTPS interfaces as well as command line-based management interfaces.

Check Content

To access the MQ Appliance CLI, enter:
mqcli

config 
crypto
show crypto-mode

If the current setting is set to "permissive", this is a finding.

Fix Text

To set management access to the highest encryption strength, enable FIPS 140-2 Level 1 mode at the next reload of the firmware.
Enter the following commands:
config
crypto
crypto-mode-set fips-140-2-l1
Press "Enter"

The following message will appear:
"Crypto Mode Successfully set to fips-140-2-l1 for next boot."