| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeContext.Builder |
RuntimeContext.Builder.addressFamily(String addressFamily)
Represents the communication protocol associated with the address.
|
static RuntimeContext.Builder |
RuntimeContext.builder() |
RuntimeContext.Builder |
RuntimeContext.Builder.fileSystemType(String fileSystemType)
Represents the type of mounted fileSystem.
|
RuntimeContext.Builder |
RuntimeContext.Builder.flags(Collection<String> flags)
Represents options that control the behavior of a runtime operation or action.
|
RuntimeContext.Builder |
RuntimeContext.Builder.flags(String... flags)
Represents options that control the behavior of a runtime operation or action.
|
RuntimeContext.Builder |
RuntimeContext.Builder.ianaProtocolNumber(Integer ianaProtocolNumber)
Specifies a particular protocol within the address family.
|
RuntimeContext.Builder |
RuntimeContext.Builder.ldPreloadValue(String ldPreloadValue)
The value of the LD_PRELOAD environment variable.
|
RuntimeContext.Builder |
RuntimeContext.Builder.libraryPath(String libraryPath)
The path to the new library that was loaded.
|
RuntimeContext.Builder |
RuntimeContext.Builder.memoryRegions(Collection<String> memoryRegions)
Specifies the Region of a process's address space such as stack and heap.
|
RuntimeContext.Builder |
RuntimeContext.Builder.memoryRegions(String... memoryRegions)
Specifies the Region of a process's address space such as stack and heap.
|
RuntimeContext.Builder |
RuntimeContext.Builder.modifiedAt(Instant modifiedAt)
The timestamp at which the process modified the current process.
|
default RuntimeContext.Builder |
RuntimeContext.Builder.modifyingProcess(Consumer<ProcessDetails.Builder> modifyingProcess)
Information about the process that modified the current process.
|
RuntimeContext.Builder |
RuntimeContext.Builder.modifyingProcess(ProcessDetails modifyingProcess)
Information about the process that modified the current process.
|
RuntimeContext.Builder |
RuntimeContext.Builder.moduleFilePath(String moduleFilePath)
The path to the module loaded into the kernel.
|
RuntimeContext.Builder |
RuntimeContext.Builder.moduleName(String moduleName)
The name of the module loaded into the kernel.
|
RuntimeContext.Builder |
RuntimeContext.Builder.moduleSha256(String moduleSha256)
The
SHA256 hash of the module. |
RuntimeContext.Builder |
RuntimeContext.Builder.mountSource(String mountSource)
The path on the host that is mounted by the container.
|
RuntimeContext.Builder |
RuntimeContext.Builder.mountTarget(String mountTarget)
The path in the container that is mapped to the host directory.
|
RuntimeContext.Builder |
RuntimeContext.Builder.releaseAgentPath(String releaseAgentPath)
The path in the container that modified the release agent file.
|
RuntimeContext.Builder |
RuntimeContext.Builder.runcBinaryPath(String runcBinaryPath)
The path to the leveraged
runc implementation. |
RuntimeContext.Builder |
RuntimeContext.Builder.scriptPath(String scriptPath)
The path to the script that was executed.
|
RuntimeContext.Builder |
RuntimeContext.Builder.shellHistoryFilePath(String shellHistoryFilePath)
The path to the modified shell history file.
|
RuntimeContext.Builder |
RuntimeContext.Builder.socketPath(String socketPath)
The path to the docket socket that was accessed.
|
default RuntimeContext.Builder |
RuntimeContext.Builder.targetProcess(Consumer<ProcessDetails.Builder> targetProcess)
Information about the process that had its memory overwritten by the current process.
|
RuntimeContext.Builder |
RuntimeContext.Builder.targetProcess(ProcessDetails targetProcess)
Information about the process that had its memory overwritten by the current process.
|
RuntimeContext.Builder |
RuntimeContext.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuntimeContext.Builder> |
RuntimeContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuntimeDetails.Builder |
RuntimeDetails.Builder.context(Consumer<RuntimeContext.Builder> context)
Additional information about the suspicious activity.
|
Copyright © 2023. All rights reserved.