SV-207541r612253_rule
V-207541
SRG-APP-000089-DNS-000005
BIND-9X-001020
CAT III
10
Edit the "named.conf" file.
Add the "severity" sub statement to the "channel" statement.
Configure the "severity" sub statement to "info"
Restart the BIND 9.x process.
Verify the name server is configured to generate all DoD-defined audit records.
Inspect the "named.conf" file for the following:
logging {
channel channel_name {
severity info;
};
};
If a channel is not configured to log messages with the severity of info and higher, this is a finding.
Note: "info" is the lowest severity level and will automatically log all messages with a severity of "info" or higher.
V-207541
False
BIND-9X-001020
Verify the name server is configured to generate all DoD-defined audit records.
Inspect the "named.conf" file for the following:
logging {
channel channel_name {
severity info;
};
};
If a channel is not configured to log messages with the severity of info and higher, this is a finding.
Note: "info" is the lowest severity level and will automatically log all messages with a severity of "info" or higher.
M
2926