get_company_info
Retrieve company details including name, domain, and type associated with any IP address to identify network ownership and organizational information.
Instructions
Get company information for an IP address.
Args: ip: IP address to lookup
Returns: Company name, domain, and type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name | |
| type | Yes | Company type | |
| domain | Yes | Company domain |