You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have deployed Cuckoo for malware analysis. I want to understand following queries.
What part of report is get from virustotal. I mean does we integrate whole virustotal report in cuckoo report or some part.
Cuckoo shows Behavior Analysis and static analysis from virus total or its own.
The text was updated successfully, but these errors were encountered:
The behavioural analysis and static analysis are performed by Cuckoo. As doomedraven suggests, the code for this is in the processing subdirectory, and the VirusTotal lookups may be completely disabled by configuring the [virustotal] section of conf\processing.conf, setting enabled = no. Then what will remain will only be Cuckoo.
I have deployed Cuckoo for malware analysis. I want to understand following queries.
What part of report is get from virustotal. I mean does we integrate whole virustotal report in cuckoo report or some part.
Cuckoo shows Behavior Analysis and static analysis from virus total or its own.
The text was updated successfully, but these errors were encountered: