![]() |
|
#176
|
|||
|
|||
|
Quote:
rundll32.exe only gets involved when you double click the shortcut, what do you do about explorer.exe? -http://ssj100.fullsubject.com/security-f7/vulnerability-in-windows-shell-could-allow-remote-code-execution-t187-15.htm#1391 |
|
#177
|
||||
|
||||
|
@Sadeghi85
Just recently seen the newer replies in that thread, and will be responding ![]()
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air |
|
#178
|
||||
|
||||
|
The .lnk POC provided by - http://www.ivanlef0u.tuxfamily.org/?p=411 - ONLY works if you copy dll.dll into c:\ first.
As Rmus has said Quote:
I must admit i overlooked that aspect when testing, and so did a lot of other people Yes it goes to prove how .lnk works so Maybe i'm missing something, if so please elaborate ![]() Edit I deleted dll.dll from C:\ and tried the POC again from both my USB stick and a folder on my desktop. This time just cruising and double clicking showed NO entry in DbgView ! = Fail
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air Last edited by CloneRanger : July 24th, 2010 at 10:02 AM. |
|
#179
|
|||
|
|||
|
Quote:
A better solution is to White List the executables on the system. Then, you don't care what rundll32.exe does as long as it doesn't attempt to load a non-white listed DLL. This is easy to test White Listing security. Here, I use rundll32.exe in an autorun.inf file to load the hmmapi.dll which starts IE with Windows Hotmail: Code:
Rundll32.exe can happily do its task since the hmmapi.dll is an authorized executable. Now, I use a different version of the hmmapi.dll - not white listed on my system - and rundll32.exe is not permitted to load the DLL: The problems with setting rundll32.exe to prompt are 1) where do you stop in trying to figure out how an exploit is going to use a system file? You can end up prompting many Windows systems files and effectively cripple the system. 2) you get many false positives. Check the ProcessGuard archives here at Wilders and search for rundll32.exe. You will find many unhappy PG users who complained about this very thing: how to you deal with these system executables? ---- rich Last edited by Rmus : July 24th, 2010 at 12:11 PM. |
|
#180
|
|||
|
|||
|
Quote:
A better test is to put a non-white listed executable on a USB device and create a shortcut to that executable. Now, the .lnk file will not execute automatically, but you can simulate the exploit by manually clicking on the .lnk file. The same result occurs: the executable file is launched. Or, maybe not, if you have proper protection in place. Here, I use an old leaktest file, firehole.exe, not white listed on my system. I create a shortcut to it and attempt to run it. It goes nowhere. End of exploit. ---- rich Last edited by Rmus : July 24th, 2010 at 12:09 PM. |
|
#181
|
|||
|
|||
|
Quote:
|
|
#182
|
|||
|
|||
|
Quote:
W32.Stuxnet Installation Details http://www.symantec.com/connect/blog...lation-details Quote:
Any attempt to access those files flags an alert here: ---- rich |
|
#183
|
||||
|
||||
|
Very nice post by Peter Silberman on M-unition the MANDIANT blog, I hadn't read it until the link was posted here so
__________________
Who controls the past controls the future Who controls the present controls the past vmworld |
|
#184
|
||||
|
||||
|
Some more info etc
* Quote:
Quote:
Quote:
* Quote:
Glad you liked it ![]()
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air |
|
#185
|
|||
|
|||
|
|
|
#186
|
|||
|
|||
|
|
|
#187
|
|||
|
|||
|
Quote:
W32.Stuxnet – Network Operations |
|
#188
|
||||
|
||||
|
guys, i have some noobish questions, hope no one bothered by answering them
anyone tried comodo aganist this rootkit? i mean D+ aganist shortcut vul? if i can get a sample of this rootkit? is it safe to run it in shadow mode? i read Mandiant blog about this malware, it's using // instead of / in directory for process, is this called "hook" or "inject"? @Ramus ....whats this environment you were using to test the malware if you dont mind my question? Thanks in advance |
|
#189
|
||||
|
||||
|
Quote:
http://www.gdatasoftware.co.uk/about...ndows-sec.html
__________________
Whoever undertakes to set himself up as a judge of Truth and Knowledge is shipwrecked by the laughter of the Gods. A. Einstein |
|
#190
|
||||
|
||||
|
Quote:
Here is the direct link :- http://www.sophos.com/pressoffice/news/articles/2010/07/shortcut.html
__________________
∆√♪ηάکђ ℓєтک υηcσммpℓιcαтє http://www.adminus.net http://technonxt.wordpress.com |
|
#191
|
||||
|
||||
|
@MrBrian
Thanks for the SophosLabs Free Tool link More info and videos from the direct link AvinashR gave Quote:
Installed it and it worked to stop the POC from both my USB stick and desktop, as viewed in DbgView. But i didn't get an alert box as seen in the video ? @Ford Prefect Nice find G Data LNK-Check Quote:
Anyway kudos to Sophos and G Data for releasing these, they should help a lot of people till a permanent fix arrives, if the word is spread about them, and used correctly The Sophos one does appear less risky though.Wonder if these tools are using the LinkIconShim trick in some way in Post 184 ? @Sadeghi85 Thanks, W32.Stuxnet Network Information already in Post #175 ![]()
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air |
|
#192
|
||||
|
||||
|
As per LinkIconShim :-
The Sophos Windows Shortcut Exploit Protection Tool doesn't handle all malicious link files due to mishandling of the .lnk internal data.. Now how can we test this thing?
__________________
∆√♪ηάکђ ℓєтک υηcσммpℓιcαтє http://www.adminus.net http://technonxt.wordpress.com |
|
#193
|
||||
|
||||
|
__________________
∆√♪ηάکђ ℓєтک υηcσммpℓιcαтє http://www.adminus.net http://technonxt.wordpress.com |
|
#194
|
||||
|
||||
|
Version 3.05 of DefenseWall blocks the .lnk exploit. http://www.softsphere.com/cgi-bin/re...NSEWALL_PF.EXE
__________________
Laptop: Win7 x64 | AppGuard 3.4.2 | Rollback Rx | Macrium Reflect |
|
#195
|
||||
|
||||
|
Quote:
This is not a free tool, whereas GData .LNK Tool and Sophos Labs Blocking tools are absolutely free.
__________________
∆√♪ηάکђ ℓєтک υηcσммpℓιcαтє http://www.adminus.net http://technonxt.wordpress.com |
|
#196
|
|||
|
|||
|
Quote:
This one is Network Operations. ![]() + that Sophos tool doesn't seem to work if the dll/lnk files are on the hard drive. -http://ssj100.fullsubject.com/security-f7/vulnerability-in-windows-shell-could-allow-remote-code-execution-t187-60.htm |
|
#197
|
||||
|
||||
|
Quote:
This behavior was expected. Due to the nature of the flaw (design flaw) it is pretty difficult to develop a fully working patch. You can't exactly understand which LNK is malicious and which one is not. While waiting for Microsoft patch, solutions are two: 1) heuristically try to detect the malicious file (i.e. the linked file is loaded from removable device and/or network), but this will leave some vulnerability if the LNK is located on hard drive; 2) totally filtering the vulnerable function, this will prevent every LNK from exploiting it, but this filter will cut off some legitimate LNK icons too (it is still far better than having all LNK shortcuts with blank icon) I've developed my own patch SafeLink and choosed the 2nd way currently I've uploaded a sample video on Youtube -http://www.youtube.com/watch?v=e422t-cLAm0-
__________________
Before you criticize someone, you should walk a mile in their shoes. That way when you criticize them, you are a mile away from them and you have their shoes Check your PC in about a minute |
|
#198
|
||||
|
||||
|
Quote:
Please share this technique with us... ![]()
__________________
∆√♪ηάکђ ℓєтک υηcσммpℓιcαтє http://www.adminus.net http://technonxt.wordpress.com |
|
#199
|
||||
|
||||
|
Quote:
Well spotted sorry, thanks Quote:
I've seen reports of both the Sophos a Gdata tools failing * Quote:
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air |
|
#200
|
||||
|
||||
|
Quote:
You might be surprised how many people will actually do that ![]()
__________________
. Malware = You don't scare me A different perspective https://rt.com - https://rt.com/on-air |
| « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|
|