You are not logged in.

#1 2012-09-03 19:11:28

cirrus
Member
From: Glasgow Scotland
Registered: 2012-08-24
Posts: 341
Website

New malware targets Linux and Mac OS X

http://www.techspot.com/news/50009-new- … -os-x.html
pacman -S iptables shorewall
then to block the malware as root do
iptables -A INPUT -s 212.7.208.65 -j DROP
iptables -A OUTPUT -d 212.7.208.65 -j DROP

Offline

#2 2012-09-04 00:24:31

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,178

Re: New malware targets Linux and Mac OS X

Why not just make sure WIFIADAPT isn't sitting in your home directory?

How exactly is this thing supposed to install and run without the user's knowledge?

I don't see that shorewall is required to block as you suggest. I could perfectly easily install those rules with just iptables.

Note, too, that those rules won't block the malware, what they are designed to do as I understand it is to stop the installed malware from  communicating with the server. What I don't understand is why the advice is not to delete the malware. I could understand installing those rules as a precaution in case you later get infected and don't notice. But if as the article says you suspect you are already infected, why not delete the thing if it is really sitting in your home directory like that?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB