Determining Data Security Controls

When securing data across its lifecycle, the controls chosen must be deliberate, layered, and auditable. The decision space clusters around four levers:

Baselines — The First Layer of Defence

Baselines are predefined, standardised configuration and control sets that establish a minimum level of protection everywhere they apply. They provide consistency — a floor you cannot fall below, with no "forgotten corner" running on default credentials or unencrypted disks.

Examples of baseline controls:

Baseline considerations to decide explicitly: which systems share one baseline, whether one baseline applies everywhere or tiers are needed, and the target security level calibrated to asset value, regulations, and the threat landscape.

Practical sources: ISO/IEC 27001, NIST CSF / 800-53, COBIT (international); HIPAA, PCI DSS, GDPR (sector-specific).

Scoping and Tailoring

Golden order: Scope → Tailor

First decide "what applies," then adapt for precision. Don't gold-plate low-value assets. Don't under-defend crown jewels. Asset inventory and classification are the starting gun.

Data at Rest (DAR)

What needs protection: databases, backups/tapes, offsite/cloud storage, password stores, IP, finance/health records — everything that sits still but still matters.

How to Protect

Data at Rest, Data in Transit and Data Retention summary diagram
Data security controls across the three states of data

Data in Transit (DIT)

End-to-End Encryption (E2EE)

Encrypted on the sender's device; decrypted only by the recipient. Payload is protected across the entire path — routing metadata (headers) may remain visible for delivery. Examples: TLS for applications, S/MIME/PGP for email, modern secure messengers.

Link Encryption

Encrypts traffic between network devices across each hop (router-to-router, MPLS backbone, VPN tunnel mode). Each node decrypts and re-encrypts — strong path confidentiality, but a compromised hop can see plaintext. Key management complexity rises with hops.

Combination Approach

Use both when the path is hostile or regulated: link encryption to blind the route, plus E2EE so intermediaries never see payloads.

VPN modes

Transport mode — encrypts payload only. Tunnel mode — encrypts both payload and headers.

Data in Use (DIU)

If you cannot encrypt during processing, reduce exposure through other means:

Retention, Legal Hold, and eDiscovery

Marking, Labelling, Handling, and Media

Mark what matters: sensitivity, encryption status, point of contact, retention end date. Default to caution — if you find unlabelled media, assume highest sensitivity until analysis says otherwise.

Handling: Limit access to designated custodians; train them; never leave sensitive media unattended; encrypt backups; maintain destruction logs.

Data Remanence and Sanitisation

Residual data persists after deletion. Choose a sanitisation method based on classification, reuse intent, and environment:

Decision path (simplified)

Public data → dispose normally. Low/Moderate leaving org → purge. High → destroy. Reuse desired? Prefer purge/CE. Top-secret → destroy. Always validate the outcome and document the method for audit.

Cloud Nuances

Brain Ticklers

Practice Questions — Domain 2

Q1. Neuromesh plans to resell older encrypted SEDs from the developer fleet. The disks contain anonymised analytics data labelled "Internal." What's the best sanitisation approach?

  1. Clear the drives with single-pass zeroisation
  2. Purge using degaussing and then reuse
  3. Use Cryptographic Erase (CE) on each SED and verify, then resell
  4. Physically destroy the drives to eliminate remanence risk

Q2. A product team syncs masked customer data from production to a cloud dev tenant. They require occasional re-link to originals for defect triage under GDPR. Which technique aligns best?

  1. Anonymisation
  2. Pseudonymisation
  3. Static masking that cannot be reversed
  4. Tokenisation with no mapping table

Q3. Anas is deciding between end-to-end encryption and link encryption for a new partner connection over an MPLS backbone. The partner insists that no intermediate device should ever see plaintext payloads. Best choice?

  1. Link encryption only
  2. End-to-end encryption only
  3. Combine link encryption with end-to-end encryption
  4. Rely on private addressing and QoS instead of encryption

Q4. Backups of payroll data are shipped offsite weekly. A litigation hold is issued for a date range intersecting those backups. Which action is most correct?

  1. Continue standard retention; legal hold applies only to production
  2. Suspend deletion and preserve relevant backup sets, documenting chain of custody
  3. Restore all backups and export to legal immediately
  4. Delete older tapes to make room; legal hold won't apply retroactively

Q5. A roaming admin laptop with TPM-backed FDE is stolen. Keys are sealed to platform state with secure boot. What residual risk remains most realistic?

  1. Offline decryption with standard tools
  2. Bypass via swapping RAM into a donor system
  3. Credential theft through remote phishing after the theft
  4. TPM revealing the key if the attacker reads NVRAM directly
Key Takeaways
  • Baselines set the floor — no asset falls below minimum controls
  • Scope first (what applies), then tailor (how to adapt)
  • DAR: FDE, key management, TPM, SED, BYOK/HYOK
  • DIT: E2EE protects payload end to end; link encryption protects each hop
  • Combine both on hostile or regulated paths
  • Legal hold overrides retention schedules — always
  • Clear → Purge → Destroy — choose based on classification and reuse intent
  • Crypto erasure (CE) allows SED reuse; crypto-shredding destroys keys permanently
  • Labels are machine-enforced; markings are human-readable — you need both