Hey Nanakcorning,
I appreciate the community post. I think ISP org data is not a mess at all, but we focus on a different methodology than the previous vendor did. So, there is some difference to be expected. But as always we are open to feedback.
After the migration, it currently shows as “GGSN 3G”. What is this?
However, if I curl directly to 120.188.95.57 IP Address Details - IPinfo.io, it would show up as “org”: “AS4761 INDOSAT Internet Network Provider”. This is expected too.
Interesting…
We do show that the ASN org (FYI: Does IPinfo have an ISP database or connection type database?) to be: INDOSAT Internet Network Provider
Let’s verify:
$ curl ipinfo.io/120.188.95.57
{
"ip": "120.188.95.57",
"city": "Jakarta",
"region": "Jakarta",
"country": "ID",
"loc": "-6.2146,106.8451",
"org": "AS4761 INDOSAT Internet Network Provider",
"postal": "12850",
"timezone": "Asia/Jakarta",
"readme": "https://ipinfo.io/missingauth"
}
i
Let’s try the IPinfo Lite database as well to double-check:
$ curl api.ipinfo.io/lite/120.188.95.57?token=$TOKEN
{
"ip": "120.188.95.57",
"asn": "AS4761",
"as_name": "INDOSAT Internet Network Provider",
"as_domain": "ioh.co.id",
"country_code": "ID",
"country": "Indonesia",
"continent_code": "AS",
"continent": "Asia"
}
Let’s check all our data:
$ https://api.ipinfo.io/lookup/120.188.95.57?token=$TOKEN
{
"ip": "120.188.95.57",
"geo": {
"city": "Jakarta",
"region": "Jakarta",
"region_code": "JK",
"country": "Indonesia",
"country_code": "ID",
"continent": "Asia",
"continent_code": "AS",
"latitude": -6.21462,
"longitude": 106.84513,
"timezone": "Asia/Jakarta",
"postal_code": "12850",
"geoname_id": "1642911",
"radius": 10,
"last_changed": "2023-05-28"
},
"as": {
"asn": "AS4761",
"name": "INDOSAT Internet Network Provider",
"domain": "ioh.co.id",
"type": "isp",
"last_changed": "2025-03-09"
},
"mobile": {
"name": "Indosat Ooredoo Hutchison",
"mcc": "510",
"mnc": "01"
},
"anonymous": {
"is_proxy": false,
"is_relay": false,
"is_tor": false,
"is_vpn": false
},
"is_anonymous": false,
"is_anycast": false,
"is_hosting": false,
"is_mobile": true,
"is_satellite": false
}
I could not find this reference to GGSN 3G.