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 z/OS RACF Security Technical Implementation Guide

V-223664

CAT II (Medium)

IBM Sensitive Utility Controls must be properly defined and protected.

Rule ID

SV-223664r1137691_rule

STIG

IBM z/OS RACF Security Technical Implementation Guide

Version

V9R8

CCIs

CCI-000213

Discussion

To mitigate the risk of unauthorized access to sensitive information by entities that have been issued certificates by DoD-approved PKIs, all DoD systems (e.g., web servers and web portals) must be properly configured to incorporate access control methods that do not rely solely on the possession of a certificate for access. Successful authentication must not automatically give an entity access to an asset or security boundary. Authorization procedures and controls must be implemented to ensure each authenticated entity also has a validated and current authorization. Authorization is the process of determining whether an entity, once authenticated, is permitted to access a specific asset. Information systems use access control policies and enforcement mechanisms to implement this requirement.

Check Content

If the RACF resource access authorizations for the following sensitive utilities restrict access to the appropriate personnel according to the site security plan, this is not a finding.

If all access for these sensitive utilities is audited, this is not a finding.

Sensitive Utility Controls
Program Product Function 
AHLGTF z/OS System Activity Tracing 
HHLGTF
IHLGTF 

ICPIOCP z/OS System Configuration 
IOPIOCP
IXPIOCP
IYPIOCP
IZPIOCP 

BLSROPTR z/OS Data Management 

DEBE OS/DEBE Data Management 

DITTO OS/DITTO Data Management 

FDRZAPOP FDR Product Internal Modification 

GIMSMP SMP/E Change Management Product 

ICKDSF z/OS DASD Management 

IDCSC01 z/OS IDCAMS Set Cache Module 

IEHINITT z/OS Tape Management 

IFASMFDP z/OS SMF Data Dump Utility 

IND$FILE z/OS PC to Mainframe File Transfer
(Applicable only for classified systems) 

CSQJU003 IBM WebSphereMQ
CSQJU004
CSQUCVX
CSQ1LOGP
CSQUTIL 

WHOIS z/OS Share MOD to identify user name from USERID. 
Restricted to data center personnel only.

Fix Text

Note: The resources and/or resource prefixes identified below are examples of a possible installation. The actual resource type, resources, and/or resource prefixes are determined when the product is actually installed on a system through the product's installation guide and can be site specific.

Ensure that all Sensitive Utility Controls resources and/or generic equivalent are properly protected according to the site security plan.

Use Sensitive Utility Controls table below that lists the resources, access requirements, and logging requirements for Sensitive Utilities, ensuring the following guidelines are followed:

Sensitive Utility Controls
Program Product Function 
AHLGTF z/OS System Activity Tracing 
HHLGTF
IHLGTF 

ICPIOCP z/OS System Configuration 
IOPIOCP
IXPIOCP
IYPIOCP
IZPIOCP 

BLSROPTR z/OS Data Management 

DEBE OS/DEBE Data Management 

DITTO OS/DITTO Data Management 

FDRZAPOP FDR Product Internal Modification 

GIMSMP SMP/E Change Management Product 

ICKDSF z/OS DASD Management 

IDCSC01 z/OS IDCAMS Set Cache Module 

IEHINITT z/OS Tape Management 

IFASMFDP z/OS SMF Data Dump Utility 

IND$FILE z/OS PC to Mainframe File Transfer
 (Applicable only for classified systems) 

CSQJU003 IBM WebSphereMQ
CSQJU004
CSQUCVX
CSQ1LOGP
CSQUTIL 

WHOIS z/OS Share MOD to identify user name from USERID. 
 Restricted to data center personnel only.

The RACF resources as designated in the table above are defined with a default access of NONE.

The RACF resource access authorizations restrict access to the appropriate personnel as designated in the table above.

The RACF resource rules for the resources designated in the table above specify UACC(NONE) and NOWARNING.

The following commands are provided as a sample for implementing resource controls:

RDEF PROGRAM AHLGTF ADDMEM('SYS1.LINKLIB'//NOPADCHK) - 
DATA('ADDED PER SRR PDI RACF0770 ') - 
AUDIT(ALL(READ)) UACC(NONE) OWNER(ADMIN)
PERMIT AHLGTF CLASS(PROGRAM) ID(stcgsmpl)