Class: Aws::SecurityHub::Types::Sequence
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::Sequence
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Contains information about an Amazon GuardDuty Extended Threat Detection attack sequence finding. GuardDuty generates an attack sequence finding when multiple events align to a potentially suspicious activity. To receive GuardDuty attack sequence findings in Security Hub, you must have GuardDuty enabled. For more information, see GuardDuty Extended Threat Detection in the Amazon GuardDuty User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actors ⇒ Array<Types::Actor>
Provides information about the actors involved in the attack sequence.
-
#endpoints ⇒ Array<Types::NetworkEndpoint>
Contains information about the network endpoints that were used in the attack sequence.
-
#sequence_indicators ⇒ Array<Types::Indicator>
Contains information about the indicators observed in the attack sequence.
-
#signals ⇒ Array<Types::Signal>
Contains information about the signals involved in the attack sequence.
-
#uid ⇒ String
Unique identifier of the attack sequence.
Instance Attribute Details
#actors ⇒ Array<Types::Actor>
Provides information about the actors involved in the attack sequence.
30951 30952 30953 30954 30955 30956 30957 30958 30959 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30951 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |
#endpoints ⇒ Array<Types::NetworkEndpoint>
Contains information about the network endpoints that were used in the attack sequence.
30951 30952 30953 30954 30955 30956 30957 30958 30959 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30951 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |
#sequence_indicators ⇒ Array<Types::Indicator>
Contains information about the indicators observed in the attack
sequence. The values for SignalIndicators are a subset of the
values for SequenceIndicators
, but the values for these fields
don't always match 1:1.
30951 30952 30953 30954 30955 30956 30957 30958 30959 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30951 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |
#signals ⇒ Array<Types::Signal>
Contains information about the signals involved in the attack sequence.
30951 30952 30953 30954 30955 30956 30957 30958 30959 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30951 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
Unique identifier of the attack sequence.
30951 30952 30953 30954 30955 30956 30957 30958 30959 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30951 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |