> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/zh/hacking-tools/osint/osint-methodology/phone-osint.md).

# 电话号码 OSINT

电话号码 OSINT 可以揭示运营商、地区、临时号码使用情况、垃圾信息举报、关联资料、商业记录以及其他公开身份痕迹。仅在授权调查或受控测试中使用这些技术。

## 方法

1. 在搜索之前，将号码规范化为国际格式。
2. 识别国家、运营商、号码类型和可能的地区。
3. 检查该号码是否出现在公开记录、商业名录、垃圾信息举报或消息平台中。
4. 将发现与用户名、电子邮件、社交资料和泄露迹象进行关联。
5. 记录来源、时间戳、置信度，以及证据是当前的还是历史的。

## 临时号码

临时号码可用于安全注册测试、账号验证实验室或注重隐私的研究。将公开收件箱和共享短信接收器视为不受信任，因为任何人都可能看到收到的消息。

常见的临时号码资源包括：

* **Twilio：** 用于受控测试和更高级工作流的可编程号码。
* **TextNow：** 用于通话和消息的应用号码。
* **Receive-SMS：** 用于低敏感度测试的公开短信收件箱。
* **Hushed：** 用于短期使用的临时私人号码。
* **Google Voice：** 在支持地区与 Google 账号关联的虚拟号码。

<figure><img src="/files/4adbf4163cee81ff8e2e530f24e558396bc3b8a8" alt=""><figcaption></figcaption></figure>

## 号码查询

号码查询服务可以帮助识别姓名、地区、垃圾信息举报、商业关联或平台痕迹。始终将结果视为线索，而非证据，因为电话号码数据集可能过时，或由用户提交。

### Sync.ME

{% embed url="<https://sync.me/>" %}

Sync.ME 有助于识别与某个号码相关的公开信息，例如姓名和关联记录。它可用于检查一个号码是否看起来属于某家公司或个人。

### WhoCalledMe

WhoCalledMe 侧重于关于垃圾电话、诈骗和骚扰来电活动的社区举报。

{% embed url="<https://who-called.co.uk/>" %}

## Telegram 机器人

Telegram 机器人可以通过自动化查询或关联公开痕迹来支持电话号码研究。请审查机器人的权限，并避免向不受信任的机器人发送敏感数据。

### Truecaller Bot

{% embed url="<https://github.com/ni554n/truecallerjs_bot>" %}

<figure><img src="/files/f612dca2eaef55f27f82d786d6ca4beffddc507c" alt=""><figcaption></figcaption></figure>

### Telegram OSINT

{% embed url="<https://github.com/The-Osint-Toolbox/Telegram-OSINT>" %}

<figure><img src="/files/1adf4f567c4e1d790bcc0fbeeab4f9d07922e644" alt=""><figcaption></figcaption></figure>

## 相关资源

* [人员与泄露研究](/zh/hacking-tools/osint/people-and-breach-research.md) 用于人员查询、电子邮件研究、泄露研究和身份关联工具。
* [社交媒体情报](/zh/hacking-tools/osint/social-media-intelligence.md) 用于以平台为重点的账号发现。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://hacking-notes.jord4n.pro/zh/hacking-tools/osint/osint-methodology/phone-osint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
