Skip to content

Products

Compliance Officer Service Expert-led compliance, end to end Compliance Portal Share security documents securely Access Review Monitor user access across all your systems AI Agents Your compliance program, inside your AI agent Open-source platform Deploy Probo on your own infrastructure

Resources

Probo stories How teams get compliant with Probo Blog Ideas and guidance from the Probo team Guides & tools Practical compliance guides and free tools Love from Customers What customers say about working with Probo Changelog Latest product updates Download Get the Probo Agent

Company

About The people and vision powering Probo Careers Join the team building Probo Brand assets Official logos and visual resources Security Review our security and compliance posture
Overview Understand Probo and its core concepts Product Explore Probo's GRC capabilities Developers Explore GraphQL, CLI, MCP, n8n, and webhooks Deployment Probo Cloud, self-hosting, and configuration

Explore

GitHub Explore our open-source compliance tools

Public egress IP addresses

Fixed Probo Cloud outbound addresses for the EU and US regions, published as a machine-readable list you can allowlist for integrations, webhooks, and provider API-key IP restrictions.

View as Markdown

Probo Cloud uses a fixed public source address when it makes outbound HTTPS requests from each region. Allowlist that address when a provider, firewall, or webhook receiver restricts inbound traffic by IP.

These addresses are egress only. They are not the IPs your browser or API clients use to reach eu.probo.com or us.probo.com.

Allowlist the row that matches your organization’s region. Both addresses are production (prod).

RegionConsoleCIDR
EUeu.probo.com52.48.143.113/32
USus.probo.com3.137.44.214/32

Use them for:

The same data is published at a stable URL:

https://www.probo.com/ip-ranges.json

{
"lastUpdated": "2026-09-03T00:00:00Z",
"items": [
{
"cidr": "52.48.143.113/32",
"environment": "prod",
"region": "eu",
"direction": ["egress"]
},
{
"cidr": "3.137.44.214/32",
"environment": "prod",
"region": "us",
"direction": ["egress"]
}
]
}
FieldMeaning
lastUpdatedWhen this list was last published (RFC 3339)
items[].cidrIPv4 prefix in CIDR notation
items[].environmentprod for Probo Cloud production
items[].regioneu or us, matching the console host
items[].directionAlways egress — traffic from Probo toward your systems and third-party APIs

Poll the file and compare lastUpdated, or send a conditional request with If-None-Match / If-Modified-Since. The response is cacheable for one hour.

New addresses will appear in this file before Probo Cloud sends traffic from them.

Self-hosted Probo does not use these addresses. Allowlist the outbound IPs of the network where you run probod.