Question MRT found 9k files infected ??

Popikaify

Distinguished
Jan 13, 2017
272
6
18,795
Windows malicious software found 9089 infected files during scaning,but when it finished it says nothing found.I downloaded malwarebytes and adwcleaner and runned windows virus scan,it found nothing as well.Could it be just bugg ?

MB : B650 Tomahawk
CPU : Ryzen 7 7800X3D
GPU : Sapphire Nitro+ RX 7900GRE
PSU : Corsair RM750X
RAM : G.Skill Flare 32GB

Im using Windows defender,Windows 11 24h2
 
Last edited:
I suggest using a Powershell cmdlet to delve a bit deeper.

Specifically:

Get-MPThreat | Format-Table -autosize


Results from my PC:

PS C:\WINDOWS\system32> Get-MPThreat | Format-Table -autosize

CategoryID DidThreatExecute IsActive Resources RollupStatus SchemaVersion SeverityID ThreatID ThreatName
---------- ---------------- -------- --------- ------------ ------------- ---------- -------- ----------
27 False False 1 1.0.0.0 1 229442 PUA:Win32/FusionCore
27 False False 1 1.0.0.0 1 242420 PUA:Win32/Presenoker
27 True False 97 1.0.0.0 1 268634 App:Realistic_Media_Br...
27 False False 1 1.0.0.0 1 277173 App😛iriform_Speccy_Bu...
27 False False 1 1.0.0.0 1 277517 PUA:Win32/PiriformBundler
27 False False 33 1.0.0.0 1 311944 PUABundler:Win32/Fusio...
27 False False 33 1.0.0.0 1 311950 PUABundler:Win32/Pirif...
27 False False 1 1.0.0.0 1 311951 PUABundler:Win32/Photo...


PS C:\WINDOWS\system32>


(Actual results are more readable on the display screen.)

= = = =

For more information:

https://learn.microsoft.com/en-us/p...indowsserver2025-ps&viewFallbackFrom=win10-ps

And you can easily find other similar links.

Stay with using "Get" cmdlets and run as Admin if you have the Admin rights. Local will work and is generally safer overall.

Always nice to have some other way to look into things.