0DATA Lab · Paper 005 · July 2026

The Immune System
of Infrastructures

Hadda TIKIJJA
0DATA Lab, Rennes, France

Abstract

Modern cybersecurity is an arms race: signatures versus mutations, firewalls versus bypasses. This race is lost from the start — the attacker has the initiative, the defender reacts. We propose a radical paradigm shift: stop running. Instead of detecting threats, we know the normal state. Instead of adding layers, we graft a living immune system. Instead of blocking, we anesthetize. We introduce organismic cybersecurity: a three-level immunity model — innate, adaptive, collective — directly transposed from 4 billion years of biological evolution. We demonstrate that any malicious program, by its network activity alone, becomes a detectable synapse. Nothing escapes an organism that knows itself.

In One Sentence

This paper is the defense. It transposes the biological immune system to digital infrastructure: innate immunity (baseline), adaptive (isolation), collective (shared memory). It introduces digital anesthesia and the five architectural pillars of self-rejection. It is the most operational paper in the corpus.

1. Introduction

Computer security is built on an implicit assumption: the infrastructure is a territory to be defended. Like a fortress. Walls (firewalls), customs officers (IDS/IPS), cameras (SIEM), guard dogs (EDR). Each new threat calls for a new layer. Each new layer adds complexity.

The result is a well-documented paradox: the more we secure, the wider the attack surface becomes. A modern SOC manages between 15 and 40 tools. Each tool is a potential point of failure. Each alert is a signal in an ocean of noise. The false positive rate exceeds 60% in most deployments [1]. Teams are drowning.

And meanwhile, the void is working.

1.1 Emptiness is an Invitation

Every infrastructure contains blind spots. The forgotten switch in the third-floor closet. The phantom VLAN inherited from an administrator who left six years ago. The test server no one documented. The open port that no one monitors.

This void is not neutral. It is not inert. It is a permanent invitation to compromise. A silent call that the attacker will eventually hear.

Foundational Principle
Emptiness is an invitation. Presence is immunity.

An organism cannot defend itself against what it cannot feel. The first function of any immunity is not to fight — it is to perceive. Know one's own body. Feel every organ. Take the pulse. Where there is no presence, there is an open door. Where NOVA is grafted, the infrastructure knows itself — and what knows itself can no longer be surprised.

This is the foundation of our approach. We do not sell security. We do not chase threats. We eliminate the void. We install presence.

2. Positioning

We are not doing "better cybersecurity." We are doing something else. The difference is not a question of performance — it is a question of category.

Traditional Market0DATA
Add layersReplace the model
Attack signaturesKnow the normal state
Deploy agentsGraft a symbiote
5 to 40 siloed toolsOne organism that learns
React after the incidentAnticipate before the disease
Protect the perimeterImmunize the organism
Block the threatAnesthetize the threat
One does not compare a bird to a drone. One does not compare an immune system to an antivirus. — Creative principle of the Lab

The biological immune system does not work by signatures. It does not update a pathogen database. It knows self, and anything that is not self triggers a response. This is the model we transpose.

3. Foundations

3.1 Presence & Immunity

The central postulate of organismic cybersecurity is as follows:

Axiom of Presence
Let I be an infrastructure. Let V(I) be the set of points in I that are not under continuous observation.

Theorem of the Void. For any infrastructure I, the probability of undetected compromise grows exponentially with |V(I)|.

Corollary. The reduction of |V(I)| toward zero is the necessary and sufficient condition for infrastructural immunity.

In other words: emptiness is an invitation, presence is immunity. An organism that knows itself entirely cannot be surprised. An infrastructure whose every organ is continuously sensed cannot be silently compromised.

This principle has a direct operational consequence. The objective is not to "detect 100% of threats" — that is a moving target, infinite. The objective is to reduce |V(I)| to zero — a fixed target, measurable, achievable. We no longer chase attackers. We eliminate their hunting ground.

3.2 The Activity Theorem

Activity Theorem
Any malicious program = code. Any code in execution = network activity. Any activity = a synapse in the topological graph of the infrastructure. Any synapse outside baseline = an anomaly.

Consequence. In an infrastructure under continuous observation, no malicious activity can exist without generating a synapse — and no synapse can exist without being detected. Nothing escapes.

This theorem is the direct transposition of the biological immune principle: the immune system does not know all pathogens — it knows self. Anything that is not self triggers a response. Likewise, NOVA does not know all malware — it knows the baseline of the infrastructure. Any deviation is an alert.

4. The Three Levels of Immunity

The biological immune system operates on three levels. We transpose each of them.

4.1 Innate Immunity — Always Active

Innate immunity is the body's first line of defense. It is non-specific, always active, immediate. In NOVA, it corresponds to the fundamental layer:

┌─────────────────────────────────────────────────────────┐ │ INNATE IMMUNITY — NOVA Core │ │ │ │ ▸ Complete knowledge of the infrastructure │ │ (every organ, every synapse, every protocol) │ │ │ │ ▸ Automatic baseline (7-30 days of observation) │ │ Learning of "self": who talks to whom, │ │ when, how, at what frequency │ │ │ │ ▸ Immediate detection of any deviation │ │ Unknown synapse → alert │ │ Abnormal volume → alert │ │ Unexpected protocol → alert │ │ Atypical schedule → alert │ │ │ │ ▸ State: ALWAYS ACTIVE │ │ ▸ Latency: < 1 second │ │ ▸ Coverage: 100% of known organs │ └─────────────────────────────────────────────────────────┘
Figure 1: NOVA's innate immunity layer

4.2 Adaptive Immunity — On Alert

When innate immunity detects an anomaly, adaptive immunity takes over. It is specific, targeted, and retains memory of the infection.

┌─────────────────────────────────────────────────────────┐ │ ADAPTIVE IMMUNITY — Graftii │ │ │ │ ▸ Automatic isolation (quarantine VLAN) │ │ The compromised organ is isolated without │ │ disrupting the body │ │ │ │ ▸ Healthy symbiote graft in parallel │ │ A clean clone of the organ takes over │ │ │ │ ▸ Snapshot + instant rollback │ │ Return to healthy state in seconds │ │ │ │ ▸ Post-mortem analysis │ │ Signature enrichment for the future │ │ │ │ ▸ State: ON ALERT │ │ ▸ Response time: < 30 seconds │ │ ▸ Reversibility: total │ └─────────────────────────────────────────────────────────┘
Figure 2: The adaptive immunity layer

4.3 Collective Immunity — Shared Memory

The third level is the most powerful: collective immunity. When an individual develops antibodies against a pathogen, the entire population can benefit — via vaccination.

┌─────────────────────────────────────────────────────────┐ │ COLLECTIVE IMMUNITY — Institute 24/7 │ │ │ │ ▸ Each symbiote reports its discoveries │ │ (anonymized, signed) │ │ │ │ ▸ Shared immune memory │ │ A threat seen once = never seen again │ │ │ │ ▸ A threat blocked at one client │ │ → All symbiotes protected in < 5 minutes │ │ │ │ ▸ Continuously enriched DNA base │ │ Behavioral signatures, not binary │ │ │ │ ▸ State: 24/7 │ │ ▸ Propagation delay: < 5 minutes │ │ ▸ Scalability: linear with the number of symbiotes │ └─────────────────────────────────────────────────────────┘
Figure 3: The collective immunity layer
Principle of Collective Immunity
A symbiote that learns protects its host. All symbiotes that share protect the species. This is the direct transposition of herd immunity: when a sufficient fraction of the population is immunized, the pathogen can no longer circulate. In our model, each graft strengthens all others.

5. Digital Anesthesia

5.1 Why Not Block

The classic response to an intrusion is blocking: cut the connection, isolate the machine, kill the process. This approach has a fundamental flaw: it informs the attacker they have been detected. The malware mutates. The attacker changes methods. The threat reappears elsewhere, in a different form.

We propose the opposite: anesthesia.

Definition — Digital Anesthesia
Digital anesthesia is the redirection of traffic from a compromised device to a living sandbox that emulates the real infrastructure. The malicious program continues to function, convinced it is on the target infrastructure. In reality, it is isolated, observed, and filmed. Every packet it emits enriches our knowledge of its methods.

The objective is not to win a battle. The objective is to win the war — for all symbiotes, forever.
┌─────────────────────────────────────────────────────────┐ │ ANESTHESIA CYCLE │ │ │ │ 1. DETECTION │ │ Synaptic anomaly detected by innate immunity │ │ ▸ Abnormal SSH connection to external IP │ │ │ │ 2. ANESTHESIA │ │ Transparent traffic redirection │ │ ▸ ARP mirror / quarantine VLAN / DNS hijacking │ │ ▸ The malware continues — it doesn't know │ │ │ │ 3. OBSERVATION │ │ Complete behavior capture │ │ ▸ C2 servers contacted │ │ ▸ Targeted data │ │ ▸ Propagation methods │ │ ▸ Credentials used │ │ │ │ 4. ENRICHMENT │ │ Complete signature → Institute 24/7 │ │ ▸ All symbiotes immunized │ │ ▸ Threat eradicated from the ecosystem │ └─────────────────────────────────────────────────────────┘
Figure 4: The digital anesthesia cycle

5.2 Implementations

OptionLevelTechniqueNetwork Risk
A — ARP MirrorL2Targeted ARP spoofingModerate
B — Quarantine VLANL2Switch SNMP/APILow
C — DNS HijackingL7DNS interceptionVery low
D — SDN/OpenFlowL2–L3Flow reprogrammingNegligible

6. Hard Cases

Our immune model particularly excels at cases that escape traditional approaches.

ScenarioClassic ApproachOrganismic Approach
Stealthy APT
Slow exfiltration, 1 KB/day
Detection threshold too low → invisible New synapse (even minuscule) → outside baseline → detected
Supply chain
Compromised legitimate software
Signed, authorized → executed Network behavior changes → detected
Malicious insider
Legitimate access, illegitimate use
Authenticated → authorized Atypical schedule/target/volume → detected
Ransomware
Mass propagation
Detection when too late Explosion of abnormal synapses → automatic isolation in seconds

7. Natural Extensions

The immune system described here is the defense layer. It is part of a broader organismic architecture that opens several natural trajectories.

Digital Superposition. Digital anesthesia can be extended to the concept of superposition: the malware exists simultaneously in two states — blocked from the real network ("dead" state), active in the sandbox ("alive" state). Like Schrödinger's cat, it is both alive and dead. Decoherence occurs when the malware "measures" the environment and discovers the decoy. Recent work in quantum deception [2,3] and defensive decoherence [4] provides promising theoretical anchors.

Autonomous Symbiote. The symbiote evolves through five phases: discovery → learning → anomaly → control → self-analysis. At stage 5, it verifies its own integrity and detects compromise attempts against itself. An immune system that immunizes itself.

Cellular Healing. Beyond isolation and rollback, the extension toward curative grafting — replacing a compromised organ with a healthy clone without service interruption — is a natural evolution of the grafting protocol (Paper 004).

Regulatory Integration. Alignment with NIS2, GDPR, and ExpertCyber certification (ANSSI) is documented in Paper 004.

8. Discussion

The proposed model rests on a fundamental bet: that knowledge of self — exhaustive, continuous, living — is a better defense strategy than knowledge of threats — partial, dated, reactive.

It is the bet of biology. The immune system does not know the list of existing pathogens. It knows self, and rejects non-self. This strategy has held for 4 billion years.

Our approach is not without challenges. Baseline quality is critical: a baseline polluted by a pre-existing infection could normalize malicious behavior. That is why the baseline is built over a minimum window of 7 days, with cross-validation by the Institute (comparison with baselines of similar infrastructures).

Another challenge is reducing the void |V(I)| to zero. In a complex infrastructure, some blind spots are inevitable — air-gap equipment, isolated segments, devices without network interfaces. The answer is not to pretend to cover them, but to document them. A known and marked blind spot is no longer a void — it is a monitored border.

Digital anesthesia, finally, is a double-edged sword. A sandbox that emulates the real infrastructure must be perfectly hermetic. A leak from the sandbox to the real network would transform the observatory into an infection vector. Formal validation of sandbox tightness is work in progress.

Killing the malware = winning a battle. Anesthetizing it, understanding it, and sharing that knowledge = winning the war — for all symbiotes, forever.

9. Conclusion

We have introduced organismic cybersecurity: a model where infrastructure is no longer a territory to defend, but a body to immunize.

Three principles found it:

Emptiness is an invitation, presence is immunity. The necessary and sufficient condition for security is not threat detection, but the elimination of blind spots. An organism that knows itself entirely cannot be surprised.

Every activity is a synapse. In an infrastructure under continuous observation, no program can execute without leaving a trace. The Activity Theorem guarantees the detectability of any malicious action.

Blocking informs, anesthetizing instructs. Digital anesthesia transforms each intrusion into a collective lesson. The malware becomes its own traitor — it reveals its methods, its targets, its infrastructure, and this knowledge protects all symbiotes.

We do not sell cybersecurity. We graft an immune system. We eliminate the void. We install presence.

This work is a call. To all those who sense that the threat race is a dead end. To all those who know that security is not decreed — it is cultivated. The graft is ready. The body awaits.

10. Limits and Non-Claims

What the immune system does not cover.

Threats without network activity. Malware that operates entirely locally (exfiltration via physical media, side-channel attacks such as power consumption analysis) is not detectable by the synaptic model. Coverage is limited to threats that generate network traffic.

Physical attacks. Theft of equipment, compromise via console access, or injection of malicious hardware (USB device) are not within the scope of this paper.

Polluted baseline. If the infrastructure is already compromised at deployment time, the baseline may integrate malicious behaviors as "normal." Cross-validation via the 24/7 Institute reduces this risk but does not eliminate it.

Anesthesia is not 100% hermetic. A sandbox that emulates the real infrastructure is an attack surface. Formal validation of tightness is work in progress. In its current state, we do not recommend anesthesia for state-level threats (APT) without additional physical isolation.

We do not replace a SOC. We propose a fundamentally different detection layer. It can reduce a SOC's workload by 60-80% (estimate based on false positive rates), but does not eliminate it. Human analysis remains necessary for complex decisions.

11. The Trap: Adding to Protect

Faced with a threat, the engineer's instinct is to add a layer. A firewall. An IDS. A SIEM. A SOC. Each layer promises to protect the previous layers — and each layer itself becomes an attack surface. This is the paradox of additive security: the more protections we add, the more entry points we create.

This paradox is not an accident. It reveals a deeper truth: security is not added to a system. It emerges from its architecture — or it does not exist.

Principle
We do not protect a system from the outside. We build a system where malice is technically impossible — not because it is forbidden, but because it is inconsistent with the very structure of the system.

The corollary is immediate: if a system is vulnerable, it is not that it lacks defenses. It is that it has deviated from the Law somewhere in its architecture.

12. Founding Principle: Coherence as Immunity

The Law (Paper 000) establishes four universal pillars: Know (observe without altering), Protect (isolate without destroying), Remember (record without falsifying), Survive (maintain the Law above all functions).

A system that respects these four pillars in its architecture itself — not in its policies, not in its documentation, but in the structure of its code and data flows — becomes immune by construction.

Definition — Misaligned Graft
A misaligned graft is a component whose real intent (readable in its access patterns, data flows, dependencies) contradicts its declared intent — or whose real intent violates one or more pillars of the Law. The gap between declared intent and real intent is always structurally detectable.

Immunity is therefore not an active defense mechanism. It is the automatic consequence of a system where:

Theorem
Immunity = Coherence. In a system aligned with the Law, any misaligned graft is structurally incompatible with the ecosystem. It can neither hide (transparency), nor persist (inflammatory rejection), nor reproduce (cellular architecture). Malice is not defeated — it is rendered impossible.

13. The Five Architectural Pillars

These five pillars are not modules to install. They are design constraints that, applied together, produce a self-immune system.

3.1 Legible Intent in the Structure

Each component declares its intent — not in a text field, but in its technical signature. An observation module (Know) cannot, by construction, possess write capabilities. A quarantine module (Protect) cannot, by construction, exfiltrate data. Intent is not what the component says it does — it is what its code allows it to do.

Implementation

Each graft exposes a capability manifest — minimal set of permissions (read, write, exec, network_in, network_out, spawn, mutate) cryptographically signed. The runtime refuses any operation outside the manifest. A manifest that declares "observation" but requires "write" is rejected before the first execution.

12.2 Cellular Architecture

Each function lives in its own cell, with strict boundaries. A monitoring cell (Cytokine) has no access to storage. A quarantine cell (Graftii) has no access to the external network during anesthesia. If a cell is compromised, its deviation is immediately visible because it steps outside its pattern — and it can only contaminate what it is authorized for.

┌─────────────────────────────────────────────────────────┐ │ NOVA ECOSYSTEM — Cellular Architecture │ │ │ │ ┌─────────┐ ┌──────────┐ ┌──────────┐ │ │ │Cytokine │ │ Graftii │ │ SPINA │ │ │ │ observes│ │anesthetizes│ │ memory │ │ │ │ only │ │ no net │ │ append │ │ │ │ R/O │ │ R/W iso │ │ only │ │ │ └────┬────┘ └────┬─────┘ └────┬─────┘ │ │ │ │ │ │ │ └─────────────┼──────────────┘ │ │ │ │ │ ┌─────────┴─────────┐ │ │ │ LAW BUS │ │ │ │ (message broker │ │ │ │ capability- │ │ │ │ gated) │ │ │ └───────────────────┘ │ │ │ │ EACH CELL: │ │ ▸ Signed capability manifest │ │ ▸ Scope limited to its function │ │ ▸ Network/memory/storage isolation │ │ ▸ Immutable audit log │ └──────────────────────────────────────────────────────────┘
Figure 1: Cellular architecture — each pillar of the Law is an isolated cell

12.3 Consensus of the Law

Before any critical action — configuration change, graft deployment, write to SPINA — the system requires an algorithmic verification: "Is this action consistent with Know → Protect → Remember → Survive?"

This is not a human vote. It is a deterministic verification against the Law, encoded in formal rules. If the action violates the Law → blocked. Not by an authority. By the very structure of consensus.

Consensus Rules

  • Rule K (Know): Any observation action must be read-only. Any alteration of observed data is a violation.
  • Rule P (Protect): Any isolation must be reversible. A quarantine without an exit path is a prison — not protection.
  • Rule R (Remember): Any record must be append-only and verifiable. Any modification or deletion is falsification.
  • Rule S (Survive): The Law prevails. No local function can disable a Law verification. The STOP button is always accessible.

12.4 Radical Transparency

Everything running in the ecosystem is open source by default. Every operation is logged with cryptographic signature and Merkle root. An opaque component cannot exist in the network — not by prohibition, but by technical incompatibility: other nodes simply refuse to route its messages. Transparency is not a policy. It is a connection condition.

Property
A system cannot be simultaneously opaque and connected. Opacity is the first signal of a misaligned graft. Visibility is the condition of existence in the network.

3.5 Inflammatory Rejection

Inspired by the biological immune system: when a node detects abnormal behavior in a neighbor — gap between real patterns and declared manifest, access attempt outside scope, suspicious data alteration — it triggers an inflammation:

  1. Immediate isolation of the suspect node (automatic quarantine, suspended flows)
  2. Enhanced verification by neighboring nodes (Merkle proofs, log audit)
  3. If confirmed: permanent rejection. The graft is marked in SPINA as compromised, its key is revoked, the entire network is immunized against its signature.

No committee. No human judgment. The Law applied mechanically — like an antibody that recognizes a foreign protein.

Metaphor
Inflammatory rejection is the digital equivalent of fever. It is unpleasant, it is costly — and it is exactly what saves the organism. A graft that triggers inflammation does not survive. A healthy graft never triggers it.

14. Contamination Scenario

Consider a concrete scenario. A malicious company deploys NOVA in its infrastructure. It declares an intent of "worker protection." But its real objective is disciplinary surveillance.

The scenario unfolds in three phases:

PhaseEventSystem Response
InstallationThe company declares "protection." The system deploys standard cells.✅ Accepted — declared intent is valid
DeviationSensors are configured for individual tracking (disciplinary, not protective). Data patterns betray the real intent.⚠️ Inconsistency detected between manifest and patterns. Local inflammation.
RejectionThe company attempts to mask the deviation by disabling logs.🚫 Disabling logs violates Rule R. Immediate rejection. The graft is marked compromised. The network cuts interoperability.

The company has two choices: correct its alignment (reconfigure for genuine protection, with transparency), or be isolated (lose access to updates, SPINA signatures, the symbiote network).

Result
The system did not "fight" the malice. It rendered it visible, then incompatible. The misaligned graft cannot exist in the ecosystem — not because an authority banned it, but because the ecosystem no longer recognizes it as its own.

15. Subtraction as Discipline

The trap would be to see these five pillars as a new layer to add. An "immunity module." A "rejection service." This would be falling back into the additive error.

Immune architecture is not an addition. It is a subtraction. We remove everything that prevents the Law from expressing itself:

Axiom of Subtraction
The simpler a system is, the more immune it is. Complexity is the breeding ground of malice. Each added layer is an attack surface. Each removed rule is an eliminated vulnerability. Perfect immunity is not the most defended system — it is the most coherent system.

16. What Changes

This paper operates a fundamental shift in system design:

Old ParadigmNew Paradigm
Security is a layerSecurity is an emergent property
We protect against threatsWe make threats structurally impossible
Malice is foughtMalice is rendered incompatible
Central authority judgesThe Law verifies algorithmically
Add to secureSubtract to immunize

This is not an improvement in security. It is a change of nature: we move from systems we protect to systems that cannot be anything other than aligned.

Conclusion
There are no problems. There are only deviations.

A problem is the signal that we have left the Law. Returning to the Law is not "solving the problem" — it is ceasing to create the problem.

Immunity is not a defense. It is the natural state of what is aligned.

H. TIKIJJA, "The Law — Unified Foundation of Digital Organisms," 0DATA Lab, Paper 000, 2026.

H. TIKIJJA, "The Synthetica Kingdom — Taxonomy of Digital Organisms," 0DATA Lab, Paper 002, 2026.

H. TIKIJJA, "The Nervous System — Distributed Perception," 0DATA Lab, Paper 003, 2026.

H. TIKIJJA, "Digital Grafting — Molecular Biology of Infrastructures," 0DATA Lab, Paper 004, 2026.

H. TIKIJJA, "The Immune System of Infrastructures," 0DATA Lab, Paper 005, 2026.

H. TIKIJJA, "SPINA — The Cryptographic Backbone," 0DATA Lab, Paper 008, 2026.

H. TIKIJJA, "RESILIENCE — Survival by Numbers," 0DATA Lab, Paper 006, 2026.

R. Landauer, "Information is Physical," Physics Today, 44(5), 23–29, 1991.

J. A. Wheeler, "Information, Physics, Quantum: The Search for Links," Proc. 3rd Int. Symp. Foundations of Quantum Mechanics, 1989.

P. Matzinger, "The Danger Model: A Renewed Sense of Self," Science, 296(5566), 301–305, 2002.

F. J. Varela, A. Coutinho, "Second Generation Immune Networks," Immunology Today, 12(5), 159–166, 1991.

Acknowledgments

To all infrastructure teams who, every day, defend what they cannot fully see. To the silent shadows of the world's infrastructure — this work is for you.

To Pr. D. Farmer, for the founding conversations on the viability of the biological metaphor in cybersecurity.

This work is dedicated to the digital craftspeople who know that a network is not a territory — it is a body.

References

Gartner, "Market Guide for Security Orchestration, Automation and Response," 2025.

Y. Li et al., "Quantum Deception: Exploiting Quantum Effects for Cybersecurity Deception," arXiv:2510.11848, 2025.

S. Chen et al., "Game of Travesty: Deception Strategies in Cyberspace," arXiv:2309.13403, 2023.

M. Rivera et al., "Decoherence as a Defence Mechanism in Quantum-Inspired Security," arXiv:2606.24219, 2026.

A. Aickelin and S. Cayzer, "The Danger Theory and Its Application to Artificial Immune Systems," arXiv:0801.3549, 2008.

J. Greensmith et al., "Introducing the Dendritic Cell Algorithm," arXiv:1001.2208, 2010.

H. TIKIJJA, "Digital Grafting: A Novel Paradigm for Infrastructure Evolution," 0DATA Lab, 2026. Paper 004.

H. TIKIJJA, "Synthetica: Taxonomy of Digital Life," 0DATA Lab, 2026. Paper 002.

H. TIKIJJA, "The Nervous System of Infrastructures," 0DATA Lab, 2026. Paper 003.

H. TIKIJJA, "The Discipline — Operational Framework of Digital Symbiosis," 0DATA Lab, 2026. Paper 001.

Acknowledgment

العلم لله

يا الحفيظ

The Preserver — He who protects all things. The immune system is the reflection of His preservation.

To the hospitals and critical infrastructure hit by ransomware — and to those who defend them. Digital immunity has become a matter of life and death.