Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The Unofficial Ubuntu Starter Guide
Prev Home Next

Q: What are the basic things I need to know about securing my Ubuntu?

  1. Read General Notes
  2. Ensure hard drive is first in BIOS boot-up sequence
    1. To prevent trespassers from using Linux Installation CD which allows them to gain root user access
    2. To prevent trespassers from using Linux Live CD (e.g. UBUNTU/KNOPPIX/MEPIS) which allows them to destroy/browse/share the entire hard drive
    3. To prevent trespassers from installing another Operating System
  3. Ensure a password is set for BIOS
    1. To prevent trespassers from changing the BIOS boot-up sequence
  4. Ensure computer is located at a secured place
    1. To prevent trespassers from removing computer's hard drive which allows them to destroy/browse/share the entire hard drive from a different computer
    2. To prevent trespassers from removing computer's on-board battery which resets the BIOS password
  5. Ensure passwords used on the system cannot be easily guessed
    1. To prevent trespassers from cracking password file using brute force attacks (e.g. John the Ripper)
    2. Create password with minimum length of 8 characters
    3. Create password with mixture of characters/numbers, and upper/lower case
  6. Ensure interactive editing control for GRUB menu is disabled
    1. To prevent trespassers from modifying kernel boot-up arguments which allows them to have root user access
    2. Read How to disable all interactive editing control for GRUB menu?
  7. Ensure history listing is disabled in Console mode
    1. To prevent trespassers from seeing previously issued commands
    2. Read How to disable history listing in Console mode?
  8. Ensure Ctrl+Alt+Del is disabled in Console mode
    1. To prevent trespassers from restarting the system without permission in Console mode
    2. Read How to disable Ctrl+Alt+Del from restarting computer in Console mode?
  9. Ensure interactive option is set for remove, copy and move of files/folders in Console mode
    1. To prevent accidental removal/overwritten of files/folders
    2. Read How to enable prompt before removal/overwritten of files/folders in Console mode?
  10. For day to day usage, login as a normal user
    1. To prevent accidental deletion/modification of system files/folders
    2. Read How to add/edit/delete system users?
  11. Disable root user account, use "sudo" instead
    1. To reduce the amount of time spent with root privileges, and thus the risk of inadvertently executing a command as root
    2. "sudo" provides a more useful audit trail (/var/log/auth.log)
    3. Read How to disable root user account?
  12. Install a Firewall
    1. A firewall does not guarantee security but it is in most environments the first line of defense against network based attacks
    2. Read How to install Firewall (Firestarter)?
  13. Perform vulnerability test
    1. Nessus is a great tool designed to automate the testing and discovery of known security problems
    2. Read How to install Vulnerability Scanner (Nessus)?
The Unofficial Ubuntu Starter Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire