Actor¶
Structure Class¶
Actor
dataclass
¶
Information about the actors involved in an attack sequence.
Attributes¶
process
class-attribute
instance-attribute
¶
process: ActorProcess | None = None
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.