misp-modules
misp-modules copied to clipboard
MISP Modules : /events /enrichEvent/1'
Every time after creating a Event and by adding attributes like domain , url, ip address, mac address in it .However while typing to enrich the event by clicking the "Enrich Event" option . It isn't showing any type of options like DNS, Reverse DNS ,etc. Even after that by clicking the "enrich" option , it's displaying
MODULES NOT SET You don't have permission to access '/events/enrichEvent/1'
I am facing the same issue, was it resolved?
I seem to have the same issue too.
Same with everyone here, I just got my Cortex server running and when I click the enrich button on MISP, same errors as above. Although running cortex analyzers manually and via TheHive works for me
@adulau Please Guide us all. Thank you.
I have the solution:
In my case I did not run the following commands:
First run these: sudo cp etc/systemd/system/misp-modules.service /etc/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable --now misp-modules sudo service misp-modules start and than go to folder /var/www/MISP/venv/bin/ in terminal and run the following command: /var/www/MISP/venv/bin/misp-modules -l 127.0.0.1 &
Hope it helps. Regards