9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] upas+scanmail question
Date: Wed, 13 Mar 2002 10:23:53 -0500	[thread overview]
Message-ID: <3eada45e676ee17692412646f4b9e4b1@plan9.bell-labs.com> (raw)

By the way, the /bin/upas/vf in the qmail.in from my last message is
just a filter that wraps any attachments that could conceivably be
executable in a second header and tacks .suspect onto any
filename in the header.  For example:

	--NextPart_Webmail_9m3u9jl4l_16870_1015946096
	Content-Type: multipart/mixed;
		boundary="upas-uivwmswboqpteailkqnhbmxmyb"
	Content-Disposition: inline

	This is a multi-part message in MIME format.
	--upas-uivwmswboqpteailkqnhbmxmyb
	Content-Disposition: inline
	Content-Type: text/plain; charset="US-ASCII"
	Content-Transfer-Encoding: 7bit

	The following attachment had content that we can't
	prove to be harmless.  To avoid possible automatic
	execution, we changed the content headers.
	The original header was:

		Content-Type: application/msword; name="MM66.doc"
		Content-Transfer-Encoding: base64
	--upas-uivwmswboqpteailkqnhbmxmyb
	Content-Type: application/octet-stream
	Content-Disposition: attachment; filename="MM66.doc.suspect"
	Content-Transfer-Encoding: base64

We forward a lot of mail read by internal microsoft systems and we
don't want to be the vector for viruses.  With this extra goo,
they at least have to save away the attachment with a different
name and then execute it by hand.  It's less likely that they'll
do that without thinking since its a pain.  Just clicking on a
.exe attachment it too darned easy.

We don't look for the actual signature of known viruses, its too
hard to stay ahead of the viruses without a full time person
keeping track.  However, if someone wants, it would be a reasonable
thing to do.


             reply	other threads:[~2002-03-13 15:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-13 15:23 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-03-14 13:55 rob pike
2002-03-14  8:27 nigel
2002-03-13 15:04 presotto
2002-03-13 11:10 Fco.J.Ballesteros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3eada45e676ee17692412646f4b9e4b1@plan9.bell-labs.com \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).