Company Digital Footprint
A new IP block is added to the given domain.
A new IP block is added to the given company's domain and a scan is triggered if the domain is classified as active. When Black Kite starts to monitor your companies, it scrapes all the related domains, which is called the digital footprint of that company. However, albeit rare, there are cases where you may want to relate a seemingly unrelated IP block with your company. Certain roles or permissions are needed to be able to use this endpoint. See the Extensions section of this endpoint or take a look at the 'Adding an IP Block' article in the Black Kite help documents.
post/api/v2/companies/{id}/ipblocks
Path parameters
idinteger required
Example:123
The id of the company to be updated.
Request body
Example request
{
"Domain": "acmeinc.com",
"IPBlock": "192.168.4.3/24"
}Response
Success