🎉 VSEC Test v3.1.3 is now live! Release Notes ↗

Overview

Asset Manager gives you a structured inventory of everything you build and test. Rather than tracking assets in spreadsheets or external tools, you define them directly in VSEC so they can be referenced by test runs, risk cases, and monitoring rules automatically.

What is an Asset?

An asset is any product, system, or component you want to track. In practice, this usually means:

  • A vehicle platform (e.g. “Compact A 2026”)
  • A feature or software function (e.g. “Over-the-Air Update”)
  • An ECU or hardware component (e.g. “Telematics Control Unit”)

Assets are typed, carry configurable properties, and can be linked together in parent-child hierarchies.

Asset Types

Every asset belongs to a type. Types determine which properties are available for an asset and how it is displayed in VSEC. Three types are provided out of the box:

TypeIconDescription
VehicleCarA top-level vehicle platform or product line
FeatureGearA functional capability or software subsystem
ComponentChipA hardware ECU or physical module

You can create additional custom types and organize them in a hierarchy (e.g. a “Gateway ECU” type under “Component”) in Configuration → Asset Types.

Asset Properties

Properties are the fields that hold information about an asset. VSEC ships with six default properties:

PropertyTypeDescription
Product OwnerTextResponsible person; used by VSEC for default risk assignment
KeywordsTagsAttribute tags used to match relevant threat intelligence and test cases
InterfacesMulti-selectExternal attack surfaces (Wi-Fi, Bluetooth, CAN, USB, etc.)
Product IDTextLinks parent/child assets; populated during PDF import
Vehicle LineTextPlatform identifier; populated during PDF import
Model YearTextModel year; populated during PDF import

You can define additional properties with custom data types in Configuration → Asset Properties.

Asset Hierarchy

Assets can be organized into parent-child relationships. A typical hierarchy looks like:

Vehicle: Compact A 2026
├── Component: Telematics Control Unit
└── Component: Infotainment System
    └── Feature: Over-the-Air Update

Hierarchies are managed through the Links tab on any asset detail page and visualized in the Tree View.

Integration with the Rest of VSEC

Asset Manager is not a standalone inventory tool — assets are used throughout VSEC:

  • Risk Manager links security risks to assets and uses Product Owner for default assignment
  • VSEC Test associates test runs with specific assets
  • Keywords on assets drive relevance matching for threat intelligence
  • Integrations (e.g. xZETA firmware) can be linked directly to components for SBOM scanning
Last updated on