ActorProcess

Contains information about a process involved in a GuardDuty finding, including process identification, execution details, and file information.

Types

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

Properties

Link copied to clipboard
val name: String?

The name of the process as it appears in the system.

Link copied to clipboard
val path: String?

The full file path to the process executable on the system.

Link copied to clipboard

The SHA256 hash of the process executable file, which can be used for identification and verification purposes.

Functions

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