Linux Security Flashcards
What are the main security requirements, describe them
Authorisation - Only allow those that need access to the data
Authenticity - Verifying they are who they say they are
Privacy/Confidentiality - Ensure personal information is not being compromised
Integrity - Ensuring that the data has not been tampered with
Non-repudiation - Confirmation that data is received. Ability to prove it in court
Availabilty - Ensure that the system can perform it’s required function
What are the types of attacks that can be made against systems?
Reading data
Changing data
Denial of service attack
Access to a computer - Aquiring access trough user accounts
What are some methods of attacking a system?
Password guessing Social engineering Trojan horses Virus Software bugs Address spoofing
How do you create, set password and remove a user?
useradd (username)
passwd (username)
userdel (userdel)