apivoid-check-domain
Check domain reputation from APIVoid service.
Syntax
apivoid-check-domain domain=DOMAIN [profile=PROFILE]
- domain=DOMAIN
- Required. Domain to check reputation. e.g. google.com
- profile=PROFILE
- Optional. Connect profile code
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | APIVoid connect profile code |
| domain | String | Domain | Checked domain |
| 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 |
| ip | IP address | IP | Server IP address |
| reverse_dns | String | Reverse DNS | Reverse DNS hostname |
| continent_code | String | Continent code | e.g. NA |
| continent_name | String | Continent name | e.g. North America |
| country | String | Country | ISO 2 country code. e.g. US |
| country_name | String | Country name | e.g. United States |
| region | String | Region | e.g. California |
| city | String | City | e.g. Mountain View |
| latitude | Float | Latitude | e.g. 37.405992 |
| longitude | Float | Longitude | e.g. -122.078515 |
| isp | String | ISP | e.g. Google LLC |
| asn | String | ASN | e.g. AS15169 |
| is_free_hosting | Bool | Is free hosting | True if free hosting |
| is_anonymizer | Bool | Is anonymizer | True if anonymizer service |
| is_url_shortener | Bool | Is URL shortener | True if URL shortener |
| is_free_dynamic_dns | Bool | Is free dynamic DNS | True if free dynamic DNS |
| is_code_sandbox | Bool | Is code sandbox | True if code sandbox |
| is_form_builder | Bool | Is form builder | True if form builder |
| is_free_file_sharing | Bool | Is free file sharing | True if free file sharing |
| is_pastebin | Bool | Is pastebin | True if pastebin |
| is_most_abused_tld | Bool | Is most abused TLD | True if risky TLD |
| is_domain_blacklisted | Bool | Is blacklisted | True if blacklisted |
| website_popularity | String | Website popularity | low/medium/high |
| is_risky_category | Bool | Is risky category | True if risky category |
| elapsed_ms | Integer | Elapsed ms | API response time in milliseconds |
| engines | List | Engines | Blacklist engines with detection status |
| server_details_raw | Map | Server details raw | Raw server_details object |
| category_raw | Map | Category raw | Raw category object |
| security_checks_raw | Map | Security checks raw | Raw security_checks object |