Find all SolarWinds Orion Installations on your Network
Software VulnerabilityDiscover where your SolarWinds Orion Installations Reside
SolarWinds announced this week that a compromise of its software update servers in Solarwinds earlier this year may have resulted in malware being pushed to nearly 18,000 customers. Reuters reported the SolarWinds hack also led to the infiltration of computer networks at the U.S. Department of Homeland Security (DHS). The Cybersecurity and Infrastructure Security Agency (CISA) also took the additional step of issuing an emergency directive ordering all federal agencies to immediately disconnect the affected Solarwinds products from their networks. Lansweeper can scan your network to get an overview of all active Solarwinds Installations on your devices, so you can take action and secure your organization. Find all Solarwinds Orion Installations on your network.If you haven’t already, download a free trial of Lansweeper to run the Solarwinds Orion Audit report.
Select Top 1000000 tsysOS.Image As icon, tblAssets.AssetID, tblAssets.AssetName, tblSoftwareUni.softwareName As software, tblSoftware.softwareVersion As version, tblSoftwareUni.SoftwarePublisher As publisher, tblAssets.Domain, tblAssets.Username, tblAssets.Userdomain, tblAssets.IPAddress, tblAssets.Description, tblAssetCustom.Manufacturer, tblAssetCustom.Model, tblAssetCustom.Location, tsysIPLocations.IPLocation, tsysOS.OSname As OS, tblAssets.SP As SP, tblAssets.Firstseen, tblAssets.Lastseen From tblSoftware Inner Join tblAssets On tblSoftware.AssetID = tblAssets.AssetID Inner Join tblSoftwareUni On tblSoftware.softID = tblSoftwareUni.SoftID Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Inner Join tsysOS On tblAssets.OScode = tsysOS.OScode Left Join tsysIPLocations On tsysIPLocations.StartIP <= tblAssets.IPNumeric And tsysIPLocations.EndIP >= tblAssets.IPNumeric Where tblAssetCustom.State = 1 AND tblSoftwareUni.softwareName LIKE '%Solarwinds Orion%' AND tblSoftwareUni.SoftwarePublisher LIKE '%Solarwinds%' Order By tblAssets.AssetName, software, version