Details

This workflow consumes one or more hostnames and attempts to fetch vulnerability information from all supported products. Currently supported products include: Cisco Secure Endpoint, CrowdStrike, SentinelOne, and Microsoft Defender for Endpoint (Commercial or GCC).

Targets: Automation APIs, Cisco Secure Endpoint, CrowdStrike, SentinelOne, Microsoft Defender for Endpoint (Commercial or GCC)

Steps:

  • Check how the workflow was started (if not a playbook task, end the workflow)
  • Get a list of XDR automation targets and extract the supported integrations
  • Check if there are supported integrations available (if not, end the workflow)
  • For each hostname:
    • For each integration:
      • Attempt to find the machine and fetch vulnerability information from the given integration
    • Check if the information was obtained from at least one product (if not, update the workflow results)