コンテンツへスキップ

データ漏洩などのインスタンスは、abuseセクションに記録され、type属性がdata_leakに設定されます。

関連タグ

以下のタグは、data_leakのタイプとよく関連付けられています。

  • pii - 個人を特定できる情報(PII)
  • credentials - 電子認証情報(ユーザー名、アカウント、パスワードなど)
  • payment - 支払いに関するデータ

リクエスト:

{
  "language":"en",
  "content":"List of paypal accounts and ready for use",
  "settings": 
  {
    "snippets":true, "explain":true
  }
}

レスポンス:

{
	"text": "List of paypal accounts and ready for use",
	"abuse": [
		{
			"sentence_index": 0,
			"offset": 0,
			"length": 23,
			"text": "List of paypal accounts",
			"type": "data_leak",
			"severity": "medium",
			"explanation": "List of web service accounts",
			"tags": [
				"data",
				"payment",
				"credentials",
				"pii"
			]
		}
	]
}