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.
| Category | Threat intelligence |
| Direction | Query source |
| Sign-in | No Authentication, IPinfo Access Token |
| Query languages | SQLite |
| Tables | 2 |
| Query templates | 5 |
| Website | ipinfo.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.
- Sign in to IPinfo and open your dashboard's token page at https://ipinfo.io/dashboard/token.
- Copy your IPinfo Access Token.
- 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.
Use a dedicated, read-only credential for Huntbase where the product allows it. Huntbase only needs to read.
Connect IPinfo
- Go to Connections and click New connection, or click New connection on the IPinfo product page.
- On Product, pick IPinfo and choose the Owner.
- On Details, give the connection a Name and, optionally, a Description.
- On Connect, fill in the settings and credentials described below.
- 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
| Field | Required | Notes |
|---|---|---|
| IPinfo Access Token | No | Secret — 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:
| Language | Use it for |
|---|---|
| SQLite | SQL 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
| Table | Contains |
|---|---|
ipinfo_asn | Details about an Autonomous System Number (ASN). |
ipinfo_ip | Information about an IP address. |
Next steps
- Connections — health, credentials and settings after you connect
- Query languages — syntax, parameters and time ranges
- Chatting with Scout — ask questions without writing a query
- All integrations — the rest of the catalog