> For the complete documentation index, see [llms.txt](https://docs.1kosmos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1kosmos.com/identity-verification/fraud-prevention/phone-intelligence.md).

# Phone Intelligence

***

## Phone Intelligence

Phone intelligence evaluates a phone number to determine whether it is valid, what kind of line it is, and whether it shows signs of being used for fraud. Because phone numbers are widely used for one-time passcodes (OTPs) and account recovery, their trustworthiness has a direct impact on security.

{% hint style="info" %}
As with the other signals, no single phone attribute proves fraud. A VoIP number or a recent port is a risk indicator to weigh alongside the rest of the identity.&#x20;
{% endhint %}

### What the check analyzes

The phone number is evaluated for attributes such as:

* **Validity and format** — Whether the number is correctly formatted and active for the claimed country.
* **Line type** — Whether it is a mobile, landline, VoIP, or virtual/prepaid number.
* **Carrier and country** — The mobile carrier and the country the number is registered to.
* **Portability and recent porting** — Whether the number has recently been moved between carriers.
* **SIM-swap indicators** — Whether the SIM associated with the number was changed recently (subject to carrier data availability).
* **Identity linkage** — Whether the number is associated with the name or identity being presented.

### Risk signals it surfaces

| Signal                            | What it may indicate                                                                        |
| --------------------------------- | ------------------------------------------------------------------------------------------- |
| VoIP or virtual number            | The number is cheap and disposable, common in fraud and harder to tie to a real person.     |
| Recent SIM swap                   | An attacker may have hijacked the number to intercept OTPs — a key account-takeover vector. |
| Recently ported number            | Ownership may have changed; recovery and OTP delivery may be compromised.                   |
| Number not linked to the identity | The phone does not match the person being claimed.                                          |
| Invalid or unreachable number     | The contact point cannot reliably receive verification messages.                            |

### Benefits and use cases

* **OTP and account-takeover protection** — Detecting a recent SIM swap before sending an SMS OTP helps prevent passcode interception, one of the most damaging ATO techniques.
* **Smarter delivery decisions** — When a number is VoIP or unreachable, the journey can choose a more secure factor instead of relying on SMS.
* **Synthetic-identity detection** — Fabricated identities frequently use virtual or prepaid numbers with no genuine ownership history.
* **Fake-account prevention** — Block bulk registrations that depend on disposable numbers.
* **Lower friction for trusted users** — A long-held mobile number that matches the identity supports a faster, more confident verification.

### Where it fits in the journey

Phone intelligence is valuable **before sending any OTP or relying on the number for recovery**, and during step-up authentication when a number-based factor is about to be used.


---

# 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://docs.1kosmos.com/identity-verification/fraud-prevention/phone-intelligence.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.
