botherder / kraken

Cross-platform Yara scanner written in Go
GNU General Public License v3.0
330 stars 43 forks source link

Documentation - Communications between Agent and Web UI #8

Closed wizardlevel9 closed 3 years ago

wizardlevel9 commented 3 years ago

Can you please provide some details around how the kraken agent communicates with the backend? Especially how the kraken agent registers with the Web UI.

Is there a specific port required for this communiction - I can see that this occures via SSL.

Is the communication encrypted - I can see that it is encrypted via SSL

Is there some auth mutually agreed or used between the agents and the Web UI - I can see that it is a request made from the Agent to the Web UI.

Thanks again.