[68855] in North American Network Operators' Group
RE: Strange message possibly through nanog mail server
daemon@ATHENA.MIT.EDU (Mike Tancsa)
Wed Mar 17 17:13:17 2004
Date: Wed, 17 Mar 2004 17:13:02 -0500
To: "Alon Tirosh" <atirosh@interactiveedge.com>,
"william(at)elan.net" <william@elan.net>, <nanog@merit.edu>
From: Mike Tancsa <mike@sentex.net>
In-Reply-To: <0C99C7995D53FE42AD3124C432B3D2B80A1C3D@IEDGE-DCEXCH.IEDGE.
Local>
Errors-To: owner-nanog-outgoing@merit.edu
At 04:58 PM 17/03/2004, Alon Tirosh wrote:
>I *think* I loaded the page in lynx before it got rate-limited, and lynx
>flashed through a whole mess of fast redirects before faulting out. No
>logs, unfortunately.
A safe way I find to examine potentially trojaned pages is via fetch (or wget)
fetch -o questionable.html <url>
Then you can examine the page with appropriate tools.
---Mike