securitytrails-domain-management-report
Fetch domain management report from SecurityTrails service.
Syntax
securitytrails-domain-management-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). Joins list fields with newlines
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 |
| is_static_asset | Bool | Is Static Asset | e.g. true |
| expiry | Date | Expiry | e.g. 2027-03-10 03:27:11 |
| registrar | String | Registrar | e.g. GoDaddy |
| nameservers | List | Nameservers | e.g. ns1.example.com, ns2.example.com |
| current_whois_emails | List | Current WHOIS Emails | e.g. admin@example.com |
| current_whois_organizations | List | Current WHOIS Organizations | e.g. Example Corp |
| current_whois_names | List | Current WHOIS Names | e.g. John Doe |
| historical_whois_emails | List | Historical WHOIS Emails | e.g. old-admin@example.com |
| historical_whois_organizations | List | Historical WHOIS Organizations | e.g. Old Corp |
| historical_whois_names | List | Historical WHOIS Names | e.g. Jane Doe |