SV-256908r961206_rule
V-256908
SRG-APP-000290-AS-000174
APAS-AT-000078
CAT II
10
The administrator must reinstall all Automation Controller hosts and Automation Controller.
As an administrator, log in to each Automation Controller host.
Verify the correct Red Hat RPM signing key is available on each host by listing the keys using the following command:
rpm -qa gpg-pubkey*
Manually inspect against publicly listed keys on https://www.redhat.com. If the keys do not match, this is a finding.
Import the key using the following command:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Verify the signatures of installed RPMs necessary for Automation Controller:
For RPM in $(rpm -qa); do rpm -K --nosignature ${RPM} | grep "NOT OK" && return 1; done ; echo "FAILED"
If this outputs "FAILED", this is a finding.
V-256908
False
APAS-AT-000078
As an administrator, log in to each Automation Controller host.
Verify the correct Red Hat RPM signing key is available on each host by listing the keys using the following command:
rpm -qa gpg-pubkey*
Manually inspect against publicly listed keys on https://www.redhat.com. If the keys do not match, this is a finding.
Import the key using the following command:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Verify the signatures of installed RPMs necessary for Automation Controller:
For RPM in $(rpm -qa); do rpm -K --nosignature ${RPM} | grep "NOT OK" && return 1; done ; echo "FAILED"
If this outputs "FAILED", this is a finding.
M
5534