turbot / steampipe-plugin-net

Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/net
Apache License 2.0
22 stars 5 forks source link

Add `address` column to net_certificate table #50

Closed cbruno10 closed 1 year ago

cbruno10 commented 2 years ago

Example query results

Results ``` > select domain, port, common_name, revoked from net_certificate where domain = 'turbot.com' +------------+------+-------------+---------+ | domain | port | common_name | revoked | +------------+------+-------------+---------+ | turbot.com | 443 | turbot.com | false | +------------+------+-------------+---------+ > select domain, port, common_name, revoked from net_certificate where domain = 'turbot.com' and port = 8443 +--------+------+-------------+---------+ | domain | port | common_name | revoked | +--------+------+-------------+---------+ +--------+------+-------------+---------+ ```
github-actions[bot] commented 2 years ago

'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

github-actions[bot] commented 1 year ago

'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

github-actions[bot] commented 1 year ago

'This PR was closed because it has been stalled for 90 days with no activity.'

github-actions[bot] commented 1 year ago

'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'

github-actions[bot] commented 1 year ago

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

cbruno10 commented 1 year ago

Not stale