← Back to Catalog
🔒

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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/cve-scanner/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/cve-scanner/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/phishing-detection/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/phishing-detection/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/subdomain-enumerator/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/subdomain-enumerator/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/breached-email-check/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/breached-email-check/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/hash-finder/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/hash-finder/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/threat-intel-aggregator/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/threat-intel-aggregator/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/mitre-attack-mapper/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/mitre-attack-mapper/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/suspicious-file-scanner/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/suspicious-file-scanner/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/email-header-analyser/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/email-header-analyser/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/cloud-misconfig-scanner/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/cloud-misconfig-scanner/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/llm-threat-modelling/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/llm-threat-modelling/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/k8s-security-review/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/k8s-security-review/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/wordpress-security-scanner/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/wordpress-security-scanner/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/cyber-kill-chain/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/cyber-kill-chain/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/ssl-certificate-manager/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/ssl-certificate-manager/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/ot-security-assessment/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/ot-security-assessment/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
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.

Ransomware Preventer

Ransomware risk assessment and prevention guide

GET https://hub.toolweb.in/security/ransomware-preventer/
Quick Start ▾
# cURL
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/ransomware-preventer/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/ransomware-preventer/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/data-breach-calculator/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/data-breach-calculator/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/web-vuln-assessment/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/web-vuln-assessment/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/threat-assessment-defense/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/threat-assessment-defense/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/malware-defense-roadmap/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/malware-defense-roadmap/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/data-breach-response/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/data-breach-response/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/ir-readiness/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/ir-readiness/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/ir-playbook-generator/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/ir-playbook-generator/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/network-security-audit/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/network-security-audit/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/cyber-attack-simulation/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/cyber-attack-simulation/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/security-posture-maturity/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/security-posture-maturity/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/security-stack-builder/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/security-stack-builder/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/network-security-skills/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/network-security-skills/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/agentsecly/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/agentsecly/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/agentvulnly/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/agentvulnly/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/k8scorecard/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/k8scorecard/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/k8snetpolgen/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/k8snetpolgen/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/k8irpg/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/k8irpg/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/crtmg/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/crtmg/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/itotassessor/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/itotassessor/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/entaisecconass/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/entaisecconass/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/zertruforaimatass/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/zertruforaimatass/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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
curl -H "X-API-Key: YOUR_API_KEY" \
  https://hub.toolweb.in/security/servicemapper/
# Python
import requests
r = requests.get(
    "https://hub.toolweb.in/security/servicemapper/",
    headers={"X-API-Key": "YOUR_API_KEY"}
)
print(r.json())
# JavaScript
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.