Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

opFlow can detect anomalies by determining an average network usage baseline and comparing it with traffic of a suspected anomaly event. DoS attacks flood the network with packets from an untrusted source and usually it is a rather large packet size. Packet sizes should be are normally no larger than 150 bytes, creating an ingress policy for specific ports to discard packets larger than 150 bytes could prevent some DoS attacks from ever occurring.

NetFlow collects the Packet source, Port number, Destination Packet size, and Protocol number. Understanding what ports are commonly used on your network can help you in determining if abnormal activity is coming through. Using the Conversation Summary feature in opFlow allows for a detailed look into all conversations happening on your network. In Figure 1 below, you can see that I am filtering the ports are filtered to only show Src Port 443. I have it This packets are sorted to show packets received in descending order to see if the packet count is any higher than normal; this is why understanding what normal packet sizes are as well as their ports/sources on your network is important for any network engineer.

To view the Conversation Summary page navigate to menu -> Views -> Conversation Summary. The filter is added by simply typing the desired port in the box in the top right hand corner of the Conversation Summary page. The drop down menu to the right of the search box allows you to search for the specific Application, Source, Src Port, Destination, and Dst Port.


Figure 1 - Conversation Summary

...