For the complete documentation index, see llms.txt. This page is also available as Markdown.

cloudProbeResult

Result of a single connectivity probe executed against the asset during attack surface simulation.

Examples

type CloudProbeResult {
  url: String
  type: String
  statusCode: Int
  curl: String
  connectedAsset: CloudProbeConnectedAsset
}

Fields

Field
Description
Supported fields

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.

Cloud asset that served the probed URL. Null when the responding asset could not be matched to the inventory.

name String cbomId String

References

Fields with this object:

Last updated