herrfeder / AI_Cybersecurity_IDS_PoC

Winning Contribution of Michael Schwabe and David Lassig to BWI Data Analytics Hackathon 2020 in the Category Cyber Security. Proof of Concept Intrusion Detection using Zeek with selfmade MachineLearning in a nice WebApp.
8 stars 5 forks source link

Directory missing error #1

Closed abdulghafor closed 3 years ago

abdulghafor commented 3 years ago

Hi! I have worked as per your instructions. I have succeeded to run the complete code. Unfortunately, I am unable to run app. error1 error2

herrfeder commented 3 years ago

Thank you for sending the issue. Yes we're aware of this and is right now intended as you have to mount your own directory with the zeek logs (conn.log, dhcp.log and so on) to the desired location:

(from the README)

-->Run Docker Container with mounted Zeek Volume:

docker run -p 8050:8050 -v {zeek_location}:/home/datascientist/zeek_input broai:latest

zeek_location is your folder where conn.log exists. I'm planning to create a docker-compose file that will create an experimental zeek logger for you. But for now you have to add your own logs.

abdulghafor commented 3 years ago

Thank you for your help . i came up with new issue as shown below . command error 5

herrfeder commented 3 years ago

Yeah, thank you. Silly me did minor changes to the file path management stuff and tested it only in my Theia IDE and not with the Conainer Build again. I resolved it now with this commit https://github.com/herrfeder/AI_Cybersecurity_IDS_PoC/commit/2f8c919107b2499600561853c1399351d5273f50 . But after that I run into another error that only occurs in the Docker build but not in my IDE with the freshly cloned repo. Sometimes I hate computers xD. I will open another Issue for that. Thank you for testing. I really appreciate that.

herrfeder commented 3 years ago

Please see the other two issues. It should work now :) and again thank you.