TRY NOW

Sophos Devices Audit

Network Devices Vulnerability

Discover All Sophos Devices in Your IT Estate

Sophos has released a patch update for its Firewall products in response to a critical code injection vulnerability impacting all Sophos Firewall products v19.0 MR1 (19.0.1) and older. The vulnerability, tracked as CVE-2022-3236 received a CVSS severity score of 9.8 and could lead to remote code execution allowing an attacker to access internal resources of the breached networks. The report below will help you locate any Sophos devices in your network that may be at risk. You can read more about this security patch in the Sophos Vulnerability blog post.

Sophos

 

Sophos Devices Query

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tblAssets.description,
Case
When tblErrors.ErrorText Is Not Null Or
tblErrors.ErrorText != '' Then
'Scanning Error: ' + tsysasseterrortypes.ErrorMsg
Else ''
End As ScanningErrors,
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
Left Join (Select Distinct Top 1000000 tblErrors.AssetID As ID,
Max(tblErrors.Teller) As ErrorID
From tblErrors
Group By tblErrors.AssetID) As ScanningError On tblAssets.AssetID =
ScanningError.ID
Left Join tblErrors On ScanningError.ErrorID = tblErrors.Teller
Left Join tsysasseterrortypes On tsysasseterrortypes.Errortype =
tblErrors.ErrorType
Where tblAssetCustom.Manufacturer Like '%Sophos%' 
And tblState.Statename = 'Active'
Order By tblAssetCustom.Model, tblAssets.IPAddress;

Show

Hide

NO CREDIT CARD REQUIRED

Ready to get started?
You’ll be up and running in no time.

Explore all our features, free for 14 days.