Paolo AI
Paolo AI
Yes that fixed it, you should edit your documentation from this: > sudo addgroup cortex > sudo adduser --system cortex > sudo cp /opt/cortex/package/cortex.service /usr/lib/systemd/system > sudo chown -R cortex:cortex...
I also noticed that the service is not producing any logs in the file you mentioned: /var/log/cortex/application.log. Do I need to setup that one in the application configuration? I have...
Yes I had to add these 2 lines in the service configuration file: > StandardOutput=file:/etc/cortex/cortex.log > StandardError=file:/etc/cortex/cortex.err and I can see my logs.
Yes that was approx the same time it was taking, I am trying to use Hive4 but stuck with a docker problem as per my other issue.
Question is this with the latest version of TheHive4 ? Can you post your configuration? Are you using one of the docker templates or bare install ?
Hello Brad, excellent work your augmented Cuckoo I promise myself I will test it tomorrow. I did also write before a MIST converter for the standard Cuckoo reports and my...
Brad it would be also helpful as you mentioned to have your dataset (maybe somehow ordered by execution date) so that we can simulate the whole process instead of running...
The actual code to the cukoo to mist conversion was merged into this tool actually: http://sourceforge.net/projects/cuckoo2mist/
Hello, had a look at your MIST reports but I am a little bit concerned about several issues - you have potentially temporally ordered the behavioural by categories i.e. you...
Ahah wow ok ! :-) Sent from my iPhone > On 25 Aug 2015, at 18:09, Brad Spengler [email protected] wrote: > > Thanks! I'll look into implementing those changes. >...