I’m working on Fedora Linux 43 (Workstation Edition). Then my terminal on my other monitor goes weird. Then my IDE goes away. Before the terminal went I see “mail for ghenry”, which is ultra-weird.
The email is:
Subject: Cron <xxx@gavins-desktop> /tmp/.update startup
Date: Fri, 20 Feb 2026 15:26:00 +0000
/bin/sh: line 1: /tmp/.update: No such file or directory
Open up contrab -e and see this
“* * * * * /tmp/.update startup”
cron logs show this job started at 14:57 today:
Feb 20 14:01:00 desktop run-parts[1380578]: (/etc/cron.hourly) starting 0anacron
Feb 20 14:01:00 desktop run-parts[1380584]: (/etc/cron.hourly) finished 0anacron
Feb 20 14:01:00 desktop CROND[1380574]: (root) CMDEND (run-parts /etc/cron.hourly)
Feb 20 14:57:36 desktop crontab[1399397]: (xx) LIST (xx)
Feb 20 14:57:36 desktop crontab[1399396]: (xx) REPLACE (xx)
Feb 20 14:58:00 desktop CROND[1399501]: (xx) CMD (/tmp/.update startup)
Feb 20 14:58:00 desktop CROND[1399499]: (xx) CMDEND (/tmp/.update startup)
Feb 20 14:59:00 desktop CROND[1399651]: (xx) CMD (/tmp/.update startup)
Feb 20 14:59:00 desktop CROND[1399643]: (xx) CMDEND (/tmp/.update startup)
Rebooted, things we’re working right about from Chrome. Nothing in /tmp/.update but I’m kinda crapping it like I’ve been compromised. I’ve checked passwd/users/other cron stuff.
Google showing me nothing for “* * * * * /tmp/.update startup”
Weird thing is I got a call from my “ISP” at 14:50 which I called back but says it’s closed. Call the main number for my ISP and they have no record, even though the Samsumb SPAM id says it was my ISP even with their logo. Very close to it. So obviously fake.
Hard to say what happened without the actual content of /tmp/.update. The fact that the file is hidden and that it was added to your crontab to run every minute makes me very suspiscious. But since you had the same reaction, I guess that won’t surprise you.
So that’s the crontab for your user, not root, correct?
You could take a look at the files in /var/spool/cron/crontabs/, run stat to get the mtime of the affected crontab. Maybe when the file was modified gives you a clue what happened, maybe there are logs from around that time, too, maybe you remember what you were doing, etc.
My terminal went. I couldn’t alt+FX to get another screen up. No choice but to reboot. I wonder if I’ve activated anything. That file was gone after the reboot. I’ll do an av scan, but still. I checked all the usual logs and my router logs. Will stay alert for top and iftop things, but if it’s that sophisticated, they might be replaced and other tools.
I did actually do a dnf search python in that terminal first and was installing some things via pip. May be a supply chain attack.
And with good reason! It can be used for privilege escalation, because any user can add a shell script to /tmp/.update which will the be run as another user.
Had another thought of what I was doing at the time. For a customer project, I have to shutdown my local httpd and fire up nginx with their config. So that was running with some old rules in my router for forwarding port 80 and 443 (now removed). I see this in the nginx logs: