API Resources

GET
/v3/index

ライセンスされているエンドポイントリンクを含むインデックスのリストを返します。

概要

VulnCheckインデックスは、開発者が私たちが収集しキュレーションした数百のインテリジェンスソースにアクセスする機能を提供し、すべてのOSINTおよびVulnCheck脆弱性インテリジェンスにアクセスできる中央リソースを提供します。/v3/index APIエンドポイントでは、アカウントがライセンスされているすべてのインデックスとエンドポイントリンクのリストをアルファベット順に取得することができます。

このAPIエンドポイントは、VulnCheckダッシュボード内のVulnCheck APIサンドボックスおよびドキュメント化されたVulnCheckインデックスのリストで見つけることができるプログラム形式で同様のリストを提供します。

このAPIエンドポイントは、すべてのコミュニティおよび商用ユーザーが利用可能です。

属性

このリソースには属性がありません。

リクエストの例

curl --request GET \
    --url https://api.vulncheck.com/v3/index \
    --header 'Accept: application/json' \
    --header 'Authorization: Bearer insert_token_here'

レスポンス

{
  "_benchmark": 0.033926,
  "data": [
    {
      "name": "a10",
      "description": "A10 Networks Security Advisories",
      "href": "https://api.vulncheck.com/v3/index/a10"
    },
    {
      "name": "abb",
      "description": "ABB Vulnerabilities",
      "href": "https://api.vulncheck.com/v3/index/abb"
    },
    {
      "name": "abbott",
      "description": "Abbott Product Advisories",
      "href": "https://api.vulncheck.com/v3/index/abbott"
    },
    {
      "name": "absolute",
      "description": "Absolute Security Advisories",
      "href": "https://api.vulncheck.com/v3/index/absolute"
    },
    {
      "name": "acronis",
      "description": "Acronis Security Advisories",
      "href": "https://api.vulncheck.com/v3/index/acronis"
    },
    {
      "name": "adobe",
      "description": "Adobe Vulnerabilities",
      "href": "https://api.vulncheck.com/v3/index/adobe"
    }
  ]
}