← Back to Security & Essentials
IT Risk Assessment
Comprehensive IT risk assessment tool
https://hub.toolweb.in/security/it-risk-assessment/
Endpoints
GET
/health
Health Check
POST
/api/risk/assess
Risk Assessment
Request Body (JSON)
{
"infra_segmentation": "<string>",
"infra_firewall": "<string>",
"infra_patching": "<string>",
"data_classification": "<string>",
"data_encryption": "<string>",
"data_backup": "<string>",
"access_mfa": "<string>",
"access_pam": "<string>",
"access_review": "<string>",
"comp_policies": "<string>",
"comp_regulatory": "<string>",
"comp_training": "<string>",
"ir_plan": "<string>",
"ir_monitoring": "<string>",
"ir_threat": "<string>",
"vendor_assessment": "<string>",
"vendor_contracts": "<string>",
"vendor_monitoring": "<string>",
"sessionId": "<string>"
}
OPTIONS
/api/risk/assess
Options Risk Assess
Quick Start
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/it-risk-assessment/
# Python
import requests
r = requests.get("https://hub.toolweb.in/security/it-risk-assessment/",
headers={"X-API-Key": "YOUR_API_KEY"})
print(r.json())
# JavaScript
fetch("https://hub.toolweb.in/security/it-risk-assessment/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.