IP Intelligence
40.79.206.0
No major threat signals detected for this IP address. Hosted in 98052, United States on AS8075 (MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US).
Threat Score
Low Risk
IP appears safe
Risk Score
5/100
low risk
Location
98052
United States
Network
AS8075
MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
Blacklists
0/23
Clean
Overview
Basic IP information
Version
IPv4
Type
PublicRisk Level
Low RiskResponse
500ms
Server Location
Geographic location data
Country
United States
US
City
98052
Continent
North America
ISP
Microsoft Corporation
EU Member
NoNetwork Information
Autonomous System and ISP details
ASN
AS8075
Organization
MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
Country
US
Registry
arin
Allocated
2015-02-23
Network Ownership Chain
flowchart LR A["ARIN\nRegistry"] --> B["MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"] B --> C["AS8075\nAutonomous System"] C --> D["40.76.0.0/14\nNetwork Block"] D --> E["40.79.206.0\nThis IP"]
Security Intelligence
Threat analysis and reputation
Threat Score
Low risk — IP appears safe
Detection Flags
Blacklist Status
0/100
Risk Factors
WHOIS Registration
IP registration and ownership data
Network Details
IP Range
40.74.0.0/15
Network Name
MSFT
Handle
NET-40-74-0-0-1
Registry (RIR)
ARIN(North America)
Registration Dates
Registered
Feb 23, 2015
Last Updated
Dec 15, 2021
Contacts
Organization
Microsoft Corporation
One Microsoft Way, Redmond, WA, 98052, United States
Abuse Contact
Queried 7/12/2026, 2:25:55 AM · 500ms
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("40.79.206.0");
console.log(result.geolocation.country);
console.log(result.intelligence.threatLevel);curl -X GET https://api.requestguard.com/api/v1/ip/40.79.206.0 \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"{
"success": true,
"data": {
"ip": "40.79.206.0",
"version": 4,
"type": "public",
"hostname": null,
"asn": {
"number": 8075,
"organization": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US",
"country": "US",
"registry": "arin"
},
"queryTimeMs": 500,
"queriedAt": "2026-07-12T02:25:55.122Z"
}
}