honeynet / ochi

https://ochi.mushmush.org
GNU General Public License v3.0
25 stars 16 forks source link

Authenticate sensors by sensor UUID #98

Open glaslos opened 8 months ago

glaslos commented 8 months ago

If the event comes from a sensor with valid UUID, accept the event

Tushar-kalsi commented 8 months ago

Hi , Can i work on this issue ??

glaslos commented 8 months ago

Hey @Tushar-kalsi of course, but we should first address https://github.com/honeynet/ochi/issues/96

Tushar-kalsi commented 8 months ago

How to implement whether the UUID is valid ??

glaslos commented 8 months ago

The idea is that you would create a new sensor here: https://github.com/honeynet/ochi/issues/93 which creates an entry in a sensors table. On message, we check if the sensor UUID is in the table.