|
2 | 2 |
|
3 | 3 | ## Properties |
4 | 4 |
|
5 | | -Name | Type | Description | Notes |
6 | | ------------- | ------------- | ------------- | ------------- |
7 | | -**threatScore** | **Number** | | [optional] |
8 | | -**isTor** | **Boolean** | | [optional] |
9 | | -**isProxy** | **Boolean** | | [optional] |
10 | | -**proxyType** | **String** | | [optional] |
11 | | -**proxyProvider** | **String** | | [optional] |
12 | | -**isAnonymous** | **Boolean** | | [optional] |
13 | | -**isKnownAttacker** | **Boolean** | | [optional] |
14 | | -**isSpam** | **Boolean** | | [optional] |
15 | | -**isBot** | **Boolean** | | [optional] |
16 | | -**isCloudProvider** | **Boolean** | | [optional] |
17 | | -**cloudProvider** | **String** | | [optional] |
| 5 | +| Name | Type | Description | Notes | |
| 6 | +|---------------------|-------------|---------------------------------------------------------------------------------------------------------------------|------------| |
| 7 | +| **threatScore** | **Number** | IP address’ threat score. It ranges from 0 to 100. **100 indicates highest threat** and vice versa for lower score. | [optional] | |
| 8 | +| **isTor** | **Boolean** | Indicates if the IP address is being consumed on a Tor endpoint. | [optional] | |
| 9 | +| **isProxy** | **Boolean** | Indicates whether the IP address is associated with any anonymization network --- VPN, PROXY, or RELAY. | [optional] | |
| 10 | +| **proxyType** | **String** | Specifies which of the three types (VPN, PROXY, or RELAY) applies when `is_proxy` is true; otherwise remains empty. | [optional] | |
| 11 | +| **proxyProvider** | **String** | Name of the proxy provider, if the IP address belongs to a proxy network. | [optional] | |
| 12 | +| **isAnonymous** | **Boolean** | Indicates if the IP address is being used anonymously. | [optional] | |
| 13 | +| **isKnownAttacker** | **Boolean** | Indicates if the IP address is enlisted as an attacking IP address. | [optional] | |
| 14 | +| **isSpam** | **Boolean** | Indicates if the IP address is enlisted as a spam IP address. | [optional] | |
| 15 | +| **isBot** | **Boolean** | Indicates if the IP address is enlisted as a bot IP address. | [optional] | |
| 16 | +| **isCloudProvider** | **Boolean** | Indicates if the IP address belongs to a cloud provider (computing infrastructure providers). | [optional] | |
| 17 | +| **cloudProvider** | **String** | Name of the Cloud Provider, if the IP address belongs to a cloud provider. | [optional] | |
18 | 18 |
|
19 | 19 |
|
0 commit comments