You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the existing Product Object is intended to characterize software or hardware products, it has a few semantic inconsistencies in this regard:
Several fields, such as Edition and Language, are largely specific to software.
The Device_Details field is intended to capture device-specific details of the product through the use of the Device Object. However, the Device Object contains several fields that may have semantic overlaps with those in the Product Object. For instance, the Vendor field in the Product and Manufacturer field in the Device could both be used to capture the name of the company that produced the Product/Device.
Accordingly, it may make sense to relegate the Product Object to just characterizing software and the Device Object to just hardware. This would entail deprecating the Device_Details field and otherwise leaving the object the same.
The text was updated successfully, but these errors were encountered:
I concur with the observations.
I am ok for Product-Software and Device-Hardware.
Note that a Device is a Product (so could the Device Class/Object could inherit from Product)
To go further: Vendor and Manufacturer could (MUST imho) be "Asset" Objects. By that, I mean that Vendor and Manufacturer are Organization or Person (or group of). Use of something like NISTIR 7693 would be of great benefit... (e.g. A Product's Vendor could be a STIX Information_Source, or an OVAL Definition Producer, etc.)
Note for later: a Component Object will help to define relationships for both Products' Components (e.g.: files, libraries, DLLs, etc.) and Devices' Components (e.g.: motherboard, processor, chip, SIM card, etc.)
Although the existing Product Object is intended to characterize software or hardware products, it has a few semantic inconsistencies in this regard:
Edition
andLanguage
, are largely specific to software.Device_Details
field is intended to capture device-specific details of the product through the use of the Device Object. However, the Device Object contains several fields that may have semantic overlaps with those in the Product Object. For instance, theVendor
field in the Product andManufacturer
field in the Device could both be used to capture the name of the company that produced the Product/Device.Accordingly, it may make sense to relegate the Product Object to just characterizing software and the Device Object to just hardware. This would entail deprecating the
Device_Details
field and otherwise leaving the object the same.The text was updated successfully, but these errors were encountered: