當前位置: 首頁>>代碼示例 >>用法及示例精選 >>正文


Python clx.osi.virus_total.VirusTotalClient.url_scan用法及代碼示例


用法:

url_scan(*url)

檢索 URL 掃描報告

參數

*url-

您要檢索其最新報告的 URL。您還可以指定 scan_id(由 URL 提交 API 返回的 sha256-timestamp)來訪問特定報告。

返回

回複

返回類型

dict

例子

>>> from clx.osi.virus_total import VirusTotalClient
>>> client = VirusTotalClient(api_key='your-api-key')
>>> client.url_scan(["virustotal.com"])
{'status_code': 200, 'json_resp': {'permalink': 'https://www.virustotal.com/gui/url/...}}

相關用法


注:本文由純淨天空篩選整理自rapids.ai大神的英文原創作品 clx.osi.virus_total.VirusTotalClient.url_scan。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。