rf-asi-exposures
List exposures from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-exposures [profile=PROFILE] [project-id=PROJECT-ID] [cvss-min=CVSS-MIN] [cvss-max=CVSS-MAX] [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.
- cvss-min=CVSS-MIN
- Optional. Minimum CVSS score (0-10)
- cvss-max=CVSS-MAX
- Optional. Maximum CVSS score (0-10)
- 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 |
| severity | String | Severity | e.g. critical, moderate, informational |
| signature | String | Signature | e.g. Expiring SSL Certificate |
| host_count | Integer | Host Count | Number of affected hosts |
| cve_id | List | CVE IDs | Related CVE identifiers |
| description | String | Description | e.g. Expiring SSL certificates are nearing their notAfter date. |
| remediation_steps | List | Remediation | e.g. Renew in advance and verify deployment on all SNI hosts and load balancers. |
| references | List | References | e.g. https://techdocs.akamai.com/eaa/docs/certificate-rotation-of-expired-certificates |
| vulnerabilities | List | Vulnerabilities | Elements with cve_id, name, slug, cwe_id, references properties. |
| project_id | String | Project ID | 36 chars in GUID format. |
| signature_id | String | Signature ID | e.g. expiring-ssl |
| first_seen | Date | First Seen | e.g. 2025-08-29 |