IP Intelligence
157.240.253.60
No major threat signals detected for this IP address. Hosted in 94025, United States on AS32934 (FACEBOOK - Facebook, Inc., US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
0/100
low risk
Location
94025
United States
Network
AS32934
FACEBOOK - Facebook, Inc., US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
5484ms
Server Location
Geographic location data
Country
United States
US
City
94025
Continent
North America
ISP
Facebook, Inc.
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS32934
Organization
FACEBOOK - Facebook, Inc., US
Country
US
Registry
arin
Allocated
2015-05-14
Network Ownership Chain
- RegistryARIN
- OrganizationFACEBOOK - Facebook, Inc., US
- Autonomous systemAS32934
- Network block157.240.253.0/24
- IP address157.240.253.60
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
157.240.253.60
Registry (RIR)
UNKNOWN
Queried 9/20/2026, 7:01:42 PM · 5484ms
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: "157.240.253.60" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/157.240.253.60 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "157.240.253.60",
"version": 4,
"type": "public",
"hostname": "whatsapp-cdn-shv-02-fra5.fbcdn.net",
"asn": {
"number": 32934,
"organization": "FACEBOOK - Facebook, Inc., US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 5484,
"queriedAt": "2026-09-20T19:01:42.270Z"
}
}