TRY NOW

Chrome 91 Audit

Security Software

Find Outdated Chrome Installations

Google released Chrome 91.0.4472.77, along with patching 32 vulnerabilities, it also introduces multiple new features, the most noteworthy are the File Clipboard and NAT Slipstreaming protection. The file clipboard lets you easily copy files with  Ctrl+C, Ctrl+V into the browser to attach files to an email for example. While NAT Slipstreaming protection isn’t exactly new (it was added to Firefox in November 2020), it has now made its way to Chrome With the report below, you can easily find which computers in your network do not have this latest Chrome version installed. Simply run the report to get a complete overview of your environment. Chrome 91 report

 

Run our Chrome 91 report query

Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tsysAssetTypes.AssetTypename As AssetType,
tblAssets.Username,
tblAssets.Userdomain,
tsysAssetTypes.AssetTypeIcon10 As icon,
tblAssets.IPAddress,
tblSoftwareUni.softwareName As Software,
tblSoftware.softwareVersion As Version,
tblSoftwareUni.SoftwarePublisher As Publisher,
Case
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) > 91 Then
'Up to date'
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 91 And
Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) > 4472
Then 'Up to date'
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 91 And
Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) = 4472
And Cast(SubString(tblSoftware.softwareVersion, 11, 4) As INT) >= 77 Then
'Up to date'
Else 'Out of date'
End As [Patch Status],
tsysIPLocations.IPLocation,
tblAssetCustom.Manufacturer,
tblAssetCustom.Model,
tsysOS.OSname As OS,
tblAssets.SP,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblSoftware.Lastchanged,
Case
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) > 91 Then
'#d4f4be'
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 91 And
Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) > 4472
Then '#d4f4be'
When Cast(SubString(tblSoftware.softwareVersion, 0, 3) As INT) = 91 And
Cast(SubString(tblSoftware.softwareVersion, 6, 4) As INT) = 4472
And Cast(SubString(tblSoftware.softwareVersion, 11, 4) As INT) >= 77 Then
'#d4f4be'
Else '#ffadad'
End As backgroundcolor
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
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Left Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tblSoftwareUni.softwareName Like '%Google Chrome%' And
tblSoftwareUni.SoftwarePublisher Like '%Google%' And tblState.Statename =
'Active'

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.