Hardware-based "on-the-fly" per-flow scan detector pre-filter

  • Authors:
  • Salvatore Pontarelli;Simone Teofili;Giuseppe Bianchi

  • Affiliations:
  • Università degli Studi di Roma Tor Vergata, Rome, Italy;Università degli Studi di Roma Tor Vergata, Rome, Italy;Università degli Studi di Roma Tor Vergata, Rome, Italy

  • Venue:
  • TMA'11 Proceedings of the Third international conference on Traffic monitoring and analysis
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Pre-filtering monitoring tasks, directly running over traffic probes, may accomplish a significant degree of data reduction by isolating a relatively small number of flows (likely to be of interest for the monitoring application) from the rest of the traffic. As these filtering mechanisms are conveniently run as close as possible to the data gathering devices (traffic probes), and must scale to multi-gigabit speed, the feasibility of their implementation in hardware is a key requirement. In this paper, we document a hardware FPGA implementation of a recently proposed network scan pre-filter. It leverages processing stages based on Bloom filters and Counting Bloom Filters, and it is devised to detect, through on-the-fly per-packet analysis, the flows which potentially exhibit a network/port scanning behaviour. The framework has been implemented in a modular manner. It suitably combines two different general-purpose modules (a rate meter and a variation detector) likely to be reused as building blocks for other monitoring tasks. In the following presentation, we further discuss some lessons learned and general implementation guidelines which emerge when the goal is to efficiently implement run-time updated (i.e., dynamic) Bloom-filter-based data structures in hardware