Signal

class Signal

Contains information about the signals involved in the attack sequence.

Types

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

Properties

Link copied to clipboard

Information about 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

The description of the signal.

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

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 signal. For example, when signal type is FINDING, the signal name is the name of the finding.

Link copied to clipboard

Information about the unique identifiers of the resources involved in the signal.

Link copied to clipboard

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

Link copied to clipboard

Contains information about the indicators associated with the signals.

Link copied to clipboard

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

Link copied to clipboard
val uid: String?

The unique identifier of the signal.

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