4.3.2 Restrict Access to SYSIBM.SYSAUDITUSE

Information

The SYSIBM.SYSAUDITUSE table 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 table.

Rationale:

This table 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 SYSIBM.SYSAUDITUSE 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: 23fa71354925b6a524a0f89d6ccb98cde1ae05955e18a9e7a7131dd5b11b8e45