securitytrails-remote-access-report
Fetch remote access report from SecurityTrails service.
Syntax
securitytrails-remote-access-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. www.example.com |
| domain | String | Domain | e.g. example.com |
| ip | String | IP | e.g. 198.51.100.1 |
| port | Integer | Port | e.g. 22, 5900, 3389 |
| protocol | String | Protocol | e.g. TCP |
| app | String | App | e.g. ssh, vnc |
| product | String | Product | e.g. OpenSSH, VNC |
| ver | String | Version | e.g. 7.4 |
| 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 |