| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext |
RuntimeContext.clone() |
RuntimeContext |
RuntimeDetails.getContext()
Additional information about the suspicious activity.
|
RuntimeContext |
RuntimeContext.withAddressFamily(String addressFamily)
Represents the communication protocol associated with the address.
|
RuntimeContext |
RuntimeContext.withFileSystemType(String fileSystemType)
Represents the type of mounted fileSystem.
|
RuntimeContext |
RuntimeContext.withFlags(Collection<String> flags)
Represents options that control the behavior of a runtime operation or action.
|
RuntimeContext |
RuntimeContext.withFlags(String... flags)
Represents options that control the behavior of a runtime operation or action.
|
RuntimeContext |
RuntimeContext.withIanaProtocolNumber(Integer ianaProtocolNumber)
Specifies a particular protocol within the address family.
|
RuntimeContext |
RuntimeContext.withLdPreloadValue(String ldPreloadValue)
The value of the LD_PRELOAD environment variable.
|
RuntimeContext |
RuntimeContext.withLibraryPath(String libraryPath)
The path to the new library that was loaded.
|
RuntimeContext |
RuntimeContext.withMemoryRegions(Collection<String> memoryRegions)
Specifies the Region of a process's address space such as stack and heap.
|
RuntimeContext |
RuntimeContext.withMemoryRegions(String... memoryRegions)
Specifies the Region of a process's address space such as stack and heap.
|
RuntimeContext |
RuntimeContext.withModifiedAt(Date modifiedAt)
The timestamp at which the process modified the current process.
|
RuntimeContext |
RuntimeContext.withModifyingProcess(ProcessDetails modifyingProcess)
Information about the process that modified the current process.
|
RuntimeContext |
RuntimeContext.withModuleFilePath(String moduleFilePath)
The path to the module loaded into the kernel.
|
RuntimeContext |
RuntimeContext.withModuleName(String moduleName)
The name of the module loaded into the kernel.
|
RuntimeContext |
RuntimeContext.withModuleSha256(String moduleSha256)
The
SHA256 hash of the module. |
RuntimeContext |
RuntimeContext.withMountSource(String mountSource)
The path on the host that is mounted by the container.
|
RuntimeContext |
RuntimeContext.withMountTarget(String mountTarget)
The path in the container that is mapped to the host directory.
|
RuntimeContext |
RuntimeContext.withReleaseAgentPath(String releaseAgentPath)
The path in the container that modified the release agent file.
|
RuntimeContext |
RuntimeContext.withRuncBinaryPath(String runcBinaryPath)
The path to the leveraged
runc implementation. |
RuntimeContext |
RuntimeContext.withScriptPath(String scriptPath)
The path to the script that was executed.
|
RuntimeContext |
RuntimeContext.withShellHistoryFilePath(String shellHistoryFilePath)
The path to the modified shell history file.
|
RuntimeContext |
RuntimeContext.withSocketPath(String socketPath)
The path to the docket socket that was accessed.
|
RuntimeContext |
RuntimeContext.withTargetProcess(ProcessDetails targetProcess)
Information about the process that had its memory overwritten by the current process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeDetails.setContext(RuntimeContext context)
Additional information about the suspicious activity.
|
RuntimeDetails |
RuntimeDetails.withContext(RuntimeContext context)
Additional information about the suspicious activity.
|
Copyright © 2023. All rights reserved.