1 / 14

CIS 193A – Lesson4

CIS 193A – Lesson4. Bastille Hardening a System. Focus Question. What Linux utilities, commands, and files are used by Bastille to harden a system?. The Bastille Package. /etc/Bastille - Configuration files (config) /var/log/Bastille - Reports and log files

sinjin
Télécharger la présentation

CIS 193A – Lesson4

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CIS 193A – Lesson4 BastilleHardening a System

  2. Focus Question What Linux utilities, commands, and files are used by Bastille to harden a system?

  3. The Bastille Package • /etc/Bastille - Configuration files (config) • /var/log/Bastille - Reports and log files • /var/log/Bastillerevert - backup files • /usr/lib/Bastille - Perl libraries • /usr/share/Bastille - Documentation

  4. Command Syntax • bastille–a # --assessAssess the system • bastille –x # -c for curses Create config file and implement changes • bastille –b <config>Harden system with specified configuration • bastille –r Undoes the configuration

  5. Bastille Groupings • File Permissions • Account Security • Boot Security • Logging • Miscellaneous Daemons • Secure Inetd • Disable User Tools • Services: Sendmail, Printing, Apache, DNS, FTP

  6. File Permissions • Setting permissions in /sbin and /usr/sbin to 750 instead of 755 • Removing setuid bits from: • mount, umount • ping traceroute • dump restore • at • X windows • others

  7. Account Security • Disable clear text r-protocols • Add password aging • Strengthen umask • Disable root loggins on ttys • Remove extraneous accounts and groups • Restrict use of cron to root account

  8. Boot Security • Password protect grub or lilo • Disable ctrl-alt-del reboot sequence • Password protect single user mode

  9. Logging • Adding additional logging • Activating system auditing • Turning on process accounting

  10. Miscellaneous Daemons • Disable the following services: • apmd / acpid • nfs, nis • samba • pcmcia • gpm • kudzu • etc

  11. Secure Inetd • Disable telnet service • Disable ftp service • Include default deny for hosts.deny • Banners: authorized use warnings

  12. Disable User Tools • Disable compilers

  13. Review

  14. Focus Question What Linux utilities, commands, and files are used by Bastille to harden a system? Bastille uses grub, PAM, chkconfig, chmod, iptables, and edits such files as issue, securetty, nologin, inittab, login.defs, as well as service configuration files.

More Related