New Mac OS X botnet discovered
news.drweb.com
New Mac OS X botnet discovered
1–10 of 10 posts
Re: New Mac OS X botnet discovered
#2Re: New Mac OS X botnet discovered
#3This might be legit, but I'll wait and see if this appears anywhere else before I trust it as being valid.
Re: New Mac OS X botnet discovered
#4http://www.tuaw.com/2014/10/03/thousands-of-macs-infected-wi...
Re: New Mac OS X botnet discovered
#5Many independent reports of this, but I haven't seen any instruction for detecting or fixing http://www.tuaw.com/2014/10/03/thousands-of-macs-infected-wi...
Re: New Mac OS X botnet discovered
#6Re: New Mac OS X botnet discovered
#7In terminal run:
defaults read /Applications/Safari.app/Contents/Info LSEnvironment
You should get this error:
The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist
Then run:
defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES
You should get this error:
The domain/default pair of (/Users/YOURUSER/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist
If you do you are clean of this variant!
If this doesn't happen go to http://www.f-secure.com/v-descs/trojan-downloader_osx_flashb... to fix it
Re: New Mac OS X botnet discovered
#8Re: New Mac OS X botnet discovered
#9Hmm. I've never heard of drweb.com before, and there's no instructions on how to detect the worm, but they want to sell me anti-virus software. This might be legit, but I'll wait and see if this appears anywhere else before I trust it as being valid.
https://en.wikipedia.org/wiki/Dr._Web
Also, more info here seems to support the fact that they are the real deal:
https://en.wikipedia.org/wiki/Trojan_BackDoor.Flashback
(as usual with wikipedia, you should check the original sources to verify).
Re: New Mac OS X botnet discovered
#10To see if you haven't got it: In terminal run: defaults read /Applications/Safari.app/Contents/Info LSEnvironment You should get this error: The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist Then run: defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES You should get this error: The domain/default pair of (/Users/YOURUSER/.MacOSX/environment, DYLD_INSERT_LIBRARIES…