From e0ebe418fead837209136c4c4c79fd8e132d9519 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Wed, 8 Mar 2017 12:36:54 -0800 Subject: [PATCH] updating intro --- intro.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/intro.md b/intro.md index d5458d1..b782015 100644 --- a/intro.md +++ b/intro.md @@ -25,5 +25,30 @@ title: Intro * Constantly learn new things +## Game Plan ## + +* Determine what are the goals + * Get to just what you need, or + * Know enough to recreate it + +* Use reconnaissance and triage skills to determine a target starting point + +* Work step by step to get to your goals + +* Record your findings through the analysis + + +## Analysis Flow for Malware Analysis ## + +* **Setup a baseline** analysis environment + +* **Triage** to determine a starting point + +* **Static Analysis** - Get a sense of where everything is before debugging + +* **Dynamic Analysis** - Determine behaviors that can’t be understood by static analysis + +* **Manual Debugging** - Stepping through the program to navigate to your goals + [Next -> Section 1](https://securedorg.github.io/RE101/section1)