Security Best Practices Flashcards
1
Q
Password Complexity & Length
A
- Make your password long
- Mix upper and lower case
- Use special characters
- Should be at least 8 characters
- Set password expiration , require change
- System remember password history , require unique password
2
Q
Password Expiration & Recovery
A
- All passwords should expire
- Change every 30 , 60 , 90 days
- Critical systems might change more frequently
- Every 15 days or every week
- The recovery process should not be trivial
- Some organizations have a very formal process
3
Q
Desktop Security
A
- Requires a screensaver password
- Integrate with login credentials
- Can be administratively enforced
- Automatically lock after a timeout
- Diable autorun
- autorun.inf in Vista (not in Windows 7 or 8 / 8.1)
- Disabled through registry
- Consider changing Autoplay
- Get the latest security patches
4
Q
Password Best Practices
A
- Changing default username / password
- All devices have defaults
- Many websites document these specifically
- BIOS / UEFI Password
- Supervisor / Administrator password : prevent BIOS changes
- User password : Prevent Booting
- Requiring passwords
- Always require password
- No blank passwords / no automated logins
5
Q
Restricting User Permissions
A
- User permissions
- Assign proper rights & permissions
- This may be an involved audit
- Assign rights based on groups
- More difficult to manage per-user / rights
- More useful as company grows
- Login time restrictions
- Only during working hours
- Restrict after-hours activities
6
Q
Disabling Unnecessary Accounts
A
- All operating systems include other accounts
- guest , root , mail , etc
- Not all accounts are necessary
- Disable / remove the unnecessary
- Disable the great account
- Disable interactive logins
- Not all accounts need to login
7
Q
Account Lockout & Disablement
A
- Too many bad password will cause lockout
- Should be normal for most users
- Can cause big issues for services accounts
- Disable user accounts
- Part of the normal change process
- You don’t want to delete accounts
- Not initially
8
Q
Data Encryptions
A
- Full-disk encryption
- Encrypt the entire drive
- File system encryption
- Individual files and folders
-Removable media
- Key backups are critical
- Always need copy / may be integrated into Active Directory
9
Q
Patch & Update Management
A
- Keep OS & application updated
- Security & stability improvements
- Built into the Operating System
- Updates are deployed as available
- Deployment may be managed internally
- Many applications include their own update
- Always stay up to date