DataAttribution

class oci.threat_intelligence.models.DataAttribution(**kwargs)

Bases: object

The confidence, source information, and visibility for a particular sighting or observation of some data associated with a threat indicator. This associated data can be the indicator’s threat type, attribute, or relationship.

Methods

__init__(**kwargs) Initializes a new DataAttribution object with values from keyword arguments.

Attributes

confidence [Required] Gets the confidence of this DataAttribution.
source [Required] Gets the source of this DataAttribution.
time_first_seen Gets the time_first_seen of this DataAttribution.
time_last_seen [Required] Gets the time_last_seen of this DataAttribution.
visibility [Required] Gets the visibility of this DataAttribution.
__init__(**kwargs)

Initializes a new DataAttribution object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • confidence (int) – The value to assign to the confidence property of this DataAttribution.
  • source (oci.threat_intelligence.models.IndicatorSourceSummary) – The value to assign to the source property of this DataAttribution.
  • visibility (oci.threat_intelligence.models.DataVisibility) – The value to assign to the visibility property of this DataAttribution.
  • time_first_seen (datetime) – The value to assign to the time_first_seen property of this DataAttribution.
  • time_last_seen (datetime) – The value to assign to the time_last_seen property of this DataAttribution.
confidence

[Required] Gets the confidence of this DataAttribution. An integer from 0 to 100 that provides a measure of our certainty in the maliciousness of data attributed to an indicator. For example, if the source of the data being attributed is the Tor Project, our confidence that the associated indicator is a tor exit node would be 100.

Returns:The confidence of this DataAttribution.
Return type:int
source

[Required] Gets the source of this DataAttribution.

Returns:The source of this DataAttribution.
Return type:oci.threat_intelligence.models.IndicatorSourceSummary
time_first_seen

Gets the time_first_seen of this DataAttribution. The date and time the attribution data was first seen for this entity. If the data source does not provide this information, it is set to the last time it was seen. An RFC3339 formatted string.

Returns:The time_first_seen of this DataAttribution.
Return type:datetime
time_last_seen

[Required] Gets the time_last_seen of this DataAttribution. The last date and time the attribution data was seen for this entity. An RFC3339 formatted string.

Returns:The time_last_seen of this DataAttribution.
Return type:datetime
visibility

[Required] Gets the visibility of this DataAttribution.

Returns:The visibility of this DataAttribution.
Return type:oci.threat_intelligence.models.DataVisibility