IP address 194.42.187.255
194.42.187.255 has no resolved city, on network AS24940 (HETZNER-AS), usage type hosting, risk level medium.
194.42.187.255
Location unknown
Risk assessment
35/100medium risk
datacentercrawler
Location
- Continent
- Europe
- Coordinates
- 47.000000, 8.000000
- Time zone
- Europe/Vaduz
- GDPR applies
- No
Network & ASN
- ASN
- AS24940
- Operator
- HETZNER-AS
- ASN country
- DE
- Network name
- DE-ONLINEINFOSERVICE-NET
- Organisation
- Online-Info Service GmbH
- Usage type
- hosting
- RIPE org ID
- ORG-OSG9-RIPE
- Allocation
- ASSIGNED PI
Threat & privacy
VPNProxyTor exitSpam listCloudDatacenterMobileSatelliteCrawler Anthropic ClaudeBotAnycastBogon
Use this in code
curl "https://ipquery.info/api?apiKey=YOUR_API_KEY&ip=194.42.187.255"import requests
r = requests.get("https://ipquery.info/api", params={
"apiKey": "YOUR_API_KEY",
"ip": "194.42.187.255",
})
print(r.json()[0])This page is generated from the IpQuery.Info API. Get the same data via API.
Raw API response
[
{
"accuracy_radius" : "50",
"asn" : "AS24940",
"asn_country" : "DE",
"asn_name" : "HETZNER-AS",
"connection_type" : "hosting",
"continent" : "Europe",
"crawler_name" : "Anthropic ClaudeBot",
"currency" : "",
"gdpr_required" : false,
"gmt_offset" : 3600,
"is_anycast" : false,
"is_bogon" : false,
"is_cloud" : false,
"is_crawler" : true,
"is_datacenter" : true,
"is_eu_member" : false,
"is_mobile" : false,
"is_multicast" : false,
"is_proxy" : false,
"is_satellite" : false,
"is_spam" : false,
"is_spam_drop" : false,
"is_tor_exit_node" : false,
"is_tor_full_node" : false,
"is_vpn" : false,
"languages" : [
],
"latitude" : "47.000000",
"longitude" : "8.000000",
"netname" : "DE-ONLINEINFOSERVICE-NET",
"network_status" : "ASSIGNED PI",
"org" : "Online-Info Service GmbH",
"query_ip_address" : "194.42.187.255",
"query_language" : "en",
"ripe_country" : "DE",
"ripe_org_id" : "ORG-OSG9-RIPE",
"risk_factors" : [
"datacenter",
"crawler"
],
"risk_level" : "medium",
"risk_score" : 35,
"simplemaps" : {
"admin_name" : "Luzern",
"capital" : "minor",
"city" : "Sursee",
"country" : "Switzerland",
"iso2" : "CH",
"iso3" : "CHE",
"population" : 9900
},
"time_zone" : "Europe/Vaduz",
"usage_type" : "hosting"
}
]Explore this network
Get this data from your own code
The IpQuery.Info API returns geolocation, ASN, VPN/proxy/Tor, cloud, and a packaged risk score for any IP — one HTTPS call. Start free, no credit card.