cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.54k stars 1.7k forks source link

Detecting Cuckoo, Cuckoo Web and Cuckoo Rooter processes/services #2484

Open Kalavasos opened 6 years ago

Kalavasos commented 6 years ago

Thanks for creating an issue! But first: did you read our community guidelines? https://cuckoo.sh/docs/introduction/community.html

My issue is:

I want to be able to run a command from the bash terminal that will tell me the following information:

But it does not appear that I can do so through service cuckoo status, nor does cuckoo appear in the list of active services.

The ultimate purpose is to integrate these commands, along with various vboxmanage commands, to write a script to identify potential issues without having to do so manually by hand.

My Cuckoo version and operating system are:

Cuckoo Version = 2.0.6 Operating System = Ubuntu 18.04

This can be reproduced by:

N/A

The log, error, files etc can be found at:

N/A

reox commented 6 years ago

how do you start them? Are you using the systemd units?

Kalavasos commented 6 years ago

Hi reox,

I’m using the commands found in the cuckoo docs:

I didn’t realise there was a way to start these processes with systemd?

Kind regards, Mike

reox commented 6 years ago

There are no official systemd units yet... but if you try to see the status with service, you need some configuration as services. If you just start them from the cli, they are not a service yet