// CYBERSECURITY 101

Cybersecurity Fundamentals for Employees

0/5 MODULES
MODULE 01~10 min

Cyber Hygiene Fundamentals

// What is Cyber Hygiene?

Cyber hygiene refers to the routine practices and steps that users of computers and other devices take to maintain system health and improve online security. Just as personal hygiene prevents illness, cyber hygiene prevents data breaches and malware infections. It is not a one-time activity — it is an ongoing discipline that must be practiced every day.

// Password Security and Authentication

Passwords are the first line of defense against unauthorized access. A strong password policy is critical for protecting sensitive information.

  • Use at least 12–16 characters with a mix of uppercase, lowercase, numbers, and special characters.
  • Never reuse passwords across different accounts — a single compromised account can cascade.
  • Consider passphrases: a sequence of random words (e.g., 'CorrectHorseBatteryStaple') that are long yet memorable.
  • Enable Multi-Factor Authentication (MFA) on every account that supports it — it stops 99.9% of automated attacks.
  • Use an approved password manager to generate and store complex, unique credentials for every service.

// Device and Software Management

Keeping your devices and software up to date is essential for closing security vulnerabilities that attackers exploit.

  • Enable automatic software updates for your OS, browsers, and applications to receive security patches promptly.
  • Always lock your screen when stepping away — even for a minute. Use Win+L (Windows) or Ctrl+Cmd+Q (Mac).
  • Only use company-approved USB drives and removable media. Never plug in a device you found or received unexpectedly.
  • Enable full-disk encryption on laptops and mobile devices to protect data if the device is lost or stolen.
  • Install software only from trusted, authorized sources. Avoid pirated or unofficial applications.

// Key Takeaway

Cyber hygiene is not the IT department's job alone — it is every employee's responsibility. Small, consistent habits are the most powerful defense against the majority of cyber threats organizations face today.