STIX Wiki
STIX Wiki

Overview

IntroductionGetting StartedWalkthrough

Reference

Domain Objects
Relationship Objects
Cyber-observable Objects
ArtifactAutonomous System (AS)DirectoryDomain NameEmail AddressEmail MessageFileIPv4 AddressIPv6 AddressMAC AddressMutexNetwork TrafficProcessSoftwareURLUser AccountWindows™ Registry Key ObjectX.509 Certificate
Meta Objects
Bundle Object
Cyber-observable Objects

Software

The Software object represents high-level properties associated with software, including software products.

Properties

Required Common Properties
typeidname
Optional Common Properties
spec_versionobject_marking_refsgranular_markingsdefangedextensions
Not Applicable
created_by_refrevokedlabelsconfidencelangexternal_references
Software Specific
namecpeswidlanguagesvendorversion
PropertyTypeDescription
typeoptional
stringThe value of this property MUST be `software`.
namerequired
stringSpecifies the name of the software.
cpeoptional
stringSpecifies the Common Platform Enumeration (CPE) entry for the software, if available. The value for this property MUST be a CPE v2.3 entry from the official NVD CPE Dictionary.
swidoptional
stringSpecifies the Software Identification (SWID) Tags entry for the software, if available.
languagesoptional
list of stringSpecifies the languages supported by the software. The value of each list member MUST be an ISO 639-2 language code.
vendoroptional
stringSpecifies the name of the vendor of the software.
versionoptional
stringSpecifies the version of the software.

Examples

{
  "type": "software",
  "spec_version": "2.1",
  "id": "software--a1827f6d-ca53-5605-9e93-4316cd22a00a",
  "name": "Word",
  "cpe": "cpe:2.3:a:microsoft:word:2000:*:*:*:*:*:*:*",  
  "version": "2002",
  "vendor": "Microsoft"
}

Process

Previous Page

URL

Next Page

On this page

PropertiesExamples