Security & Essentials
Vulnerability scanning, threat detection, incident response, and attack simulation tools. — 40 APIs available.
CVE Scanner
Scan for known vulnerabilities by CVE ID
GET https://hub.toolweb.in/security/cve-scanner/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/cve-scanner/
import requests
r = requests.get(
"https://hub.toolweb.in/security/cve-scanner/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/cve-scanner/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Phishing Detection
Heuristic-based phishing URL detection
GET https://hub.toolweb.in/security/phishing-detection/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/phishing-detection/
import requests
r = requests.get(
"https://hub.toolweb.in/security/phishing-detection/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/phishing-detection/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Subdomain Enumerator
Discover subdomains for a target domain
GET https://hub.toolweb.in/security/subdomain-enumerator/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/subdomain-enumerator/
import requests
r = requests.get(
"https://hub.toolweb.in/security/subdomain-enumerator/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/subdomain-enumerator/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Breached Email Check
Check if an email appears in known breaches
GET https://hub.toolweb.in/security/breached-email-check/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/breached-email-check/
import requests
r = requests.get(
"https://hub.toolweb.in/security/breached-email-check/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/breached-email-check/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Hash Finder
Identify and analyze hash values
GET https://hub.toolweb.in/security/hash-finder/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/hash-finder/
import requests
r = requests.get(
"https://hub.toolweb.in/security/hash-finder/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/hash-finder/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Threat Intel Aggregator
Aggregate threat intelligence from multiple sources
GET https://hub.toolweb.in/security/threat-intel-aggregator/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/threat-intel-aggregator/
import requests
r = requests.get(
"https://hub.toolweb.in/security/threat-intel-aggregator/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/threat-intel-aggregator/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
MITRE ATT&CK Mapper
Map threats to MITRE ATT&CK framework techniques
GET https://hub.toolweb.in/security/mitre-attack-mapper/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/mitre-attack-mapper/
import requests
r = requests.get(
"https://hub.toolweb.in/security/mitre-attack-mapper/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/mitre-attack-mapper/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Suspicious File Scanner
Scan files for malicious indicators
GET https://hub.toolweb.in/security/suspicious-file-scanner/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/suspicious-file-scanner/
import requests
r = requests.get(
"https://hub.toolweb.in/security/suspicious-file-scanner/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/suspicious-file-scanner/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Email Header Analyser
Parse and analyze email headers for spoofing
GET https://hub.toolweb.in/security/email-header-analyser/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/email-header-analyser/
import requests
r = requests.get(
"https://hub.toolweb.in/security/email-header-analyser/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/email-header-analyser/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Cloud Misconfiguration Scanner
Detect cloud infrastructure misconfigurations
GET https://hub.toolweb.in/security/cloud-misconfig-scanner/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/cloud-misconfig-scanner/
import requests
r = requests.get(
"https://hub.toolweb.in/security/cloud-misconfig-scanner/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/cloud-misconfig-scanner/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
LLM Threat Modelling
AI-driven threat modelling assistant
GET https://hub.toolweb.in/security/llm-threat-modelling/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/llm-threat-modelling/
import requests
r = requests.get(
"https://hub.toolweb.in/security/llm-threat-modelling/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/llm-threat-modelling/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
K8s Security Review
Kubernetes cluster security assessment
GET https://hub.toolweb.in/security/k8s-security-review/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/k8s-security-review/
import requests
r = requests.get(
"https://hub.toolweb.in/security/k8s-security-review/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/k8s-security-review/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
WordPress Security Scanner
WordPress vulnerability and hardening scanner
GET https://hub.toolweb.in/security/wordpress-security-scanner/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/wordpress-security-scanner/
import requests
r = requests.get(
"https://hub.toolweb.in/security/wordpress-security-scanner/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/wordpress-security-scanner/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Cyber Kill Chain Assessment
Assess security posture against the Cyber Kill Chain
GET https://hub.toolweb.in/security/cyber-kill-chain/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/cyber-kill-chain/
import requests
r = requests.get(
"https://hub.toolweb.in/security/cyber-kill-chain/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/cyber-kill-chain/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
SSL Certificate Manager
Monitor and manage SSL/TLS certificates
GET https://hub.toolweb.in/security/ssl-certificate-manager/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/ssl-certificate-manager/
import requests
r = requests.get(
"https://hub.toolweb.in/security/ssl-certificate-manager/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/ssl-certificate-manager/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
OT Security Assessment
Operational Technology security assessment
GET https://hub.toolweb.in/security/ot-security-assessment/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/ot-security-assessment/
import requests
r = requests.get(
"https://hub.toolweb.in/security/ot-security-assessment/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/ot-security-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.
IT Risk Assessment
Comprehensive IT risk assessment tool
GET https://hub.toolweb.in/security/it-risk-assessment/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/it-risk-assessment/
import requests
r = requests.get(
"https://hub.toolweb.in/security/it-risk-assessment/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
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.
Ransomware Preventer
Ransomware risk assessment and prevention guide
GET https://hub.toolweb.in/security/ransomware-preventer/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/ransomware-preventer/
import requests
r = requests.get(
"https://hub.toolweb.in/security/ransomware-preventer/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/ransomware-preventer/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Data Breach Impact Calculator
Calculate potential financial impact of a data breach
GET https://hub.toolweb.in/security/data-breach-calculator/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/data-breach-calculator/
import requests
r = requests.get(
"https://hub.toolweb.in/security/data-breach-calculator/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/data-breach-calculator/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Web Vulnerability Assessment
Web application vulnerability scanner
GET https://hub.toolweb.in/security/web-vuln-assessment/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/web-vuln-assessment/
import requests
r = requests.get(
"https://hub.toolweb.in/security/web-vuln-assessment/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/web-vuln-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.
Threat Assessment & Defense Guide
Cybersecurity threat assessment and defense generator
GET https://hub.toolweb.in/security/threat-assessment-defense/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/threat-assessment-defense/
import requests
r = requests.get(
"https://hub.toolweb.in/security/threat-assessment-defense/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/threat-assessment-defense/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Malware Defense Roadmap
Generate malware defense strategies
GET https://hub.toolweb.in/security/malware-defense-roadmap/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/malware-defense-roadmap/
import requests
r = requests.get(
"https://hub.toolweb.in/security/malware-defense-roadmap/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/malware-defense-roadmap/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Data Breach Response Planner
Plan and manage data breach responses
GET https://hub.toolweb.in/security/data-breach-response/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/data-breach-response/
import requests
r = requests.get(
"https://hub.toolweb.in/security/data-breach-response/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/data-breach-response/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
IR Readiness Assessment
Assess incident response readiness
GET https://hub.toolweb.in/security/ir-readiness/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/ir-readiness/
import requests
r = requests.get(
"https://hub.toolweb.in/security/ir-readiness/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/ir-readiness/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
IR Playbook Generator
Generate customized incident response playbooks
GET https://hub.toolweb.in/security/ir-playbook-generator/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/ir-playbook-generator/
import requests
r = requests.get(
"https://hub.toolweb.in/security/ir-playbook-generator/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/ir-playbook-generator/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Network Security Audit
Comprehensive network security audit platform
GET https://hub.toolweb.in/security/network-security-audit/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/network-security-audit/
import requests
r = requests.get(
"https://hub.toolweb.in/security/network-security-audit/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/network-security-audit/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Cyber Attack Simulation
Simulate cyber attacks to test defenses
GET https://hub.toolweb.in/security/cyber-attack-simulation/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/cyber-attack-simulation/
import requests
r = requests.get(
"https://hub.toolweb.in/security/cyber-attack-simulation/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/cyber-attack-simulation/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Security Posture Assessment
Assess overall security posture maturity
GET https://hub.toolweb.in/security/security-posture-maturity/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/security-posture-maturity/
import requests
r = requests.get(
"https://hub.toolweb.in/security/security-posture-maturity/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/security-posture-maturity/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Security Stack Builder
Build and evaluate your security tool stack
GET https://hub.toolweb.in/security/security-stack-builder/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/security-stack-builder/
import requests
r = requests.get(
"https://hub.toolweb.in/security/security-stack-builder/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/security-stack-builder/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Network & Security Skills
Network and security skills assessment generator
GET https://hub.toolweb.in/security/network-security-skills/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/network-security-skills/
import requests
r = requests.get(
"https://hub.toolweb.in/security/network-security-skills/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/network-security-skills/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
AgentSecly
Agentic AI security advisor
GET https://hub.toolweb.in/security/agentsecly/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/agentsecly/
import requests
r = requests.get(
"https://hub.toolweb.in/security/agentsecly/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/agentsecly/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
AgentVulnly
Agentic AI vulnerability scanner
GET https://hub.toolweb.in/security/agentvulnly/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/agentvulnly/
import requests
r = requests.get(
"https://hub.toolweb.in/security/agentvulnly/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/agentvulnly/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Kubernetes Security Posture Scorecard
Evaluate your clusters security across 6 critical domains and receive a prioritized remediation roadmap aligned with CIS, NIST, and PCI benchmarks.
GET https://hub.toolweb.in/security/k8scorecard/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/k8scorecard/
import requests
r = requests.get(
"https://hub.toolweb.in/security/k8scorecard/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/k8scorecard/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Kubernetes Network Policy Generator
Define your service topology and traffic rules and Get production-ready Network Policy YAML instantly
GET https://hub.toolweb.in/security/k8snetpolgen/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/k8snetpolgen/
import requests
r = requests.get(
"https://hub.toolweb.in/security/k8snetpolgen/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/k8snetpolgen/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
K8s Incident Response Playbook Generator
Describe your incident. Get a step-by-step playbook with kubectl commands, evidence collection, containment strategies & comms templates.
GET https://hub.toolweb.in/security/k8irpg/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/k8irpg/
import requests
r = requests.get(
"https://hub.toolweb.in/security/k8irpg/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/k8irpg/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Container Runtime Threat Model Generator
STRIDE-based threat modeling for containerized workloads. Identify attack surfaces, runtime threats, and remediation paths.
GET https://hub.toolweb.in/security/crtmg/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/crtmg/
import requests
r = requests.get(
"https://hub.toolweb.in/security/crtmg/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/crtmg/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
OT/IT Convergence NIST CSF Assessor
Hybrid Industrial Environment Risk & Framework Alignment Tool
GET https://hub.toolweb.in/security/itotassessor/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/itotassessor/
import requests
r = requests.get(
"https://hub.toolweb.in/security/itotassessor/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/itotassessor/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Enterprise AI Security Controls Assessment
Comprehensive security posture evaluation across 14 enterprise AI domains (2026)
GET https://hub.toolweb.in/security/entaisecconass/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/entaisecconass/
import requests
r = requests.get(
"https://hub.toolweb.in/security/entaisecconass/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/entaisecconass/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Zero Trust for AI Maturity Assessment
Evaluate your Zero Trust posture across 5 principles — Conventional Infrastructure vs AI Era (2026)
GET https://hub.toolweb.in/security/zertruforaimatass/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/zertruforaimatass/
import requests
r = requests.get(
"https://hub.toolweb.in/security/zertruforaimatass/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/zertruforaimatass/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.
Multi-Cloud Service Mapper
AI-powered workload analysis & cloud provider recommendation across Azure, AWS & Google Cloud
GET https://hub.toolweb.in/security/servicemapper/
Quick Start ▾
curl -H "X-API-Key: YOUR_API_KEY" \ https://hub.toolweb.in/security/servicemapper/
import requests
r = requests.get(
"https://hub.toolweb.in/security/servicemapper/",
headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
fetch("https://hub.toolweb.in/security/servicemapper/", {
headers: { "X-API-Key": "YOUR_API_KEY" }
}).then(r => r.json()).then(console.log)
Sign up free to get your API key auto-filled.