rf-asi-whois-records
List WHOIS records of assets from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-whois-records [profile=PROFILE] [project-id=PROJECT-ID] [pretty=PRETTY] [verify=VERIFY]
- profile=PROFILE
- Optional. Recorded Future connect profile code
- project-id=PROJECT-ID
- Optional. ASI project ID (UUID). If not specified, queries all projects.
- pretty=PRETTY
- Optional. Format output for readability (t/f)
- verify=VERIFY
- Optional. Verify API key (default: t). If f, returns empty on missing key
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Connect profile code of Recorded Future |
| project_name | String | Project Name | ASI project name |
| asset_name | String | Asset Name | Asset name |
| apex_domain | String | Apex Domain | Top-level domain |
| registrar | String | Registrar | Domain registrar |
| expiry | Date | Expiry | Domain expiration date |
| created | Date | Created | Domain creation date |
| updated | Date | Updated | Last update date |
| name_servers | List | Name Servers | DNS name servers |
| is_private | Bool | Private | Whether WHOIS is private |
| is_from_parent | Bool | From Parent | Whether inherited from parent |
| contacts | List | Contacts | WHOIS contacts |
| project_id | String | Project ID | ASI project ID |
| asset_id | String | Asset ID | Asset ID |