Upload files to "Modules"

This commit is contained in:
2024-11-28 11:07:52 -05:00
parent 44e0a6eda9
commit c97275c9a3

View File

@ -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"}
]
}
]