The Basic
PCAP is always my favorite data source, I love it <3
Last updated
Was this helpful?
PCAP is always my favorite data source, I love it <3
Last updated
Was this helpful?
Most of the time when I get the pcap I would always put the pcap into Brim () and I put an end to these questions:
Which endpoint has the most hit?
HTTP request to some malicious site (I use virustotal for this, but if this isn't working then I have to do some analysis on which domain looks quite weird and downloads a malicious file)
If your captured has multiple VLANs then you will pivot it down
That means you export each of the host traffic into a small pcap -> then analyze that by using this query on Wireshark
then use File --> Export Specified Packets... to save the displayed traffic in a new pcap
If you are lucky the domain has AD or some Kerberos traffic then you can find the username
Calling to this API:
api.ipify.org (This will show the computer's public IP)