Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| security_analysis | Prompt for analyzing DNS traffic from a security perspective |
| network_troubleshooting | Prompt for troubleshooting DNS-related network issues |
| forensic_investigation | Prompt for forensic analysis of DNS traffic |
| dhcp_network_analysis | Prompt for analyzing DHCP traffic from a network perspective |
| dhcp_security_analysis | Prompt for analyzing DHCP traffic from a security perspective |
| dhcp_forensic_investigation | Prompt for forensic analysis of DHCP traffic |
| icmp_network_diagnostics | Prompt for analyzing ICMP traffic from a network diagnostics perspective |
| icmp_security_analysis | Prompt for analyzing ICMP traffic from a security perspective |
| icmp_forensic_investigation | Prompt for forensic analysis of ICMP traffic |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_dns_packets | Analyze DNS packets from a PCAP file and return comprehensive analysis results. Args: pcap_file: Path to local PCAP file or HTTP URL to remote PCAP file Returns: A structured dictionary containing DNS packet analysis results |
| analyze_dhcp_packets | Analyze DHCP packets from a PCAP file and return comprehensive analysis results. Args: pcap_file: Path to local PCAP file or HTTP URL to remote PCAP file Returns: A structured dictionary containing DHCP packet analysis results |
| analyze_icmp_packets | Analyze ICMP packets from a PCAP file and return comprehensive analysis results. Args: pcap_file: Path to local PCAP file or HTTP URL to remote PCAP file Returns: A structured dictionary containing ICMP packet analysis results |