ss -ntl sport :443 # list sockets lisenting on port 443
ss -ntl src :443 # same as above and can additionally filter by IP address
ss -tunap # list all TCP and UDP sockets, including both listening and non-listening sockets, and show the associated processes