Communication at risk due to the encryption algorithms (Ciphers) in use

This time, I’m excited to share a shiny new KQL query that dives into the encrypted connections our devices are making. 🔒💻. To do this, I use the DeviceNetworkEvents table filtering by connections where there are encryption algorithms used.

Then, I take a list of the encryption algorithms database from the well-known site iana.org which is an entity that monitors the global allocation of IP addresses, autonomous systems, DNS domain name root servers and other Internet Protocol resources.

Finally, I got what I wanted! cases where there are multiple connections established using non-valid or non-recommended datagram transport layer security (DTLS) protocol which could mean that our users are not protected against eavesdropping, tampering or message forgery.

Let’s get those connections secured! 🔐