This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
aix:scripts_check_cis [2024/08/14 17:59] manu |
aix:scripts_check_cis [2024/09/06 23:17] (current) manu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== AIX script CIS Benchmark ====== | ====== AIX script CIS Benchmark ====== | ||
| + | |||
| + | Alternative is to use a client PowerSC (apply the right security level) | ||
| + | <cli> | ||
| + | % pscxpert -f /etc/security/aixpert/custom/CISv1.xml CIS Security Benchmark for AIX 7.1 | ||
| + | % pscxpert -f /etc/security/aixpert/custom/CISv2_Lev1.xml CIS Security Benchmark for AIX 7.2 | ||
| + | % pscxpert -f /etc/security/aixpert/custom/CISv2_Lev2.xml CIS Security Benchmark for AIX 7.2 | ||
| + | % pscxpert -f /etc/security/aixpert/custom/GDPRv1.xml General Data Protection Regulation (GDPR) | ||
| + | </cli> | ||
| This script 'll only list if compliant or not | This script 'll only list if compliant or not | ||
| Line 2796: | Line 2804: | ||
| cat $cisoutput | sed "s/^/$HEADER/" | sed 's/^/\//' | sed "s/^/$DAY/" | sed 's/^/\//' | sed "s/^/$MONTH/" | sed "s/$/$FOOTER/" > ${cisoutput}.1 | cat $cisoutput | sed "s/^/$HEADER/" | sed 's/^/\//' | sed "s/^/$DAY/" | sed 's/^/\//' | sed "s/^/$MONTH/" | sed "s/$/$FOOTER/" > ${cisoutput}.1 | ||
| cat ${cisoutput}.1 | sed 's/^/"/' | sed 's/;/","/g' | sed 's/$/"/' > ${cisoutput} | cat ${cisoutput}.1 | sed 's/^/"/' | sed 's/;/","/g' | sed 's/$/"/' > ${cisoutput} | ||
| + | </code> | ||
| - | + | ===== OLD version ===== | |