Company Digital Footprint
List all the IP addresses that belong to the company.
List all the IPs that are located under this company. Not all IPs defined under a company is included in the Black Kite scans. For example an IP with status Inactive is not included in the scan.
get/api/v2/companies/{id}/ips
Path parameters
idinteger required
The id of the target company.
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30 | 50 | 100 | 250
Example:10
The number of result items in a single response.
status'active' | 'inactive'
Example:active
The status of the IP; active or inactive. If omitted, both will be returned.
querystring
Example:192.168.4.3
The value will be searched in the IP address and CIDR response fields.
start_datestring date-time
Example:2026-01-01T00:00:00.000Z
Filters IP addresses discovered or last updated on or after this date. Must be provided with end_date. The date range must not exceed 15 days.
end_datestring date-time
Example:2026-01-15T23:59:59.000Z
Filters IP addresses discovered or last updated on or before this date. Must be provided with start_date. The date range must not exceed 15 days.
Response
Success
Example response
[
{
"IPAddress": "192.168.77.172 ",
"SourceAsset": [
"nasa.acmeinc.com"
],
"Description": "Acme Inc.",
"Name": "ACME-NET-TTR",
"NetCIDR": "192.168.77.172/30 ",
"Status": "Active",
"EmailAddresses": [
"abuse@acmeinc.com"
],
"OpenPorts": [
80
],
"DiscoveredDate": "2026-01-01T10:20:30.000Z",
"LastUpdateDate": "2026-01-03T10:20:30.000Z"
}
]