IP Intelligence
37.27.1.1
No major threat signals detected for this IP address. Hosted in Germany on AS24940 (HETZNER-AS - Hetzner Online GmbH, DE).
Threat Score
Low Risk
IP appears safe
Risk Score
0/100
low risk
Location
Germany
Germany
Network
AS24940
HETZNER-AS - Hetzner Online GmbH, DE
Blacklists
0/23
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
501ms
Server Location
Geographic location data
Country
Germany
DE
Continent
Europe
EU Member
YesNetwork Information
Autonomous System and ISP details
ASN
AS24940
Organization
HETZNER-AS - Hetzner Online GmbH, DE
Country
DE
Registry
ripencc
Allocated
2011-12-28
Network Ownership Chain
flowchart LR A["RIPENCC\nRegistry"] --> B["HETZNER-AS - Hetzner Online GmbH, DE"] B --> C["AS24940\nAutonomous System"] C --> D["37.27.0.0/16\nNetwork Block"] D --> E["37.27.1.1\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — IP appears safe
Detection Flags
Blacklist Status
0/100
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
37.27.1.1
Registry (RIR)
UNKNOWN
Queried 8/12/2026, 9:52:27 PM · 501ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import { RequestGuard } from "@requestguard/js";
const rg = new RequestGuard({ apiKey: "your-api-key" });
const result = await rg.ip.lookup("37.27.1.1");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/37.27.1.1 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "37.27.1.1",
"version": 4,
"type": "public",
"hostname": "static.1.1.27.37.clients.your-server.de",
"asn": {
"number": 24940,
"organization": "HETZNER-AS - Hetzner Online GmbH, DE",
"country": "DE",
"registry": "ripencc"
},
"queryTimeMs": 501,
"queriedAt": "2026-08-12T21:52:27.236Z"
}
}