From d110cfd8a305a057f85af723a26380b5e707af6c Mon Sep 17 00:00:00 2001 From: sAsPeCt <55363474+sAsPeCt488@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:25:09 +0200 Subject: [PATCH] Fixed typo in Malware-Analysis.ipynb --- malware-analysis/Malware-Analysis.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/malware-analysis/Malware-Analysis.ipynb b/malware-analysis/Malware-Analysis.ipynb index 8eafe77..4afb938 100644 --- a/malware-analysis/Malware-Analysis.ipynb +++ b/malware-analysis/Malware-Analysis.ipynb @@ -11,7 +11,7 @@ "## How To\n", "Take your malware specimen and drop it into the `dropbox` directory. The notebook will walk you through the stages of initial analysis.\n", "\n", - "At the end of this process, you will have a triage report in the `saved-specimens` diretory. This report includes findings from initial triage, including the defanged specimen in a password-proteced Zip file and static analysis artifacts." + "At the end of this process, you will have a triage report in the `saved-specimens` directory. This report includes findings from initial triage, including the defanged specimen in a password-proteced Zip file and static analysis artifacts." ] }, {