当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python clx.osi.virus_total.VirusTotalClient.url_report用法及代码示例


用法:

url_report(*resource)

检索 URL 扫描报告

参数

*resource-

资源参数必须是检索最新报告的 URL。

返回

回复

返回类型

dict

例子

>>> from clx.osi.virus_total import VirusTotalClient
>>> client = VirusTotalClient(api_key='your-api-key')
>>> client.url_report(["virustotal.com"])
{'status_code': 200, 'json_resp': {'scan_id': 'a354494a73382ea0b4bc47f4c9e8d6c578027cd4598196dc88f05a22b5817293-1605914280'...}

相关用法


注:本文由纯净天空筛选整理自rapids.ai大神的英文原创作品 clx.osi.virus_total.VirusTotalClient.url_report。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。