Security+
4.2Security Operations · 28% of exam

Explain the security implications of proper hardware, software, and data asset management

Acquisition, assignment, monitoring, and disposal — including sanitization, destruction, and certification.

Reading time
16 min read
Flashcards
16 cards
Practice questions
8 questions · 2 PBQs

A short objective that people skip and then lose easy marks on. The security argument is simple: you cannot protect what you do not know you have. An unknown server is an unpatched server, and it is the one that gets breached.

Most of the marks sit in one place — disposal and sanitization — so that gets the most room here.

The asset lifecycle

Acquisition/procurement → assignment/ownership → classification → monitoring/tracking → disposal/decommissioning.

Acquisition / procurement

Buying it, ideally with security requirements in the purchase decision rather than bolted on afterwards.

Assignment / ownership

Every asset has a named owner. Ownerless assets are the ones nobody patches, because nobody believes it is their job.

Classification

What sensitivity of data does this asset hold? This drives how strictly it is controlled and how it must be destroyed later.

Monitoring / asset tracking

Inventory, and keeping it accurate. Includes enumeration — actively discovering what is actually on the network, which routinely finds things the inventory does not list.

Check yourself

A vulnerability scan finds a critical flaw on a server nobody recognises, with no documented owner. What is the underlying failure?

Disposal and sanitization

This is where the exam concentrates. Four methods, and the distinctions are tested directly.

Sanitization (wiping)

  • Overwrite data; media stays usable
  • For redeploying or reselling equipment

Destruction

  • Shred, pulverise, incinerate, degauss
  • Media is unusable afterwards
  • For highly sensitive data

The tellWill the media be reused? Sanitize. Is it going away for good, or is the data too sensitive to risk? Destroy.

Degaussing uses a strong magnetic field to destroy data on magnetic media. Two things the exam checks: it renders the drive unusable, and it does nothing to SSDs, because flash storage is not magnetic.

Certification

Documented proof that destruction or sanitization actually happened — a certificate of destruction from the vendor who did it. Required for regulatory compliance, because "we sent it to a recycler" is not evidence.

Data retention

How long data must be kept before disposal is even permitted. Often set by regulation, and it interacts with legal hold from 4.8 — a hold suspends scheduled destruction.

Check yourself

A company is disposing of SSDs that held customer financial records. Which approach is appropriate?

Why deletion is not disposal

Worth internalising, because it explains three wrong answers at once:

  • Deleting a file removes the pointer, not the data.
  • Emptying the recycle bin does the same thing more thoroughly.
  • A quick format rewrites the filesystem index, leaving the data blocks intact.

All three leave data recoverable with ordinary forensic tools. Only overwriting (sanitization) or physical destruction actually removes it.

Hardware, software and data

CompTIA names all three as assets, and the exam does distinguish them:

Hardware — the physical inventory, including the mobile devices from 4.1. Software — licensing, versions, and end-of-life status. Unsupported software receiving no patches is a standing vulnerability, and it is why the legacy-system pattern keeps recurring across 1.1, 1.3, 4.1 and 4.3. Data — classification, location and retention. You cannot protect data whose location you do not know, which is what makes data inventory a real control rather than paperwork.