Skip to content

pip-izony/Cuckoo_Sandbox_Auto_Report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Cuckoo Sandbox Auto Report 🤖

Before starting, you should install the Cuckoo Sandbox.
Cuckoo Sandbox Github : https://github.com/cuckoosandbox

Manual

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.

About

Automatically Get Cuckoo Sandbox Report

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages