MISP / misp-dashboard

A live dashboard for a real-time overview of threat intelligence from MISP instances
GNU Affero General Public License v3.0
194 stars 65 forks source link

MISP live dashboard #117

Closed dmolina213 closed 5 years ago

dmolina213 commented 5 years ago

I noticed that access to the dashboard via the browser is via localhost. So i am assuming it is being accessed via a browser local to the MISP server. I want to access the dashboard remotely via my local browser. What are the changes necessary to enable that?

mokaddem commented 5 years ago

If you using the CIRCL training VM, the dashboard is served by the same apache as MISP.

dmolina213 commented 5 years ago

I am not using the CIRCL training VM. we have a dockerized install of MISP. how do I access the dashboard from a remote browser. From the instructions they are accessing the dashboard using localhost so it’s either it’s accessed directly on the book or an ssh connection must first be established prior to browser

dmolina213 commented 5 years ago

when i try to run ./start_all. it is giving me the error that pycountry is not found. I did a pip install pycountry and i get more errors. Any ideas on a fix?