Virus Trackers Find Malware With Google
Casper the Angry Ghost writes "Malware hunters have figured out a way to use the freely available Google SOAP Search API, as well as WDSL, to find dangerous .exe files sitting on thousands of Web servers around the world. Queries can be written to examine the internals of web-accessible binaries, thus allowing the hunters to identify malicious code from across the internet." From the article: "We're finding literally thousands of sites with malicious code executables. From hacker forums, newsgroups to mailing list archives, they're all full of executables that Google is indexing. About 15 percent of the results came back from legitimate Web sites hijacked by malicious hackers and seeded with executables."
This raises Google's "no evil" equity significantly. Any mechanism to sniff out, identify, and hopefully proactively take measure to protect against the evil that is the web and its sinister demographic is a good thing.
So, Google takes the "do no evil" a step further and calls evil out.
There is a quote from the article I don't quite understand,
Is there some potential badness that Google is indexing binary file content? What might that be?
That's WSDL, not WDSL. I felt really stupid for a moment trying to figure out what the heck WDSL was.
What is a *.exe? Never seen that kind of file on any of my three operating systems. Good, one thing less to worry about.
Google is connecting to the whole Internet to fight a global virus infection?
MY DAY HAS COME!!! MNMUAUAUAU!
EXECUTE? [Y/N] _
Execute? [Y/N] _
About 15 percent of the results came back from legitimate Web sites hijacked by malicious hackers and seeded with executables
/. was hijacked! But the /. masses were not affected because the executables don't run on linux!
Little did you know, even
Is this similar to what SiteAdvisor is doing?
I hope the authors are planning to contact the affected site owners. The article did not mention this.
They could also build a list of these sites to periodically check them to make sure the malware files have been removed.
And it would be nice if they allowed a search facility so some FireFox/SeaMonkey plugin could check to see if that site you are going to has malware installed.
- - - - - - - - - - -
I am a programmer. I am paid to produce syntax not grammar. Deal with it.
... worlds dumbest criminals written all over it.
Wanna fight ? Bend over, stick your head up your ass, and fight for air.
It seems to me that the possibilities for uses of this application of SOAP would be highly beneficial. My initial thought would be the ability to filter your Google searches so that websites that are potentially carrying MalWare are either flagged or not shown at all.
The 15% of sites that are reputable sites being attacked are the biggest threat. These are probably websites people visit often, and people should be warned. Perhaps even web browsers such as firefox and i.e. could incorporate the API into a toolbar and warn users before a dangerous site loads.
My only question is how long does it take for the API to verify the potential threat of a webserver? Is it fast enough for these applications to be feasible? No one wants to wait for their websites to load.
Search on google for something like signature:00004550 inurl:exe
Then, click View HTML
Though it may be obvious to most, if you execute the Google search, don't just start clicking on the returned links, because the links point to virus-infected files. Our Trend Micro Office Scan immediately caught several viruses after clicking on several links...
My mom always said, "Jim, you're 1 in a million." Given the current population, there are 7000 of me. God help us all!
Sniff everyone's servers for vulnerable binaries and do targeted attacks instead of random IP scans.
It would have been impressive if only it was McAfee, Norton or such. But wait! They are getting paid for their products, why bother? :)
Am I only to believe that security researcher all over the web, some or many of them doing it on their own time, are the one who really does the job? The anti-virus-and-malware companies do not seem to have proactive R&D, let alone R&D..
Why would anybody have .EXE files on their webservers? .EXE's don't run on Unix.
The idea is to code the exploit in such a way that Google extracts the exploit itself as the content description in the index. This probably gives 200 bytes or so for the entire exploit (maybe more, I don't have time to try this stunt right now).
The idea is to put up useful content into the web site, along with the exploit. Google will index, and when the target searches google, the code will be injected into the search results.
Of course, this needs hacking; both trying to figure out what google will allow in the content section, and to find a browser exploit that can be exploited.
Just sayin...
Your point of trust (as the target) is your browser. Which means ONLY open source browsers should be used. Those, at least, are controllable as to the exposure and behaviour when being delivered content.
Ratboy
Just another "Cubible(sic) Joe" 2 17 3061
I'll click on all the damn links I want!! I've got a Mac!!
Oh, wait, I just got a new MacBook/Parallels/WinXP. Dammit!!
There are two types of people in the world: Those who crave closure
I'm sure I've seen plenty of legit sites using a .cgi scheme where for some reason there's .exe in the URL. Will these be flagged as malware?
Random example: https://www.thawte.com/cgi/server/status.exe
"Don't belong. Never join. Think for yourself. Peace." V.Stone, Microsoft Corporation
Does it include NTKERNEL32.DLL in the list?
Cdr. Data
Does anyone have sample google syntax used to search for a site that would be susceptible?
I have a few friends that run small sites and would like to check.
-flipsoft
Dont know if this is relevant, but after updating to the newest version of Google Desktop, McAfee detected the following on my laptop: 7/11/2006 2:33:33 PM Deleted RENATONOW\Renato GoogleDesktopCr C:\Documents and Settings\Renato\Local Settings\Temp\4084_zip_dump.exe W32/Alcan.worm!p2p (Virus) Weird
"exe files"? How they will affect Linux? I heard lots of about "Linux viruses" or "Linux malware", when I will be happy to see them instead just reading about them? What kind of serious people use Windows anyway?
...is anyone planning to create a trusted blacklist server and an extension for utilizing it in (say) Firefox?
Anyone have a mirror? TFA is websensed here at work! ;)
The binaries you can find through Google are not the binaries the server is running on, it's the binaries it offers. Can be quite different, considering how many PE binaries exist on server that should actually run ELF ones.
We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
After years of script kiddies auto hacking buggy web software via google its about time someone does some white hat stuff.
EXECUTE? [Y/N] Y
Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
How many executables were not windows executables? Is this a suprise to anyone?
A windows exe won't run on Unix, but you can name your unix executables whatever the heck you want, including .exe. I do this all the time for ease of portability (Java interface/network code with an external C program to do the heavy lifting, named whatever.exe on both Windows and Linux to save having to edit the Java source) and to visually flag the executables when I ls on a black and white terminal.
Help poke pirates in the eyepatch, arr.
In case you want to try this at home, presuming you're on a MacOS X box and you've got your own free API key from Google, you can easily access the Google API SOAP service using Anthracite Web Mining Desktop toolkit. Combine it with AppleScript and you're off to the races making your own automated searches. In addition to the Google API interface, there's also a generic SOAP source object for accessing any other SOAP services you want to try. Several examples are included with the download, like how to build a ranked list of top keywords for any given search term. Not only does it get the search results, it will also go load the URLs returned for you automatically. Yes, I wrote the software, and that's why I'm always busy promoting it.
Snakes On A Plane 'is' a 'remake' of sorts of FER-DE-LANCE (1974)
:)
http://www.imdb.com/title/tt0071494/
'Snakes On A Sub'
PS: I much prefer 'Airport (1)', and 'Air Force One' as being the best of the 'airplane thrillers'.
Airport - http://www.imdb.com/title/tt0065377/
Air Force One - http://www.imdb.com/title/tt0118571/
Snakes on a Plane - http://www.imdb.com/title/tt0417148/
They're similar to the .com files on one of your operating systems, only newer
But as I understood it, the binary search is not available in the common search (only through APIs), so I guess this isn't really a problem. And if it were, Google could disable automatic redirection to executables.