Information
Failure to restrict network connectivity only to authorized systems permits inbound connections from malicious systems. It also permits outbound connections that may facilitate exfiltration of DoD data.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
Solution
From the command prompt, run the following commands to create and activate "ipsec_v4" and "ipsec_v6" devices:
# mkdev -l ipsec -t 4
# mkdev -l ipsec -t 6
From the command prompt, run the following commands to change the "all traffic" rules to block all packages:
# chfilt -a D -v 4 -n 0
# chfilt -a D -v 6 -n 0
Assume that the local host has IP address 10.10.10.10 and the remote host has IP address 11.11.11.11, run the following command to generate a user-defined filter rule that allow all IPv4 traffic between these 2 hosts:
# genfilt -w B -v 4 -s 10.10.10.10 -p 0 -P 0 -o any -O any -m 255.255.255.255 -M 255.255.255.255 -i all -g Y -d 11.11.11.11 -c all -a P
From the command prompt, run the following command to activate all the filter rules in the rule database:
# mkfilt -u
Item Details
Category: SECURITY ASSESSMENT AND AUTHORIZATION, CONFIGURATION MANAGEMENT
References: 800-53|CA-3(5), 800-53|CM-6b., CAT|II, CCI|CCI-000366, CCI|CCI-002080, Rule-ID|SV-219057r991589_rule, STIG-ID|AIX7-00-003143, STIG-Legacy|SV-101869, STIG-Legacy|V-91771, Vuln-ID|V-219057
Control ID: 6191b8350a1a1531e79a76b7ab7b4926b0467e3c026df0edfcb2fe947263296a