SV-207547r612253_rule
V-207547
SRG-APP-000125-DNS-000012
BIND-9X-001041
CAT III
10
Edit the "named.conf" file and add the following:
logging {
channel local_file_channel {
file "path_name" versions 3;
print-time yes;
print-severity yes;
print-category yes;
};
category category_name { local_file_channel; };
};
Restart the BIND 9.x process.
Verify that the BIND 9.x server is configured to send audit logs to a local log file.
Inspect the "named.conf" file for the following:
logging {
channel local_file_channel {
file "path_name" versions 3;
print-time yes;
print-severity yes;
print-category yes;
};
category category_name { local_file_channel; };
If a logging channel is not defined for a local file, this is a finding.
If a category is not defined to send messages to the local file channel, this is a finding.
V-207547
False
BIND-9X-001041
Verify that the BIND 9.x server is configured to send audit logs to a local log file.
Inspect the "named.conf" file for the following:
logging {
channel local_file_channel {
file "path_name" versions 3;
print-time yes;
print-severity yes;
print-category yes;
};
category category_name { local_file_channel; };
If a logging channel is not defined for a local file, this is a finding.
If a category is not defined to send messages to the local file channel, this is a finding.
M
2926