ASSET MANAGEMENT AND INVENTORY STANDARD

Authoritative Inventory · Asset Classes · Ownership · Classification · Lifecycle · End-of-Life


Document ID CERG-STD-AM-001
Version 1.0
Status Approved
Classification Public
Owner Engineering Pillar Leader (Platforms)
Parent Policy CERG-POL-001 - Cybersecurity Policy
Supporting Standards CERG-STD-CFG-001 · CERG-STD-IT-001 · CERG-STD-OT-001 · CERG-STD-AC-001 · CERG-STD-LM-001
Review Cycle Annual / On material change to the asset estate or inventory tooling
Frameworks NIST CSF 2.0 (ID.AM) · NIST 800-53r5 (CM-8, PM-5) · CIS Controls v8 (Controls 1 and 2) · ISO/IEC 27001 A.5.9
Regulations NERC-CIP (CIP-002 BES Cyber System identification) · CMMC L2 / 800-171r3 (3.4.1, 3.4.2) · SOX ITGC (in-scope system inventory)
Environments All in-scope assets: owned, hybrid, cloud, SaaS, OT, and CUI

Table of Contents

  1. Purpose and Scope
  2. Principles
  3. Asset Classes
  4. The Authoritative Inventory
  5. Required Attributes
  6. Asset Ownership
  7. Asset Criticality and Classification
  8. The Asset Lifecycle
  9. End-of-Life and Secure Disposal
  10. Inventory Accuracy and Reconciliation
  11. Roles and Responsibilities
  12. Regulatory and Framework Alignment Summary
  13. Document Control

1. Purpose and Scope

Every other control in CERG assumes the program knows what it is protecting. Exposure management scans an asset list. Access management governs access to systems. The control baseline maps evidence to assets. Logging collects from sources. Each of those depends on an authoritative answer to a deceptively simple question: what do we have? Until this standard, CERG had no document that owned that question.

This standard establishes the requirement for an authoritative asset inventory: the asset classes that must be tracked, the inventory itself, the attributes every asset record carries, how ownership is assigned, how assets are classified by criticality, and how assets move through a lifecycle from acquisition to secure disposal.

It applies to every in-scope asset across every environment: owned hardware, cloud and hybrid infrastructure, SaaS, operational technology, and the data assets the rest of the estate exists to serve.

You Cannot Protect, Detect, or Recover What You Have Not Named

An unknown asset is an uncontrolled asset. It is not patched, because exposure management does not know it exists. Its access is not reviewed, because access management has no record of it. It is not backed up, monitored, or hardened. Asset management is not paperwork; it is the precondition for every other thing CERG does. This is why NIST CSF places asset management first, in the IDENTIFY function, and why CIS makes it Control 1.


2. Principles

  1. One authoritative inventory. There is exactly one authoritative source for each asset class. Spreadsheets maintained in parallel are not the inventory. Where multiple tools hold asset data, one is named authoritative and the others reconcile to it.
  2. Every asset has exactly one owner. Ambiguous ownership is the root cause CERG exists to remove. An asset with no owner, or two owners, is a finding.
  3. The inventory is current, not annual. An inventory that is accurate once a year is inaccurate the other 364 days. The inventory updates as assets change, driven by automation wherever possible.
  4. Discovery is continuous. The program actively looks for assets it does not know about. An inventory built only from what teams choose to register will always be incomplete.
  5. Classification drives treatment. An asset’s criticality and data classification determine the controls applied to it. Asset management produces the classification; the other standards consume it.
  6. Disposal is part of the lifecycle. An asset is tracked until it is securely disposed of, not until it stops being interesting. Forgotten assets at end-of-life are a common breach path.

3. Asset Classes

CERG tracks five asset classes. Each has a named authoritative inventory.

Class What It Covers Examples
Hardware Physical computing and network devices. Servers, workstations, laptops, network gear, mobile devices, OT field devices.
Software Operating systems, applications, and firmware in use. OS images, installed applications, in-house software per CERG-STD-SDL-001, firmware versions.
Cloud and SaaS Cloud infrastructure resources and subscribed SaaS services. Cloud compute, storage, managed services, accounts and subscriptions, SaaS tenants.
Data Information assets, governed for classification and handling. Datasets, databases, document repositories. Handling is governed by CERG-STD-DG-001.
Identity Accounts and service principals that act on the estate. User accounts, service accounts, machine identities, API principals. Governed by CERG-STD-AC-001; inventoried here.

3.1 Ephemeral Asset Pattern

Containers, serverless functions (AWS Lambda, Azure Functions, GCP Cloud Functions), CI/CD pipeline runners, auto-scaling groups, and dynamically provisioned cloud resources do not have stable instance identities or persistent owners. The persistent-instance model in §3 does not apply; the following pattern governs instead.

Principle Rule Method
Tag-based inventory, not instance-based Assets are tracked by tags, labels, or annotations at build time, not by individual instance ID. The inventory records the blueprint (image, template, IaC module) and the deployment pattern, not each runtime instance. CMDB records for container images, serverless function ARNs, CI/CD pipeline definitions; reconciled via CSPM/CNAPP API.
Owner by deployment pipeline, not by asset The deployment pipeline or project that creates the ephemeral asset is the accountable owner. The pipeline owner is recorded once; all instances created by that pipeline inherit the owner. Pipeline manifest (CI/CD YAML, Terraform module, Helm chart) carries an owner label.
Pipeline-integrated baseline enforcement Security controls are enforced at the pipeline gate, not retroactively scanned. Admission control (OPA/Kyverno, IAM policy-as-code, IaC scanning) rejects non-compliant deployments before they reach production. Policy-as-code gates in CI/CD: image vulnerability scan < threshold, DISH baseline checks, IAM least-privilege validation.
Scan-on-deploy, not scan-on-schedule Ephemeral assets are scanned at build/deploy time, not on a recurring schedule. A container that runs for 4 hours and terminates is scanned in the pipeline; a scheduled weekly scan would miss it entirely. Pipeline vulnerability scan (trivy, grype, snyk) as a build step; CSPM runtime scanning for drift detection.
Evidence via pipeline logs, not manual collection Evidence of control operation for ephemeral assets is the pipeline execution log, not a manually collected artifact. The pipeline log proves the image was scanned, the admission policy passed, and the deployment was approved. CI/CD pipeline artifact retention; SIEM ingestion of pipeline audit events.

Ephemeral ≠ Unmanaged. Ephemeral assets are not exempt from inventory, ownership, scanning, or evidence. The method changes; the requirement does not. A container that runs for 60 seconds without an owner, without a scan, and without a baseline is as uncontrolled as a physical server racked without a ticket.

OT Assets Are In Scope and Need Care

Operational technology assets are tracked like every other asset, but discovery against OT is constrained: active scanning can disrupt control systems. OT asset discovery uses passive and OT-safe methods per CERG-STD-OT-001. The requirement to inventory OT assets is identical to any other class. The method of discovery is not. For NERC-CIP entities, the OT hardware inventory is also the basis of BES Cyber System identification under CIP-002.


4. The Authoritative Inventory

  1. Each asset class has one named authoritative inventory. The authoritative inventory for each class is recorded, with its owner, in the organization profile or an organization-specific appendix to this standard.
  2. The inventory is a system, not a document. For any estate beyond the smallest, the inventory is a tooled system fed by automated discovery, not a hand-maintained file. A five-person team may start with a structured file; it migrates to tooling as the estate grows.
  3. Inventories interconnect. A software record references the hardware or cloud asset it runs on. A data asset references the system that hosts it. An identity references what it can access. The inventory is a graph, not five disconnected lists.
  4. The inventory feeds the program. The inventory is the source list for exposure management scanning, the access-review population, the logging source catalog, and the control-baseline evidence mapping. Those consumers reconcile to the inventory; they do not maintain their own.

5. Required Attributes

Every asset record, regardless of class, carries the following attributes at minimum. An asset record missing a required attribute is incomplete and is a reconciliation finding.

Attribute Meaning
Asset identifier A unique, stable identifier for the asset.
Asset class One of the five classes in Section 3.
Description What the asset is, in plain language.
Owner The single accountable owner, per Section 6.
Custodian The team or role operating the asset day to day, where different from the owner.
Environment Owned, hybrid, cloud, SaaS, OT, or CUI.
Criticality The criticality tier, per Section 7.
Data classification The highest classification of data the asset stores or processes.
Lifecycle state The current state, per Section 8.
Location Physical site, cloud region, or logical placement.
Acquisition date When the asset entered the estate.
Last verified When the record was last confirmed accurate, per Section 10.

Regulated scopes carry additional attributes: NERC-CIP assets carry their BES Cyber System categorization; CUI assets carry their CUI category. Those overlays are defined in the relevant operational package.


6. Asset Ownership

  1. Every asset has exactly one owner. The owner is a named role accountable for the asset’s security posture, its classification, and decisions about its lifecycle. The owner is not necessarily the person who operates it.
  2. Ownership is assigned at acquisition. An asset does not enter the estate without an owner. The acquisition step of the lifecycle (Section 8) does not complete until ownership is recorded.
  3. Ownership is reassigned, never dropped. When an owner leaves a role, the asset’s ownership transfers to a named successor. An asset whose owner has left and has no successor is an orphaned asset and is a finding.
  4. The custodian is distinct from the owner. A cloud platform team may operate a server an application team owns. The inventory records both. The owner decides; the custodian runs.

An Orphaned Asset Is How Programs Get Breached

The asset no one owns is the asset no one patches, no one reviews, and no one decommissions. It runs an unsupported operating system for three years because removing it is no one’s job. Orphaned assets are found in nearly every significant breach retrospective. CERG treats an asset with no current owner as an open finding, tracked in the risk register until ownership is restored.


7. Asset Criticality and Classification

7.1 Criticality Tiers

Every asset is assigned a criticality tier. Criticality reflects the business and safety impact if the asset is compromised or unavailable.

Tier Definition
Critical Compromise or loss causes severe business, safety, regulatory, or financial impact. Includes BES Cyber Systems, SOX-relevant financial systems, and systems processing regulated data.
High Compromise or loss causes significant impact to a major business function.
Moderate Compromise or loss causes limited, contained impact.
Low Compromise or loss causes negligible impact.

7.2 Data Classification

Every asset carries the classification of the highest-classified data it stores or processes. The classification scheme itself is owned by CERG-STD-DG-001. Assets in CUI scope also carry the CUI handling attributes required by CERG-STD-CUI-001.

7.3 What Classification Drives

The criticality tier and data classification of an asset determine, at minimum: its exposure remediation SLA under CERG-PRC-VM-001, its access-review frequency under CERG-STD-AC-001, its logging requirements under CERG-STD-LM-001, and its backup and recovery objectives under CERG-STD-RES-001. Asset management produces the classification once; every other standard consumes it.


8. The Asset Lifecycle

Every asset moves through a defined lifecycle. The inventory records the asset’s current state.

State What Happens Security Requirement
Requested Acquisition is proposed. Intake through CERG-PRC-AR-001 where the asset is part of a project.
Acquired The asset enters the estate. Inventory record created; owner assigned; criticality and classification set.
Provisioned The asset is configured for use. Secure configuration baseline applied per CERG-STD-CFG-001.
Operational The asset is in service. Subject to exposure management, access review, logging, and backup per its classification.
Decommissioning The asset is being retired. Data securely removed; access revoked; dependencies migrated.
Disposed The asset has left the estate. Secure disposal completed per Section 9; record retained for audit.

An asset record is never deleted. A disposed asset is marked Disposed and retained, so the inventory carries a complete history for audit.


9. End-of-Life and Secure Disposal

  1. End-of-life is planned, not discovered. An asset approaching the end of vendor support is identified before support ends, and a replacement or extended-support decision is made deliberately. An asset running past end-of-support with no decision recorded is a finding and a risk register entry.
  2. Data is removed before disposal. Before an asset leaves the estate, data on it is securely sanitized to a standard appropriate to the data’s classification. Cryptographic erasure per CERG-STD-CR-001 is acceptable where keys can be destroyed; physical destruction is used where it cannot.
  3. Access and identity are revoked. Decommissioning includes revoking the asset’s own credentials and any access granted to it, per CERG-STD-AC-001.
  4. Disposal is evidenced. Secure disposal produces a record: what asset, what sanitization method, when, and by whom. The record is retained as control evidence. For regulated assets, the disposal record is part of the regulatory evidence set.
  5. Cloud and SaaS disposal counts. Decommissioning a cloud resource or terminating a SaaS tenant is disposal. Data deletion, key destruction, and confirmation of tenant closure are required exactly as for physical hardware.

10. Inventory Accuracy and Reconciliation

An inventory is only as useful as it is accurate. Accuracy is maintained, not assumed.

  1. Continuous discovery runs against every environment. Automated discovery identifies assets and compares them to the inventory. An asset found by discovery but absent from the inventory is an unmanaged asset and is investigated.
  2. Reconciliation runs on a defined cadence. The inventory is reconciled against discovery output, against the consuming systems (vulnerability scanner, access platform, logging catalog), and against procurement records. Discrepancies are findings.
  3. An unmanaged asset is contained. An asset discovered outside the inventory is either brought under management (owner assigned, baseline applied, record created) or removed from the estate. It is not left in an unknown state.
  4. Inventory completeness is a reported metric. The percentage of the estate under management, and the count of unmanaged assets found, are reported per CERG-GOV-MTR-001. A program that does not measure its inventory accuracy does not know it has one.

The Inventory You Do Not Reconcile Is a Guess

Every inventory drifts. Assets are spun up outside process, shadow SaaS is subscribed with a credit card, a contractor leaves a virtual machine running. An inventory that is not actively reconciled against independent discovery slowly becomes fiction while still being trusted as fact, which is worse than having no inventory at all. Reconciliation is what keeps the inventory honest.


11. Roles and Responsibilities

Roles below are the canonical role names from CERG-GOV-OM-001 §6.1.

Role Asset Management Responsibility
Engineering Pillar Leader Owns this standard. Accountable for the authoritative inventories and for continuous discovery across environments.
Cloud Security Engineer Owns discovery and inventory accuracy for the cloud and SaaS asset class.
OT Security Engineer Owns OT-safe discovery and inventory accuracy for OT hardware; supports BES Cyber System identification.
Endpoint Engineer Owns inventory accuracy for endpoint hardware and software.
Identity Engineer Owns the identity asset class inventory, in coordination with CERG-STD-AC-001.
Asset Owners Named per asset. Accountable for their asset’s posture, classification, lifecycle decisions, and end-of-life planning.
Exposure Management Lead Consumes the inventory as the scan population; reports inventory gaps found during scanning.
Governance Pillar Leader Tracks inventory-completeness metrics; cross-references this standard with the control baseline; tracks orphaned and end-of-life assets in the risk register.
Policy & Standards Manager Maintains this document, its version, and its review cycle.

12. Regulatory and Framework Alignment Summary

Regulation / Framework Reference Where in This Standard
NIST CSF 2.0 ID.AM-01 through ID.AM-08 Sections 3, 4, 5, 7, 8
NIST 800-53r5 CM-8 (system component inventory), PM-5 (system inventory), MP-6 (media sanitization) Sections 4, 5, 9
CIS Controls v8 Control 1 (enterprise assets), Control 2 (software assets) Sections 3, 4, 10
ISO/IEC 27001 A.5.9 (inventory of information and assets), A.5.11 (return of assets) Sections 4, 9
NERC-CIP CIP-002 (BES Cyber System categorization) Sections 3, 7
NIST 800-171r3 / CMMC L2 3.4.1, 3.4.2 (baseline configuration and inventory) Sections 4, 5
SOX ITGC In-scope system inventory Sections 4, 7

13. Document Control

Field Value
Document ID CERG-STD-AM-001
Version 1.0
Status Approved
Effective Date 2026-05-21
Classification Public
Owner Engineering Pillar Leader (Platforms)
Approved By CISO
Parent Policy CERG-POL-001 - Cybersecurity Policy
Review Cycle Annual; and on material change to the asset estate or inventory tooling
Next Scheduled Review 2027-05-21
Frameworks NIST CSF 2.0 (ID.AM); NIST 800-53r5 (CM-8, PM-5, MP-6); CIS Controls v8 (1, 2); ISO/IEC 27001 A.5
Regulations NERC-CIP (CIP-002); CMMC L2 / 800-171r3; SOX ITGC
Environments All in-scope assets

Revision History

Version Date Author Change Summary
1.0 2026-05-21 Cyber Engineering Initial release. Establishes the five asset classes, the authoritative inventory requirement, required asset attributes, single-owner asset ownership, criticality and data classification, the six-state asset lifecycle, end-of-life and secure disposal requirements, and continuous discovery with reconciliation.

Review Triggers

  • Material change to the asset estate, environments, or inventory tooling
  • Publication of the Data Governance and Classification Standard, which sets the classification scheme
  • Revision of NIST CSF, CIS Controls, or NERC-CIP CIP-002
  • Internal audit or regulatory finding affecting asset inventory
  • Direction from the CISO

Cyber Engineering owns this document. The Engineering Pillar Leader (Platforms) is responsible for initiating reviews, managing the revision cycle, and obtaining Governance Pillar Leader approval, with CISO endorsement, for all changes.

Document ID Relationship
Cybersecurity Policy CERG-POL-001 Parent policy
Secure Configuration Baseline Standard (DISH) CERG-STD-CFG-001 Baselines applied at the Provisioned lifecycle state
IT / Cloud / SaaS Security Standard CERG-STD-IT-001 Cloud and SaaS asset controls
Grid Control Systems Security Standard CERG-STD-OT-001 OT-safe discovery; BES Cyber System identification
Access Management Standard CERG-STD-AC-001 Identity asset class; access revocation at disposal
Logging, Monitoring, and Detection Standard CERG-STD-LM-001 Inventory feeds the logging source catalog
Cyber Resilience and Backup Standard CERG-STD-RES-001 Classification drives backup and recovery objectives
Cryptography and Key Management Standard CERG-STD-CR-001 Cryptographic erasure at disposal
Exposure Management Procedure CERG-PRC-VM-001 Inventory is the scan population
Architecture Review and Project Intake Procedure CERG-PRC-AR-001 Intake at the Requested lifecycle state
Metrics, Dashboard, and Reporting CERG-GOV-MTR-001 Inventory-completeness reporting
Document Catalog and Naming Convention CERG-GOV-CAT-001 Registers this artifact and the AM domain

Source: standards/CERG-STD-AM-001_Asset_Management_and_Inventory_Standard.md · Download .md · View on GitHub