Shodan · Arazzo Workflow

Shodan InternetDB Vulnerability Triage

Version 1.0.0

Pull an IP's free InternetDB record, then detail one of its known CVEs.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub SecuritySearchInternetDevicesIoTVulnerabilitiesCVEAttack SurfaceThreat IntelligenceReconnaissanceNetworkDNSScanningPublic APIsArazzoWorkflows

Provider

shodan

Workflows

internetdb-vuln-triage
Triage an IP's exposure using free InternetDB and CVEDB lookups.
Retrieves the InternetDB record for an IP and details a selected CVE from its known vulnerabilities using the CVEDB.
2 steps inputs: cveId, ip outputs: cvss, kev, ports, vulns
1
internetDbRecord
Retrieve the open ports, CPEs, hostnames, tags, and known CVEs for the IP from the free InternetDB.
2
cveDetails
Retrieve the full CVEDB record for the selected CVE, including CVSS, EPSS, and KEV status.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Shodan InternetDB Vulnerability Triage
  summary: Pull an IP's free InternetDB record, then detail one of its known CVEs.
  description: >-
    A lightweight, keyless triage pattern. The workflow retrieves the free
    InternetDB record for an IP, which lists its open ports, CPEs, tags, and
    known CVEs, then pulls the full CVEDB record for a selected CVE to assess
    severity and exploitation likelihood. Both InternetDB and CVEDB are
    unauthenticated, so no API key is required. Every step spells out its
    request inline so the flow can be read and executed without opening the
    underlying OpenAPI description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-620.40
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-620.40
      capability_name: Vulnerability Management
      spec: shodan-internetdb-api-openapi.yml
      confidence: 0.7
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: cveApi
  url: ../openapi/shodan-cve-api-openapi.yml
  type: openapi
- name: internetdbApi
  url: ../openapi/shodan-internetdb-api-openapi.yml
  type: openapi
workflows:
- workflowId: internetdb-vuln-triage
  summary: Triage an IP's exposure using free InternetDB and CVEDB lookups.
  description: >-
    Retrieves the InternetDB record for an IP and details a selected CVE from
    its known vulnerabilities using the CVEDB.
  inputs:
    type: object
    required:
    - ip
    - cveId
    properties:
      ip:
        type: string
        description: The IPv4 address to triage.
      cveId:
        type: string
        description: >-
          The CVE identifier to detail. InternetDB returns a list of known CVEs
          for the IP, so the chosen CVE id is carried forward through this input
          for the detail lookup.
  steps:
  - stepId: internetDbRecord
    description: >-
      Retrieve the open ports, CPEs, hostnames, tags, and known CVEs for the IP
      from the free InternetDB.
    operationId: getInternetDbHost
    parameters:
    - name: ip
      in: path
      value: $inputs.ip
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      ports: $response.body#/ports
      cpes: $response.body#/cpes
      tags: $response.body#/tags
      vulns: $response.body#/vulns
  - stepId: cveDetails
    description: >-
      Retrieve the full CVEDB record for the selected CVE, including CVSS, EPSS,
      and KEV status.
    operationId: getCve
    parameters:
    - name: cveId
      in: path
      value: $inputs.cveId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      summary: $response.body#/summary
      cvss: $response.body#/cvss
      epss: $response.body#/epss
      kev: $response.body#/kev
  outputs:
    ports: $steps.internetDbRecord.outputs.ports
    vulns: $steps.internetDbRecord.outputs.vulns
    cvss: $steps.cveDetails.outputs.cvss
    kev: $steps.cveDetails.outputs.kev

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/shodan-internetdb-vuln-triage-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.