# IP Ranking algorithms for NetFlow traffic
This project contains Giraph jobs to find IP addresses from NetFlow data that are spreading traffic.
NetFlow data is converted and filtered to a CSV file using `FlowConvert.sh`. It can then be imported using `NetflowCSVEdgeInputFormat` and run through `DOSRank` and `SpreadRank`.