This is a discussion on IP 222.88.173 Port 1026 within the Linux Security forums, part of the System Security and Security Related category; It appears to be in China. I am in time zone -0700. Aug 17 20:00:36 -0700 SRC=222....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
It appears to be in China. I am in time zone -0700.
Aug 17 20:00:36 -0700 SRC=222.88.173.5 DST=63.184.40.177 PROTO=UDP SPT=15212 DPT=1026 Aug 17 21:54:43 -0700 SRC=222.88.173.5 DST=63.184.41.242 PROTO=UDP SPT=27308 DPT=1026 Aug 19 19:37:12 -0700 SRC=222.88.173.5 DST=63.184.112.94 PROTO=UDP SPT=4302 DPT=1026 Aug 19 20:59:21 -0700 SRC=222.88.173.5 DST=63.184.65.16 PROTO=UDP SPT=31397 DPT=1026 Aug 19 21:04:24 -0700 SRC=222.88.173.5 DST=63.184.65.16 PROTO=UDP SPT=26948 DPT=1026 ================================================== ========= And this is my iplog script: #!/bin/bash # 10 JUN 2004 # Must be run as root grep "localhost kernel" /var/log/syslog|grep PROTO|while read a1 a2 a3 a4 a5 \ a6 a7 a8 a9 a10 a11 a12 a13 a14 a15 a16 a17 a18 a19 a20 do if test $a16 = "PROTO=UDP" then echo $a1 $a2 $a3 "-0700" $a9 $a10 $a16 $a17 $a18 else echo $a1 $a2 $a3 "-0700" $a9 $a10 $a17 $a18 $a19 fi done |
|
|||
|
In article <2oldv4Fbs4v1U1@uni-berlin.de>, Thu, 19 Aug 2004 21:45:21
-0700, "ynotssor" <ynotssor@example.net> wrote: > > Why do you post this drivel? > Please do not drool over your keyboard. Your cat will get bad habits. -- Felix Tilley Rank: MAJ Fanatic Lartvocate FL# 555-LART |
|
|||
|
In article <10iavqhk5uu4u88@news.supernews.com>,
"Felix Tilley" <ftilley@localhost.localdomain> wrote: > It appears to be in China. I am in time zone -0700. A script kiddie in China -- what's the odds?! -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** |
|
|||
|
In article <barmar-84BABE.08142320082004@comcast.dca.giganews.com>, Barry Margolin <barmar@alum.mit.edu> writes: |> In article <10iavqhk5uu4u88@news.supernews.com>, |> "Felix Tilley" <ftilley@localhost.localdomain> wrote: |> |> > It appears to be in China. I am in time zone -0700. |> |> A script kiddie in China -- what's the odds?! Or anywhere, really, bouncing through China? Isn't world-wide networking wonderful? Regards, Nick Maclaren. |