Signal

class Signal

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IDs of the threat actors involved in the signal.

Link copied to clipboard
val count: Int?

The number of times this signal was observed.

Link copied to clipboard

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

Link copied to clipboard

Information about the endpoint IDs associated with this signal.

Link copied to clipboard

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

Link copied to clipboard
val id: String?

The identifier of the signal.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

The description of the GuardDuty finding.

Link copied to clipboard
val type: String?

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

Link copied to clipboard

The timestamp when this signal was last observed.

Functions

Link copied to clipboard
inline fun copy(block: Signal.Builder.() -> Unit = {}): Signal
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String