pcap_detect_scan
Analyze PCAP files to detect port scanning activity by identifying SYN packets without ACK responses, revealing scanner IPs and targeted ports for network security assessment.
Instructions
Detect port scans by analyzing SYN packets without ACK. Returns scanners (ip + syn_count), top_scanned_ports, and a hint. Read-only file analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_path | Yes | Path to the PCAP file |