mirror of
https://github.com/aljazceru/securedorg.github.io.git
synced 2025-12-24 09:24:20 +01:00
18 lines
450 B
Markdown
18 lines
450 B
Markdown
---
|
|
layout: default
|
|
permalink: /RE101/section4/
|
|
title: Triage Analysis
|
|
---
|
|
[Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/)
|
|
|
|
# Section 4: Triage Analysis #
|
|
|
|
* Simple Search
|
|
* Collect Strings
|
|
* Check AV vendors
|
|
* Get basic PE information
|
|
* Run it in a VM
|
|
* Capture network information
|
|
|
|
[Section 3 <- Back](https://securedorg.github.io/RE101/section3) | [Next -> Section 5](https://securedorg.github.io/RE101/section5)
|