apivoid-check-ip
Check IP reputation from APIVoid service.
Syntax
apivoid-check-ip ip=IP [profile=PROFILE]
- ip=IP
- Required. IP address to check reputation
- profile=PROFILE
- Optional. Connect profile code
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | APIVoid connect profile code |
| ip | IP address | IP address | Checked IP address |
| risk_score | Integer | Risk score | Risk score (0-100) |
| detect_count | Integer | Detect count | Number of blacklist detections |
| engine_count | Integer | Engine count | Total number of blacklist engines |
| detection_rate | Integer | Detection rate | Detection rate percentage |
| reverse_dns | String | Reverse DNS | Reverse DNS hostname |
| isp | String | ISP | e.g. W1N Ltd |
| asn | String | ASN | e.g. AS42237 |
| country | String | Country | ISO 2 country code. e.g. SE |
| region | String | Region | e.g. Stockholms lan |
| city | String | City | e.g. Stockholm |
| latitude | Float | Latitude | e.g. 59.332748 |
| longitude | Float | Longitude | e.g. 18.064841 |
| is_proxy | Bool | Is proxy | True if proxy detected |
| is_residential_proxy | Bool | Is residential proxy | True if residential proxy |
| is_hosting | Bool | Is hosting | True if hosting provider |
| is_vpn | Bool | Is VPN | True if VPN detected |
| is_tor | Bool | Is Tor | True if Tor exit node |
| is_webproxy | Bool | Is web proxy | True if web proxy detected |
| is_relay | Bool | Is relay | True if relay detected |
| elapsed_ms | Integer | Elapsed ms | API response time in milliseconds |
| engines | List | Engines | Blacklist engines with detection status |
| information | Map | Information | Raw information object |
| asn_raw | Map | ASN raw | Raw ASN information object |
| anonymity | Map | Anonymity | Raw anonymity object |