rf-asi-tcp-ports
List open TCP ports of assets from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-tcp-ports [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 |
| apex_domain | String | Apex Domain | Top-level domain |
| ip | String | IP | Scanned IP address |
| port | Integer | Port | Open port number |
| protocol | String | Protocol | Protocol (tcp/udp) |
| service | String | Service | Service name |
| technology | String | Technology | Technology detected |
| last_seen | Date | Last Seen | Last seen timestamp |
| project_id | String | Project ID | ASI project ID |
| asset_id | String | Asset ID | Asset ID |