rf-asi-certificates
List SSL/TLS certificates of assets from Attack Surface Intelligence project from Recorded Future.
Syntax
rf-asi-certificates [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 | e.g. scan_target |
| asset_name | String | Asset Name | e.g. forum.logpresso.com |
| apex_domain | String | Apex Domain | e.g. logpresso.com |
| subject | String | Subject | e.g. forum.logpresso.com |
| subject_alt_names | List | Subject Alt Names | e.g. forum.logpresso.com, *.logpresso.com |
| issuer | String | Issuer | e.g. R12 |
| issuer_country | String | Issuer Country | e.g. US |
| issuer_organization | String | Issuer Organization | e.g. Let's Encrypt |
| created | Date | Created | e.g. 2025-11-30 09:04:18+0900 |
| expiry | Date | Expiry | e.g. 2026-02-28 |
| seen_ports | List | Seen Ports | e.g. 443/tcp |
| signature_algorithm | String | Signature Algorithm | e.g. sha256WithRSAEncryption |
| sha256 | String | SHA256 | 64 characters |
| project_id | String | Project ID | GUID 형식 |
| asset_id | String | Asset ID | e.g. forum.logpresso.com |