rf-asi-assets
Search assets from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-assets [profile=PROFILE] [project=PROJECT] [type=TYPE] [verify=VERIFY] [with-exposures=WITH-EXPOSURES]
- profile=PROFILE
- Optional. Recorded Future connect profile code
- project=PROJECT
- Optional. ASI project ID (UUID). If not specified, queries all projects.
- type=TYPE
- Optional. Asset type filter (ip, domain)
- verify=VERIFY
- Optional. Verify API key (default: t). If f, returns empty on missing key
- with-exposures=WITH-EXPOSURES
- Optional. Include exposures list (t/f)
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| id | String | ID | Asset ID |
| name | String | Name | Asset name (IP or domain) |
| type | String | Type | Asset type |
| exposure_score | Integer | Exposure Score | Exposure score (0-100) |
| apex_domain | String | Apex Domain | Top-level domain |
| first_seen | Date | First Seen | First discovery timestamp |
| last_seen | Date | Last Seen | Last scan timestamp |
| created | Date | Created | Added to project timestamp |
| custom_tags | List | Custom Tags | User-defined tags |
| exposures | List | Exposures | e.g. (moderate) expiring-ssl |