scan_capture_for_threats
Extract IP addresses from PCAP files and check them against threat feeds like urlhaus and abuseipdb to identify malicious hosts.
Instructions
Extract all IPs from a PCAP file and check against threat feeds.
Args: filepath: Path to PCAP/PCAPNG file providers: Comma-separated providers (urlhaus, abuseipdb)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | ||
| providers | No | urlhaus,abuseipdb |