rf-asi-dns-records
List DNS records of assets from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-dns-records [profile=PROFILE] [project-id=PROJECT-ID] [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.
- 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 |
| asset_type | String | Asset Type | Asset type |
| apex_domain | String | Apex Domain | Top-level domain |
| record_type | String | Record Type | DNS record type (A, TXT, NS, SOA, etc.) |
| is_virtual | Bool | Virtual | Whether record is virtual |
| value | String | Value | DNS record value |
| first_seen | Date | First Seen | First seen timestamp |
| last_seen | Date | Last Seen | Last resolved timestamp |
| project_id | String | Project ID | ASI project ID |
| asset_id | String | Asset ID | Asset ID |
| seen_from | List | Seen From | Locations where record was seen |