cloudProbeResult
Last updated
Result of a single connectivity probe executed against the asset during attack surface simulation.
type CloudProbeResult {
url: String
type: String
statusCode: Int
curl: String
connectedAsset: CloudProbeConnectedAsset
}url String
URL the probe requested.
type String
Protocol or probe type used for the request.
statusCode Int
HTTP status code returned by the probed endpoint.
curl String
Command that reproduces the probe request.
connectedAsset CloudProbeConnectedAsset
Cloud asset that served the probed URL. Null when the responding asset could not be matched to the inventory.
name String
cbomId String
Last updated
