Intelligence

ASN Lookup

post

This method takes an array of ASNs and looks up the corresponding ORG.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
asnsinteger[] · max: 1000Required

Array of AS numbers to lookup org names for

Responses
200

ASN Number and Organisation the ASN provided in the request.

application/json
post
/api/v1/intel/lookup/asns

CVE Lookup

get

Returns Common Vulnerability and Exposure information for the CVE ID provided. For more information on the data returned, see the NIST NVD CVE API response documentation

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cveidstringRequired

The unique Common Vulnerabilities and Exposures identifier (the CVE ID)

Responses
200

OK

No content

get
/api/v1/cve/{cveid}

No content

IP Lookup

post

This method takes an array of IPs and looks up the corresponding information.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
asbooleanOptional

Include Autonomous System information in the response

Example: true
bogonbooleanOptional

Include bogon intellegence in the response

Example: true
geobooleanOptional

Include Geolocation Data in the response

Example: true
iprepbooleanOptional

Include IP Reputation intellegence in the response

Example: true
rdnsbooleanOptional

Include RDNS info in the response

Example: true
pdnsbooleanOptional

Include PDNS info in the response

Example: true
ipsstring[] · max: 1000Required

Array of IP addresses to lookup

Example: {"ips":["1.0.0.32","125.64.94.221","85.105.167.67","185.176.27.42","fe80::4f1:cde3:2b85:7c7d","162.243.150.19"]}
Responses
200

Ip Intelligence information for the ip addresses provided in the request.

application/json
post
/api/v1/intel/lookup/ips

Last updated