Linux - News This forum is for original Linux News. If you'd like to write content for LQ, feel free to contact us.
All threads in the forum need to be approved before they will appear. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
09-01-2012, 02:47 PM
|
#1
|
|
Senior Member
Registered: Apr 2006
Location: Glendale, AZ
Distribution: Distro-homeless. Lost.
Posts: 1,767
Rep:
|
new malware that targets Linux
http://www.forbes.com/sites/anthonyk...nd-keystrokes/
I guess I have not been infected with this malware: my home directory does not contain the offending file. I was just wondering: since we apparently know what server the malware file communicates with, will someone trace the geographical location of that server and arrest the owner?
|
|
|
|
09-01-2012, 02:59 PM
|
#2
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,783
|
Wow. Is it me or is that a Phishing scam on Forbes?
|
|
|
|
09-01-2012, 03:01 PM
|
#3
|
|
Senior Member
Registered: Apr 2006
Location: Glendale, AZ
Distribution: Distro-homeless. Lost.
Posts: 1,767
Original Poster
Rep:
|
Quote:
Originally Posted by 273
Wow. Is it me or is that a Phishing scam on Forbes?
|
I assume a reputable business magazine wouldn't publish a phishing scam.
|
|
|
|
09-01-2012, 03:05 PM
|
#4
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,783
|
It has all the hallmarks of it. The file you're supposed to look for isn't even a hidden file, and the steps to "remove the trojan" are "delete the file" and "download this software". Sounds like a phishing scam to me.
If there is a real trojan out there I would expect a respected source to tell me which files to remove, not whose "free trial" software to download.
The article writer does add some scepticism at the start but seems to just pass the rest on unchanged.
|
|
|
|
09-01-2012, 03:17 PM
|
#5
|
|
Senior Member
Registered: Apr 2006
Location: Glendale, AZ
Distribution: Distro-homeless. Lost.
Posts: 1,767
Original Poster
Rep:
|
So he got suckered?
|
|
|
|
09-01-2012, 03:27 PM
|
#6
|
|
Senior Member
Registered: Dec 2011
Location: UK
Distribution: Debian Sid + various in VMs.
Posts: 1,783
|
Quote:
Originally Posted by newbiesforever
So he got suckered?
|
I honestly do not know.
It looks like a "security firm" pushing product -- whether or not the threat is real I wouldn't like to guess.
|
|
|
|
09-01-2012, 03:28 PM
|
#7
|
|
LQ Veteran
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,089
|
It does look like a scam. All the urls point to that website selling the sofware (and bob knows what kind of malicious software it can be)
|
|
|
|
09-01-2012, 05:47 PM
|
#8
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,653
|
I commented.
Quote:
|
Your only source is a company that I’ve never heard of? The last step is to go to their website and download their “free trial”? Why does am I just not feeling the credibility here?
|
And yes, I also expected better from Forbes.
Last edited by dugan; 09-01-2012 at 05:48 PM.
|
|
|
|
09-01-2012, 09:25 PM
|
#9
|
|
Guru
Registered: Aug 2005
Posts: 9,521
|
I thought i read that forbes was among the sites HACKED ad serving up software for the java crack that oracle just pushed a BROKEN patch out for
|
|
|
|
09-02-2012, 12:15 AM
|
#10
|
|
Senior Member
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: AntiX 13 , Various Puppys (MacPup),VL 7 STD Gold,Semplice
Posts: 1,410
|
BackDoor.Wirenet.1 Keylogger is a backdoor trojan that can run on Linux and MacOSX, stealing personal information, passwords, and banking credentials! It copies itself to the user's home directory at /home/WIFIADAPT
It then creates a connection to a remote IP, currently 212.7.208.65
Defence and Removal:
Block that IP with your router / firewall.
Delete the above directory/files.
and
My understanding is the wirenet-1 has to create a file in the directory ~/ WIFIADAPT Since Linux sees directories and files as the same (you can't have a file and directory by the same name) I believe that creating an empty file by the name of WIFIADAPT in your home directory would keep your from getting the Trojan since It would not be able to create the Directory WIFIADAPT the location it stores the infection. Just for extra measures I would set the permissions on the created file read only. This is just my suggestion but I believe this would work. It also wold be a good idea to block the above mentioned IP address.
from
http://askubuntu.com/questions/18193...door-wirenet-1
and also
http://www.linuxforums.org/forum/cof...tml#post903002
sounds like a viable solution also.
Quote:
|
I thought i read that forbes was among the sites HACKED ad serving up software for the java crack that oracle just pushed a BROKEN patch out for
|
lol
Code:
$ java -version
java version "1.7.0_07"
Java(TM) SE Runtime Environment (build 1.7.0_07-b10)
Java HotSpot(TM) Client VM (build 23.3-b01, mixed mode)
 suckered again. http://isc.sans.edu/diary.html?storyid=14017&rss
So java is disabled in addons till itis needed or fixed again (I bet nothing on that)
Last edited by rokytnji; 09-02-2012 at 12:25 AM.
|
|
|
|
09-02-2012, 12:31 AM
|
#11
|
|
Guru
Registered: Aug 2005
Posts: 9,521
|
the reporting on that has been all over /. and ars tech and wired
but that is the Oracle java , not OpenJDK .
|
|
|
|
09-02-2012, 12:49 AM
|
#12
|
|
Senior Member
Registered: Oct 2003
Location: Australia
Posts: 4,424
Rep: 
|
rokytnji
good tip on blocking site. 212.7.208.65
my router now blocks incoming and outgoing
|
|
|
|
09-03-2012, 04:31 PM
|
#13
|
|
Senior Member
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 3,653
|
|
|
|
|
09-08-2012, 10:14 AM
|
#14
|
|
LQ Newbie
Registered: Mar 2010
Location: Miami
Distribution: Slackware
Posts: 24
Rep:
|
My guess is that since it creates a directory called WIFIADAPT to be inconspicuous to the regular user, this trojan might have originally come in the form of some WIFI or some other network utility program (APP).
|
|
|
|
09-08-2012, 10:47 AM
|
#15
|
|
Senior Member
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 2,900
|
meh, the lesson here is Linux isn't invulnerable to malware (especially those written in Java), however assuming the user doesn't go out of their way to go against the Linux security model, then it should be much easier to detect and clean up after a malware infection (because said malware can't spread beyond said user's home directory, or install itself in a way that the user can't simply rm -rf.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:53 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|