lookup_host_by_ip
Retrieve host information by IP address to investigate security threats and analyze detection data within the Vectra AI platform.
Instructions
Retrieve information about a host entity by its IP address.
Returns:
str: Formatted string with host information including name, ID, type, last detection timestamp, prioritization status, urgency score, state, and IP address.
If no hosts are found with the specified IP address, returns a message indicating that no matches were found.
If an error occurs during the request, raises an exception with the error message.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host_ip | Yes | IP address of the host to look up. Must be a valid IPv4 or IPv6 address. |