[Day 2] Log analysis O Data, All Ye Faithful

Open the notebook „Workbook“ located in the directory „4_Capstone“ on the VM. Use what you have learned today to analyse the packet capture.

No answer needed

How many packets were captured (looking at the PacketNumber)?

df.count() - 100

What IP address sent the most amount of traffic during the packet capture?

df.groupby(['Source']).size() - 10.10.1.4

What was the most frequent protocol?

df.groupby(['Protocol']).count() - ICMP