This article provides the list of source IP addresses from which Data Theorem’s scans and integrations will originate.

Source IPs

User Agents

Get the list of source IP addresses via API

The list of source IP addresses can be fetched via API using the endpoint:
GET https://api.securetheorem.com/apis/portal/integrations/v1/source_ip_addresses

Example with curl:

curl https://api.securetheorem.com/apis/portal/integrations/v1/source_ip_addresses

The response gives the list of source IP addresses in the following format:

{
    "source_ip_addresses": [
        {
            "ip_address": "192.40.64.47"
        },
        ...
    ]
}