You are viewing our Forum Archives. To view or take place in current topics click here.
Over half of a million Mac computers have been infected!
Posted:

Over half of a million Mac computers have been infected!Posted:

GalaticToast
  • TTG Senior
Status: Offline
Joined: May 08, 201113Year Member
Posts: 1,017
Reputation Power: 42
Status: Offline
Joined: May 08, 201113Year Member
Posts: 1,017
Reputation Power: 42
Trojan-Downloader:OSX/Flashback.I is dropped by malicious Java applets that exploit the known CVE-2011-3544 vulnerability.

On execution, the malware will prompt the unsuspecting user for the administrator password. Whether or not the user inputs the administrator password, the malware will attempt to infect the system, though entering the password will affect how the infection is done.

If infection is successful, the malware will modify the contents of certain webpages displayed by web browsers; the specific webpages targeted and changes made are determined based on configuration information retrieved by the malware from a remote server. How can you tell if you have the virus, and if infected how can you remove it?

1. Run the following command in Terminal:

defaults read /Applications/Safari.app/Contents/Info LSEnvironment

2. Take note of the value, DYLD_INSERT_LIBRARIES
3. Proceed to step 8 if you got the following error message:

"The domain/default pair of (/Applications/Safari.app/Contents/Info, LSEnvironment) does not exist"

4. Otherwise, run the following command in Terminal:

grep -a -o '__ldpath__[ -~]*' %path_obtained_in_step2%

5. Take note of the value after "__ldpath__"
6. Run the following commands in Terminal (first make sure there is only one entry, from step 2):

sudo defaults delete /Applications/Safari.app/Contents/Info LSEnvironment

sudo chmod 644 /Applications/Safari.app/Contents/Info.plist

7. Delete the files obtained in steps 2 and 5
8. Run the following command in Terminal:

defaults read ~/.MacOSX/environment DYLD_INSERT_LIBRARIES

9. Take note of the result. Your system is already clean of this variant if you got an error message similar to the following:

"The domain/default pair of (/Users/joe/.MacOSX/environment, DYLD_INSERT_LIBRARIES) does not exist"

10. Otherwise, run the following command in Terminal:

grep -a -o '__ldpath__[ -~]*' %path_obtained_in_step9%

11. Take note of the value after "__ldpath__"
12. Run the following commands in Terminal:

defaults delete ~/.MacOSX/environment DYLD_INSERT_LIBRARIES

launchctl unsetenv DYLD_INSERT_LIBRARIES

13. Finally, delete the files obtained in steps 9 and 11.



You can read more about this virus [ Register or Signin to view external links. ]
#2. Posted:
STG
  • TTG Senior
Status: Offline
Joined: Dec 11, 201013Year Member
Posts: 1,210
Reputation Power: 57
Status: Offline
Joined: Dec 11, 201013Year Member
Posts: 1,210
Reputation Power: 57
Hope mine was not infected. Been downloading alot of stuff lately.
#3. Posted:
GalaticToast
  • TTG Senior
Status: Offline
Joined: May 08, 201113Year Member
Posts: 1,017
Reputation Power: 42
Status: Offline
Joined: May 08, 201113Year Member
Posts: 1,017
Reputation Power: 42
Week wrote Hope mine was not infected. Been downloading alot of stuff lately.

That would really suck.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.