An XCCDF Group - A logical subset of the XCCDF Benchmark
/etc/issue
You are accessing a U.S. Government (USG) Information System (IS) that is provided for USG-authorized use only. By using this IS (which includes any device attached to this IS), you consent to the following conditions: -The USG routinely intercepts and monitors communications on this IS for purposes including, but not limited to, penetration testing, COMSEC monitoring, network operations and defense, personnel misconduct (PM), law enforcement (LE), and counterintelligence (CI) investigations. -At any time, the USG may inspect and seize data stored on this IS. -Communications using, or data stored on, this IS are not private, are subject to routine monitoring, interception, and search, and may be disclosed or used for any USG-authorized purpose. -This IS includes security measures (e.g., authentication and access controls) to protect USG interests -- not for your personal benefit or privacy. -Notwithstanding the above, using this IS does not constitute consent to PM, LE or CI investigative searching or monitoring of the content of privileged communications, or work product, related to personal representation or services by attorneys, psychotherapists, or clergy, and their assistants. Such communications and work product are private and confidential. See User Agreement for details.
I've read & consent to terms in IS user agreem't.
/etc/issue.net
/etc/motd
$ sudo chgrp root /etc/issue
$ sudo chgrp root /etc/issue.net
$ sudo chgrp root /etc/motd
$ sudo chown root /etc/issue
$ sudo chown root /etc/issue.net
$ sudo chown root /etc/motd
$ sudo chmod 0644 /etc/issue
$ sudo chmod 0644 /etc/issue.net
$ sudo chmod 0644 /etc/motd
banner-message-enable
true
/etc/dconf/db/local.d/00-security-settings
[org/gnome/login-screen] banner-message-enable=true
/etc/dconf/db/local.d/locks/00-security-settings-lock
/org/gnome/login-screen/banner-message-enable
dconf update
banner-message-text
'APPROVED_BANNER'
[org/gnome/login-screen] banner-message-text='APPROVED_BANNER'
/org/gnome/login-screen/banner-message-text
'
\n
/etc/pam.d
/etc/pam.d/login
/etc/pam.d/system-auth
/etc/security/opasswd
$ sudo grep pam_succeed_if /etc/pam.d/sudo
pam_lastlog
/etc/pam.d/postlogin
showfailed
session required pam_lastlog.so showfailed
silent
session required pam_namespace.so
pam_faillock
/usr/share/doc/pam-VERSION/txts/README.pam_faillock
remember
pam_pwhistory
/etc/pam.d/password-auth
password pam_pwhistory.so use_authtok remember=
pam_unix
pam_faillock.so
/etc/security/faillock.conf
deny = <count>
authselect
authconfig
root
fail_interval
fail_interval = <interval-in-seconds>
interval-in-seconds
unlock_time=<interval-in-seconds>
unlock_time
0
faillock
pam_pwquality
pam_pwquality(8)
/etc/pam.d/passwd
password substack system-auth
pam_cracklib
password requisite pam_cracklib.so try_first_pass retry=3
password required pam_cracklib.so try_first_pass retry=3 maxrepeat=3 minlen=14 dcredit=-1 ucredit=-1 ocredit=-1 lcredit=-1 difok=4
password requisite pam_pwquality.so try_first_pass local_users_only retry=3 authtok_type=
/etc/security/pwquality.conf
difok = 4 minlen = 14 dcredit = -1 ucredit = -1 lcredit = -1 ocredit = -1 maxrepeat = 3
dcredit
difok
lcredit
maxclassrepeat
maxrepeat
minclass
* Upper-case characters * Lower-case characters * Digits * Special characters (for example, punctuation)
minlen
minlen=
ocredit=
ocredit
pam_pwquality.so
retry=
ucredit=
ucredit
/etc/shadow
/etc/libuser.conf
[defaults]
crypt_style = sha512
/etc/login.defs
ENCRYPT_METHOD
password
pam_unix.so
sha512
password sufficient pam_unix.so sha512 other arguments...
debug-shell
systemctl
tty9
CTRL-ALT-F9
$ sudo systemctl mask --now debug-shell.service
SystemD
Ctrl-Alt-Del
CtrlAltDelBurstAction
/etc/systemd/system.conf
CtrlAltDelBurstAction=none
ln -sf /dev/null /etc/systemd/system/ctrl-alt-del.target
systemctl mask ctrl-alt-del.target
/usr/lib/systemd/system/ctrl-alt-del.service
1
yes
on
systemd.confirm_spawn
/etc/default/grub
systemd.confirm_spawn=(1|yes|true|on)
GRUB_DISABLE_RECOVERY=true
/sbin/grubby --update-kernel=ALL --remove-args="systemd.confirm_spawn"
grub2-mkconfig -o /boot/grub2/grub.cfg
/usr/lib/systemd/system/emergency.service
/usr/lib/systemd/system/rescue.service
screen
$ sudo yum install screen
$ screen
ctrl+a x
cac
default
other
opensc
$ sudo yum install opensc
pcsc-lite
$ sudo yum install pcsc-lite
pam_pkcs11
$ sudo yum install pam_pkcs11
pcscd
$ sudo systemctl enable pcscd.service
/etc/opensc.conf
app default
app default { ... card_drivers = ; }
Coolkey PKCS#11
$ sudo pkcs11-switch opensc
# force_card_driver = customcos;
force_card_driver = ;
cert_policy
/etc/pam_pkcs11/pam_pkcs11.conf
ocsp_on
cert_policy = ca, ocsp_on, signature;
/etc/passwd
^(bin|oracle|sapadm)$
var_accounts_authorized_local_users_regex
$ sudo userdel unauthorized_user
NUM_DAYS
USER
$ sudo chage -I NUM_DAYS USER
-E
/etc/default/useradd
INACTIVE=
useradd
ACCOUNT_NAME
YYYY-MM-DD
$ sudo chage -E YYYY-MM-DD ACCOUNT_NAME
$ sudo chage -E YYYY-MM-DD USER
$ sudo getent passwd | awk -F: '{ print $1}' | uniq -d
passwd
su
login
login.defs(5)
PASS_MAX_DAYS
-M
PASS_MIN_DAYS
-m
PASS_WARN_AGE
-W
$ sudo chage -M 180 -m 7 -W 7 USER
PASS_MIN_LEN
15
12
$ sudo chage -M USER
$ sudo chage -m 1 USER
x
*
rounds
rounds=
password sufficient pam_unix.so ...existing_options... rounds=
nullok
$ sudo awk -F: '!$2 {print $1}' /etc/shadow
$ sudo passwd [username]
$ sudo passwd -l [username]
+
/etc/group
.netrc
sudo
/etc/securetty
/dev/console
/dev/tty*
/dev/vc/*
$ sudo echo > /etc/securetty
1000
halt
sync
shutdown
nfsnobody
$ sudo usermod -L account
$ sudo usermod -s /sbin/nologin account
ttyS0 ttyS1
~/.profile
~/.bashrc
PATH
vc/1 vc/2 vc/3 vc/4
wheel
/etc/pam.d/su
auth required pam_wheel.so use_uid
CREATE_HOME
CREATE_HOME yes
FAIL_DELAY
/etc/security/limits.conf
/etc/security/limits.d/
* hard maxlogins
$ sudo mkdir --mode 000 /tmp/tmp-inst
/etc/security/namespace.conf
/tmp /tmp/tmp-inst/ level root,adm
$ sudo mkdir --mode 000 /var/tmp/tmp-inst
/var/tmp /var/tmp/tmp-inst/ level root,adm
TMOUT
/etc/profile
/etc/bashrc
/etc/profile.d/tmout.sh
typeset -xr TMOUT=
declare -xr TMOUT=
typeset
$ sudo chgrp USER_GROUP /home/USER/.INIT_FILE
$ sudo chmod o-w FILE
$ sudo chown USER /home/USER/.*
/users
/tmp
/
$ sudo mkdir /home/USER
$ sudo chgrp USER_GROUP /home/USER/FILE_DIR
$ sudo chown -R USER /home/USER
$ sudo chmod 0750 /home/USER/FILE_DIR
$ sudo chgrp USER_GROUP /home/USER
$ sudo chown USER /home/USER
0740
$ sudo chmod 0740 /home/USER/.INIT_FILE
0750
$ sudo chmod 0750 /home/USER
# ls -ld /home/USER
# chmod g-w /home/USER # chmod o-rwx /home/USER
# echo $PATH
.
# ls -ld DIR
..
PATH=:/bin PATH=/bin: PATH=/bin::/sbin
umask
/etc/csh.cshrc
UMASK
/etc/profile.d