ADEO CTI MCP ServerServer

ADEOSec
GitHub
securitynetwork intelligencethreat intelligence

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides access to both Shodan and VirusTotal APIs for comprehensive security analysis and threat intelligence. This server enables cybersecurity analysts to perform network intelligence operations including host information lookup, DNS operations, vulnerability analysis, network scanning, and alerts management through a collection of tools and prompt templates.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ADEO CTI MCP Server": {
        "env": {
          "SHODAN_API_KEY": "your_shodan_api_key",
          "VIRUSTOTAL_API_KEY": "your_virustotal_api_key"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

shodanvirustotal

Features

  • Detailed information about IP addresses including open ports
  • Malware analysis and detection
  • Unified security analysis using both Shodan and VirusTotal

💬 Example Queries

  • Look up information about IP address 8.8.8.8
  • Initiate a scan on 192.168.1.0/24
  • Analyze the URL https://example.com for security threats
  • Check the reputation of the IP 8.8.8.8
  • Find vulnerabilities associated with CVE-2021-44228