简体   繁体   English

跟踪IP地址并找到所有者

[英]Trace an IP Address and find the owner

有没有办法找到所有者或域的示例如果我给google的ip我的工具发现google的ip应该以编程方式完成地址最喜欢的编程语言将是vc ++其他语言也不是问题

The keyword of what you are seeking seems to be WHOIS 您正在寻找的关键字似乎是WHOIS

This information can typically be queried for "free" at the various Internet registrites such as ARIN (American Registry for Internet Number), RIPE (for Europe) etc. 通常可以在各种Internet注册处(例如ARIN (美国互联网编号注册机构), RIPE (欧洲)等)对这些信息进行“免费”查询。

However, given the distributed nature of these registries, the relatively heterogeneous format of the data stored/returned and the difficulties associated with identifying the "true" entities found at given address (ie rather than finding their ISP company...), several commercial services such as Whois API are proposing various level of services to supply this info by way of a unified interface. 但是,鉴于这些注册表的分布式性质,存储/返回的数据格式相对异构,以及与识别在给定地址找到的“真实”实体(即,而不是找到其ISP公司...)相关的困难,诸如Whois API之类的服务正在提议各种级别的服务,以通过统一接口提供此信息。

我不确定我是否正确理解了您的问题,但是您正在寻找的可能是反向DNS查找。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM