List all the compliance control findings of a given standard found for a company.
Technical findings of a company is mapped to several compliance standards. This endpoint returns each mapped compliance control findings for a specific standard.
Path parameters
The id of the target company.
The code for specific compliance standard.
Query parameters
The specific area of compliance finding.
The star threshold level. This threshold is meaningful for compliance standards that support star way of defining finding results, like CIS or NIST 800-53 R5. For other standards, like GDPR, this value will not taken into account. For your reference number of stars has certain string values; Unknown=0, Failing=1, Below Average=2, Average=3, Very Good=4 and Excellent=5.
The confidence threshold level. If the parameter is excluded from the query, confidence threshold will not be taken into account.
A filter value for standards supporting non-star way of defining finding results (such as GDPR). For other standards, like NIST, this value will not be taken into account.
The number of the page requested.
The number of result items in a single response.
Response
Success
Example response
[
{
"ControlId": 72515434,
"Area": "Access Control",
"ItemId": "AC-1",
"Description": "Is there a documented privacy policy or procedures maintained for the protection of information collected, transmitted, processed, or maintained on behalf of the client?",
"Comment": "No previously saved data points found to estimate GDPR > P.1.4.4. Please update this item manually. #A3",
"Confidence": 75.97,
"Result": "Average",
"Percentage": 80,
"Recommendation": "Establish a dedicated security operations center (SOC) with 24/7 staffing. Implement automated alert routing and escalation procedures. Conduct regular drills to validate response effectiveness.",
"BusinessRisk": "Failure to effectively manage communications during and after an incident can severely damage reputation, erode stakeholder trust, and lead to significant financial losses."
}
]