Sequence

class Sequence

Contains information about the GuardDuty attack sequence finding.

Types

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

Properties

Link copied to clipboard

Contains information about the actors involved in the attack sequence.

Link copied to clipboard

Additional types of sequences that may be associated with the attack sequence finding, providing further context about the nature of the detected threat.

Link copied to clipboard

Description of the attack sequence.

Link copied to clipboard

Contains information about the network endpoints that were used in the attack sequence.

Link copied to clipboard

Contains information about the resources involved in the attack sequence.

Link copied to clipboard

Contains information about the indicators observed in the attack sequence.

Link copied to clipboard

Contains information about the signals involved in the attack sequence.

Link copied to clipboard
val uid: String?

Unique identifier of the attack sequence.

Functions

Link copied to clipboard
inline fun copy(block: Sequence.Builder.() -> Unit = {}): Sequence
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