IP Intelligence
40.72.72.0
No major threat signals detected for this IP address. Hosted in China on AS58593 (BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
15/100
low risk
Location
China
China
Network
AS58593
BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
899ms
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
- RegistryAPNIC
- OrganizationBLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN
- Autonomous systemAS58593
- Network block40.72.0.0/17
- IP address40.72.72.0
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — no elevated IP-risk signals observed
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
40.72.72.0
Registry (RIR)
UNKNOWN
Queried 9/21/2026, 9:52:40 AM · 899ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import RequestGuard from "@requestguard/js";
const rg = RequestGuard({ apiKey: "YOUR_API_KEY" });
const result = await rg.connection({ ip: "40.72.72.0" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/40.72.72.0 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "40.72.72.0",
"version": 4,
"type": "public",
"hostname": "chinanorth10.rnm.core.chinacloudapi.cn",
"asn": {
"number": 58593,
"organization": "BLUECLOUD - Shanghai Blue Cloud Technology Co.,Ltd, CN",
"country": "CN",
"registry": "apnic"
},
"queryTimeMs": 899,
"queriedAt": "2026-09-21T09:52:40.726Z"
}
}