Builder

class Builder

Properties

Link copied to clipboard
var 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
var 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
var pid: Int?

The ID of the process.

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

The user that executed the process.

Link copied to clipboard
var userId: Int?

The unique ID of the user that executed the process.

Link copied to clipboard
var uuid: String?

The unique ID assigned to the process by GuardDuty.