securitytrails-admin-pages-report
Fetch admin pages report from SecurityTrails service.
Syntax
securitytrails-admin-pages-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 | e.g. myprofile |
| project_id | String | Project ID | e.g. 7cf6f0d6-4d86-48a5-8174-494457b90b52 |
| project_name | String | Project Name | e.g. my_project |
| hostname | String | Hostname | e.g. admin.example.com |
| domain | String | Domain | e.g. example.com |
| ip | String | IP | e.g. 198.51.100.1 |
| port | Integer | Port | e.g. 443, 8080 |
| protocol | String | Protocol | e.g. TCP |
| page_title | String | Page Title | e.g. Grafana Login Panel, Web Editor Check |
| url | String | URL | e.g. https://admin.example.com:8080/login |
| rdns_host | String | RDNS Host | e.g. ec2-1-2-3-4.compute.amazonaws.com |
| rdns_domain | String | RDNS Domain | e.g. amazonaws.com |
| asn_id | Integer | ASN ID | e.g. 16509 |
| asn_owner | String | ASN Owner | e.g. Amazon.com, Inc. |
| last_seen | Date | Last Seen | e.g. 2026-03-19 12:00:00+0900 |