Back to MCP directory
publicPublicdnsLocal runtime

mcp-shodan

ADEO CTI MCP服务器是一个集成了Shodan和VirusTotal API的安全分析平台,提供网络情报、漏洞评估、威胁检测等综合网络安全服务。

article

README

🚀 ADEO网络安全服务公司

ADEO网络安全服务公司提供了一系列强大的网络安全功能模块,可用于基础设施分析和威胁狩猎等。通过简单的配置和操作,就能帮助用户有效保障网络安全。

🚀 快速开始

要使用本公司的网络安全服务,需进行以下环境配置:

  1. 设置所需的环境变量:
    export SHODAN_API_KEY=your_shodan_api_key
    export VIRUSTOTAL_API_KEY=your_virustotal_api_key
    
  2. 安装依赖项:
    npm install
    
  3. 构建项目:
    npm run build
    
  4. 启动服务器:
    npm start
    

✨ 主要特性

基础设施分析

  • 目标类型:支持IP地址或域名。
  • 目标:可指定需要分析的具体IP地址或域名。
  • 深度:提供基本或综合两种分析深度。
@shodan infrastructure-analysis --target-type=domain --target=example.com --depth=comprehensive

威胁狩猎

  • 指标类型:支持IP、域名、URL、文件。
  • 指标值:可输入需要调查的具体值。
  • 包含病毒总数据分析:可选择是或否。
@shodan threat-hunting --indicator-type=ip --indicator=8.8.8.8 --include-vt-analysis=yes

📚 详细文档

API速率限制

  • 遵守基于订阅的Shodan API限制。
  • 病毒总API有单独的速率限制。
  • 尽可能使用批量操作。
  • 实施适当的请求间隔。

错误处理

服务器处理多种错误场景:

  • 无效的API密钥。
  • 速率限制。
  • 网络问题。
  • 无效参数。
  • 缺乏权限。

🤝 贡献指南

  1. 分叉仓库。
  2. 创建功能分支。
  3. 提交拉取请求。

📄 许可证

© 2024 ADEO网络安全服务公司。保留所有权利。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client