脅威情報取得API - RINK-IDaaS API リファレンス (1.0)

Download OpenAPI specification:Download

本APIでは、GMOトラストログインから取得・抽出した各種脅威情報の参照が可能です。

get-threat-info

脅威レポート(詳細)参照API

脅威レポートの詳細情報(当日含む過去14日間)を参照するAPI

query Parameters
limit
integer [ 1 .. 100 ]
Default: 10
Example: limit=10

取得件数(1〜100 の範囲)

offset
integer
Default: 0
Example: offset=0

取得開始位置(0以上の整数)

from
string
Example: from=2025-01-01T00:00:00+09:00

取得対象の開始日時(ISO8601 / RFC3339形式)

to
string
Example: to=2025-01-01T00:15:00+09:00

取得対象の終了日時(ISO8601 / RFC3339形式)

email
string
Example: email=aaa@example.com

取得対象のメールアドレス(部分一致検索)

ip
string
Example: ip=192.168.0.1

取得対象のIPアドレス(部分一致検索)

risk
string
Enum: "high" "medium" "low" "informational"
Example: risk=high

取得対象のリスクレベル(AND検索が可能)

header Parameters
Content-Type
string
Example: application/json
X-Auth-Token
required
string ^[0-9a-f]{32}$
Example: dc03494823a841338430052e9ee95e07

クライアントがKeystoneを利用して取得した認証Token

Responses

200

OK

401
get/v1/threat-reports
/v1/threat-reports

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "reports":
    [
    ],
  • "limit": 10,
  • "offset": 0,
  • "total": 2,
  • "tenantId": "1234567890abcdef1234567890abcdef"
}

脅威レポート(サマリ)参照API

脅威レポートのサマリ情報(当日含む過去14日間)を参照するAPI

header Parameters
Content-Type
string
Example: application/json
X-Auth-Token
required
string ^[0-9a-f]{32}$
Example: dc03494823a841338430052e9ee95e07

クライアントがKeystoneを利用して取得した認証Token

Responses

200

OK

401
get/v1/threat-reports/summary
/v1/threat-reports/summary

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "summary":
    {
    },
  • "tenantId": "1234567890abcdef1234567890abcdef"
}

認証状況参照API

認証状況(前日分から過去13日間)を参照するAPI

header Parameters
Content-Type
string
Example: application/json
X-Auth-Token
required
string ^[0-9a-f]{32}$
Example: dc03494823a841338430052e9ee95e07

クライアントがKeystoneを利用して取得した認証Token

Responses

200

OK

401
get/v1/auth-statuses
/v1/auth-statuses

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "statuses":
    [
    ],
  • "tenantId": "1234567890abcdef1234567890abcdef"
}

脅威トレンド参照API

脅威トレンド(当月除く過去12ヶ月)を参照するAPI

header Parameters
Content-Type
string
Example: application/json
X-Auth-Token
required
string ^[0-9a-f]{32}$
Example: dc03494823a841338430052e9ee95e07

クライアントがKeystoneを利用して取得した認証Token

Responses

200

OK

401
get/v1/threat-trends
/v1/threat-trends

Response samples

Content type
application/json
Copy
Expand all Collapse all
{
  • "trends":
    [
    ],
  • "tenantId": "1234567890abcdef1234567890abcdef"
}