AWS cli medium security documentation change
Summary
Added new FileOperation, FilePath, and RelatedFilePaths fields to findings documentation
Security assessment
Added new fields to document sensitive file monitoring capabilities (write/delete/rename operations). Improves threat detection by tracking file modifications and paths, directly enhancing security visibility and forensic capabilities.
Diff
diff --git a/cli/latest/reference/guardduty/get-findings.md b/cli/latest/reference/guardduty/get-findings.md index e94f424a0..104dff4f4 100644 --- a//cli/latest/reference/guardduty/get-findings.md +++ b//cli/latest/reference/guardduty/get-findings.md @@ -15 +15 @@ - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) » @@ -2748,0 +2749,21 @@ Findings -> (list) +>>>>> +>>>>> FileOperation -> (string) +>>>>> +>>>>>> Represents the type of file operation that triggered the finding, such as Write, Delete, Rename, Link, or Symlink. +>>>>> +>>>>> FilePath -> (string) +>>>>> +>>>>>> The path of the sensitive file that was modified. Modification includes write, delete, rename, link, or symlink operations. This field is indexed for filtering. +>>>>> +>>>>> RelatedFilePaths -> (list) +>>>>> +>>>>>> All file paths modified by the same process that triggered the finding, up to a maximum of 25 paths. +>>>>>> +>>>>>> Constraints: +>>>>>> +>>>>>> * min: `1` +>>>>>> * max: `25` +>>>>>> + +>>>>>> +>>>>>> (string) @@ -4285 +4306 @@ Findings -> (list) - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) »