CrypticallyRequie commited on
Commit
8d77fcb
·
verified ·
1 Parent(s): eab0fb8

Upload README (2).md

Browse files
Files changed (1) hide show
  1. README (2).md +80 -0
README (2).md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: ShadowWatch
3
+ emoji: 🛡️
4
+ colorFrom: green
5
+ colorTo: gray
6
+ sdk: gradio
7
+ sdk_version: "5.0.0"
8
+ app_file: app.py
9
+ pinned: true
10
+ license: apache-2.0
11
+ tags:
12
+ - mcp
13
+ - security
14
+ - dark-web
15
+ - threat-intelligence
16
+ - osint
17
+ short_description: Dark Web Intelligence Platform with MCP Tools
18
+ ---
19
+
20
+ # 🛡️ SHADOWWATCH
21
+
22
+ **Dark Web Intelligence Platform | Cogensec ARGUS**
23
+
24
+ Real-time dark web monitoring and threat intelligence for security operations. MCP-enabled tools for integration with AI assistants.
25
+
26
+ ## 🔧 MCP Tools
27
+
28
+ | Tool | Description |
29
+ |------|-------------|
30
+ | `deep_scan` | Crawl marketplaces, forums, and paste sites for threat intelligence |
31
+ | `credential_trace` | Search breach databases for credential exposure |
32
+ | `chatter_analysis` | Monitor dark web discussions for specific keywords |
33
+ | `identity_alert` | Check for PII exposure and impersonation attempts |
34
+ | `generate_threat_report` | Create comprehensive threat intelligence reports |
35
+
36
+ ## 🔗 Integration
37
+
38
+ ### Connect to Claude Desktop, Cursor, or any MCP Client
39
+
40
+ ```json
41
+ {
42
+ "mcpServers": {
43
+ "shadowwatch": {
44
+ "url": "https://crypticallyrequie-shadowwatch.hf.space/gradio_api/mcp/sse"
45
+ }
46
+ }
47
+ }
48
+ ```
49
+
50
+ ### Python Client
51
+
52
+ ```python
53
+ from gradio_client import Client
54
+
55
+ client = Client("CrypticallyRequie/shadowwatch")
56
+
57
+ # Deep scan for threats
58
+ result = client.predict(
59
+ target="acme.com",
60
+ scan_type="comprehensive",
61
+ api_name="/deep_scan"
62
+ )
63
+ ```
64
+
65
+ ## 📊 Features
66
+
67
+ - **Dark Web Scanning** - 50+ marketplaces, forums, and channels
68
+ - **Credential Monitoring** - Known breach databases and combolists
69
+ - **Chatter Analysis** - Real-time mention tracking with sentiment
70
+ - **Identity Protection** - PII exposure and impersonation detection
71
+ - **Threat Reports** - Executive and technical intelligence reports
72
+
73
+ ## 🏗️ Built With
74
+
75
+ - [Gradio](https://gradio.app) - Interface & MCP Server
76
+ - [Cogensec ARGUS](https://cogensec.ai) - Security Framework
77
+
78
+ ---
79
+
80
+ *Built by [Cogensec](https://cogensec.ai) - Protecting organizations from dark web threats*