wireshark_detect_dos_attack
Analyze a pcap file to detect DoS/DDoS attacks including SYN floods, ICMP/UDP floods, and DNS amplification.
Instructions
[Security] Detect DoS/DDoS patterns (SYN flood, ICMP/UDP flood, DNS amplification).
Args: pcap_file: Path to capture file
Returns: DoS detection results or JSON error
Example: wireshark_detect_dos_attack("ddos.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |