Amazon Detective · Arazzo Workflow
Amazon Detective Run an Investigation and Collect Indicators
Version 1.0.0
Start an investigation on an entity, poll until it completes, then list its indicators.
Provider
Workflows
run-investigation
Start an investigation, poll to completion, and list the resulting indicators.
Starts an investigation on an entity, captures the investigation ID, polls getInvestigation until the status leaves RUNNING, and then lists the indicators for a successful investigation. Branches on the terminal status.
1
startInvestigation
startInvestigation
Initiate a Detective investigation on the target entity within the behavior graph and capture the returned investigation ID.
2
pollInvestigation
getInvestigation
Fetch the current investigation results. While the status is still RUNNING the step loops back on itself; once the status is SUCCESSFUL it proceeds to collect indicators, and on FAILED it ends the workflow.
3
listIndicators
listIndicators
Retrieve the indicators of compromise surfaced by the completed investigation, optionally narrowed by indicator type.