Hypersparse Network Flow Analysis of Packets with GraphBLAS

Tyler Trigg,Chad Meiners,Sandeep Pisharody,Hayden Jananthan,Michael Jones,Adam Michaleas,Timothy Davis,Erik Welch,William Arcand,David Bestor,William Bergeron,Chansup Byun,Vijay Gadepally,Micheal Houle,Matthew Hubbell,Anna Klein,Peter Michaleas,Lauren Milechin,Julie Mullen,Andrew Prout,Albert Reuther,Antonio Rosa,Siddharth Samsi,Doug Stetson,Charles Yee,Jeremy Kepner
DOI: https://doi.org/10.48550/arXiv.2209.05725
2022-09-13
Abstract:Internet analysis is a major challenge due to the volume and rate of network traffic. In lieu of analyzing traffic as raw packets, network analysts often rely on compressed network flows (netflows) that contain the start time, stop time, source, destination, and number of packets in each direction. However, many traffic analyses benefit from temporal aggregation of multiple simultaneous netflows, which can be computationally challenging. To alleviate this concern, a novel netflow compression and resampling method has been developed leveraging GraphBLAS hyperspace traffic matrices that preserve anonymization while enabling subrange analysis. Standard multitemporal spatial analyses are then performed on each subrange to generate detailed statistical aggregates of the source packets, source fan-out, unique links, destination fan-in, and destination packets of each subrange which can then be used for background modeling and anomaly detection. A simple file format based on GraphBLAS sparse matrices is developed for storing these statistical aggregates. This method is scale tested on the MIT SuperCloud using a 50 trillion packet netflow corpus from several hundred sites collected over several months. The resulting compression achieved is significant (<0.1 bit per packet) enabling extremely large netflow analyses to be stored and transported. The single node parallel performance is analyzed in terms of both processors and threads showing that a single node can perform hundreds of simultaneous analyses at over a million packets/sec (roughly equivalent to a 10 Gigabit link).
Networking and Internet Architecture,Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?