wireshark_check_threats
Match captured URLs and hostnames against URLhaus threat intelligence to identify threats in pcap files.
Instructions
[Security] Match captured URLs and hostnames against cached URLhaus threat intelligence.
Args: pcap_file: Path to capture file
Returns: Threat analysis summary or JSON error
Example: wireshark_check_threats("suspicious.pcap")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcap_file | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |