From c97275c9a33f9bc6c6727b93428279ca9d785e5e Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 11:07:52 -0500 Subject: [PATCH] Upload files to "Modules" --- Modules/methodology.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Modules/methodology.py b/Modules/methodology.py index d2bcddb..32befee 100644 --- a/Modules/methodology.py +++ b/Modules/methodology.py @@ -113,5 +113,13 @@ def get_methodology_content(): "https://attack.mitre.org/tactics/TA0008/", "https://www.mandiant.com/resources/anti-forensic-tactics" ] + }, + { + "title": "OS", + "content": "Explore Indicators of Compromise for both Windows and Linux operating systems.", + "resources": [ + {"name": "Windows", "url": "/windows"}, + {"name": "Linux", "url": "/linux"} + ] } ]