Upload files to "Modules"
This commit is contained in:
15
Modules/investigate.py
Normal file
15
Modules/investigate.py
Normal file
@ -0,0 +1,15 @@
|
||||
def get_investigate_content():
|
||||
"""
|
||||
Returns the content for the Investigate page.
|
||||
"""
|
||||
return {
|
||||
"title": "Investigate",
|
||||
"description": "Explore and analyze potential threats using the resources and tools provided.",
|
||||
"resources": [
|
||||
{"name": "Threat Intel", "url": "/investigate/threat"},
|
||||
{"name": "IP", "url": "/investigate/ip"},
|
||||
{"name": "Domain", "url": "/investigate/domain"},
|
||||
{"name": "File Hash", "url": "/investigate/filehash"},
|
||||
{"name": "Malware", "url": "/investigate/malware"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user