PRUEBA AHORA

TP-Link Audit

Hardware Network Devices Security

Discover TP-Link Devices in Your Network

The U.S. government is considering banning the sale of TP-Link routers after a Microsoft report in October 2024 revealed their involvement in spray attacks. The credentials acquired in these attacks have been used in several attacks by Chinese threat actors targeting organizations in North America and Europe. You can read the full story on our blog.

In the U.S., TP-Link SOHO routers have a significant market share of routers for home use and small businesses. While the U.S. goverment will likely make their decision in the coming months, it is wise to protect yourself against spray attacks in the meantime.

The report below will give you a full overview of all TP-Link devices in your network. This way you have any actionable list of routers that may be a threat to your network.

Run the TP-Link Audit Report Now!

TP-Link Audit Lansweeper Classic Query

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Description,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssets.Lastseen,
tblAssets.Lasttried
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype
Inner Join tsysIPLocations On tsysIPLocations.LocationID =
tblAssets.LocationID
Inner Join tblState On tblState.State = tblAssetCustom.State
Where tblAssetCustom.Manufacturer = '%TP%Link%' 
Order By tblAssets.AssetName

Show

Hide