securitytrails-exposures-host-report
Fetch exposures host report from SecurityTrails service.
Syntax
securitytrails-exposures-host-report [profile=PROFILE] [project-id=PROJECT_ID] [verify=VERIFY]
- 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
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 |
| high | Integer | High | e.g. 3 |
| moderate | Integer | Moderate | e.g. 5 |
| informational | Integer | Informational | e.g. 2 |