From 5dbd7406554b3edf9a3246ee79b9b84abc0cb971 Mon Sep 17 00:00:00 2001 From: Amanda Rousseau Date: Wed, 8 Mar 2017 13:59:47 -0800 Subject: [PATCH] updating navigation --- retools.md | 8 ++++++++ static.md | 2 ++ triage.md | 9 +++++++++ 3 files changed, 19 insertions(+) diff --git a/retools.md b/retools.md index f39ff49..51b4ded 100644 --- a/retools.md +++ b/retools.md @@ -6,3 +6,11 @@ title: RE Tools [Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) # Section 3: Reverse Engineering (RE) Tools # + +* Disassembler +* Decompilers +* Debugger +* Information Gathering +* Support + +[Section 2 <- Back](https://securedorg.github.io/RE101/section2) | [Next -> Section 4](https://securedorg.github.io/RE101/section4) diff --git a/static.md b/static.md index 09f92f0..1358dea 100644 --- a/static.md +++ b/static.md @@ -6,3 +6,5 @@ title: Static Analysis [Go Back to Reverse Engineering Malware 101](https://securedorg.github.io/RE101/) # Section 5: Static Analysis # + +[Section 4 <- Back](https://securedorg.github.io/RE101/section4) | [Next -> Section 6](https://securedorg.github.io/RE101/section6) diff --git a/triage.md b/triage.md index 86b91f7..f528c8d 100644 --- a/triage.md +++ b/triage.md @@ -6,3 +6,12 @@ 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 4](https://securedorg.github.io/RE101/section4)