STIGQter STIGQter: STIG Summary: Amazon Linux 2023 Security Technical Implementation Guide Version: 1 Release: 4 Benchmark Date: 01 Jul 2026:

Amazon Linux 2023 must have the Advanced Intrusion Detection Environment (AIDE) package installed.

DISA Rule

SV-274024r1190697_rule

Vulnerability Number

V-274024

Group Title

SRG-OS-000363-GPOS-00150

Rule Version

AZLX-23-001060

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Configure Amazon Linux 2023 to have the AIDE package installed.

Install AIDE:

$ sudo dnf install -y aide

Initialize AIDE:

$ sudo /usr/sbin/aide --init

The new database must be renamed to be read by AIDE:

$ sudo mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz

Perform a manual check:

$ sudo /usr/sbin/aide --check
Example output:

2023-06-05 10:16:08 -0600 (AIDE 0.16)
AIDE found NO differences between database and filesystem. Looks okay!!

Check Contents

Verify Amazon Linux 2023 has the AIDE package installed with the following command:

$ dnf list --installed aide
Installed Packages
aide.x86_64 0.18.6-1.amzn2023.0.1 @amazonlinux

If AIDE is not installed, ask the system administrator (SA) how file integrity checks are performed on the system.

If there is no application installed to perform integrity checks, this is a finding.

If AIDE is installed, check if it has been initialized with the following command:

$ sudo /usr/sbin/aide --check

If the output is "Couldn't open file /var/lib/aide/aide.db.gz for reading", this is a finding.

Vulnerability Number

V-274024

Documentable

False

Rule Version

AZLX-23-001060

Severity Override Guidance

Verify Amazon Linux 2023 has the AIDE package installed with the following command:

$ dnf list --installed aide
Installed Packages
aide.x86_64 0.18.6-1.amzn2023.0.1 @amazonlinux

If AIDE is not installed, ask the system administrator (SA) how file integrity checks are performed on the system.

If there is no application installed to perform integrity checks, this is a finding.

If AIDE is installed, check if it has been initialized with the following command:

$ sudo /usr/sbin/aide --check

If the output is "Couldn't open file /var/lib/aide/aide.db.gz for reading", this is a finding.

Check Content Reference

M

Target Key

5700