Description: This query looks for any system that has a static IP set.
What The Data Shows: The data shows if the endpoint has had it IP manually set, which could cause networking issues
SQL:
SELECT interface, address, type FROM interface_addresses WHERE type = 'manual'