← Back to Guidance Portal

HA Notification Pipelines

Designing resilient out-of-band channels for the NIS2 Article 23 (24H/72H) reporting windows.

TOOL // FAILOVER_SIMULATOR

Pipeline Resiliency Test

Simulate a total terrestrial backbone failure and observe how your the Early Warning survives via Out-of-Band (OOB) failover.

SOC
REPORT_ID_042
PRIMARY_FIBER
SAT_FAILOVER
CSIRT_API
REF // RESILIENCY_CHECKLIST

Pipeline Requirements

Multi-Region Persistence

Reports must be queued in geographically distributed databases to survive site failure.

5-Min Heartbeats

Continuous testing of the CSIRT API connection with automated alerts for downtime.

OOB Failover (Satellite/LTE)

Tertiary channel capable of handling notifications when the main backbone is cut.

Cryptographic Signing

Mutual TLS (mTLS) or HSM-backed signing for report integrity verification.

Reference Architecture: NIS2-Ready Pipeline

graph LR
    subgraph "Internal Infrastructure"
    A[Incident Monitor] --> B[Persistent Queue]
    end
    
    subgraph "Reporting Engine"
    B --> C{HA Dispatcher}
    end
    
    C -- "Primary (HTTPS)" --> D[National CSIRT]
    C -- "Secondary (Satellite)" --> D
    C -- "Tertiary (SMS/LTE-M)" --> E[Emergency Backup]
    
    style C fill:rgba(0, 242, 255, 0.1),stroke:var(--accent)
    style D fill:rgba(0, 255, 127, 0.1),stroke:var(--success)
          
Visualizing a multi-channel failover strategy for Article 23.