avnishs17 commited on
Commit
8d13f74
Β·
1 Parent(s): e503db7

added video link

Browse files
Files changed (1) hide show
  1. README.md +12 -2
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