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.
31324 31325 31326 31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31324 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.
31324 31325 31326 31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31324 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.
31324 31325 31326 31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31324 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.
31324 31325 31326 31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31324 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |
#uid ⇒ String
Unique identifier of the attack sequence.
31324 31325 31326 31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 31324 class Sequence < Struct.new( :uid, :actors, :endpoints, :signals, :sequence_indicators) SENSITIVE = [] include Aws::Structure end |