Malwarebytes Anti-Malware won't clash with F-Secure since it's not a traditional anti-virus product. But good that MSE is gone.
I tried searching for the infections you have and I'm a little confused.
When searching for Trojan.GenericKD.1401359 on http://www.f-secure.com/en/web/labs_global/search it just takes you to a page that describes false positives.
When searching for Trojan.Dropper.Agent.UYG no result is found. But I found this nasty thing which sounds like a match even though Agent.UYG isn't mentioned: http://www.f-secure.com/v-descs/trojan-dropper_w32_agent.shtml
If this is what you have, it says that F-Secure anti-virus can disinfect it. But I don't know if perhaps Agent.UYG is something else.
Did you try Microsoft Safety Scanner ?
You could also try the Malicious Software Removal Tool from Microsoft, although your infections doesn't seem to be in the list of the virus families that this tool handles. But you never know.
This tool runs automatic with windows update each month, but only as a quick scan. When you use the above link you have an option to do a Full Scan of your computer.
Running Windows 7.
I have had a reply from Fsecure...no answers, after a lenghy description of the problem seems all this is brushed aside and they are just asking me to open another ticket-back to square one-I do not think I could take explaining it all again...perhaps like all large companies they deflect the akward questions with this MO to drain/drown the complainer?
Tried the Malicious Software Removal ...full computer scan came up all clear...(thanks Nikki)
I continue my quest in another vein-perhaps if I found a PST extractor program and did a security scan on results it might find the offending emails....any ideas?
Hi,
Have you try HitMan Pro a cloud base antivirus scan.
You give this a try.
http://www.surfright.nl/en/downloads/
And also you can try ...
Dr Web Cure IT.
http://www.freedrweb.com/cureit/?lng=en
Or Bitdefender Online Scanner
http://www.bitdefender.com/scanner/online/free.html
You can also try ... which many people in the forum recommended...
You can try and download a AVIRA Rescue Disc ISO version.
You need to download AVIRA Rescue Disc and Burn to CD-R.
And boot up from the CD-R from your DVD drive.
And it will do the full scan.
You can download the ISO version of AVIRA Rescue Disc here....
http://www.avira.com/en/download/product/avira-rescue-system
Or Kaspersky Rescue Disc
http://support.kaspersky.com/viruses/rescuedisk#downloads
@Archbishop wrote:I continue my quest in another vein-perhaps if I found a PST extractor program and did a security scan on results it might find the offending emails....any ideas?
You can use some different techniques to find:
1. Folders with infections
2. Infected e-mails
Both are described here: http://community.f-secure.com/t5/Security/How-to-find-which-mailbox-is/td-p/30358
If you have a lot of folders, the no 1 suggestion above can rule out all folders that don't have infections.
That will make step 2 easier because step 2 can take some time to do: moving e-mails to different PST's, compact and re-scan, in order to isolate the infected e-mails.
Starting instructions:
First change the manual scan settings to the most aggressive ones: All file types + Archives + Advanced Heuristics
Then in Outlook, disable the preview pane.
To make it easier to find the infected emails, first delete any emails you don't need to keep!
Empty the Junk email folder, and the Deleted items folder.
Compact the mailbox (this is important to do after emails have been deleted or moved)
In windows explorer go to the folder where you have the PST file(s)
Right-click on the PST file and scan it.
Just take notes on how many infections you have for each scan and follow the instructions in the link above.
Thanks Nikki and everyone else for advices. I have indeed emptied all deleted, spam and junk folders. Virus scans are set to most aggressive.
I have removed outlook the preview pane. (curious why this needs to be done??)
I attempted to compact the PST file, but it was still running today from when I started it yesterday-so just cancelled that.
Have spent many hours scanning through outlook emails last week and today...but there are so many!
It has been suggested to me to use a PST extractor program and save as MSG....this folder could then be scanned by F-Secure and find the specific emails with virus. Finding a suitable pst extractor program is proving difficult, most of those previously suggested only scan the PST file and flag it up as containing a virus, much the same as f-secure does, I have tried some I found but blocked by fsecure as rare? If anyone can recommend a PST extractor program it would be appreciated )
The Preview pane was just a precaution. And it will be easier to see and select more e-mails without it.
If you have many emails and never compacted before, it can take some time to finish. If you delete emails and don't compact after, the emails aren't really deleted. They're still there in the PST but you just can't see them anymore. This is why it's important to compact. Once you've done the first long compact(and you should), it will be much faster for the following compacts.
I remember it taking many hours to compact a 1 GB PST file a had once. Then every month or so I did a new compact and it only took a couple of minutes.
Regarding PST extractor programs you should be careful about installing any "free" programs. If you want to try one, download and then scan the downloaded file on https://www.virustotal.com/ to be a little extra safe.
But there may be an easier way that doesn't require any risky downloads:
Try first in a folder with not so many emails.
Open Windows Explorer and create a new folder somewhere
In Outlook, select all emails in the folder, and drag-and-drop them to the folder you created in windows explorer.
The emails will be copied one by one, now as individual files.
Now you can right-click the folder in windows explorer and select "Scan foldername for Viruses"
If any infection is found the filename will be equal to the email subject :)
Note: I don't know what happens if you drag several thousands of emails at once. I haven't tried that many.
Edit: Replaced the code. The first version didn't work for multiple PST files or if there were other objects beside emails in a folder (meeting appointments, delivery receipts etc)
@Archbishop I tried searching for a PST extractor and instead found some code that I improved... a lot. Just because it's fun :)
You just select any PST folder in Outlook, run the VBA macro and it will save all attachments from every email, including all subfolders if you want. This is better than my previous suggestion(drag-and-drop) because it will skip all emails that doesn't have any attachments. And the infections are most likely only in attachments.
If you're not familiar with VBA(Visual Basic For Applications), follow these instructions:
In Outlook press ALT+F11 to open the VBA Editor
Insert a new Module (either from menu, or right click the project window at upper left corner)
Paste all code in the module
If using my example folder, create a folder in C:\ called attachments
Then select an Outlook folder with not so many emails and attachments first, to see if everything is working
Back in VBA Editor, set the cursor anywhere in Sub GetAttachments()
Press F5 to start
A log file will be created for every run, in the same folder where all attachments will be saved
If everything seems OK and no errors occurred, change the value of variable testmode from True to False
Next time you run the code all attachments will be saved in C:\attachments
This code will not modify or delete anything from Outlook. It only saves copies of the attachments.
Pretty nice I think
Click the spoiler below to see the code:
Just a post to notify that I updated the code in my previous post :)
This topic has been closed due to inactivity. If you would like to discuss this topic further, please start a new post.
You can reference this topic in your post by adding this link:
https://community.f-secure.com/t5/F-Secure-SAFE/virus-s-imside-Aquarius/td-p/38501
Visit the Community
Check our Forums or How-to & FAQs for advice or answers