EP_X0FF wrote:SpyEye was much more widely spread on black market than for example TDL.Oh, I know and this is one of the reason that SpyEye guys were identificated and are defendants of ZBot-botnet "taken down" story.
A forum for reverse engineering, OS internals and malware analysis
EP_X0FF wrote:SpyEye was much more widely spread on black market than for example TDL.Oh, I know and this is one of the reason that SpyEye guys were identificated and are defendants of ZBot-botnet "taken down" story.
kevinfisher wrote:Hi,Hi, 99da9ccef2a9d110a0059c56bb9c2a11cfe0c68c8ef00251befc27f6d26d56d7 in attach.
Any one has a sample of this?
https://www.virustotal.com/file/99da9cc ... /analysis/
a) name: Artemis!D0BBB116666C
b) SHA256: 99da9ccef2a9d110a0059c56bb9c2a11cfe0c68c8ef00251befc27f6d26d56d7
Thanks!
markusg wrote:https://www.virustotal.com/file/8a46e0c ... /analysis/Decrypted config is attached.
Flamef wrote:I just read somewhere,that Spyeye hooks several APIS,including HttpSendRequestA.It hooks HttpSendRequestA in order to monitor visited URLs and search engine queries,as well as to steal credentials for any websites user logs into,right?http://artemonsecurity.blogspot.com/201 ... -tool.html
Flamef wrote:It says that config password can be found in the Explorer.exe(where spyeye injects its code),is this possible?Yes.
If yes,i guess you must be experienced in order accomplish it.No.
I just read somewhere,that Spyeye hooks several APIS,including HttpSendRequestA.It hooks HttpSendRequestA in order to monitor visited URLs and search engine queries,as well as to steal credentials for any websites user logs into,right?Yes.
By the way,is there any effective way to determine the purpose of hooked API's?
For example why does Spyeye hooks InternetWriteFile etc?It grab login info and cookies for websites to let SpyEye plugins modify request headers before sending request. So before calling real InternetWriteFile params of this routine passed to SpyEye plugins that have Callback_ChangePostRequest function. Of course plugin must support this callback.