post
/public_api/v1/assets/get_asset_internet_exposure
Get asset details according to the asset ID. You can send up to 20 IDs.
Required license: Cortex Xpanse Expander
CURL
curl -X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
"https://api-yourfqdn/public_api/v1/assets/get_asset_internet_exposure" \
-d '{
"request_data" : {
"asm_id_list" : [ "asm_id_list", "asm_id_list" ]
}
}'
Request
Body
optional
Example:
{"request_data":{"asm_id_list":["string"]}}
request_data
optional
(Required) A dictionary containing the API request fields.
An empty dictionary returns all results.
asm_id_list
optional
Array
of strings
A list of string(s) representing the asset IDs.
Responses
OK
Body
reply
optional
details
optional
Array
asm_ids
optional
String
name
optional
String
type
optional
String
last_observed
optional
Integer
first_observed
optional
Integer
externally_detected_providers
optional
Array
of strings
created
optional
Integer
ips
optional
Array
of objects
active_service_ids
optional
Array
of strings
all_service_ids
optional
Array
of strings
active_external_services_types
optional
Array
of strings
domain
optional
String
certificate_issuer
optional
String
certificate_algorithm
optional
String
certificate_classifications
optional
Array
of strings
resolves
optional
Boolean
details
optional
providerDetails
optional
Array
of objects
domain
optional
Number
topLevelAssetMapperDomain
optional
String
domainAssetType
optional
String
isPaidLevelDomain
optional
Boolean
domainDetails
optional
String
dnsZone
optional
String
latestSampledIp
optional
Object
latestSampledIpv6
optional
Object
subdomainMetadata
optional
Object
recentIps
optional
Array
of objects
certificateDetails
optional
issuer
optional
String
issuerAlternativeNames
optional
String
issuerCountry
optional
String
issuerEmail
optional
String
issuerLocality
optional
String
issuerName
optional
String
issuerOrg
optional
String
formattedIssuerOrg
optional
String
issuerOrgUnit
optional
String
issuerState
optional
String
publicKey
optional
String
publicKeyAlgorithm
optional
String
publicKeyRsaExponent
optional
Integer
signatureAlgorithm
optional
String
subject
optional
String
subjectAlternativeNames
optional
String
subjectCountry
optional
String
subjectEmail
optional
String
subjectLocality
optional
String
subjectName
optional
String
subjectOrg
optional
String
subjectOrgUnit
optional
String
subjectState
optional
String
serialNumber
optional
String
validNotBefore
optional
Integer
validNotAfter
optional
Integer
version
optional
String
publicKeyBits
optional
Integer
publicKeyModulus
optional
String
publicKeySpki
optional
String
sha1Fingerprint
optional
String
sha256Fingerprint
optional
String
md5Fingerprint
optional
String
inferredCvesObserved
optional
Array
of objects
source
optional
Object
ip_ranges
optional
Object
external_services
optional
Array
of strings
externally_inferred_vulnerability_score
optional
Number
(Float)
format: float
externally_inferred_cves
optional
Array
of strings
explainers
optional
Array
of strings
tags
optional
Array
of strings
ipv6s
optional
Array
of objects
has_bu_overrides
optional
Boolean
Bad Request
Body
The query result upon error.
err_code
optional
String
HTTP response code.
err_msg
optional
String
Error message.
err_extra
optional
String
Additional information describing the error.
Unauthorized access. An issue occurred during authentication. This can indicate an incorrect key, id, or other invalid authentication parameters.
Body
The query result upon error.
err_code
optional
String
HTTP response code.
err_msg
optional
String
Error message.
err_extra
optional
String
Additional information describing the error.
Unauthorized access. User does not have the required license type to run this API.
Body
The query result upon error.
err_code
optional
String
HTTP response code.
err_msg
optional
String
Error message.
err_extra
optional
String
Additional information describing the error.
Forbidden access. The provided API Key does not have the required RBAC permissions to run this API.
Body
The query result upon error.
err_code
optional
String
HTTP response code.
err_msg
optional
String
Error message.
err_extra
optional
String
Additional information describing the error.
Internal server error. A unified status for API communication type errors. For example, test@test.com is not a valid email address.
Body
The query result upon error.
err_code
optional
String
HTTP response code.
err_msg
optional
String
Error message.
err_extra
optional
String
Additional information describing the error.