SV-253767r961827_rule
V-253767
SRG-APP-000504-DB-000355
MADB-10-011500
CAT II
10
Edit the necessary filters to include the desired logging actions. Exact steps vary depending on desired logging.
Example named audit filter assigned to specific user:
MariaDB> INSERT INTO mysql.server_audit_users (host, user, filtername)
VALUES ("%", "user1", "filter_example");
MariaDB> SET GLOBAL server_audit_reload_filters=ON;
Check what filters are in place by running the following as an administrative user:
MariaDB> SELECT * FROM mysql.server_audit_filters;
Verify audit filters are correctly configured to log desired actions per user. If not, this is a finding.
V-253767
False
MADB-10-011500
Check what filters are in place by running the following as an administrative user:
MariaDB> SELECT * FROM mysql.server_audit_filters;
Verify audit filters are correctly configured to log desired actions per user. If not, this is a finding.
M
5475