Kayaker
August 20th, 2003, 19:55
Hi all,
I connected to the 'Net a couple of times recently and forgot to enable my personal firewall and got a popup from some kind of scam advertising for of all things a popup filter! Using TaskManager I found that the nag box was running under a thread of the Client Server Runtime Process (process csrss.exe/csrsrv.dll). I also found that Win2K's Event Viewer logged these 2 internet popups as Application Popup events, the same kind of event recorded when you get a regular application error popup. The nag process ran under the name of Messenger Service.
I was wondering if anyone has looked into how these popups actually manifest themselves? Are they initiated from standard Javascript that accesses CSRSS in some way to popup the stupid message, or is this a different kind of penetration?
I'm not sure of *where* I got this from both times, I had several sites open at the time and it just 'appeared' while quietly browsing. Would this kind of thing come from a site directly, say in a linked advertising banner running a spamware script, or whether this is some other kind of internet attack bot combing the net for open ports or something to spew its message?
I haven't found much in the way of info on Csrss.exe or the function it imports from csrsrv.dll, CsrServerInitialization, but the code does look like it might be used to generate a popup nagbox (posing as an application error message), there is an interesting set of (mostly undocumented) ntdll functions it uses, including NtSetInformationProcess and NtRaiseHardError in the exe, and NtSetDefaultHardErrorPort in the dll.
I suppose a clue would lay in how a popup filter works and see what it hooks to prevent the popups in the first place, but I have no experience with that. Any thoughts?
Cheers,
Kayaker
Here is the Event log in case anyone else has been attacked.
----------------------
Application popup: Messenger Service : Message from Admin to You on 8/20/2003
~-~-~-~-~-~~-~-~-~- How To Disable These Popups -~-~-~-~-~-~~-~-
A new wave in Internet advertising is coming. Its called the Messenger
service and its built directly into your Windows operating system.
It is only a matter of time before the email spammers that fill your inbox
learn about this and flood you with porn and pyramid scam popups that
monopolize your screen. Fix this today!
VISIT : www.MessageStop.net
-------------------------
...The message in the earlier popup was a little different, heh, maybe I should buy into this complete crap and go to the site?
-------------------------
Application popup: Messenger Service : Message from ALERT to You on 7/25/2003
* * * * * * * MAKE THIS YOUR LAST POP-UP EVER! * * * * * * *
Destroy these pop-ups for a fraction of the price of our competitors!!!
Go to: www.MessageDestroyer.net
-------------------------
I connected to the 'Net a couple of times recently and forgot to enable my personal firewall and got a popup from some kind of scam advertising for of all things a popup filter! Using TaskManager I found that the nag box was running under a thread of the Client Server Runtime Process (process csrss.exe/csrsrv.dll). I also found that Win2K's Event Viewer logged these 2 internet popups as Application Popup events, the same kind of event recorded when you get a regular application error popup. The nag process ran under the name of Messenger Service.
I was wondering if anyone has looked into how these popups actually manifest themselves? Are they initiated from standard Javascript that accesses CSRSS in some way to popup the stupid message, or is this a different kind of penetration?
I'm not sure of *where* I got this from both times, I had several sites open at the time and it just 'appeared' while quietly browsing. Would this kind of thing come from a site directly, say in a linked advertising banner running a spamware script, or whether this is some other kind of internet attack bot combing the net for open ports or something to spew its message?
I haven't found much in the way of info on Csrss.exe or the function it imports from csrsrv.dll, CsrServerInitialization, but the code does look like it might be used to generate a popup nagbox (posing as an application error message), there is an interesting set of (mostly undocumented) ntdll functions it uses, including NtSetInformationProcess and NtRaiseHardError in the exe, and NtSetDefaultHardErrorPort in the dll.
I suppose a clue would lay in how a popup filter works and see what it hooks to prevent the popups in the first place, but I have no experience with that. Any thoughts?
Cheers,
Kayaker
Here is the Event log in case anyone else has been attacked.
----------------------
Application popup: Messenger Service : Message from Admin to You on 8/20/2003
~-~-~-~-~-~~-~-~-~- How To Disable These Popups -~-~-~-~-~-~~-~-
A new wave in Internet advertising is coming. Its called the Messenger
service and its built directly into your Windows operating system.
It is only a matter of time before the email spammers that fill your inbox
learn about this and flood you with porn and pyramid scam popups that
monopolize your screen. Fix this today!
VISIT : www.MessageStop.net
-------------------------
...The message in the earlier popup was a little different, heh, maybe I should buy into this complete crap and go to the site?
-------------------------
Application popup: Messenger Service : Message from ALERT to You on 7/25/2003
* * * * * * * MAKE THIS YOUR LAST POP-UP EVER! * * * * * * *
Destroy these pop-ups for a fraction of the price of our competitors!!!
Go to: www.MessageDestroyer.net
-------------------------