用法:
whois(domains, arr2str=True)
用于访问给定域的已解析 WhoIs 数据的函数。
- domains:(
list
) - 执行 whois 查询的域。 - arr2str:(
boolean
) - 将 WhoIs 查找响应对象转换为字符串列表。
- domains:(
关于给定域的 WhoIs 信息。
列表/对象
参数:
返回:
返回类型:
例子:
>>> from clx.osi.whois import WhoIsLookupClient >>> domains = ["nvidia.com"] >>> client = WhoIsLookupClient() >>> client.whois(domains) [{'domain_name': 'NVIDIA.COM', 'registrar': 'Safenames Ltd', 'whois_server': 'whois.safenames.net'...}]
相关用法
- Python clx.osi.virus_total.VirusTotalClient.file_rescan用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.url_report用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.ipaddress_report用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.file_scan用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.scan_big_file用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.host_reputation用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.api_quota用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.domain_report用法及代码示例
- Python clx.osi.farsight.FarsightLookupClient.query_rrset用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.url_scan用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.url_scan用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.scan_report用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.host_report用法及代码示例
- Python clx.osi.farsight.FarsightLookupClient.query_rdata_name用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.download_screenshot用法及代码示例
- Python clx.osi.virus_total.VirusTotalClient.put_comment用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.url_scan_sync用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.download_html用法及代码示例
- Python clx.osi.farsight.FarsightLookupClient.query_rdata_ip用法及代码示例
- Python clx.osi.slashnext.SlashNextClient.verify_connection用法及代码示例
注:本文由纯净天空筛选整理自rapids.ai大神的英文原创作品 clx.osi.whois.WhoIsLookupClient.whois。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。