Version: 1.2.0.11

stix.common.tools Module

Classes

class stix.common.tools.ToolInformation(title=None, short_description=None, tool_name=None, tool_vendor=None)

Bases: stix.base.Entity, cybox.common.tools.ToolInformation

add_short_description(description)

Adds a description to the short_descriptions collection.

This is the same as calling “foo.short_descriptions.add(bar)”.

short_description

A single short description about the contents or purpose of this object.

Default Value: None

Note

If this object has more than one short description set, this will return the short description with the lowest ordinality value.

Returns:An instance of StructuredText