Provides the ability to search for IP addresses connected to D-U-N-S. User can search by D-U-N-S and receive as many as 500+ IP address in the return; or search by IP address and receive the 1:1 D-U-N-S match. Supports IPv4 addresses only.
In addition, values in both requests and responses have been "faked" or modified to protect potentially private data (e.g., phone number) where applicable. Therefore, using requests exactly as is may not return any results.
IP Intelligence
GET https://plus.dnb.com/v1/ipintelligence/organizations?ipAddress=69.28.82.188
{
"transactionDetail": {
"transactionID": "rrt-06fbefc4fe8788eb0-c-ea-9674-114900636-4",
"transactionTimestamp": "2022-03-10T15:53:22.579Z"
},
"inquiryDetail": {
"ipAddress": "69.28.82.188"
},
"organization": {
"duns": "804735132",
"primaryName": "Gorman Manufacturing Company, Inc",
"primaryAddress": {
"addressCountry": {
"isoAlpha2Code": "US"
},
"addressLocality": {
"name": "San Francisco"
},
"addressRegion": {
"name": "California"
}
}
},
"cidrNumber": "69.28.82.188/32",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "CA",
"isISP": false,
"isMSP": false,
"fqdns": [
{
"fqdn": "zbx.daicu.ca",
"sourceType": "fdns"
}
]
}
GET https://plus.dnb.com/v1/ipintelligence/ipAddresses?duns=804735132
{
"transactionDetail": {
"transactionID": "rrt-06fbefc4fe8788eb0-c-ea-9674-114838271-1",
"transactionTimestamp": "2022-03-10T15:06:54.296Z"
},
"inquiryDetail": {
"duns": "804735132"
},
"ipAddresses": [
{
"ipAddress": "69.28.82.188",
"cidrNumber": "69.28.82.188/32",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "CA",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "142.250.188.2",
"cidrNumber": "142.250.188.2/32",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "142.250.189.162",
"cidrNumber": "142.250.189.162/32",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "172.217.14.194",
"cidrNumber": "172.217.14.194/32",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.208",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.209",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.210",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.211",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.212",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
},
{
"ipAddress": "50.197.162.213",
"cidrNumber": "50.197.162.208/29",
"domainName": "abc.xyz",
"geoLocatedCountryISOAlpha2Code": "US",
"isISP": false,
"isMSP": false
}
],
"links": {
"next": "https://tst.plus.dnb.com/v1/ipintelligence/ipAddresses?duns=804735132&pageNumber=2&pageSize=10",
"last": "https://tst.plus.dnb.com/v1/ipintelligence/ipAddresses?duns=804735132&pageNumber=3&pageSize=10",
"self": "https://tst.plus.dnb.com/v1/ipintelligence/ipAddresses?duns=804735132&pageNumber=1&pageSize=10",
"first": "https://tst.plus.dnb.com/v1/ipintelligence/ipAddresses?duns=804735132&pageNumber=1&pageSize=10"
}
}