Upload files to "Modules/Investigate"
This commit is contained in:
15
Modules/Investigate/ip.py
Normal file
15
Modules/Investigate/ip.py
Normal file
@ -0,0 +1,15 @@
|
||||
def get_ip_content():
|
||||
"""
|
||||
Returns content for the IP Analysis page.
|
||||
"""
|
||||
return {
|
||||
"title": "IP Analysis",
|
||||
"description": "Explore tools and resources for analyzing IP addresses.",
|
||||
"resources": [
|
||||
{"name": "Censys", "url": "https://search.censys.io/"},
|
||||
{"name": "Shodan", "url": "https://www.shodan.io/"},
|
||||
{"name": "Feodo Tracker", "url": "https://feodotracker.abuse.ch/browse/"},
|
||||
{"name": "IBM X-Force", "url": "https://exchange.xforce.ibmcloud.com/"},
|
||||
{"name": "GreyNoise", "url": "https://viz.greynoise.io/"}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user