neutrino-host-reputations
Check the reputation of an IP address, domain name, or URL against DNS blocklists with Neutrino API service.
neutrino-host-reputations [profile=PROFILE] host=HOST [rating=RATING] [zones=ZONES]
- profile=PROFILE
- Connect profile code of Neutrino API
- host=HOST
- An IP address, domain name, FQDN or URL. If you supply a domain/URL it will be checked against the URI DNSBL lists
- rating=RATING
- Only check lists with this rating or better.
- zones=ZONES
- Check only specified DNSBL zones/hosts. Multiple zones can be supplied as comma-separated values.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Connect profile code of Neutrino API |
is_listed | Bool | Is listed | |
dnsbl_name | String | DNSBL name | e.g. 0spam DNSBL |
dnsbl_host | String | DNSBL host | e.g. 0spam.fusionzero.com |
rating | Integer | Rating | e.g. 37 |
txt_record | String | TXT record | |
return_code | String | Return code | |
response_time | Integer | Response time | In milliseconds |