CS6038/CS5138 Malware Analysis, UC

Course content for UC Malware Analysis

View on GitHub
12 April 2017

Yara Static Analysis Using Strings, Observables

by

HW04: Yara Static Analysis Using Strings, Observables

We have discussed using Yara as a pattern-matching engine to identify and categorize malware samples. For this assignment, you are to select a malware sample from the following ZIP bundle, and use strings analysis to extract some significant strings from the malware and build a yara rule that meets the following criteria:

This means that you will have to go through the malware samples provided, and review multiple malware samples, and then find a few that appear similar. Typically, files containing similar strings, as well as those for which objdump displays similar DLL imports and imported symbols, are both good ways to identfiy similarities.

Your submission will consist of a yara signature attached to your submission. In the comments for your submission, you should describe which malware sample(s) you used to derive your signature (either the filenames, MD5, SHA-1, or SHA-256 checksums will be fine) as well as which malware samples you found to be matched by your signature. So, for instance, after you’ve written your signature, and run it against the full directory of samples, you might find that it matches other malware I provided but you did not necessarily use to build the signature.

The ZIP file download link and details will be listed in the blackboard homework assignment description.

Home

tags: malware yara assignment