Re: Is There A Free Program That Logs Internet Transactions?
- From: ibuprofin@xxxxxxxxxxxxxxxxxxxxxx (Moe Trin)
- Date: Thu, 12 Jan 2006 14:13:42 -0600
On 11 Jan 2006, in the Usenet newsgroup comp.security.firewalls, in article
<1137026184.572090.78480@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>, SyNko wrote:
[use of windoze 'netstat' command]
>But ICMP protocol it's not traked in this way. isn't true?
http://www.iana.org/assignments/icmp-parameters
0792 Internet Control Message Protocol. J. Postel. Sep-01-1981.
(Format: TXT=30404 bytes) (Obsoletes RFC0777) (Updated by RFC0950)
(Also STD0005) (Status: STANDARD)
http://www.ietf.org/rfc/rfc0792.txt
http://www.faqs.org/rfcs/rfc0792.html
http://www.rfc-editor.org/rfc/rfc0792.txt
http://www.ccd.bnl.gov/network/general/rfc0792.html
http://www.cis.ohio-state.edu/htbin/rfc/rfc0792.html
There's nothing to "track". ICMP has a number of possibilities, but it
boils down to "ping" (ICMP type 8 requests, type 0 reply), and "error"
messages (ICMP type 3 - "Destination Unreachable" and ICMP type 11 -
"Time Exceeded" used by TRACERT.EXE or the original "traceroute"). The
ICMP type 5 (Redirect) is so easily abused as a "Denial Of Service" ploy
that nearly all operating systems ignore it.
ICMP does not use port numbers (the numbers your toy firewall shows as
source and destination port numbers are actually the "ICMP type" and
"ICMP code" values).
If you see an ICMP error packet, it has enough information inside the
packet for your computer to understand. You try to connect to some idiot's
web page and mis-type the hostname - and this other host isn't running a
web server. It will send back an ICMP packet that says "you said 'connect
to the web server here' but there is no web server". Or maybe there is
no host - a router will send back a similar "you said 'connect to the web
server at MUMBLE.FUMBLE.FOO' but I can't find that host".
ICMP has no conversations. It has only answers.
Old guy
.
- Follow-Ups:
- References:
- Prev by Date: Re: Incoming port accesses from China
- Next by Date: Re: Port scan activty
- Previous by thread: Re: Is There A Free Program That Logs Internet Transactions?
- Next by thread: Re: Is There A Free Program That Logs Internet Transactions?
- Index(es):
Relevant Pages
|