Skip to content

IT security in practice – protect data, users and systems

The principles and habits that keep attackers out in everyday life

IT security is not a single product you install, but a collection of principles and habits. Classically you collect the goals in three words: confidentiality (only the right people can see data), integrity (data cannot be changed without permission) and availability (systems must work when needed). Almost all security work can be traced back to one of the three.

§Layered defense

You don't rely on a single form of protection. Instead, you implement multiple layers so a breach in one place does not give free access to everything. A firewall rule set, updated systems, strong login protection, separate networks and backups work together. This thinking is called layered defense: if one layer fails, the others still stand.

§Access and identity

Most breaches start with an account that gets taken over. This is why strong passwords, two-factor login and the principle of least privilege are so important. Least privilege means each user and system has precisely the permissions the task requires — so a compromised login opens as little as possible. Review access regularly and remove what is no longer needed.

§The common threats

  • 01Phishing: fake messages that trick the user into providing access
  • 02Harmful software: programs that destroy spy or lock data
  • 03Weak or Reused Access Codes That Are Guessed or Leaked
  • 04Outdated systems with known vulnerabilities.
  • 05Misconfiguration: services that are inadvertently open to the outside world

§Update and backups

Two habits make disproportionately big difference. First is keeping systems and programs updated — most attacks exploit known holes long since closed in update. Second is taking backups storing copy separately from system and — critically — testing that you actually can restore from them. A backup nobody tested is just hope

§When something still goes wrong

Assume a breach will happen sooner or later and have a plan. Who should be notified, how do you limit damage, how do you recover, and what do you learn afterward? Being able to act calmly and systematically under an attack is a skill in itself – and it is best practiced before you need it.

Safety is not a condition you reach, but a habit you keep up.

Common teaching principle in IT security