Found this during my weekly SpamAssassin net-test run:
overseasvote2004.com
--
Randomly Generated Tagline:
"Spending time with my ex-wife this weekend was more enjoyable than this
interview, but it was close." - Unknown
How exactly do you guys add your domains?
I've made another SURBL tool.
It's a "spam-operator" interface with efficiency in mind, using Perl.
It requires a database (MySQL, SQLite or any DBI-aware). This tool
constantly reads a given directory (/var/vmails/spambox(a)domain.tld/)
recursively, checking mail contents. At the momment, it's only
supposed to gather SURBL in spamboxes, or boxes made of spam reports.
The control panel is not intuitive. It is made to be efficient. It
will extract …
[View More]all URIs and then use that to make a table, listing all
domain it found, showing some info and the control options.
ATM, it gives a the following options:
1) View the e-mail source, in plain text
2) Open that message in squirrelmail ( webmail)
3) Whitelist that domain
4) Ignore that domain (later it should only ignore the domain in that
message only)
4) Add the "full domain" (kit.net, for example, is a brazilian free
host that provide virtual domains. blablabla.kit.net should be added,
not the whole kit.net)
5) Add the short domain (in that case, add kit.net)
Wouldn't this be of use to some of you? I can show you a sample later,
although it's ugly and using portuguese to describe the options.
That is just a part of my efforts of making a antispam tools
framework. After reading those policy proposed by Jeff Chan, I'll soon
find a way to rate the domains and show those in symbolic colors in
the list. The idea is to use whois to gather information (domain age,
NS and domain owners historic ratings, etc) and other automatic
techniques .
I could even make historic rates for all domains, trying to certify
that "if it appears in hams, then don't list it."
What do you think?
--
Yves Junqueira
http://i-admin.blogspot.com
[View Less]
On Thu, 23 Sep 2004 00:58:42 -0700, Jeff Chan <jeffc(a)surbl.org> wrote:
> [Please post follow ups to the SURBL discuss list or to me.]
>
> One of the distinct data sources currently feeding into
> ws.surbl.org includes data from Joe Wein and Raymond Dijkxhoorn
> with his colleagues at Prolocation. Raymond and Prolocation
> are currently processing more than 300,000 potential spams per
> day using Joe's jwSpamSpy server software and combining those
> with Joe's …
[View More]own results. In addition to the data processing
> software, Joe has an elaborate, thorough, and well-thought-out
> set of inclusion criteria which includes age of domain
> registration, manual checks, and other factors. The resulting
> data are an extensive list of spam URI domains with a very
> low false positive rate (hits on legitimate messages). We
> are calling this resulting data JP for Joe Wein + Prolocation.
>
> The bottom line is that JP (called PJ in the table below) has a
> significantly lower false positive rate than WS while having
> similar spam detection rates, for example as measured against a
> large corpora set belonging to Theo Van Dinter of SpamAssassin:
>
> OVERALL% SPAM% HAM% S/O RANK SCORE NAME
> 2424443 2357143 67300 0.972 0.00 0.00 (all messages)
> 100.000 97.2241 2.7759 0.972 0.00 0.00 (all messages as %)
> 7.595 7.8122 0.0045 0.999 1.00 0.00 URIBL_SC_SURBL
> 76.754 78.9448 0.0178 1.000 0.80 0.00 URIBL_OB_SURBL
> 77.230 79.4340 0.0208 1.000 0.60 1.00 URIBL_PJ_SURBL
> 0.985 1.0126 0.0045 0.996 0.50 0.00 URIBL_AB_SURBL
> 82.119 84.4600 0.1367 0.998 0.40 0.00 URIBL_WS_SURBL
> 0.021 0.0216 0.0045 0.829 0.00 0.00 URIBL_PH_SURBL
>
> So we feel the data could usefully be broken out into a
> separate list which could safely be scored higher than
> WS. We also continue to work on improving the False Positive
> rate of WS of course. We propose making JP a separate list
> within multi.surbl.org, but *not* a standalone list like
> jp.surbl.org, since it's a major effort to set up entirely
> new lists and most people should be using multi now.
>
> The main reason for announcing this change ahead of time
> is to allow developers of the many programs (in addition to
> SpamAssassin) now using SURBL data to update their code or
> configurations to take into account that the result codes in
> multi will be changing as a result of adding JP. JP would get
> the 64 bitmask, as in:
>
> 2 = comes from sc.surbl.org
> 4 = comes from ws.surbl.org
> 8 = comes from phishing list (labelled as [ph] in multi)
> 16 = comes from ob.surbl.org
> 32 = comes from ab.surbl.org
> 64 = comes from jp list
>
> So a record in SC, WS, and JP would give a value 127.0.0.70.
> One with WS, OB, and JP would resolve to 127.0.0.84, etc.
> Programs using multi.surbl.org should be updated accordingly.
>
> Since JP is currently included in WS, there will be 100%
> overlap of JP entries in WS so that any record in JP will
> also be in WS. In other words about half of the WS records
> in multi will increase by 64 due to overlap with JP. But
> WS will continue to use the 4 bit, as before. If your
> programs are decoding the multi results using the bit
> positions, they should need no adjustments to continue to
> handle the WS data.
>
> We hope that 5 days is not too short notice for this kind of
> change.... I will try to contact the developers of the various
> (non-SA) programs separately to make sure they're aware of the
> coming change. Hopefully most of them are on this announcement
> list however.
>
> We were not able to get JP as a separate list in yesterday's
> SpamAssassin 3.0.0 full release, but we have gotten it into
> SA 3.1 development.
>
> For now the JP data will continue to be included in WS,
> but just before Spam Assassin 3.1 gets released (probably in
> 6 months to a year from now), we will remove JP data from WS
> to make them separate lists within multi. This means that
> SpamAssassin 3.0 and other current users of WS will continue
> to to get the benefits of JP under their default shipping
> configurations, and that JP can also be used separately by
> those who modify their configurations to take advantage of it.
>
> In summary, we will:
>
> 1. Add JP to multi.surbl.org on Monday September 27th.
> (Note that like PH, JP would not be available as a separate
> list, only as part of multi.)
>
> 2. Keep the JP data in WS for now, so that regular 3.0 users
> get the advantages of JP also (as part of WS).
>
> 3. Ask the SpamAssassin developers to score JP separately in
> SA 3.1.
>
> 4. Remove JP from WS before the final SA 3.1 mass check and
> re-scoring is done, to make the two lists more separate
> for 3.1 . (Note that the separation is removal of the
> specific subset arrangement suggested in #2. If that is
> done, there will still be some minor overlap of the records
> in WS and JP.)
>
> 5. Inform people about removing JP from WS before we do it,
> so existing WS users can add JP, etc.
>
> Please post follow up questions or comments to the SURBL discuss
> list or to me personally.
It looks to me as a sensible way to handle this...
I followed your advise about SURBL scoring in a thread a few weeks ago
(I think Theo or another ninja also participated), but WS has a
somehow low score... I didn't rise it, 'cause I have a setup that is
very FP-sensitive (large ISPs), but would love to see high-quality,
high-scoring multi sublists...
Do you have a current reasonable scoring for jp? (that is, considering
that, for now, this score will be added to the ws score, since, until
SA3.1, jp will be a subset of ws.
Thanx.
--
Mariano Absatz - El Baby
el (dot) baby (AT) gmail (dot) com
el (punto) baby (ARROBA:@) gmail (punto) com
[View Less]
>-----Original Message-----
>From: Jeff Chan [mailto:jeffc@surbl.org]
>Sent: Friday, September 24, 2004 7:40 AM
>To: SURBL Discuss
>Subject: [SURBL-Discuss] RFC: SURBL inclusion policy
>
>
>In order to assist people hand-classifying spam URI domains and
>IPs for inclusion or non-inclusion in SURBLs, I've made a draft
>policy document:
>
> http://www.surbl.org/policy.html
>
>Please read it and post your comments.
Good work. No footnote for 90% spammy, …
[View More]then send to UC. :)
--Chris
[View Less]
Hi,
for those that don't use SpamAssassin and would like to make SURBL
checks on their mail, I've adapted Devin Carraway's plugin to qpsmtp,
making a daemon that is independent, forking itself as needed. I
believe it performs well, even on high traffic mail.
Its simple usage interface, that was made with amavisd antivirus code
in mind, is possibly usable by other services. Whenever a mail comes,
one should connect to it and order it to scan the dir or file that
message is on.
# telnet 127.0.…
[View More]0.1 20098
SCAN /tmp/
Scanning /tmp/
Checking /tmp/filex8QBXY
Checking /tmp/ldap18775
OK. OK
Connection closed by foreign host.
#
# echo 'http://123getnow.com' > /tmp/a
# telnet 127.0.0.1 20098
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
SCAN /tmp/
Scanning /tmp/
Checking /tmp/a
SPAMMEDURL: 123getnow.com in surblgoiano.com.br (SPAMMER 123getnow.com)
Action: deny
DENY
Connection closed by foreign host.
#
Just check for "DENY" or "OK" and you're done. In this example,
"surblgoiano.com.br" is my local RBL zone for bad URIs.
It's easy to plug it into amavis:
/etc/amavisd.conf:
@av_scanners :
(...)
['Suri', \&ask_daemon,
["SCAN {}/../email.txt\n", '127.0.0.1:20098'],
qr/^OK/, qr/^DENY/, qr/^SPAMMEDURL:.*[(](.+)[)]/],
(...)
The important part there is:
SCAN {}/../email.txt
As you can see, there is a problem here. In this case, all messages
with a spamvertised URI will be considered a virus, and actions will
be taken aproprietely as per amavis config. In this case, I'd
recommend using initially a non-deny "$action" setting, for seeing any
potential problems in the logs (syslog) before really applying this
"dangerous" policy. In any case, it is very recommended too that you
quarantine these "infected" messages.
This is a perl beginner's work, so please excuse any mistakes. It was
made to fit my needs, as I maintain my own suribl zone, which is
small, yet made for as little false positives as possible and with a
special attention to brazilian domains. I haven't tested it with
SURBL.org zones, yet.
I am also making a transparent SMTP proxy for using with Postfix in
servers with low traffic and/or running a local RBL daemon (rbldnsd).
It would prevent losing e-mail. Any potential false positive would be
notified by the SMTP reject code after the end of the DATA command
block. Do you think it could be useful?
You can get this plugin, that I called SURI, at
http://i-admin.blogspot.com . I'd appreciate any comments very much.
It's my first free software ever relased :-P
--
Yves Junqueira
nictuku - irc.freenode.nethttp://www.lynx.com.br
[View Less]
Alexa by Amazon.com has a top 500 list on its site, which it derives from
stats collected via its Alexa toolbar plugin. This may be a good source of
whitelist data.
Any site making that high score has the potential to cause a lot of
collateral damage if blacklisted, since these appear to be sites that lots
of real-life users *do* to visit regularly, as opposed to sites that
advertisers suggest they visit, so they are likely to be mentioned in
legitimate personal or business e-mail. Probably …
[View More]sites popular enough to be
there have far more to lose than to gain from spamming anyway.
I took the HTML from Alexa's five pages which listed 100 sites each, did a
bit of text editing and hey presto: here's the list as an attached ASCII
file.
A quick check against my local blacklist yielded exactly 0 intersections :-)
The following entries appeared in suspicious mail or as sender addresses and
had been investigated by my filter (WHOIS lookup, etc.), but were not
classified as spam domains:
163.net39.net888.com8u8.comchosun.comctinets.comdreamwiz.comeastday.com
enet.com.cn
etang.comfreeservers.comglobo.comkm169.netlinksynergy.com
marktplaats.nl
mingpao.commingpaonews.commym.netmypcera.comnastydollars.comnate.comnaver.comnifty.comno-ip.comopendiary.com
rambler.ru
sayclub.comtrafficmp.comxaonline.comyesky.com
About a third of the top 500 sites (160) were already in my local whitelist.
I'll probably add the rest to my whitelist too.
Anybody here who can bulk-check these against SURBL, in case there are
listed sites?
Joe
--
http://www.joewein.de/sw/jwSpamSpy/
[View Less]
OK we heard back from Theo that we probably won't be able to get
JP into SpamAssassin 3.0, but we should be able to get it into
3.1. I believe the JP data and policies are different enough
that it should be a separate list within multi.surbl.org, so I
propose that we:
1. Add JP to multi.surbl.org now.
2. Keep the JP data in WS for now, so that regular 3.0 users
get the advantages of JP also (as part of WS).
3. Ask SA to put JP into 3.1 for future use, and most
significantly, separate …
[View More]scoring.
4. Remove JP from WS before the final 3.1 mass check and
re-scoring is done, to make the two lists more separate
for 3.1 . (Note that the separation is removal of the
specific subset arrangement suggested in #2. If that is
done, there will still be some overlap of the records in
WS and JP.)
5. Inform people about removing JP from WS before we do it,
so existing WS users can add JP, etc.
How does this sound?
Jeff C.
--
Jeff Chan
mailto:jeffc@surbl.org
http://www.surbl.org/
[View Less]
THe last few days no web submissions have come in due to a security fix that
was needed. It is all back up and running now.
Ninja D. informs me we can have submissions go thru a list of email
addresses to send to. Meaning we can round robin submissions to other SURBL
commiters. Which means instead of me getting a bunch, a few people will get
a few of them a day.
Any takers on getting a few web submissions?
Chris Santerre
System Admin and SARE Ninja
http://www.rulesemporium.comhttp://www.…
[View More]surbl.org
'It is not the strongest of the species that survives,
not the most intelligent, but the one most responsive to change.'
Charles Darwin
[View Less]
>-----Original Message-----
>From: Doc Schneider [mailto:maddoc@maddoc.net]
>Sent: Thursday, September 23, 2004 3:30 PM
>To: SURBL Discussion list
>Subject: Re: [SURBL-Discuss] Web submissions working again.
>
>
>
>Raymond Dijkxhoorn wrote:
>> Hi!
>>
>>>> was needed. It is all back up and running now. Ninja D.
>informs me we
>>>> can have submissions go thru a list of email addresses to send to.
>>>> Meaning we …
[View More]can round robin submissions to other SURBL commiters.
>>>> Which means instead of me getting a bunch, a few people will get a
>>>> few of them a day. Any takers on getting a few web submissions?
>>
>>
>>> Sure send me a few as well. 8*))
>>
>>
>> Got a few allready, round robin works nice i guess ;)
>>
>
>Of course they're probably going to end up in my spam folder! HAR!
>
>Maybe Chris can give a hint what address they'll be coming from?????
1600 Pennsylvania Avenue
:)
--Chris
[View Less]