ProcessDetails

Information about the observed process.

Types

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

Properties

Link copied to clipboard
val euid: Int?

The effective user ID of the user that executed the process.

Link copied to clipboard

The absolute path of the process executable file.

Link copied to clipboard

The SHA256 hash of the process executable.

Link copied to clipboard

Information about the process's lineage.

Link copied to clipboard
val name: String?

The name of the process.

Link copied to clipboard

The ID of the child process.

Link copied to clipboard

The unique ID of the parent process. This ID is assigned to the parent process by GuardDuty.

Link copied to clipboard
val pid: Int?

The ID of the process.

Link copied to clipboard
val pwd: String?

The present working directory of the process.

Link copied to clipboard

The time when the process started. This is in UTC format.

Link copied to clipboard
val user: String?

The user that executed the process.

Link copied to clipboard
val userId: Int?

The unique ID of the user that executed the process.

Link copied to clipboard
val uuid: String?

The unique ID assigned to the process by GuardDuty.

Functions

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