https://api.bitsighttech.com/ratings/v1/companies/company_guid/infrastructure/reasons
View the reason why an IP or CIDR has been attributed to your organization (infrastructure attributions).
- Track IP addresses and CIDR blocks attributed to your organization.
- Work with registrars to keep registrations up-to-date (if applicable). Such quick turnarounds will ensure that an organization's Bitsight Security Rating will correctly reflect their security posture.
Learn more about:
Parameters
* Required.
Parameter | Values |
---|---|
all_matching_cidrs [Query] Flag to get reasons for all CIDR matches. |
[Boolean] true = Get the attribution reasons for all matching CIDR blocks. |
guid * [Path] Identify the organization to query. |
[String] Your organization’s company unique identifier [company_guid ]. See GET: Portfolio Details. |
net_cidr * [Query] Identify the IP or CIDR to query. |
[String] An IP address or CIDR block that belongs to your organization. |
include_subsidiaries [Query] Include reasons for your subsidiaries. |
[Boolean] true = Include reasons for your subsidiaries. |
Example Request
curl https://api.bitsighttech.com/ratings/v1/companies/a940bb61-33c4-42c9-9231-c8194c305db3/infrastructure/reasons?net_cidr=128.197.192.251 -u api_token:
Example Response
[ { "reasons":[ { "category":"DNS_hostname", "is_expired":true, "value":"joresources.bu.edu" } ], "source":"DNS", "cidr":"128.197.192.251", "as_number":null, "whois_url":null } ]
Response Attributes
Field | Description | |
---|---|---|
reasonsArray |
Infrastructure attribution details. | |
categoryString |
For internal Bitsight use to provide a description of the source for attributing the IP or CIDR to the company. | |
is_expiredBoolean |
true = The attribution reason is expired. |
|
valueString |
The name of the CIDR network. | |
sourceString |
The infrastructure data source. | |
cidrString |
The attributed IP or CIDR block. | |
as_numberArray |
The autonomous system number. | |
whois_urlString |
The URL of the WHOIS record. |
- December 14, 2022: New
is_expired
&whois_url
fields;virtual_as
field changed toas_number
. - February 18, 2021: Published.
Feedback
0 comments
Please sign in to leave a comment.