Skip to main content

Detailed Security Report

GET 

/partner/report/detail/:user_domain_idx

Retrieves all detailed report data for the specified domain and date range in a single request.

Request

Responses

200Detailed report data retrieved successfully
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"search_term": {
"from": "2026-03-01",
"to": "2026-03-31"
},
"report_data": {
"url": "example.com",
"user_code": "DEMO-USR-001",
"browser_title": "Security Report_260301_260331",
"front_date": "2026.03",
"start_date": "March 1st",
"end_date": "March 31st",
"is_cloudbric_user": false,
"partner_name_view": "brand name",
"reporting_date": "2026-03-01",
"data_attack_ips_top10": [
{
"ip": "198.51.100.0",
"country_name": "Unknown",
"count": 307,
"percent": 112.68
}
],
"data_attack_ips_top1": {
"ip": "198.51.100.0",
"country_name": "Unknown",
"count": 307,
"percent": 112.68
},
"data_attack_countries_top5": [
{
"country_code": "US",
"country_name": "United States",
"count": 53,
"percent": 112.68,
"action": ""
}
],
"data_attack_countries_top1": {
"country_code": "US",
"country_name": "United States",
"count": 53,
"percent": 112.68,
"action": ""
},
"data_attack_purpose_top5": [
{
"purpose_name": "Personal Data Breach",
"count": 307,
"percent": 112.68,
"content": "It refers to a behavior that attempts to access sensitive personal information."
}
],
"data_attack_purpose_top1": {
"purpose_name": "Personal Data Breach",
"count": 307,
"percent": 112.68,
"content": "It refers to a behavior that attempts to access sensitive personal information."
},
"data_attack_types_top10": [
{
"rule_name": "Extension Filtering",
"count": "304",
"percent": -250.71,
"content": "It blocks access from resources containing non-permitted file extensions."
}
],
"data_attack_types_top1": {
"rule_name": "Extension Filtering",
"count": "304",
"percent": -250.71,
"content": "It blocks access from resources containing non-permitted file extensions."
},
"data_owasp_top10": [
{
"rank": 10,
"owasp_vulner": "Injection",
"count": "304",
"percent": -250.71
}
],
"data_owasp_top1": {
"rank": 10,
"owasp_vulner": "Injection",
"count": "304",
"percent": -250.71
},
"protected_website": "example.com",
"protected_website_alias": "www.example.com",
"total_attacks": 71,
"introduce_cloudbric_rules": [
{
"cloudbric_rules": "Access Control",
"description": "It blocks unauthorized access attempts based on defined policies."
}
],
"web_attack_purpose_cloudbric_rules": [
{
"purpose_name": "Financial Loss",
"rules": [
"Cookie Poisoning",
"Input Validation"
]
}
],
"web_attack_purpose_contents": [
{
"purpose_name": "Financial Loss",
"contents": "It refers to attacks aimed at causing direct or indirect financial damage."
}
],
"cloudbric_rules_with_owasp": [
{
"rank": 1,
"vulner": "Broken Access Control",
"rules": [
"Cookie Poisoning",
"Input Validation"
]
}
],
"owasp_top_10_content": [
{
"threat": "Broken Access Control",
"content": "Broken Access Control occurs when users can act outside of their intended permissions."
}
]
},
"timezone": "UTC"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject