This article provides the list of source IP addresses from which Data Theorem’s scans and integrations will originate.
Source IPs
192.40.64.47
81.250.240.229
35.203.135.136
34.67.39.176
35.225.19.103
35.208.255.167
35.208.11.115
34.123.118.75
35.188.170.247
34.123.250.193
35.223.163.47
35.193.117.200
34.66.154.237
35.209.195.158
52.28.211.251
User Agents
Data Theorem API Inspect
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" }, ... ] }