IP Intelligence
23.227.38.65
No major threat signals detected for this IP address. Hosted in K2P 2L8, Canada on AS13335 (CLOUDFLARENET - Cloudflare, Inc., US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
0/100
low risk
Location
K2P 2L8
Canada
Network
AS13335
CLOUDFLARENET - Cloudflare, Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
2745ms
Server Location
Geographic location data
Country
Canada
CA
City
K2P 2L8
Continent
North America
ISP
Shopify, Inc.
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS13335
Organization
CLOUDFLARENET - Cloudflare, Inc., US
Country
CA
Registry
arin
Allocated
2013-09-19
Network Ownership Chain
- RegistryARIN
- OrganizationCLOUDFLARENET - Cloudflare, Inc., US
- Autonomous systemAS13335
- Network block23.227.38.0/23
- IP address23.227.38.65
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — no elevated IP-risk signals observed
Detection Flags
Blacklist Status
0/100
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
23.227.32.0/19
Network Name
SHOPIFY-NET
Handle
NET-23-227-32-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Sep 19, 2013
Last Updated
Dec 15, 2021
Contacts
Organization
Shopify, Inc.
151 O'Connor Street, Ground floor, Ottawa, ON, K2P 2L8, Canada
Abuse Contact
Queried 9/22/2026, 8:37:36 PM · 2745ms
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: "23.227.38.65" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/23.227.38.65 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "23.227.38.65",
"version": 4,
"type": "public",
"hostname": "myshopify.com",
"asn": {
"number": 13335,
"organization": "CLOUDFLARENET - Cloudflare, Inc., US",
"country": "CA",
"registry": "arin"
},
"queryTimeMs": 2745,
"queriedAt": "2026-09-22T20:37:36.144Z"
}
}