Skip to content

The Product object describes characteristics of a software product.

  • Extends: _entity

vendor_name

  • Type: string_t
  • Requirement: required

The name of the vendor of the product.

name

  • Type: string_t
  • Requirement: recommended

The name of the product.

uid

  • Type: string_t
  • Requirement: recommended

The unique identifier of the product.

version

  • Type: string_t
  • Requirement: recommended

The version of the product, as defined by the event source. For example: 2013.1.3-beta.

cpe_name

  • Type: string_t
  • Requirement: optional

The Common Platform Enumeration (CPE) name as described by (NIST) For example: cpe:/a:apple:safari:16.2.

feature

  • Type: feature
  • Requirement: optional

The feature that reported the event.

lang

  • Type: string_t
  • Requirement: optional

The two letter lower case language codes, as defined by ISO 639-1. For example: en (English), de (German), or fr (French).

path

  • Type: string_t
  • Requirement: optional

The installation path of the product.

url_string

  • Type: url_t
  • Requirement: optional

The URL pointing towards the product.

At least one of: name, uid