Wolf K wrote:
> > Is anyone here familiar enough with the outlook .msg attachment
> > container format to know if this file is trying to exploit some
> > known code-execution vulnerability in that attachment type?
>
> I don't think one needs expertise in *.msg attachments to conclude
> that this attachment is bad stuff. ;-)
Your comments are not helpful to this thread. And neither is Rafters.
Are there any known exploits to the outlook container format .msg that
would trigger or execute upon opening or rendering the attachment within
outlook?
Or is the worst that can happen is that a link to a garbage pharmacy
site will be presented?
In other words, is this just another way to convey a text message
containing a URL that is evading conventional message-body heuristic
analysis?
> I'd filter out all email from NatWest if I were you.
My smtp server will be refusing connections from the ip netblock
77.199.0.0/16 in response to receiving this spam. Your suggesting to
block envelope-from "@
natwest.com" would be completely useless.
It seems like a moot point anyways- double-clicking the attachment and
outlook responds with "Unable to read the item".
Looking more closely at the attachment using notepad, I extract the
following:
=========
R e a d y o u r s e c u r e m e s s a g e b y d o w n l o a d
i n g t h e a t t a c h m e n t
( S e c u r e M e s s a g e . z i p ) . Y o u w i l l b e p r o
m p t e d t o o p e n ( v i e w ) t h e f i l e o r
s a v e ( d o w n l o a d ) i t t o y o u r c o m p u t e r
. F o r b e s t r e s u l t s , p l e a s e s a v e t h e
a t t a c h m e n t o n y o u r c o m p u t e r , e x t r a c
t a l l a n d o p e n S e c u r e M e s s a g e .
I f y o u h a v e c o n c e r n s a b o u t t h e v a l i d
i t y o f t h i s m e s s a g e , p l e a s e c o n t a c t
t h e s e n d e r d i r e c t l y . F o r q u e s t i o n s p
l e a s e c o n t a c t t h e N a t W e s t B a n k
S e c u r e E m a i l H e l p D e s k a t 0 1 3 1 5 5 6 1
2 2 1
F i r s t t i m e u s e r s - w i l l n e e d t o r e g i
s t e r a f t e r o p e n i n g t h e a t t a c h m e n t .
=========
The file SecureMessage.zip seems to be embedded in this attachment, and
I'd probably have to use a hex editor to extract it. I can see the "PK"
file identifier, so I know roughly where it starts, and I can see
"SecureMessage.scr" a few dozen bytes beyond "PK".
This .msg attachment must not be compatible with outlook 2000. What's
still not clear is how or if other versions of outlook would render or
decode/execute this package or the .scr file (which could be a real .scr
or more probably is an executable).