securitytrails-deployment-hardening-report
Fetch deployment hardening report from SecurityTrails service.
Syntax
securitytrails-deployment-hardening-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 |
| domain | String | Domain | e.g. example.com |
| ip | IP Address | IP | e.g. 1.2.3.4 |
| port | Integer | Port | e.g. 443 |
| protocol | String | Protocol | e.g. TCP |
| misconfiguration | String | Misconfiguration | e.g. HTTP Missing Security Headers |
| description | String | Description | e.g. This template searches for missing HTTP security headers. |
| additional_info | List | Additional Info | e.g. clear-site-data, content-security-policy |
| url | String | URL | e.g. https://www.example.com |
| rdns_host | String | RDNS Host | e.g. host.provider.com |
| rdns_domain | String | RDNS Domain | e.g. provider.com |
| asn_id | Integer | ASN ID | e.g. 13335 |
| asn_owner | String | ASN Owner | e.g. CLOUDFLARENET |
| last_seen | Date | Last Seen | e.g. 2025-06-15 13:45:00 |