Class: DatadogAPIClient::V2::STIXObject

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/stix_object.rb

Overview

A STIX 2.1 object. Indicator objects are processed and ingested; all other STIX object types are ignored and are not included in the response counters.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



72
73
74
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 72

def additional_properties
  @additional_properties
end

#confidenceObject

The confidence in the correctness of the indicator, from 0 through 100.



25
26
27
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 25

def confidence
  @confidence
end

#createdObject

The time when the object was created.



28
29
30
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 28

def created
  @created
end

#external_referencesObject

Optional external reference metadata preserved with the indicator but not interpreted during ingestion.



31
32
33
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 31

def external_references
  @external_references
end

#idObject

The STIX object identifier.



34
35
36
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 34

def id
  @id
end

#indicator_typesObject

The open vocabulary terms that categorize the indicator.



37
38
39
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 37

def indicator_types
  @indicator_types
end

#kill_chain_phasesObject

Optional kill chain metadata preserved with the indicator but not interpreted during ingestion.



40
41
42
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 40

def kill_chain_phases
  @kill_chain_phases
end

#labelsObject

Labels associated with the indicator.



43
44
45
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 43

def labels
  @labels
end

#modifiedObject

The time when the object was last modified.



46
47
48
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 46

def modified
  @modified
end

#object_marking_refsObject

References to marking definition objects that apply to the indicator.



49
50
51
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 49

def object_marking_refs
  @object_marking_refs
end

#patternObject

The STIX pattern that identifies the observable. Present on indicator objects.



52
53
54
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 52

def pattern
  @pattern
end

#pattern_typeObject

The supported STIX pattern language.



55
56
57
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 55

def pattern_type
  @pattern_type
end

#revokedObject

Whether the indicator has been revoked.



58
59
60
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 58

def revoked
  @revoked
end

#spec_versionObject

The STIX specification version declared on the object. Objects with an unsupported version are accepted and counted in the unsupported response counter.



61
62
63
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 61

def spec_version
  @spec_version
end

#typeObject

The STIX object type.



64
65
66
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 64

def type
  @type
end

#valid_fromObject

The time from which the indicator is considered valid. Present on indicator objects.



67
68
69
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 67

def valid_from
  @valid_from
end

#valid_untilObject

The time until which the indicator is considered valid.



70
71
72
# File 'lib/datadog_api_client/v2/models/stix_object.rb', line 70

def valid_until
  @valid_until
end