IP Intelligence
40.72.72.0
No major threat signals detected for this IP address. Hosted in Chaoyang District, 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
Chaoyang District
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
737ms
Server Location
Geographic location data
Country
China
CN
City
Chaoyang District
Continent
Asia
ISP
IRT-BLUECLOUD-CN
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.72.0\nThis IP"]
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.0.0/15
Network Name
BLUECLOUD
Handle
40.72.0.0 - 40.73.255.255
Registry (RIR)
APNIC(Asia Pacific)
Description
Shanghai Blue Cloud Technology Co.,Ltd M5, Jiuxianqiao East Road, Chaoyang District, Beijing
Registration Dates
Registered
Aug 24, 2015
Last Updated
Jul 17, 2024
Contacts
Abuse Contact
IRT-BLUECLOUD-CN
ipabuse@oe.21vianet.comQueried 9/8/2026, 10:00:20 AM ยท 737ms
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": 737,
"queriedAt": "2026-09-08T10:00:20.802Z"
}
}