Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 391 Bytes

numhop_v3

Gets traceroute information for specified asset groups and timeframe and calculates useful stats.

Prints:

  • Number of hosts
  • Average number of hops
  • Standard deviation
  • Systems FAR from their scanner (those with more hops than 68% of all others ~ AVERAGE + 1*STDEV)
  • Systems CLOSE to their scanner (those with less hops than 68% of all others ~ AVERAGE - 1*STDEV)