Azure IP & Service Tag Lookup
Match IP addresses and domains to Azure Public regions and service tags.
Look Up an IP Address or Domain
Common Use Cases
Network Review
Review addresses referenced in firewall rules, allowlists, routing changes, and architecture assessments.
Traffic Analysis
Check addresses from access and flow logs to understand whether traffic is associated with Azure Public Cloud ranges.
Incident Triage
Add Azure service tag and region context to security alerts and mitigation logs.
Frequently Asked Questions
Why can one address match multiple service tags?
How are domain names and URLs handled?
Does the lookup support IPv6 addresses?
Can I automate lookups?
Yes. Send a GET request to /api/ipAddress?ipOrDomain=<ipAddressOrDomain>. Encode the query value and handle rate limits, timeouts, and transient failures in automated clients.
Azure IPv4
https://www.azurespeed.com/api/ipAddress?ipOrDomain=104.45.231.79Azure IPv6
https://www.azurespeed.com/api/ipAddress?ipOrDomain=2603%3A1030%3A0800%3A0005%3A0000%3A0000%3ABFEE%3AA418Azure domain
https://www.azurespeed.com/api/ipAddress?ipOrDomain=www.azure.comThe JSON response includes the resolved IP address, matching service tag, prefix, region, system service, and network feature codes.
Additional Resources
Download Azure Public Cloud IP rangesIntegrate IP Lookup
Bring Azure range checks into network review and incident response workflows.
Explore integration optionsUnderstand service tags
Learn how service tags can simplify network rules and support consistent reviews.
Learn about service tagsAutomate range updates
Keep network review workflows current as Azure service tag ranges change.
Explore automation guidanceBuild PowerShell workflows
Add repeatable Azure range checks to operational and investigation workflows.
Explore PowerShell guidance