IP Intelligence
204.79.197.219
No major threat signals detected for this IP address. Hosted in United States on AS8068 (MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US).
Threat Score
Low Risk
No elevated IP-risk signals observed
Risk Score
5/100
low risk
Location
United States
United States
Network
AS8068
MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
Blacklists
0/15
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
1001ms
Server Location
Geographic location data
Country
United States
US
Continent
North America
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS8068
Organization
MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
Country
US
Registry
arin
Allocated
1994-12-15
Network Ownership Chain
- RegistryARIN
- OrganizationMICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
- Autonomous systemAS8068
- Network block204.79.197.0/24
- IP address204.79.197.219
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
204.79.197.219
Registry (RIR)
UNKNOWN
Queried 9/22/2026, 5:11:55 PM · 1001ms
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: "204.79.197.219" });
console.log(result);curl -X GET https://api.requestguard.com/v1/ip/204.79.197.219 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "204.79.197.219",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 8068,
"organization": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 1001,
"queriedAt": "2026-09-22T17:11:55.168Z"
}
}