-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add imagehash and upx to requirements.
- Loading branch information
1 parent
54a4bc0
commit 9552437
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9552437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the upx module just for Windows based cuckoo instances?
9552437
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No it's meant for Linux-based (or all) instances. The idea is that often an extracted payload will be packed with UPX, so it would be ideal to unpack it during the processing stage. This is what the analyst would then probably do anyway manually, so it saves this step, and allows the unpacked contents to be scanned with Yara and possibly parsed for configuration. I am also considering whether to automate the submission of files that are detected as UPX-derived but won't unpack using the UPX tool, as there is a UPX package for this.