IP Intelligence
1.1.1.1
No major threat signals detected for this IP address. Hosted in Australia on AS13335 (CLOUDFLARENET - Cloudflare, Inc., US).
Threat Score
Low Risk
IP appears safe
Risk Score
0/100
low risk
Location
Australia
Australia
Network
AS13335
CLOUDFLARENET - Cloudflare, Inc., US
Blacklists
1/23
Low Risk
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1097ms
Server Location
Geographic location data
Country
Australia
AU
Continent
Oceania
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS13335
Organization
CLOUDFLARENET - Cloudflare, Inc., US
Country
AU
Registry
apnic
Allocated
2011-08-11
Network Ownership Chain
flowchart LR A["APNIC\nRegistry"] --> B["CLOUDFLARENET - Cloudflare, Inc., US"] B --> C["AS13335\nAutonomous System"] C --> D["1.1.1.0/24\nNetwork Block"] D --> E["1.1.1.1\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — IP appears safe
Detection Flags
Blacklist Status
2/100
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
1.1.1.0/24
Network Name
APNIC-LABS
Handle
1.1.1.0 - 1.1.1.255
Registry (RIR)
APNIC(Asia Pacific)
Description
APNIC and Cloudflare DNS Resolver project Routed globally by AS13335/Cloudflare Research prefix for APNIC Labs
Registration Dates
Registered
Aug 10, 2011
Last Updated
Apr 26, 2023
Contacts
Organization
Abuse Contact
IRT-APNICRANDNET-AU
helpdesk@apnic.netQueried 8/12/2026, 9:52:27 PM · 1097ms
REST API
Get comprehensive IP intelligence via API — geolocation, threat analysis, ASN data, and WHOIS.
import { RequestGuard } from "@requestguard/js";
const rg = new RequestGuard({ apiKey: "your-api-key" });
const result = await rg.ip.lookup("1.1.1.1");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/1.1.1.1 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "1.1.1.1",
"version": 4,
"type": "public",
"hostname": "one.one.one.one",
"asn": {
"number": 13335,
"organization": "CLOUDFLARENET - Cloudflare, Inc., US",
"country": "AU",
"registry": "apnic"
},
"queryTimeMs": 1097,
"queriedAt": "2026-08-12T21:52:27.900Z"
}
}