securitytrails-exposures-issue-report
Fetch exposures issue report from SecurityTrails service.
Syntax
securitytrails-exposures-issue-report [profile=PROFILE] [project-id=PROJECT_ID] [verify=VERIFY] [pretty=PRETTY]
- profile=PROFILE
- Optional. SecurityTrails 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
- pretty=PRETTY
- Optional. Enable pretty printing (default: f). Wraps long text at 40 chars
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| profile | String | Profile | Connect profile code of SecurityTrails |
| project_id | String | Project ID | GUID format |
| project_name | String | Project Name | e.g. scan_target |
| hostname | String | Hostname | e.g. www.example.com |
| risk_score | Integer | Risk Score | e.g. 89 |
| rule_name | String | Rule Name | e.g. Obsoleted Cipher List |
| rule_description | String | Rule Description | e.g. Obsoleted cipher lists include deprecated algorithms like DES. |
| examples | String | Examples | e.g. OBSOLETE: TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA |
| rule_classification | String | Rule Classification | e.g. expiring-ssl |
| classification_name | String | Classification Name | e.g. informational, moderate |
| rule_sort_order | String | Rule Sort Order | e.g. 1.15, 2.89 |
| screenshots | String | Screenshots | Screenshot URL list |
| url | String | URL | e.g. https://www.example.com |
| remediation | String | Remediation | e.g. 1. Review the web server configuration to identify all enabled HTTP methods. |