I'm a newbie to Ubuntu
Few days back, I noticed a text file named pwn3d.txt
on my home folder. The following text was in it:
You are (fully) pwn3d due to a homobraphic error on your software dependencies
I didn't notice any unusual activity and my account weren't hacked.
But still, I panicked and reinstalled my Ubuntu (I still have windows installed) Today I tried to dig into the logs to see if I can find any suspicious behavior, and I think I found a few:
- My firewall (UFW) is blocking tons of stuff:
I have --slave commands, few examples:
update-alternatives 2019-02-10 00:12:25: run with --quiet --install /usr/bin/awk awk /usr/bin/mawk 5 --slave /usr/share/man/man1/awk.1.gz awk.1.gz /usr/share/man/man1/mawk.1.gz --slave /usr/bin/nawk nawk /usr/bin/mawk --slave /usr/share/man/man1/nawk.1.gz nawk.1.gz /usr/share/man/man1/mawk.1.gz update-alternatives 2019-06-14 10:38:23: run with --install /usr/bin/c++ c++ /usr/bin/g++ 20 --slave /usr/share/man/man1/c++.1.gz c++.1.gz /usr/share/man/man1/g++.1.gz update-alternatives 2019-06-09 13:34:33: run with --quiet --install /usr/bin/c99 c99 /usr/bin/c99-gcc 20 --slave /usr/share/man/man1/c99.1.gz c99.1.gz /usr/share/man/man1/c99-gcc.1.gz
when i ran the following command:
cat /etc/passwd|grep '/bin/bash'
I got the following result alongside with my own username:root:x:0:0:root:/root:/bin/bash
Any suggestions? Am I under attack? Should I format my computer? Is there any danger for other devices on my network (laptops, router, streamers)?
DST=224.0.0.251
are not suspicious either, that looks like just your router sending multicast DNS probes. Can't say anything about the remaining log entries though.