Detective 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.
detective_list_investigations(
GraphArn,
NextToken = NULL,
MaxResults = NULL,
FilterCriteria = NULL,
SortCriteria = NULL
)
[required] The Amazon Resource Name (ARN) of the behavior graph.
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.
Lists the maximum number of investigations in a page.
Filters the investigation results based on a criteria.
Sorts the investigation results based on a criteria.