Version: 1.2.0.10

stix.indicator.sightings Module

Classes

class stix.indicator.sightings.Sighting(timestamp=None, timestamp_precision=None, description=None)

Bases: stix.base.Entity

add_description(description)

Adds a description to the descriptions collection.

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

description

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

Default Value: None

Note

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

Returns:An instance of StructuredText
class stix.indicator.sightings.Sightings(sightings_count=None, *args)

Bases: stix.base.EntityList

class stix.indicator.sightings.RelatedObservables(scope=None, *args)

Bases: stix.common.related.GenericRelationshipList