In this session we will cover:
Empirical: "based on, concerned with, or verifiable by observation or experience rather than theory or pure logic"
Important to be thinking about your Masters Projects by now...
What does a search for "malware" give us on Google Scholar?
Detection - Classification - Analysis tools - Mobile malware - Static vs dynamic - Environment-sensitive - Obfuscation methods - Machine learning
PE File is a powerful Python library for examining portable executable files. Could also look at disassembler programs such as IDA Pro and radare2.
For more details on using PE File see this week's lab.
Cuckoo Sandbox is one of the most popular off-the-shelf tools for dynamic analysis. Requires a local Virtual Machine to use as a target VM, with Python installed (monitoring agent based in Python 2.7).