Mcpcap icon

Mcpcap

2

Analyzes PCAP files to enable LLMs to query and understand network traffic, providing structured JSON responses.

关于

This modular Python server analyzes PCAP files, enabling Large Language Models (LLMs) to read and interpret network packet captures from local or remote sources. It provides structured JSON responses about network traffic, utilizing a flexible architecture with dedicated modules for various protocols, ensuring targeted analysis and easy extensibility. The server leverages the powerful Scapy library for comprehensive packet parsing and analysis.

主要功能

  • Modular Architecture for easy extensibility to new protocols
  • Supports local and remote PCAP file sources (directories, HTTP URLs)
  • Integrates with Scapy for comprehensive packet parsing and analysis
  • Functions as an MCP Server for seamless integration with LLM clients
  • Generates structured JSON responses for easy LLM consumption
  • 2 GitHub stars

使用案例

  • Querying DNS traffic for domain information, query patterns, and top queried domains.
  • Monitoring DHCP transactions, IP assignments, and identifying network clients and servers.
  • Providing network traffic insights to LLM clients for natural language-based network analysis.
Advertisement

Advertisement