lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Wed, 23 Jun 2004 15:15:44 -0400
From: David Brodbeck <DavidB@...l.interclean.com>
To: "'David F. Skoll'" <dfs@...ringpenguin.com>
Cc: bugtraq@...urityfocus.com
Subject: RE: Is predictable spam filtering a vulnerability? (silently drop
	ping messages)




> -----Original Message-----
> From: David F. Skoll [mailto:dfs@...ringpenguin.com]

> This is indeed a problem, and it's a loophole that needs to be closed.
> There needs to be a way for an SMTP server to correlate a bounce
> message with a sent message, and reject the bounce message if it
> wasn't caused by a validly-sent message.  Proposals like SPF can help
> a little.

SPF helps halfway -- if you check the SPF record and the message comes from
a host that is permitted to send for that domain, bouncing is "safe" -- you
won't cause backscatter spam to an innocent third party.

As for rejecting invalid bounces, some people have been experimenting with
adding a short crypto hash to the envelope sender address of each message.
If a bounce comes in and the hash is wrong, it has to be invalid, so it's
rejected.  Google for 'signed envelope sender' for more info.  This is an
interesting idea because it doesn't require anyone else to do anything --
you can implement it on your own domain and see immediate benefits.


Powered by blists - more mailing lists