wireshark_detect_port_scan
Detect port scanning attacks in network traffic by analyzing pcap files for SYN, FIN, NULL, and Xmas scan patterns.
Instructions
[Security] Detect port scanning (SYN, FIN, NULL, Xmas scans).
Args: pcap_file: Path to capture file threshold: Minimum unique destination ports to flag as scan (default: 15)
Returns: Port scan analysis results or JSON error
Example: wireshark_detect_port_scan("suspicious.pcap", threshold=10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes | ||
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |