Description: looks for linux default traffic routes
What The Data Shows: could troubleshoot default routes and how they traverse the network. Also find default paths they take to the internet
SQL:
SELECT destination,netmask,gateway,source
FROM (`routes`);