First connection of our IOT thing to our MQTT server. Security


 


Acabamos de realizar la primera conexión de nuestro dispositivo (Thing/IOT) basado en el micro-controlador ESP32 usando el protocolo MQTT a nuestro broker MQTT.

Usando un tipo de conexión TCP (el mas simple) hemos podido comprobar como no hay nada de seguridad. 

Desde IOT-Malaga la seguridad va a ser siempre lo primero, y siempre vamos a comprobar que todas las conexiones y trafico sean cifrados. Analizando el trafico a nivel de paquetes con tcpdump y wireshark.

Interesante ver como podemos ver todos los detalles del protocolo MQTT en wireshark... y el usuario y contraseña. Este ejercicio se ha realizado para comprobar lo importante que es la seguridad en los IOT.







We have just done our first connection of our device/thing/IOT (based on micro-controller ESP32) using MQTT protocol, and connected to our own MQTT server.

Using type of connection TCP (with no TLS), then we have checked that there is nothing of security.

From IOT-Malaga security is going to be always the first term to have into accout. We will design our projects to be always secure.

Just for checking and training purposes qe have analyzed the traffic (network packets) tcpdump and wireshark.

Very interesting to see how we can see all the details of the MQTT protocol in wireshark..

we can also see the user, password, etc

This exercise has been only done to check how important is the security in IOT.








Comentarios

Entradas populares de este blog

gr-gsm GSM traffic in wireshark!!! IMSI catcher

Yes, our linux board is able to send APDUs to the UICC