What is data quarantine?

Definition

A quarantine zone receives new data without immediately exposing production systems to it. Validation can check origin, signatures, schema, malicious content and policy compliance before promoting an accepted record into trusted storage.

Failed or uncertain records should remain isolated with an auditable reason rather than disappear or enter the main pipeline. This preserves evidence for investigation while preventing incomplete validation from being interpreted as safety.

ELI5

Data quarantine keeps newly received or uncertain data separate from trusted systems until checks are complete. It prevents an unverified record from entering normal processing merely because it arrived.

For example, an uploaded dataset can stay in a quarantine area while a service checks its source, signature, format, permissions and possible malicious content. Failed records remain isolated with a clear reason so investigators can review them without exposing production data.

Acronyms and aliases

quarantine zone variant

Frequently asked questions

What checks happen in data quarantine?

Checks can include source authentication, signatures, malware scanning, schema validation, provenance and policy compliance.

What happens to data that fails validation?

It remains isolated for review or safe retry and should not be promoted into trusted processing.

Videos explaining data quarantine