Version 7.0.5b2 (Build 7051) - Search does not find anything | a feed carries a malware URL

I have a Malwarebytes detection of a known phishing site’s URL inside a feed.

How can I find the feed?

Does search not work at all, or is it not finding a specific thing?

What is the thing you’re searching for — a link in an article?

I don’t know anything about Malwarebytes. How would it have detected a URL in a feed, and how does it report it to you?

Hello Brent,

Search does not find anything here. I tried “Kilauea” on my Hawaii folder: Nothing!

This was found yesterday by MWB:

I want to delete the feed that contains this but I can not find the feed.

kind regards

       Thomas_U

What I would do is write a little script that searches through the DB.sqlite3 database in each of the account folders in:

~/Library/Containers/com.ranchero.NetNewsWire-Evergreen/Data/Library/Application\ Support/NetNewsWire/Accounts

For each of the relevant columns in the articles table, it should check to see if it contains the string go.gkrtmc.com and report the articleID, title, and feedID when it finds it, so you can know in which article it was.

(The above instructions could be probably work as an LLM prompt if you’re inclined that way.)