securitytrails-ports-ip-report
Fetch ports IP report from SecurityTrails service.
Syntax
securitytrails-ports-ip-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 |
| ip | String | IP | e.g. 198.51.100.1 |
| port | Integer | Port | e.g. 443, 80, 22 |
| protocol | String | Protocol | e.g. TCP |
| app | String | App | e.g. https, http, ssh |
| product | String | Product | e.g. nginx, OpenSSH, Apache Tomcat |
| ver | String | Version | e.g. 8.9, 1.1 |
| os_family | String | OS Family | e.g. Linux |
| fingerprint | String | Fingerprint | nmap fingerprint string for unidentified services |
| 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 |