Asset management, from purchase order to certificate of destruction
Objective 4.2 in this course covers asset management — CompTIA's scope note for it explains acquisition, disposal, assignment, and monitoring and tracking of hardware, software and data assets. It is an objective people skim, and it underpins almost everything else in Domain 4.
Why this matters
Every other control in this domain assumes you know what you have. You cannot patch, scan, harden, monitor or back up a system you do not know exists — and the asset nobody knows about is the one that is unpatched, unmonitored and still running with a default password.
That is not a hypothetical. "How did they get in?" is answered by a forgotten server often enough that inventory is genuinely a frontline control. The exam treats it that way, and the disposal end produces its own category of breach: data leaving the building on hardware somebody thought was empty.
The lesson
Acquisition and procurement, and security entering before the purchase
Security's cheapest intervention is before the money is spent, because after that every objection competes with a signed contract.
What happens at acquisition:
- Requirements include security ones: supported for how long, patched how often, authenticates against what, logs to where, encrypts what.
- Vendor assessment — the third-party risk work from Domain 5, done before selection rather than after an incident.
- Ownership is assigned at purchase, so the asset has a responsible person from day one rather than being discovered ownerless in four years.
- The asset is recorded in the inventory as it arrives, not when someone gets round to it.
- Provenance matters for hardware: buying through authorised channels reduces the counterfeit and tampering risk from Domain 2's supply chain material.
The failure the exam describes: a department buys a SaaS product on a credit card, nobody assesses the vendor, nobody records the asset, the data in it is not classified, and nobody closes the account when the project ends. That is shadow IT arriving through procurement, and the control is a purchasing process that routes technology spend past security.
Assignment, ownership, classification and inventory
Assignment and accounting is CompTIA's phrase, and it covers three things that must be recorded per asset.
- Owner — the person accountable for the asset: its classification, who may access it, and the decision to retire it. Ownership is a role, not a location.
- Custodian/steward — whoever operates or maintains it day to day. The distinction matters: the custodian implements what the owner decides, and confusing the two is how decisions get made by whoever happens to administer the box.
- Classification — the data classification from Domain 3, applied to the asset, so that handling requirements follow it.
The inventory itself needs to cover three asset types, and organisations routinely do the first well and the others badly:
- Hardware — servers, workstations, mobile devices, network equipment, IoT, and removable media.
- Software — installed applications, versions, licences, and dependencies. This is where a software bill of materials matters: when a widely used library turns out to be vulnerable, the SBOM is what answers "are we affected?" in hours instead of weeks.
- Data — what data exists, where it lives, who owns it, how it is classified, how long it is kept. Usually the weakest of the three, and the one that determines breach notification obligations.
An inventory is only useful if it is current, which means it is maintained automatically wherever possible — discovery scans, agent reporting, cloud API enumeration — and reconciled against the manual record. A spreadsheet updated annually describes last year.
Monitoring, asset tracking and enumeration
Enumeration is finding what is actually there, as opposed to what the inventory claims. The two disagree, always, and the gap is the interesting part.
Methods: network discovery scanning, authenticated agent reporting, DHCP and DNS records, cloud provider APIs, switch MAC address tables, and — for shadow IT — egress traffic and expense records.
Tracking follows an asset through its life: who holds it, where it is, what state it is in. For portable hardware this is a real control, because a laptop whose whereabouts are unknown is a potential data breach that nobody has reported.
Monitoring here means noticing change: a new device on a segment where new devices should not appear, an asset that has stopped reporting, software installed that is not in the approved list, a device that has not checked in for patching in ninety days.
That last one deserves emphasis because it is quietly one of the most valuable alerts an organisation can build. A managed device that stops reporting has either been decommissioned without anyone telling the inventory, or it is still running and has fallen out of management — and the second case is an unpatched, unmonitored machine on your network.
Sanitisation, destruction, certification and data retention
Disposal is where asset management becomes a breach prevention control.
Sanitisation methods, and which is appropriate:
- Wiping / overwriting — writing over the data. Effective on traditional magnetic drives. Less reliable on SSDs, because wear levelling means the controller may not overwrite the physical cells holding the old data.
- Cryptographic erase — where the drive was encrypted from the start, destroying the key renders the data unrecoverable instantly. This is the practical answer for SSDs and for cloud storage, and it is why full-disk encryption from day one pays for itself at disposal.
- Degaussing — a strong magnetic field destroying the data on magnetic media. It does not work on SSDs, which have no magnetic domains — a favourite exam distinction.
- Physical destruction — shredding, crushing, incineration, pulverising. The most certain, and required for the highest classifications.
Certification is the evidence: a certificate of destruction from the disposal vendor, recording what was destroyed, by what method, when, and witnessed by whom. Without it you have a vendor's assurance and nothing to show an auditor or a regulator.
Note what is not sufficient, because the exam tests it: deleting files, a quick format, or "the vendor said they'd handle it". And remember the non-obvious assets — printers and multifunction devices with internal drives, network appliances holding configurations and keys, backup tapes, and phones.
Data retention is the other half. Keep data as long as it is needed and as long as law requires, and no longer:
- keeping too long enlarges every breach and increases discovery cost and privacy exposure;
- deleting too early breaches regulatory retention requirements or destroys evidence;
- and a legal hold overrides the schedule entirely — once litigation is anticipated, deletion of relevant data stops, whatever the policy says.
The decommissioned asset that still holds data, which is the exam's favourite
The scenario appears in some form on most attempts. A system is retired, and some part of it continues to exist with data on it.
The common cases:
- a server is powered off and left in a rack for two years, still holding production data, still cabled, still with an account in the directory;
- virtual machines are deleted and their snapshots and backups are not — retention outlives the system;
- a cloud instance is terminated and its storage volume, or the snapshot of it, persists and is later attached to something else, or made public;
- a decommissioned device's DNS entry and firewall rule remain, so the name can be re-pointed by whoever next claims the address — subdomain takeover;
- an application is retired and its service account, API keys and third-party integrations stay live indefinitely.
A complete decommissioning therefore covers more than the hardware: sanitise or destroy the data including backups and snapshots; revoke accounts, keys and certificates; remove DNS records, firewall rules and monitoring entries; cancel the vendor contract and remove the integration; and update the inventory, so the asset is recorded as gone rather than silently absent.
The exam's expected answer to "what was missed?" in these scenarios is almost always one of: the backups, the keys, the DNS entry, or the inventory record.
What to take into the exam
- The asset nobody knows about is the one that is unpatched and unmonitored — inventory is a frontline control, not administration.
- Owner decides, custodian operates. Classification follows the owner's decision.
- Degaussing works on magnetic media and does nothing to an SSD; cryptographic erase is the practical SSD and cloud answer.
- A certificate of destruction is the evidence; "we deleted the files" is not.
- Legal hold overrides the retention schedule.
- Decommissioning includes backups, snapshots, keys, DNS records, firewall rules, integrations and the inventory entry.
Practise what you just read
1. Why is an accurate asset inventory described as a frontline security control?
Select one
Show answer
B. Every other control in this domain assumes you know what you have, and the asset nobody knows about is the one that is unpatched, unmonitored and still carrying a default password. 'How did they get in?' is answered by a forgotten server often enough that this is not administration.
2. Which sanitisation method is ineffective against a solid-state drive?
Select one
Show answer
C. Degaussing works by disrupting magnetic domains, and an SSD has none. Overwriting is also unreliable there because wear levelling means the controller may never touch the cells holding the old data, which is why cryptographic erase is the practical answer.
3. What must a certificate of destruction record?
Select one
Show answer
C. Without it you have a vendor's assurance and nothing to show an auditor or a regulator. The retention confirmation is good practice and belongs in the decommissioning record rather than in the destruction certificate itself.
9 more questions on this objective are part of the full course.
Hands-on labs
Part of the free CompTIA Security+ SY0-701 course — 47 lessons and 79 hands-on labs.
This is an independent study companion for CompTIA Security+ SY0-701 and is not produced by or endorsed by CompTIA.