CP Checklist Linux
CP Checklist Linux
LINUX
1. Update the machine
a. apt-get update
b. apt-get upgrade
c. apt-get dist-upgrade
2. Install clamtk
a. apt-get install clamtk
b. Run the scan
i. freshclam
3. Set automatic Updates
a. System settings>software & updates>Updates
i. Automatically check for updates
ii. Important security updates
4. Search for all prohibited files
a. find / -name “*.{extension}” –type f
5. Configure the firewall
a. apt-get install ufw / yum install ufw
b. ufw enable
c. ufw status
6. Edit the lightdm.conf file
a. Ubuntu
i. Edit /etc/lightdm/lightdm.conf or /usr/share/lightdm/lightdm.conf/50-ubuntu.conf
ii. allow-guest=false
iii. greeter0hide-users=true
iv. greeter-show-manual-login=true
v. autologin-user=none
b. Debian
i. Edit /etc/lightdm/lightdm.conf
1. Greeter-hide-users=true
2. Greeter-allow-guest=false
3. Greeter-show-manual-login=true
4. Allow-guest=false
5. Autologin-user=none
ii. Edit /etc/gdm3/greeter.dconf-defaults
1. Disable-user-list=true
2. Disable-restart-buttons=true
3. AutomaticLoginEnable = false
7. Create any missing users
a. ___________________
b. ___________________
8. Change all the user passwords to “Cyb3rPatr!0t$”
9. Edit the /etc/login.defs
a. FAILLOG_ENAB YES
b. LOG_UNKFAIL_ENAB YES
c. SYSLOG_SU_ENAB YES
d. SYSLOG_SG_ENAB YES
e. PASS_MAX_DAYS 90
f. PASS_MIN_DAYS 10
g. PASS_WARN_AGE 7
i. Add the following to the line that ends in difok=3 to /etc/pam.d/common-password
ii. ucredit=-1 lcredit=-1 dcredit=-1 ocredit=-1
Page 1
Team Number _________________
Round # ___ Date: ___ / ___ / ___
Operating System ______________
Page 2
Team Number _________________
Round # ___ Date: ___ / ___ / ___
Operating System ______________
Page 3
Team Number _________________
Round # ___ Date: ___ / ___ / ___
Operating System ______________
Page 4
Team Number _________________
Round # ___ Date: ___ / ___ / ___
Operating System ______________
Page 5