Cloud Token Theft - Set Verdict

--- ## Cloud Token Theft - Set Verdict Playbook The playbook is built from a decision tree whose ultimate goal is to decide whether the observed activity is malicious. ### Event Search The playbook searches for events based on the attacker's IP address within the last two hours. ### Tests Performed The following tests are performed on the observed activity: 1. **Malicious IP Check**: Determines if the IP address is malicious. 2. **CSP ASN Check**: Checks if the activity was performed from an Autonomous System Number (ASN) belonging to one of the Cloud Service Providers (CSPs). 3. **IP and ASN History Check**: Verifies if the IP address and ASN have been previously observed. 4. **Region Check**: Determines if the API call was made from outside the recognized region. 5. **Anomalous State Check**: Checks if the API call was made from an anomalous state. 6. **Alert Check**: Looks for any related alerts around the event, including: - Possible cloud instance metadata service (IMDS) abuse. - Impossible Traveler by cloud identity. ---

Cloud Incident Response · 12 tasks · 2 inputs · 2 outputs

Inputs

  • sourceIP — The source IP to search by additional alerts.
  • fromDate — The start date for the search additional alerts task. Filter by from date (e.g., "3 days ago" or 2006-01-02T15:04:05+07:00 or 2006-01-02T15:04:05Z)

Outputs

  • alertVerdict — The alert verdict.
  • foundIncidents — The additional alerts found.

Commands used

getAlerts

Flowchart

Malicious Cloud ASN Malicious Malicious Malicious Malicious Malicious Start Start Check caller IP reputation Check caller IP reputation Get additional alerts - getAlerts Get additional alerts getAlerts Set verdict - Malicious - Set Set verdict - Malicious Set Set verdict - User verification - Set Set verdict - User verifi... Set Check source ASN Check source ASN Check ASN & Agent IP popularity Check ASN & Agent IP popu... Check for API call executed outside the instance region Check for API call execut... Check for API call from unusual country Check for API call from u... Check for IMDS Access alert Check for IMDS Access alert Check for Impossible Traveler alert Check for Impossible Trav... Done Done