scan_domain
Passively investigate an apex domain using public information, then return the stored report's identifier and result count for later reference.
Instructions
指定apexドメインを受動調査し、保存したレポートの識別子と件数を返す。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | 調査対象のapexドメイン。URL、IP、ワイルドカードは不可。 | |
| skip_dns | No | ||
| max_hosts | No | ||
| enable_shodan | No | ||
| max_api_pages | No | ||
| timeout_seconds | No | ||
| max_shodan_host_lookups | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| partial | Yes | ||
| warnings | Yes | ||
| report_id | Yes | ||
| asset_count | Yes | ||
| completed_at | Yes | ||
| evidence_count | Yes | ||
| collector_errors | Yes | ||
| vulnerability_count | Yes |