# IP Risk Database

IPnews-IP Risk Database allows users to use our accurate and real-time updated IP data to identify relevant IPs of VPN, proxy, Tor node, transit and hosting providers. With this data, you can enhance threat intelligence, reduce the risk of advertising and gaming fraud, protect digital content security, and optimize fraud detection models to make smarter and safer decisions.

#### Database Schema

The database contains the following fields:

|             |         |                                                                                       |
| ----------- | ------- | ------------------------------------------------------------------------------------- |
| is\_proxy   | BOOLEAN | Whether it is a proxy IP.                                                             |
| risk\_label | TEXT    | Possible risky behavior labels.                                                       |
| risk\_score | TEXT    | The security score of the IP address, the higher the score, the more dangerous it is. |
| risk\_level | TEXT    | The risk level is defined based on the risk score.                                    |


---

# Agent Instructions: 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:

```
GET https://docs.ipnews.io/database-documentation/markdown/ip-risk-database.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
