27 Oct
2023
27 Oct
'23
2:01 p.m.
On Fri, 27 Oct 2023 at 13:51, Peter <peter.northerly@gmail.com> wrote:
This gets even more puzzling. Running clamav now for about two days non stop (lots of timeouts) and I am getting many reports like this:
LibClamAV info: Suspicious link found! LibClamAV info: Real URL: http://www.globalkap.com LibClamAV info: Display URL: https://secure.skype.com
Would something like this (untested) help at all? Use grep to look through all files, doing a search within the files for this piece of text that's in one of the URLs that Clam reports. grep -nr "smitherfamilykitchen" /* It will take a long time to finish, but would look for that in each file on your computer. Regards, Srdjan