Before starting, you should install the Cuckoo Sandbox.
Cuckoo Sandbox Github : https://github.com/cuckoosandbox
This is a Crawler to get Cuckoo Sandbox Report autometically.
You can get the report to JSON.
- First, you should install Library for execute Crawler.
#Check your Chrome and ChromeDriver version.
pip install selenium
pip install chromedriver-autoinstaller
- Second, set your environment infomation.
#Cuckoo Sandbox path is usually /home/"your_name"/.cuckoo, but you should check this path.
path = '/home/ubuntu/.cuckoo/storage/analyses/' + str(file_count) + '/reports/report.json'
- Third, you should insert the malware path in "your_file_path"
Optionally you can send the report information to database using SQL.