You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script parses a given pcap file to extract unique destination IPs and then checks each IP against the VirusTotal API for any malicious activities.
Prerequisites
Python 3.x
pyshark library
requests library
tqdmlibrary
A VirusTotal API key
About
parse pcaps for destinations and check those against VirusTotal