Slashdot Mirror


Spammer Hangout's Membership Roster Left Exposed

MikeCapone writes "According to an article at Wired News, spammers feel the need to be part of a community too. The Bulk Club is one such community. A message on the site states that it offers, for a $20 monthly fee, a variety of how-to articles, spamming software, a members' message board area, and 300,000 FRESH e-mails/week. Unsurprisingly, the 'Law & Ethics' section is 'Members Only.' The good part is that, because of a glitch, the membership list of this charming organization was left exposed on the website."

10 of 691 comments (clear)

  1. Great quote: by Saint+Aardvark · · Score: 5, Informative
    Spam? UCE? Opt-In? Double Opt-In?

    What's the difference between these remarkle advertising vehicles? Don't be left without the proper knowledge when sending out your offering to the masses. Along with our other various How Tos, learn the difference before any mailing.

    I have never felt so good to be part of the Slashdot effect.

    BTW, as pointed to in the article, a list of members was posted to Usenet w/a list of memberships. There was also a link to an archive of the contents of the site; here's a link:

    http://jscript.dk/2003/8/thebulkclub.com.zip

    and a mirror:

    http://saintaardvarkthecarpeted.com/thebulkclub.co m/thebulkclub.com.zip

    A list of the files in the archive can be found here:

    http://saintaardvarkthecarpeted.com/thebulkclub.co m/contents.txt

    Grab a copy and post your own links!

  2. Re:Bah by Wumpus · · Score: 5, Informative

    One word: Putty.

  3. Re:hosting sites by Anonymous Coward · · Score: 5, Informative

    http://www.spamhaus.org/

  4. Re:Oh ho ho! by 4minus0 · · Score: 5, Informative

    Here you go:
    This is the jackass that runs the site bulkclub.com

    Drew Auman
    The Bulk Club LLC
    3867 W. Market St #272
    Akron, OH 44333
    330-666-7625


    Last known home address from yahoo people search (the phone number matches from the contact on a whois on the site registration info):
    Drew Auman
    113 Hunt Club Dr
    Copley, OH 44321-2759
    330-666-7625

    That prefix is quite fitting don't you think?

    --
    You've got an easy breezy wind at your back...most of the time.
  5. Re:What a disappointment: by ncc74656 · · Score: 4, Informative
    If wget isn't on your system, try this:

    c=0; while true; do lynx -dump http://www.thebulkclub.com >/dev/null; c=`expr $c + 1`; echo $c; done

    If you don't have Lynx installed either, try this:

    c=0; while true; do (echo "GET / HTTP/1.0"; echo "") | nc www.thebulkclub.com 80 >/dev/null; c=`expr $c + 1`; echo $c; done

    If you don't have netcat installed, what kind of l4m3r are you? :-)

    --
    20 January 2017: the End of an Error.
  6. Give me an inch and I'll take a mile... by MoeMoe · · Score: 4, Informative

    Well while we're on the subject of revenge served cold... **Oops! SPAM SITES LIST**

    Seems I accidentally dropped a link... No what can we do to slashd- I mean 'fix' that?

    --
    Business \Busi"ness\, n.;
    A scam in which all people involved perceive as beneficial...
  7. Re:Oh ho ho! by Anonymous Coward · · Score: 5, Informative

    Crap, forgot to include what the OP wanted. :D
    I'll reply to my own comment anonymously so as not to whore.
    Auman's email contact for bulkmail.com is: aumaninc@hotmail.com
    aumaninc@aol.com is the one listed with yahoo.

  8. Catalogs by gregmac · · Score: 4, Informative

    Drew Auman
    113 Hunt Club Dr
    Copley, OH 44321-2759
    330-666-7625


    Just to save you some time.. randomly pick a couple.. it only takes a couple minutes. And what better use of the /. effect can you think of?

    catalog request

    --
    Speak before you think
  9. Re:Send them some mail by gklinger · · Score: 4, Informative

    Ah, but that is what Mailinator is for. It's one of those goofy ideas that amuses me no end and I've actually found useful. If you haven't checked it out, do so. It's really rather interesting.

  10. Re:What a disappointment: by ChadM · · Score: 4, Informative

    update: it appears that they have changed their DNS tables to stave of a slashdotting. however, their IP address still points to their server!

    while [ true ] ; do wget -O - http://64.78.42.11/benefits.asp > /dev/null ; done

    let the slashdotting continue :)