4.2.2 Restrict Access to SYSCAT.AUDITUSE

Information

The SYSCAT.AUDITUSE view contains database audit policy for all non-database objects, such as authority, groups, roles, and users. It is recommended that the PUBLIC role be restricted from accessing this view.

Rationale:

This view contains sensitive information about the types of objects being audited. Access to the audit policy may aid attackers in avoiding detection.

Solution

Revoke access from PUBLIC.

Connect to the Db2 database.

db2 => connect to <dbname>

Run the following command:

db2 => REVOKE SELECT ON SYSCAT.AUDITUSE FROM PUBLIC

See Also

https://workbench.cisecurity.org/benchmarks/10752

Item Details

Category: ACCESS CONTROL, MEDIA PROTECTION

References: 800-53|AC-3, 800-53|AC-5, 800-53|AC-6, 800-53|MP-2, CSCv7|14.6

Plugin: IBM_DB2DB

Control ID: dc1a0bf9d617460f8da48d46f2794ef8d6c33188e89454b1873111ff47668d38