Skip to main content

List Host Findings

POST 

/resource/external_finding

Returns a list of all host findings for the current resource.

Supported finding types:

Finding TypeKey
AWS GuardDuty Hostguard_duty_host
AWS GuardDuty IAMguard_duty_iam
AWS Inspector Security Best Practicesinspector_sbp
AWS Runtime Behavior Analysisinspector_rba_count
CIS Compliancecompliance_cis
Host Vulnerabilityhost_vulnerability_cve

Only the rrn parameter in the request body is used for this API. Ignore the timelineItemId field for this API.

An example request body with a specified finding type is:

\{
"findingType": [ "host_vulnerability_cve", "inspector_sbp" ],
"rrn": "rrn::instance:us-east-1:i-xxxxxxxxxx"
\}

An example request body for all finding types is:

\{
"rrn": "rrn::instance:us-east-1:i-xxxxxxxxxx"
\}


<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
parameters={undefined}
>

</ParamsDetails>

<RequestSchema
{...require("./get-host-findings.RequestSchema.json")}
>

</RequestSchema>

<StatusCodes
{...require("./get-host-findings.StatusCodes.json")}
>

</StatusCodes>