IP Intelligence
172.64.155.209
No major threat signals detected for this IP address. Hosted in 94107, United States on AS13335 (CLOUDFLARENET - Cloudflare, Inc., US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
94107
United States
Network
AS13335
CLOUDFLARENET - Cloudflare, Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1025ms
Server Location
Geographic location data
Country
United States
US
City
94107
Continent
North America
ISP
Cloudflare, Inc.
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS13335
Organization
CLOUDFLARENET - Cloudflare, Inc., US
Country
US
Registry
arin
Allocated
2015-02-25
Network Ownership Chain
- RegistryARIN
- OrganizationCLOUDFLARENET - Cloudflare, Inc., US
- Autonomous systemAS13335
- Network block172.64.155.0/24
- IP address172.64.155.209
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
172.64.0.0/13
Network Name
CLOUDFLARENET
Handle
NET-172-64-0-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Feb 26, 2015
Last Updated
Sep 4, 2024
Contacts
Organization
Cloudflare, Inc.
101 Townsend Street, San Francisco, CA, 94107, United States
Abuse Contact
Queried 9/20/2026, 11:45:02 PM · 1025ms
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: "172.64.155.209" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/172.64.155.209 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "172.64.155.209",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 13335,
"organization": "CLOUDFLARENET - Cloudflare, Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1025,
"queriedAt": "2026-09-20T23:45:02.557Z"
}
}