How to know whether mysql connection is using SSL or TLS connection?

I want to verify whether mysql remote connection is using tls/ssl connection for security purposes.
I ran status command to check initially:
mysql> status
————–
mysql Ver 8.0.19 for osx10.15 on x86_64 (Homebrew)

Connection id… Continue reading How to know whether mysql connection is using SSL or TLS connection?

Wireshark – How to monitor TLS traffic from a malware? (It does not write into the SSLKEYLOGFILE)

I recently found malware that uses TLS 1.2 to communicate with the c2 server.
I wanted to check the content of that but is encrypted. I have tried the method with the SSLKEYLOGFILE but unlike for HTTPS traffic via the browser (in this case… Continue reading Wireshark – How to monitor TLS traffic from a malware? (It does not write into the SSLKEYLOGFILE)