| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
ProcessDetails |
ProcessDetails.clone() |
ProcessDetails |
RuntimeContext.getModifyingProcess()
Information about the process that modified the current process.
|
ProcessDetails |
RuntimeDetails.getProcess()
Information about the observed process.
|
ProcessDetails |
RuntimeContext.getTargetProcess()
Information about the process that had its memory overwritten by the current process.
|
ProcessDetails |
ProcessDetails.withEuid(Integer euid)
The effective user ID of the user that executed the process.
|
ProcessDetails |
ProcessDetails.withExecutablePath(String executablePath)
The absolute path of the process executable file.
|
ProcessDetails |
ProcessDetails.withExecutableSha256(String executableSha256)
The
SHA256 hash of the process executable. |
ProcessDetails |
ProcessDetails.withLineage(Collection<LineageObject> lineage)
Information about the process's lineage.
|
ProcessDetails |
ProcessDetails.withLineage(LineageObject... lineage)
Information about the process's lineage.
|
ProcessDetails |
ProcessDetails.withName(String name)
The name of the process.
|
ProcessDetails |
ProcessDetails.withNamespacePid(Integer namespacePid)
The ID of the child process.
|
ProcessDetails |
ProcessDetails.withParentUuid(String parentUuid)
The unique ID of the parent process.
|
ProcessDetails |
ProcessDetails.withPid(Integer pid)
The ID of the process.
|
ProcessDetails |
ProcessDetails.withPwd(String pwd)
The present working directory of the process.
|
ProcessDetails |
ProcessDetails.withStartTime(Date startTime)
The time when the process started.
|
ProcessDetails |
ProcessDetails.withUser(String user)
The user that executed the process.
|
ProcessDetails |
ProcessDetails.withUserId(Integer userId)
The unique ID of the user that executed the process.
|
ProcessDetails |
ProcessDetails.withUuid(String uuid)
The unique ID assigned to the process by GuardDuty.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeContext.setModifyingProcess(ProcessDetails modifyingProcess)
Information about the process that modified the current process.
|
void |
RuntimeDetails.setProcess(ProcessDetails process)
Information about the observed process.
|
void |
RuntimeContext.setTargetProcess(ProcessDetails targetProcess)
Information about the process that had its memory overwritten by the current process.
|
RuntimeContext |
RuntimeContext.withModifyingProcess(ProcessDetails modifyingProcess)
Information about the process that modified the current process.
|
RuntimeDetails |
RuntimeDetails.withProcess(ProcessDetails process)
Information about the observed process.
|
RuntimeContext |
RuntimeContext.withTargetProcess(ProcessDetails targetProcess)
Information about the process that had its memory overwritten by the current process.
|
Copyright © 2024. All rights reserved.