Deep learning model using PE headers

With the concepts we've learned, we are going to build a malware detector with artificial neural networks. Let's begin by identifying our dataset. By now, you are familiar with the steps required to build a machine learning models. For this model, we are going to use the Portable Executable (PE) files as feeding data. As you noticed in the previous chapter, we installed a Python library called pefile. It is time to use it in this model. Once we install pefile with the Python package installation manager PIP, we can start using pefile to extract information from any PE file. In order to gather information from a PE file, import the os and pefile libraries. The os library allows you to interface with the ...

Get Mastering Machine Learning for Penetration Testing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.