abuseipdb-check-ip-batch
Check multiple IP reputations from AbuseIPDB service.
abuseipdb-check-ip-batch [profile=PROFILE] [field=FIELD]
- profile=PROFILE
- Connect profile identifier
- field=FIELD
- Name of the IP field to look up. Default
ip
if not specified.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_profile | String | Profile | Connect profile identifier |
ip | IP address | IP address | IP address for check |
abuse_score | Integer | Abuse score | Abuse confidence score |
report_count | Integer | Report count | Number of abuse report |
user_count | Integer | User count | Number of distinct report user count |
whitelisted | Bool | Whitelisted | true if whitelisted |
country | String | Country | ISO 2 country code |
isp | String | ISP | ISP information |
domain | String | Domain | Domain |
hostname | String | Hostname | Multiple hostnames are separated by new line |
usage_type | String | Usage type | Usage type |
last_report | Date | Last report at | Last time of abuse report |
_error | String | Error message | e.g. value is null. value should be ip type. |