STIGQter STIGQter: STIG Summary: BIND 9.x Security Technical Implementation Guide Version: 3 Release: 3 Benchmark Date: 01 Jul 2026:

The print-category variable for the configuration of BIND 9.x server logs must be configured to record information indicating which process generated the events.

DISA Rule

SV-272370r1123423_rule

Vulnerability Number

V-272370

Group Title

SRG-APP-000097-DNS-000008

Rule Version

BIND-9X-001070

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Edit the "named.conf" file.

Add the "print-category" sub statement to the "channel" statement.

Configure the "print-category" sub statement to "yes".

Restart the BIND 9.x process.

Check Contents

For each logging channel that is defined, verify that the "print-category" sub statement is listed.

Inspect the "named.conf" file for the following:

logging {
channel channel_name {
print-category yes;
};
};

If the "print-category" statement is missing, this is a finding.

If the "print-category" statement is not set to "yes", this is a finding.

Vulnerability Number

V-272370

Documentable

False

Rule Version

BIND-9X-001070

Severity Override Guidance

For each logging channel that is defined, verify that the "print-category" sub statement is listed.

Inspect the "named.conf" file for the following:

logging {
channel channel_name {
print-category yes;
};
};

If the "print-category" statement is missing, this is a finding.

If the "print-category" statement is not set to "yes", this is a finding.

Check Content Reference

M

Target Key

5687