A practical guide to understand and apply the cybersecurity requirements of the NIS2 Directive. Simple explanations, concrete examples, links to official documents.
This guide is an informal summary created by Infodiz to facilitate understanding of the NIS2 Directive for European SMEs. It has no legal value. For the official and binding text, always refer to the original ENISA documents and the national transposition legislation in your Member State.
The NIS2 Directive states that every company must have a "cybersecurity policy" โ a document explaining how the company protects its systems and data.
The policy can be brief, but must contain this information:
"Our company is committed to protecting customer data and IT systems through: monthly software updates, quarterly training on cyber risks, weekly backups of critical data, and annual security review. The responsible person is John Smith (security@company.com)."
You must assign specific roles for cybersecurity. Even a single person can be enough, but it must be clear who does what.
| Role | What they do |
|---|---|
| Security Manager | Coordinates everything, reports to management |
| Backup Contact | Verifies that backups work |
| Updates Contact | Applies security patches |
You must carry out a risk assessment โ understand what could go wrong (hacker attack, data loss, hardware failure) and how serious it is.
| Risk | Likelihood | Impact | Action |
|---|---|---|---|
| Ransomware | High | High | Antivirus + Backup |
| Customer data loss | Medium | High | Daily backup |
| Website down | Medium | Medium | Hosting with 99% uptime |
If a cyber incident occurs (attack, data breach), you must:
You must have a plan to keep running if something serious happens (flood, fire, hacker attack).
| Type | Frequency | Where |
|---|---|---|
| Customer database | Daily | Cloud + Local |
| Documents | Weekly | Cloud |
| Configurations | Monthly | Encrypted local |
Your suppliers (cloud provider, software house, hosting) are a risk. If a supplier is hacked, it can compromise you too.
When you buy software or IT services, you must verify that they are secure. Don't buy just because it's cheap.
The human factor is the leading cause of incidents. You must train employees.
Sensitive data must be encrypted โ both in transit (HTTPS) and at rest.
Employees are a risk โ when they join and when they leave.
Not everyone needs access to everything. Least privilege principle.
You need to know what you have โ hardware, software, data. You can't protect what you don't know.
Servers in the garage with the door open are not acceptable.