IP Intelligence
40.52.0.0
No major threat signals detected for this IP address. Hosted in 46285, United States on AS4249 (LILLY-AS - Eli Lilly and Company, US).
Threat Score
Low Risk
IP appears safe
Risk Score
5/100
low risk
Location
46285
United States
Network
AS4249
LILLY-AS - Eli Lilly and Company, US
Blacklists
0/23
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
3705ms
Server Location
Geographic location data
Country
United States
US
City
46285
Continent
North America
ISP
Eli Lilly and Company
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS4249
Organization
LILLY-AS - Eli Lilly and Company, US
Country
US
Registry
arin
Allocated
1991-04-23
Network Ownership Chain
flowchart LR A["ARIN\nRegistry"] --> B["LILLY-AS - Eli Lilly and Company, US"] B --> C["AS4249\nAutonomous System"] C --> D["40.52.0.0/16\nNetwork Block"] D --> E["40.52.0.0\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — IP appears safe
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
40.52.0.0
Registry (RIR)
UNKNOWN
Queried 7/12/2026, 2:49:19 AM · 3705ms
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("40.52.0.0");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/40.52.0.0 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "40.52.0.0",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 4249,
"organization": "LILLY-AS - Eli Lilly and Company, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 3705,
"queriedAt": "2026-07-12T02:49:19.400Z"
}
}