Re: UDP to port 1027
- From: ibuprofin@xxxxxxxxxxxxxxxxxxxxxx (Moe Trin)
- Date: Tue, 20 Jun 2006 21:03:59 -0500
On Mon, 19 Jun 2006, in the Usenet newsgroup comp.security.firewalls, in
article <44968e0e.9607371@xxxxxxxxxxxxxx>, "GEO" Me@xxxxxxxxx wrote:
Messenger ...'a "feature" that microsoft adopted more than fifteen
years after the UNIX version, and as usual without bothering to look
at the preceeding experience' Interesting, I didn't know it had a
history.
[compton ~]$ whatis talk talkd
talk (1) - talk to another user
talkd (8) - remote user communication server
[compton ~]$ grep talk /etc/services
talk 517/udp # BSD talkd(8)
ntalk 518/udp # SunOS talkd(8)
[compton ~]$
I said ping because on the trace log of Trumpet I see a record such as:
1 IP 203.156.76.77 ->My address len 908 prot 17
0 IP My address ->203.156.76.77 len 56 prot 1
and since I had not connected to this address I assumed that it must
be a computer trying to do something to mine. Is it not a ping?
[compton ~]$ grep -wE '(1|17)' /etc/protocols
icmp 1 ICMP # internet control message protocol
udp 17 UDP # user datagram protocol
[compton ~]$
You probably don't have that file - go to
http://www.iana.org/assignments/protocol-numbers and discover that there
are about 140 different protocols that can be in an IP packet.
So, the log claims that some dial-up host on Jasmine Internet in Bangkok
Thailand sent a packet of 908 octets with a protocol of 17. Your host then
sent a packet to that host of protocol 1, which is ICMP - probably an ICMP
Type 3 Code 3 (Port Unreachable) because nothing is listening on the port
that the original packet was sent to.
Protocol 17 is UDP. Lessee, a len of 908... Probably a Security Bulletin
directing you to go to some spammers website where FOR ONLY US$29.95 plus
shipping and handling, you can get some software that installs spyware
for you.
Or was it the shorter message (with padding) that claims "STOP! WINDOWS
REQUIRES IMMEDIATE ATTENTION" and the next line says "Windows has found
$RANDOM_NUMBER Critical System Errors." (where $RANDOM_NUMBER is some value
between 50 and 125.
"Ping of Death"? I better do some more reading before I move to Win
95 -probably after the next version of Windows comes out :))
I don't know if they ever fixed the problem in 95. Yeah, the l33t d00dZ
found it great fun to send an oversized ping to a windoze box on the net
and watch it curl up and die. That was a major reason that people began
blocking first ping, then all forms of ICMP.
Old guy
.
- Follow-Ups:
- Re: UDP to port 1027
- From: GEO
- Re: UDP to port 1027
- References:
- Re: UDP to port 1027
- From: GEO
- Re: UDP to port 1027
- Prev by Date: Re: Remote access vpn using PPTP
- Next by Date: Re: Zone Alarm and SAVRoam??
- Previous by thread: Re: UDP to port 1027
- Next by thread: Re: UDP to port 1027
- Index(es):
Relevant Pages
|