turbot/net_insights

Query: ssl_server_supported_cipher_suites

Usage

powerpipe query net_insights.query.ssl_server_supported_cipher_suites

Steampipe Tables

SQL

select
version as "Protocol",
concat(cipher_suite_name, ' (', cipher_suite_id, ')') as "Cipher Suite"
from
net_tls_connection
where
address = 'turbot.com:443'
and handshake_completed
order by
version desc,
"Cipher Suite"

Dashboards

The query is used in the dashboards: