IP Intelligence
203.205.254.157
No major threat signals detected for this IP address. Hosted in China on AS132203 (TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
China
China
Network
AS132203
TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
918ms
Server Location
Geographic location data
Country
China
CN
Continent
Asia
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS132203
Organization
TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN
Country
CN
Registry
apnic
Allocated
2011-04-11
Network Ownership Chain
- RegistryAPNIC
- OrganizationTENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN
- Autonomous systemAS132203
- Network block203.205.254.0/23
- IP address203.205.254.157
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
203.205.192.0/18
Network Name
TENCENT-NET-AP
Handle
203.205.192.0 - 203.205.255.255
Registry (RIR)
APNIC(Asia Pacific)
Description
Shenzhen Tencent Computer Systems Company Limited Tencent Building, Kejizhongyi Avenue,Hi-techPark, NanshanDistrict, Shenzhen
Registration Dates
Registered
May 12, 2017
Last Updated
Jun 16, 2021
Contacts
Abuse Contact
IRT-CNNIC-CN
ipas@cnnic.cnQueried 9/21/2026, 3:38:21 PM · 918ms
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: "203.205.254.157" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/203.205.254.157 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "203.205.254.157",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 132203,
"organization": "TENCENT-NET-AP-CN - Tencent Building, Kejizhongyi Avenue, CN",
"country": "CN",
"registry": "apnic"
},
"queryTimeMs": 918,
"queriedAt": "2026-09-21T15:38:21.977Z"
}
}