RCW
RCW IT TrainingCISSP Bootcamp
← Back to all labs

Domain 2: Asset Security

CISSP Bootcamp · Module 2 of 8 · exam weight 10%
weight 10% 6 practice questions unofficial study material
A short, high-yield domain: classify data and assets, then protect them through their whole lifecycle — including the way they die (sanitisation).

Classification levels

Commercial: Public → Internal → Confidential → Restricted (increasing sensitivity). Government: Unclassified → Sensitive but Unclassified (SBU) → Confidential → Secret → Top Secret.

Classification criteria = the impact if the data is disclosed, altered or destroyed. The data owner classifies; handling rules follow the label.

Sensitive data types

Privacy by design: proactive, privacy as the default, embedded in design, full lifecycle protection, visibility, user-centric.

Data states and protections

StateExample protection
At restAES-256 full-disk encryption, TDE for databases, key vault
In transitTLS 1.2+/1.3, IPsec VPN, SSH
In usehomomorphic encryption, secure enclaves/TEE, memory protection

Supporting tools: DLP (endpoint/network/email), CASB for cloud, DRM for documents, tokenisation/masking for test data.

The data lifecycle

Create → Store → Use → Share → Archive → Destroy. At each step know: who owns it, what label it carries, what handling rules apply (labelling, encryption, logging), and how retention is enforced.

Retention, legal hold, eDiscovery

Keep records for the longest applicable requirement (regulation, contract, business need) — not “forever” (over-retention is liability). A legal hold suspends destruction when litigation is expected. eDiscovery = finding and producing electronically stored information.

Media sanitisation (NIST SP 800-88)

MethodWhat it doesUse when
Clearoverwrite / block erasemedia stays in-house
Purgedegauss, cryptographic erasemedia leaves trust but is reused
Destroyshred, disintegrate, incineratehighly sensitive or damaged media

Data remanence = recoverable residue after deletion. SSDs make overwriting unreliable — prefer cryptographic erase (destroy the key) or physical destruction. Verify sanitisation and keep certificates of destruction.

Asset & hardware lifecycle

Inventory (CMDB), track ownership, patch/upgrade until end-of-life, then sanitise and dispose. EOL = no more sales; EOS = no more support/patches — unsupported assets are an accept-risk decision owned by management, not by IT quietly forgetting them.

Memory hooks

Exam tips

Check yourself

Q1. A laptop with Restricted data will be donated to a school. Best action?
A. Quick format
B. Degauss or crypto-erase (purge), verify, then donate
C. Delete the files
D. Nothing - full disk encryption is enough
Answer: B. Degauss or crypto-erase (purge), verify, then donate
Purge + verify before reuse outside trust; encryption keys must not survive with the device.
Q2. Which is the MOST sensitive commercial classification (typical scheme)?
A. Internal
B. Public
C. Confidential
D. Restricted
Answer: D. Restricted
Restricted is the top label in the common four-level commercial scheme.
Q3. Data being processed in memory is said to be:
A. at rest
B. in transit
C. in use
D. archived
Answer: C. in use
In use = being processed by CPU/memory.
Q4. Rainbow-table attacks are neutralised mainly by:
A. longer passwords only
B. salting hashes
C. TLS
D. RAID
Answer: B. salting hashes
Salt makes precomputed tables useless because each hash uses a unique salt.
Q5. A litigation notice arrives. What happens to the retention schedule?
A. Destroy on schedule
B. Legal hold - suspend destruction
C. Encrypt and delete
D. Compress archives
Answer: B. Legal hold - suspend destruction
Legal hold overrides normal destruction until released.
Q6. Who assigns the classification of a data set?
A. Data custodian
B. Data owner
C. DBA
D. Auditor
Answer: B. Data owner
The business owner decides; custodians implement handling.
CISSP® and (ISC)²® are registered trademarks of ISC2, Inc. This free bootcamp is independent study material and is not affiliated with, sponsored by, or endorsed by ISC2.