Skip to main content

Cyware Orchestrate

IP Info

App Vendor: IPInfo

Category: Data Enrichment and Threat Intelligence

Connector Version: 1.0.0

API Version: 2.0.0

About App

IPInfo is a leading IP data provider that offers IP geolocation, ASN, IP to company, VPN detection, IP ranges, hosted domains, and other data types. You can integrate Orchestrate with IPInfo Application to pinpoint user locations, customize experiences, prevent fraud, ensure compliance, and much more.

The IPInfo app is configured with Orchestrate application to perform the below-listed actions:

Action Name

Description

Get ASN Details

This action can be used to obtain the details of an ASN.

Get IP Address Details in batch

This action can be used to obtain the details of IP addresses in a batch.

Get IP Address Details

This action can be used to obtain the details of an IP address.

Get IP Address Range Details

This action can be used to obtain details of an IP address range by the domain name.

Get Privacy Detection Details

This action can be used to obtain the details of privacy detection for an IP address.

Configuration parameters

Below is the list of configuration parameters that are required for the IPInfo app in CSOL to communicate with the IPInfo application. The parameters can be configured by creating instances in the app.

Parameter

Description

Field Type

Required/Optional

Comments

Access Token

Enter the access token to access IPInfo.

Text

Required

Action: Get ASN Details

This action can be used to obtain the details of an ASN.

Input parameters

Parameter

Description

Field Type

Required/Optional

Comments

ASN

Enter the (Autonomous System Number) ASN. For example, AS1234.

Text

Required

Example Request
[
    {
        "asn_number": "AS7922"
    }
]
Action: Get IP Address details in batch

This action can be used to obtain the details of IP addresses in a batch.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

IP Addresses

Enter the list of the IP addresses. For example,'["8.8.8.8/country", "8.8.4.4"]'

Any

Required

Example Request
[
    {
        "ip_address": "[\"8.8.8.8/city\", \"8.8.4.4/geo\"]"
    }
]
Action: Get IP Address Details

This action can be used to obtain the details of an IP address.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

IP Address

Enter the IP address.

Text

Required

Example Request
[
    {
        "ip_address": "1.1.1.1"
    }
]
Action: Get IP Address Range Details

This action can be used to obtain details of an IP address range by the domain name.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

Domain Name

Enter the domain name.

Text

Required

Example Request
[
    {
        "domain": "abc.net"
    }
]
Action: Get Privacy Detection Details

This action can be used to obtain the details of privacy detection for an IP address.

Input Parameters

Parameter

Description

Field Type

Required/Optional

Comments

IP Address

Enter the IP address.

Text

Required

Example Response
[
    {
        "ip_address": "12.1.1.23"
    }
]