# NIS2 for Tech Teams

What Actually Changes in 2026

A practical implementation guide for CTOs, DevOps engineers, and
technical founders building compliant systems.

The NIS2 Directive isn't another compliance checkbox you can
delegate to legal and forget about. If you're a CTO, DevOps
engineer, or technical founder at a European startup or scale-up,
this regulation will fundamentally reshape how you architect
systems, handle incidents, and manage your entire supply chain.

Here's the uncomfortable truth: according to recent industry
analysis, many firms are struggling to comply with NIS2
requirements, not because the rules are unreasonable, but because
the technical implications weren't clear until implementation
began. The directive entered into force on January 16, 2023, with
EU Member States required to transpose it into national law by
October 17, 2024. Now, enforcement is ramping up—and technical
teams are scrambling.

This guide cuts through the regulatory jargon and translates NIS2
into what you actually need to build, configure, and document.
Whether you're running infrastructure on AWS, managing a
Kubernetes cluster, or shipping SaaS products to European
customers, here's your technical implementation roadmap.

## NIS2 Isn't Just a Compliance Checkbox (It's a Technical Overhaul)

The original NIS Directive from 2016 was a starting point. NIS2 is
a complete rewrite designed for modern threat landscapes.
According to the European Commission's digital strategy
documentation, the directive responds to "the increased
digitisation of the internal market" and "an evolving
cybersecurity threat landscape"—diplomatic language for
"ransomware attacks are crippling critical infrastructure and we
need to do something about it."

What makes NIS2 different for technical teams? Three things:

### Expanded scope

NIS2 covers significantly more sectors and entities. If you're
building software for healthcare, energy, transport, banking,
digital infrastructure, or even food production supply chains,
you're likely in scope. The directive distinguishes between
"essential" and "important" entities, but both categories face
substantial technical requirements.

### Personal accountability

Management bodies can now be held personally liable for
compliance failures. This means your CTO or CISO isn't just
responsible for implementation—they're on the hook if things go
wrong. This represents a significant shift toward executive
accountability in cybersecurity governance.

### Harmonized enforcement

Unlike the patchwork of NIS1 implementations across Member
States, NIS2 aims for consistency. The European Union Agency for
Cybersecurity (ENISA) plays a central coordination role, and
penalties can reach €10 million or 2% of global annual
turnover—whichever is higher.

## The 10 Minimum Security Measures Under Article 21

Article 21 of NIS2 specifies ten minimum security measures that
in-scope entities must implement. Let's break down each one from a
technical implementation perspective.

### 1. Risk Analysis and Information System Security Policies

You need documented, regularly updated risk assessments covering
your entire information system architecture. This isn't a
one-time exercise—it's a continuous process.

#### Technical implementation:

- • 
Deploy automated asset discovery tools to maintain an
accurate inventory 
- • 
Implement risk scoring methodologies (FAIR, NIST RMF, or
similar) 
- • 
Create machine-readable security policies that can be
version-controlled 
- • 
Establish quarterly review cycles with documented change
logs 

### 2. Incident Handling Procedures

NIS2 requires formalized incident handling that goes beyond
"we'll figure it out when it happens." You need detection,
analysis, containment, and recovery procedures documented and
tested.

#### Technical implementation:

- • 
Deploy SIEM or equivalent log aggregation with defined
detection rules 
- • 
Create runbooks for common incident types (ransomware, data
breach, DDoS) 
- • 
Implement automated alerting with clear escalation paths 
- • 
Maintain incident response tooling (forensic images, network
isolation capabilities) 

### 3. Business Continuity and Crisis Management

This measure requires backup management, disaster recovery, and
crisis management capabilities. For technical teams, this means
your infrastructure must be resilient by design.

#### Technical implementation:

- • 
Implement automated backups with tested restoration
procedures 
- • 
Deploy infrastructure-as-code for rapid environment
recreation 
- • 
Establish RPO (Recovery Point Objective) and RTO (Recovery
Time Objective) targets 
- • 
Conduct regular disaster recovery drills with documented
results 

### 4. Supply Chain Security

This is where NIS2 gets uncomfortable for startups. You're
responsible for the security of your entire supply chain,
including vendors, contractors, and third-party services. For a
practical guide, see our article on
[why code reviews matter for compliance](/blog/2025-11-09-do-you-need-code-reviews).

#### Technical implementation:

- • 
Maintain a comprehensive vendor inventory with security
assessments 
- • 
Implement vendor access controls with least-privilege
principles 
- • 
Require security questionnaires and evidence from critical
suppliers 
- • 
Monitor third-party integrations for anomalous behavior 

Every npm package, every Docker base image, every API
integration represents potential supply chain risk.

### 5. Network and Systems Acquisition Security

Security must be considered throughout the system development
lifecycle—from procurement through deployment and maintenance.

#### Technical implementation:

- • 
Implement security requirements in procurement
specifications 
- • 
Deploy secure CI/CD pipelines with automated security
scanning 
- • 
Require security testing before production deployment 
- • 
Maintain secure configuration baselines for all systems 

### 6. Vulnerability Handling and Disclosure

NIS2 requires systematic vulnerability management, including
coordinated disclosure processes. This isn't just about
patching—it's about having a mature vulnerability lifecycle.

#### Technical implementation:

- • 
Deploy vulnerability scanning across all assets
(infrastructure, applications, containers) 
- • 
Implement SLA-based patching timelines based on severity 
- • 
Establish a vulnerability disclosure policy and process 
- • 
Track vulnerability metrics (mean time to remediation, patch
coverage) 

### 7. Cybersecurity Effectiveness Assessment

You must regularly assess whether your security measures
actually work. This means testing, auditing, and measuring
outcomes.

#### Technical implementation:

- • 
Conduct regular penetration testing (at least annually,
quarterly for critical systems) 
- • 
Implement security metrics and KPIs with dashboards 
- • 
Perform tabletop exercises and red team assessments 
- • Commission independent security audits 

The key word here is "effectiveness." Having controls isn't
enough—you need evidence they're working. If you're considering
penetration testing, read
[whether you need a pen test for ISO 27001](/blog/2025-10-23-do-you-need-pen-test-for-iso27001).

### 8. Cryptography and Encryption Requirements

NIS2 requires appropriate use of cryptography to protect data
confidentiality and integrity. "Appropriate" means current
standards, not legacy algorithms.

#### Technical implementation:

- • Enforce TLS 1.3 for all external communications 
- • 
Implement encryption at rest for sensitive data stores 
- • 
Deploy certificate management with automated rotation 
- • 
Document cryptographic standards and key management
procedures 

If you're still supporting TLS 1.1 or using SHA-1 anywhere in
your infrastructure, NIS2 compliance requires immediate
remediation.

### 9. Human Resources Security and Access Control

Security awareness and access control are intertwined. You need
both trained people and technical controls limiting what they
can access.

#### Technical implementation:

- • 
Implement role-based access control (RBAC) across all
systems 
- • 
Deploy identity management with regular access reviews 
- • 
Automate onboarding/offboarding access provisioning 
- • 
Maintain training completion records with assessment scores 

### 10. Multi-Factor Authentication and Secure Communications

MFA is explicitly required under NIS2, along with secured voice,
video, and text communications where appropriate.

#### Technical implementation:

- • 
Enforce MFA for all user accounts (hardware keys preferred,
TOTP minimum) 
- • 
Implement MFA for all administrative and privileged access 
- • 
Deploy encrypted communication channels for sensitive
discussions 
- • 
Disable legacy authentication protocols that bypass MFA 

The "where appropriate" language in the directive shouldn't be
interpreted loosely. If an account can access sensitive data or
systems, MFA is appropriate. For a concrete example, see
[why Google Workspace default settings are insecure](/blog/2026-03-26-google-workspace-default-settings-are-insecure).

## NIS2 Incident Reporting: The Technical Requirements

NIS2's incident reporting requirements are among the most
technically demanding aspects of the directive. You have strict
timelines and specific information requirements.

### 24-Hour Early Warning Protocol

When you detect a significant incident, you have 24 hours to
submit an early warning to your national competent authority.
This isn't a full report—it's a heads-up that something serious
is happening.

#### What you need to report:

- • 
Whether the incident is suspected to be caused by unlawful
or malicious acts 
- • 
Whether the incident could have cross-border impact 
- • Initial assessment of incident severity 

#### Technical requirements:

- • 
Automated incident detection capable of identifying
"significant" incidents 
- • 
Alerting systems that notify appropriate personnel
immediately 
- • 
Pre-drafted early warning templates ready for rapid
submission 
- • 
Clear criteria for what constitutes "significant" in your
context 

### 72-Hour Incident Notification Details

Within 72 hours, you must provide a more detailed notification
including initial assessment, severity, impact, and indicators
of compromise where available.

#### What you need to report:

- • Updated severity and impact assessment 
- • Indicators of compromise (IOCs) 
- • Initial remediation actions taken 
- • Estimated scope of affected systems and data 

#### Technical requirements:

- • Forensic capabilities to gather IOCs quickly 
- • 
Asset inventory accurate enough to assess impact scope 
- • 
Logging sufficient to reconstruct incident timeline 
- • 
Documentation systems for tracking remediation actions 

### Building Automated Incident Detection

Meeting these timelines manually is nearly impossible for most
organizations. Automation isn't optional—it's essential.

#### Implementation approach:

- • 
Deploy SIEM with correlation rules tuned to your threat
model 
- • 
Implement automated severity classification based on
affected assets 
- • 
Create automated notification workflows triggered by
incident declaration 
- • 
Build dashboards showing incident status against reporting
deadlines 

## Using AI Tools While Staying NIS2 Compliant

The intersection of AI tools and compliance is generating
significant discussion. Technical teams are asking: Can we use AI
coding assistants while maintaining compliance?

### AI Coding Assistants and Data Residency Concerns

AI coding assistants process your code—and potentially your
data—through external systems. Under NIS2, this creates supply
chain and data protection considerations.

#### Key questions to address:

- • 
Where does the AI provider process and store your code? 
- • What data retention policies apply? 
- • 
Is the AI provider itself compliant with relevant security
standards? 
- • 
How do you prevent sensitive data from being included in AI
prompts? 

#### Practical mitigations:

- • 
Implement code scanning to detect secrets before AI
submission 
- • 
Use AI tools with EU data residency options where available 
- • 
Document AI tool usage in your supply chain risk assessment 
- • Train developers on appropriate AI tool usage 

### Automated Security Monitoring Within NIS2 Bounds

AI-powered security monitoring can strengthen your NIS2
compliance posture—when implemented correctly.

#### Compliant AI security use cases:

- • 
Anomaly detection in network traffic and user behavior 
- • Automated log analysis and correlation 
- • 
Threat intelligence enrichment and prioritization 
- • 
Vulnerability prioritization based on exploitability 

#### Implementation considerations:

- • 
Ensure AI security tools don't create new data residency
issues 
- • 
Validate AI-generated alerts to avoid automation bias 
- • 
Maintain human oversight of AI-driven security decisions 
- • 
Document AI tool capabilities and limitations in your
security policies 

## NIS2 Compliance Checklist for Technical Teams

Let's consolidate everything into actionable checklists your team
can execute.

### Infrastructure Requirements

- ☐ 
Asset inventory covering all systems, applications, and data
stores 
- ☐ 
Network segmentation with documented architecture 
- ☐ 
Encryption at rest and in transit (TLS 1.3, AES-256 minimum) 
- ☐ MFA enforced for all accounts with system access 
- ☐ 
Automated backup with tested restoration procedures 
- ☐ 
SIEM or equivalent log aggregation with retention meeting
legal requirements 
- ☐ Vulnerability scanning across all asset types 
- ☐ Patch management with SLA-based timelines 

### Documentation Requirements

- ☐ 
Information security policy approved by management 
- ☐ 
Risk assessment methodology and current assessment 
- ☐ 
Incident response plan with defined roles and procedures 
- ☐ Business continuity and disaster recovery plans 
- ☐ 
Supply chain security policy with vendor assessment criteria 
- ☐ Access control policy with RBAC documentation 
- ☐ 
Cryptographic standards and key management procedures 
- ☐ Training program with completion records 

### Testing and Audit Preparation

- ☐ 
Penetration testing completed within past 12 months 
- ☐ 
Disaster recovery drill completed with documented results 
- ☐ Incident response tabletop exercise completed 
- ☐ Access review completed for all systems 
- ☐ Vulnerability remediation metrics documented 
- ☐ Security awareness training completion verified 
- ☐ Third-party vendor assessments current 
- ☐ Evidence collection automated where possible 

## Start Your NIS2 Implementation Today

NIS2 represents a fundamental shift in how European regulators
approach cybersecurity. For technical teams, it's not about adding
compliance overhead to your existing processes—it's about building
security into your architecture, operations, and culture.

The ten minimum security measures under Article 21 aren't
arbitrary bureaucratic requirements. They represent hard-won
lessons from real incidents: the ransomware attacks that crippled
hospitals, the supply chain compromises that affected thousands of
organizations, the data breaches that exposed millions of records.

Key takeaways for technical teams:

- 1. 
Start with a gap assessment against the ten minimum measures 
- 2. 
Prioritize incident detection and reporting capabilities—the
timelines are unforgiving 
- 3. 
Address supply chain security, including your software
dependencies 
- 4. Automate evidence collection from day one 
- 5. 
Document everything in auditable, version-controlled formats 

The enforcement deadline has passed, and regulators are actively
pursuing non-compliant organizations. The question isn't whether
to implement NIS2 controls—it's how quickly you can close your
compliance gaps.

If NIS2 overlaps with your ISO 27001 or SOC 2 efforts, learn about
[choosing between SOC 2 and ISO 27001](/blog/2025-10-08-soc2-or-iso27001)
and
[talk to Probo](/contact)
to see how managed compliance can help.

### Probo can achieve NIS2 compliance for you
[
Book a meeting
](/contact)
