IP Intelligence
40.72.112.0
Minor threat indicators detected; generally considered low risk. Hosted in China on AS58593 (BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN).
Threat Score
Low Risk
Minor concerns
Risk Score
20/100
low risk
Location
China
China
Network
AS58593
BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN
Blacklists
0/23
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
592ms
Server Location
Geographic location data
Country
China
CN
Continent
Asia
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS58593
Organization
BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN
Country
CN
Registry
apnic
Allocated
2015-02-23
Network Ownership Chain
flowchart LR A["APNIC\nRegistry"] --> B["BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN"] B --> C["AS58593\nAutonomous System"] C --> D["40.72.0.0/17\nNetwork Block"] D --> E["40.72.112.0\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Moderate risk — some suspicious activity
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
40.72.112.0
Registry (RIR)
UNKNOWN
Queried 7/12/2026, 2:55:24 AM · 592ms
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.72.112.0");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/40.72.112.0 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "40.72.112.0",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 58593,
"organization": "BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN",
"country": "CN",
"registry": "apnic"
},
"queryTimeMs": 592,
"queriedAt": "2026-07-12T02:55:24.011Z"
}
}