mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2026-01-02 22:04:22 +01:00
28 lines
933 B
Markdown
28 lines
933 B
Markdown
---
|
|
layout: default
|
|
permalink: /RE102/section2/
|
|
title: Setup
|
|
---
|
|
[Go Back to Reverse Engineering Malware 102](https://securedorg.github.io/RE102/)
|
|
|
|
# Section 2: Information Gathering #
|
|
|
|

|
|
|
|
You want to find as much information as you can before you begin the static and dynamic analysis.
|
|
|
|
As mentioned in [RE101 Section 4](https://securedorg.github.io/RE101/section4/) please collect the information in this checklist. You can do this list in any order.
|
|
|
|
* File Context and Delivery
|
|
* File Information & Header Analysis
|
|
* Get Basic PE information
|
|
* Collect Strings
|
|
* Simple Web Search
|
|
* Check AV vendors
|
|
* Quick VM Detonation
|
|
* Capture network information
|
|
|
|
The next page will reveal the information you need.
|
|
|
|
[Section 1 <- Back](https://securedorg.github.io/RE102/section1) | [Next -> Information Results](https://securedorg.github.io/RE102/section2.1)
|