Skip to content

Commit 319ef68

Browse files
committed
updated readme a bit
1 parent 534be85 commit 319ef68

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/ASNLookupAPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
3333

3434
### Authorization
3535

36-
[ApiKeyAuth](../README.md#authentication-setup)
36+
[ApiKeyAuth](../README.md#apikeyauth)
3737

3838
### HTTP request headers
3939

docs/Security.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## Properties
44

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] |
1818

1919

0 commit comments

Comments
 (0)