Builder

class Builder

Properties

Link copied to clipboard
var 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
var user: User?

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

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun user(block: User.Builder.() -> Unit)