Class: Aws::SecurityHub::Types::Signal

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Contains information about the signals involved in an Amazon GuardDuty Extended Threat Detection attack sequence. An attack sequence is a type of threat detected by GuardDuty. GuardDuty generates an attack sequence finding when multiple events, or signals, align to a potentially suspicious activity. When GuardDuty and Security Hub are integrated, GuardDuty sends attack sequence findings to Security Hub.

A signal can be an API activity or a finding that GuardDuty uses to detect an attack sequence finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actor_idsArray<String>

The IDs of the threat actors involved in the signal.

Returns:

  • (Array<String>)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#countInteger

The number of times this signal was observed.

Returns:

  • (Integer)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#created_atInteger

The timestamp when the first finding or activity related to this signal was observed.

Returns:

  • (Integer)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_idsArray<String>

Information about the endpoint IDs associated with this signal.

Returns:

  • (Array<String>)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#first_seen_atInteger

The timestamp when the first finding or activity related to this signal was observed.

Returns:

  • (Integer)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the signal.

Returns:

  • (String)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#last_seen_atInteger

The timestamp when the last finding or activity related to this signal was observed.

Returns:

  • (Integer)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the GuardDuty signal. For example, when signal type is ‘FINDING`, the signal name is the name of the finding.

Returns:

  • (String)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#product_arnString

The Amazon Resource Name (ARN) of the product that generated the signal.

Returns:

  • (String)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idsArray<String>

The ARN or ID of the Amazon Web Services resource associated with the signal.

Returns:

  • (Array<String>)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#severityFloat

The severity associated with the signal. For more information about severity, see [Severity levels for GuardDuty findings] in the *Amazon GuardDuty User Guide*.

[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings-severity.html

Returns:

  • (Float)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#signal_indicatorsArray<Types::Indicator>

Contains information about the indicators associated with the signals in this attack sequence finding. The values for ‘SignalIndicators` are a subset of the values for [SequenceIndicators], but the values for these fields don’t always match 1:1.

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_Sequence.html

Returns:



29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The description of the GuardDuty finding.

Returns:

  • (String)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of the signal used to identify an attack sequence.

Signals can be GuardDuty findings or activities observed in data sources that GuardDuty monitors. For more information, see

GuardDuty foundational data sources][1

in the *Amazon GuardDuty

User Guide*.

A signal type can be one of the following values. Here are the related descriptions:

  • ‘FINDING` - Individually generated GuardDuty finding.

  • ‘CLOUD_TRAIL` - Activity observed from CloudTrail logs

  • ‘S3_DATA_EVENTS` - Activity observed from CloudTrail data events for Amazon Simple Storage Service (S3). Activities associated with this type will show up only when you have enabled GuardDuty S3 Protection feature in your account. For more information about S3 Protection and the steps to enable it, see [S3 Protection] in the *Amazon GuardDuty User Guide*.

[1]: docs.aws.amazon.com/guardduty/latest/ug/guardduty_data-sources.html [2]: docs.aws.amazon.com/guardduty/latest/ug/s3-protection.html

Returns:

  • (String)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atInteger

The timestamp when this signal was last observed.

Returns:

  • (Integer)


29089
29090
29091
29092
29093
29094
29095
29096
29097
29098
29099
29100
29101
29102
29103
29104
29105
29106
29107
# File 'lib/aws-sdk-securityhub/types.rb', line 29089

class Signal < Struct.new(
  :type,
  :id,
  :title,
  :product_arn,
  :resource_ids,
  :signal_indicators,
  :name,
  :created_at,
  :updated_at,
  :first_seen_at,
  :last_seen_at,
  :severity,
  :count,
  :actor_ids,
  :endpoint_ids)
  SENSITIVE = []
  include Aws::Structure
end