Exceptions to STIG Compliance - 2
CCE-80851-9 Ensure /tmp Located On Separate Partition
- Column 1: Check
- Column 2:
Verify that a separate file system/partition has been created for "/tmp". Check that a file system/partition has been created for "/tmp" with the following command:
systemctl is-enabled tmp.mount
enabled
If the "tmp.mount" service is not enabled, check to see if "/tmp" is defined in the fstab with a device and mount point:
grep -i /tmp /etc/fstab
UUID=a411dc99-f2a1-4c87-9e05-184977be8539 /tmp ext4 rw,relatime,discard,data=ordered,nosuid,noexec, 0 0
If "tmp.mount" service is not enabled or the "/tmp" directory is not defined in the fstab with a device and mount point, this is a finding.
- Column 1: Comments
- Column 2: Future Feature - NetWitness Platform does not meet this requirement. NetWitness plans to fix this in a future release of NetWitness Platform.
CCE-80852-7 Ensure /var Located On Separate Partition
- Column 1: Check
- Column 2:
Verify that a separate file system/partition has been created for "/var". Check that a file system/partition has been created for "/var" with the following command:
grep /var /etc/fstab
UUID=c274f65f /var ext4 noatime,nobarrier 1 2
If a separate entry for "/var" is not in use, this is a finding.
- Column 1: Comments
- Column 2: Not a Finding. Hardware is dedicated for NetWitness, and NetWitness software is installed in /var/netwitness by default and a separate partition is on /var/netwitness.
Rules Supported in a Future Release
The following checks for non-compliance to STIG rules are not supported in NetWitness Platform and will be added in a future release.
CCE-80920-2 Disable Kernel Parameter for Accepting Source-Routed Packets on IPv4 Interfaces by Default
- Check:
Future Feature.
CCE-86220-1 Disable Kernel Parameter for IPv4 Forwarding on all IPv4 Interfaces
- Check:
Future Feature.
CCE-81006-9 Disable Accepting ICMP Redirects for All IPv6 Interfaces
- Check:
Future Feature.
CCE-81013-5 Disable Kernel Parameter for Accepting Source-Routed Packets on all IPv6 Interfaces
- Check:
Future Feature.
CCE-82863-2 Disable Kernel Parameter for IPv6 Forwarding
- Check:
Future Feature.
CCE-81007-7 Disable Accepting Router Advertisements on all IPv6 Interfaces by Default
- Check:
Future Feature.
CCE-81010-1 Disable Kernel Parameter for Accepting ICMP Redirects by Default on IPv6 Interfaces
- Check:
Future Feature.