Spaces:
Sleeping
Sleeping
added video link
Browse files
README.md
CHANGED
@@ -18,6 +18,9 @@ tags:
|
|
18 |
|
19 |
A comprehensive cybersecurity threat intelligence platform that combines IOC (Indicator of Compromise) analysis with advanced threat intelligence capabilities. ThreatRadar provides an intuitive web interface for cybersecurity professionals and researchers.
|
20 |
|
|
|
|
|
|
|
21 |
## π Features
|
22 |
|
23 |
- **π― IOC Analysis**: Analyze IP addresses, domains, URLs, and file hashes using VirusTotal
|
@@ -82,17 +85,24 @@ ThreatRadar automatically provides an MCP (Model Context Protocol) server throug
|
|
82 |
```bash
|
83 |
# To use with locally cloned applicaiton
|
84 |
Add the below to mcp.json file to use the mcp server. Replace the URL with one provided by GRADIO.
|
|
|
85 |
{
|
86 |
"mcpServers": {
|
87 |
"gradio": {
|
88 |
"url": "http://127.0.0.1:7860/gradio_api/mcp/sse"
|
89 |
}
|
90 |
-
|
91 |
}
|
92 |
-
|
93 |
}
|
94 |
|
|
|
95 |
# Or through gradio spaces mcp url
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
|
97 |
```
|
98 |
## ποΈ Project Structure
|
|
|
18 |
|
19 |
A comprehensive cybersecurity threat intelligence platform that combines IOC (Indicator of Compromise) analysis with advanced threat intelligence capabilities. ThreatRadar provides an intuitive web interface for cybersecurity professionals and researchers.
|
20 |
|
21 |
+
|
22 |
+
Demo Link - [Demo Link](https://drive.google.com/file/d/1smg4pm4BY7sQj6woDZgBRu-7nU0J8SDZ/view?usp=sharing)
|
23 |
+
|
24 |
## π Features
|
25 |
|
26 |
- **π― IOC Analysis**: Analyze IP addresses, domains, URLs, and file hashes using VirusTotal
|
|
|
85 |
```bash
|
86 |
# To use with locally cloned applicaiton
|
87 |
Add the below to mcp.json file to use the mcp server. Replace the URL with one provided by GRADIO.
|
88 |
+
Use it through locally run gradio_interface.py
|
89 |
{
|
90 |
"mcpServers": {
|
91 |
"gradio": {
|
92 |
"url": "http://127.0.0.1:7860/gradio_api/mcp/sse"
|
93 |
}
|
|
|
94 |
}
|
|
|
95 |
}
|
96 |
|
97 |
+
|
98 |
# Or through gradio spaces mcp url
|
99 |
+
{
|
100 |
+
"mcpServers": {
|
101 |
+
"gradio": {
|
102 |
+
"url": "https://agents-mcp-hackathon-threatradar.hf.space/gradio_api/mcp/sse"
|
103 |
+
}
|
104 |
+
}
|
105 |
+
}
|
106 |
|
107 |
```
|
108 |
## ποΈ Project Structure
|