Upload files to "Modules/Investigate"
This commit is contained in:
14
Modules/Investigate/malware.py
Normal file
14
Modules/Investigate/malware.py
Normal file
@ -0,0 +1,14 @@
|
||||
def get_malware_content():
|
||||
"""
|
||||
Returns content for the Malware Analysis page.
|
||||
"""
|
||||
return {
|
||||
"title": "Malware Analysis",
|
||||
"description": "Explore tools and resources for analyzing malware.",
|
||||
"resources": [
|
||||
{"name": "Virus Total", "url": "https://www.virustotal.com/gui/home/upload"},
|
||||
{"name": "Any Run", "url": "https://any.run/"},
|
||||
{"name": "Hybrid Analysis", "url": "https://www.hybrid-analysis.com/"},
|
||||
{"name": "OTX Alienvault", "url": "https://otx.alienvault.com/"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user