https://store-images.s-microsoft.com/image/apps.16975.ee91dc6a-3d54-4978-82d0-2b2b784cc2d3.527c1057-cfd1-48ec-b327-02ee72366254.ec6a5960-ce81-4c58-918b-6e5d2d34f77f

Ipinfo Custom

bCloud LLC

Ipinfo Custom

bCloud LLC

Version 2.9.0 + Free with Support on Ubuntu 24.04

IPinfo Custom is a powerful IP intelligence solution that allows organizations to enrich standard IP data with their own customized tags and context. It enables enhanced visibility into network infrastructure, user behavior, and threat detection by embedding organization-specific metadata into IP address records.

Features of IPinfo Custom:

  • Enhances standard IP data (ASN, geolocation, carrier, etc.) with user-defined custom fields.
  • Supports bulk uploads and API access for seamless integration with internal systems.
  • Improves detection of malicious activity, internal traffic monitoring, and infrastructure mapping.
  • Custom tags can represent anything—such as VPNs, internal gateways, customers, or data centers.
  • Compatible with firewalls, SIEM tools, customer analytics, and observability platforms.
  • Hosted and managed by IPinfo or deployable as a local database depending on security needs.

To use IPinfo Custom on Ubuntu 24.04, follow these steps:

$ mkdir ~/ipinfo-custom
$ cd ~/ipinfo-custom
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install ipinfo
$ python
>>> import ipinfo
>>> handler = ipinfo.getHandler(access_token="your_token_here")
>>> details = handler.getDetails("8.8.8.8")
>>> print(details.all)

Disclaimer: IPinfo and its Custom Data features are subject to licensing terms. Custom IP datasets should be reviewed and updated regularly for accuracy. Use responsibly and in compliance with data privacy laws.