Actor

class Actor

Information about the actors involved in an attack sequence.

Types

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

Properties

Link copied to clipboard
val id: String?

ID of the threat actor.

Link copied to clipboard

Contains information about the process associated with the threat actor. This includes details such as process name, path, execution time, and unique identifiers that help track the actor's activities within the system.

Link copied to clipboard

Contains information about the user session where the activity initiated.

Link copied to clipboard
val user: User?

Contains information about the user credentials used by the threat actor.

Functions

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