SV-253768r961830_rule
V-253768
SRG-APP-000505-DB-000352
MADB-10-011600
CAT II
10
Edit the necessary filters to include connect_events connect. Example:
MariaDB> DELETE FROM mysql.server_audit_filters WHERE filtername = 'default';
MariaDB> INSERT INTO mysql.server_audit_filters (filtername, rule)
VALUES ('default',
JSON_COMPACT(
'{
"connect_event": [
"CONNECT",
"DISCONNECT"
]
}'
));
Log in to and out of the MariaDB database server. Verify the connect and disconnect are logged in the audit logfile or syslog depending on how it is configured.
If connect and disconnect are not logged, this is a finding.
V-253768
False
MADB-10-011600
Log in to and out of the MariaDB database server. Verify the connect and disconnect are logged in the audit logfile or syslog depending on how it is configured.
If connect and disconnect are not logged, this is a finding.
M
5475