Detective investigations lets you investigate IAM users and IAM roles using indicators of compromise
Source:R/detective_operations.R
detective_list_investigations.RdDetective investigations lets you investigate IAM users and IAM roles using indicators of compromise. An indicator of compromise (IOC) is an artifact observed in or on a network, system, or environment that can (with a high level of confidence) identify malicious activity or a security incident. list_investigations lists all active Detective investigations.
See https://www.paws-r-sdk.com/docs/detective_list_investigations/ for full documentation.
Usage
detective_list_investigations(
GraphArn,
NextToken = NULL,
MaxResults = NULL,
FilterCriteria = NULL,
SortCriteria = NULL
)Arguments
- GraphArn
[required] The Amazon Resource Name (ARN) of the behavior graph.
- NextToken
Lists if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return a Validation Exception error.
- MaxResults
Lists the maximum number of investigations in a page.
- FilterCriteria
Filters the investigation results based on a criteria.
- SortCriteria
Sorts the investigation results based on a criteria.