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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly