Skip to main content

IPinfo

IPinfo is a comprehensive IP address intelligence and geolocation platform that provides detailed information about IP addresses, networks, and Autonomous System Numbers (ASNs). This product enables users to query and analyze internet infrastructure data, including IP address metadata, network ownership, geographic location data, and AS routing information.

CategoryThreat intelligence
DirectionQuery source
Sign-inNo Authentication, IPinfo Access Token
Query languagesSQLite
Tables2
Query templates5
Websiteipinfo.io

Before you start​

Huntbase signs in to IPinfo with IPinfo Access Token. Create the credential in IPinfo first, then keep it to hand for the Connect step.

  1. Sign in to IPinfo and open your dashboard's token page at https://ipinfo.io/dashboard/token.
  2. Copy your IPinfo Access Token.
Watch out for
  • A token is optional. Without one, you get basic IP information. A token gives higher limits and more data.

For the vendor's own instructions, see IPinfo API documentation.

tip

Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.

Connect IPinfo​

  1. Go to Connections and click New connection, or click New connection on the IPinfo product page.
  2. On Product, pick IPinfo and choose the Owner.
  3. On Details, give the connection a Name and, optionally, a Description.
  4. On Connect, fill in the settings and credentials described below.
  5. On Verify, review the summary and click Create & check.

For everything else on the setup page — saving a draft, I'll do this later, and what each check result means — see Connections.

Credentials​

Choose a Method, enter a Credential label (for example Production), then fill in the fields for that method.

No Authentication​

No fields — choose this method to connect without credentials.

IPinfo Access Token​

FieldRequiredNotes
IPinfo Access TokenNoSecret — not shown again after you save it.

Query it​

Once connected, IPinfo can serve these languages in a query tab, and Scout can use it when you ask in Auto:

LanguageUse it for
SQLiteSQL over the 2 tables listed below, alongside every other connected source.

Example: SQLite​

Info for your IP address — Discover the geographical details associated with the current egress IP address, such as city, region, postal code, and country.

SELECT
ip,
city,
region,
postal,
country_name
FROM
ipinfo_ip;

IPinfo ships with 5 query templates. Find them in Library › Queries — see Query templates.

Tables​

IPinfo adds 2 tables. Browse their columns from Schema in the query bar's ⋯ menu.

All 2 tables
TableContains
ipinfo_asnDetails about an Autonomous System Number (ASN).
ipinfo_ipInformation about an IP address.

Next steps​