Go Back   Velocity Reviews > Newsgroups > Computer Security
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Computer Security - Port scanned by these strange IPs...

 
Thread Tools Search this Thread
Old 11-22-2005, 12:09 AM   #1
Default Port scanned by these strange IPs...


Hi guys. I've been port scanned by these unusual IPs...any comments? My
experiences with port scans are that they're usually from private IPs
of commercial ISPs (i.e. someone's zombie-fied/tronjan-ed computer).

All of them are UDP scans in the past 6 hours:

18.78.12.98
Unknown

47.229.139.51
Bell-Northern Research

32.151.80.166
Unknown

17.208.21.26
Unknown

92.209.66.146
Internet Assigned Numbers Authority

77.11.7.6
Internet Assigned Numbers Authority

222.38.148.30
CHINA RAILWAY TELECOMMUNICATIONS CENTER

25.138.179.125
DINSA, Ministry of Defence

10.68.120.240
Internet Assigned Numbers Authority

85.196.38.105
GNET - GLOBAL NETWORKS

70.253.234.93
SBC Internet Services SBCIS-SIS80



someone
  Reply With Quote
Old 11-22-2005, 12:31 AM   #2
Donnie
 
Posts: n/a
Default Re: Port scanned by these strange IPs...

"someone" <> wrote in message
news: oups.com...
> Hi guys. I've been port scanned by these unusual IPs...any comments? My
> experiences with port scans are that they're usually from private IPs
> of commercial ISPs (i.e. someone's zombie-fied/tronjan-ed computer).

###################################
Chances are, it's the same thing again.
donnie.




Donnie
  Reply With Quote
Old 11-22-2005, 12:39 AM   #3
someone
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
You mean those IPs are spoofed? Or that the zombie computers are in
those organisations?



someone
  Reply With Quote
Old 11-22-2005, 07:58 PM   #4
Moe Trin
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
On 21 Nov 2005 16:09:06Usenet newsgroup alt.computer.security, in article
< .com>, someone wrote:

>Hi guys. I've been port scanned by these unusual IPs...any comments?


Can you say 'Bogus'?

>All of them are UDP scans in the past 6 hours:


What exactly is a UDP scan? UDP is a connectionless protocol, and if it's
something like a single packet from some random IP (especially to ports
1025-1035), it's almost certainly faked addresses.

>18.78.12.98
>Unknown


mit.edu

>32.151.80.166
>Unknown


IBM Global

>17.208.21.26
>Unknown


Apple Computer

>92.209.66.146
>Internet Assigned Numbers Authority


This one proves the fake. 92.0.0.0 to 123.255.255.255 have not been issued.

>77.11.7.6
>Internet Assigned Numbers Authority


Also not issued. See http://www.iana.org/assignments/ipv4-address-space

>10.68.120.240
>Internet Assigned Numbers Authority


See RFC1918. If these are really coming in over your Internet connection,
scream at your ISP about ingress filtering - see RFC2827 and RFC3804.

You may want to look at the port numbers this crap is being sent to. If
the destination ports are 1025 to (say) 1035, and the packet size is 300
to 900 bytes, this is just microsoft messenger spams. Block those ports
inbound (silent discard) and ignore.

Old guy


Moe Trin
  Reply With Quote
Old 11-23-2005, 01:07 AM   #5
someone
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
Hi, thanks for your helpful insight. I've been port scanned more today,
and they seem to be going for ports 1025, 1027, 1028, 1029 and 135.

What tool do you use for your WHOIS lookups? I use www.dnsstuff.com,
which obviously isn't 100% complete!

BTW, why would anyone want to do a UDP port scan if it is
connectionless? Obviously the point of a port scan is to find open &
vulnerable port numbers to establish an illicit connection...

Thanks.

P.S. Useful definition of UDP: (Didn't know before you pointed it out!)
http://www.ingate.com/files/422/fwma...n/xa11944.html
UDP protocol

UDP does not make a connection. It examines data that comes from
outside for accuracy, by checksums. This is like examining a postcard
to ensure that it has not been torn up. UDP does not keep track of
whether or not all data gets through or if it is in the right order;
this is the job of the application. So the data does not have an ACK
confirmation. Peter and Christy, sending postcards, have to keep track
of their own postcards and Peter has to tell Christy the order in which
they should be read. UDP keeps track of the contacts using port
numbers, just like TCP.




Moe Trin wrote:
> On 21 Nov 2005 16:09:06Usenet newsgroup alt.computer.security, in article
> < .com>, someone wrote:
>
> >Hi guys. I've been port scanned by these unusual IPs...any comments?

>
> Can you say 'Bogus'?
>
> >All of them are UDP scans in the past 6 hours:

>
> What exactly is a UDP scan? UDP is a connectionless protocol, and if it's
> something like a single packet from some random IP (especially to ports
> 1025-1035), it's almost certainly faked addresses.
>
> >18.78.12.98
> >Unknown

>
> mit.edu
>
> >32.151.80.166
> >Unknown

>
> IBM Global
>
> >17.208.21.26
> >Unknown

>
> Apple Computer
>
> >92.209.66.146
> >Internet Assigned Numbers Authority

>
> This one proves the fake. 92.0.0.0 to 123.255.255.255 have not been issued.
>
> >77.11.7.6
> >Internet Assigned Numbers Authority

>
> Also not issued. See http://www.iana.org/assignments/ipv4-address-space
>
> >10.68.120.240
> >Internet Assigned Numbers Authority

>
> See RFC1918. If these are really coming in over your Internet connection,
> scream at your ISP about ingress filtering - see RFC2827 and RFC3804.
>
> You may want to look at the port numbers this crap is being sent to. If
> the destination ports are 1025 to (say) 1035, and the packet size is 300
> to 900 bytes, this is just microsoft messenger spams. Block those ports
> inbound (silent discard) and ignore.
>
> Old guy




someone
  Reply With Quote
Old 11-23-2005, 01:14 AM   #6
Notan
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
someone wrote:
>
> Hi, thanks for your helpful insight. I've been port scanned more today,
> and they seem to be going for ports 1025, 1027, 1028, 1029 and 135.
>
> What tool do you use for your WHOIS lookups? I use www.dnsstuff.com,
> which obviously isn't 100% complete!
>
> <snip>


Have a look at:

http://www.karenware.com/powertools/ptwhois.asp

Notan


Notan
  Reply With Quote
Old 11-23-2005, 01:19 AM   #7
Bit Twister
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
On 22 Nov 2005 17:07:42 -0800, someone wrote:
> Hi, thanks for your helpful insight. I've been port scanned more today,
> and they seem to be going for ports 1025, 1027, 1028, 1029 and 135.
>
> BTW, why would anyone want to do a UDP port scan if it is
> connectionless? Obviously the point of a port scan is to find open &
> vulnerable port numbers to establish an illicit connection...



In no order of importance:
http://www.dshield.org//port_report.php?port=
http://isc.sans.org/port_details.php?port=
http://lists.thedatalist.com/portlist/lookup.php?port=


Bit Twister
  Reply With Quote
Old 11-23-2005, 01:40 AM   #8
Donnie
 
Posts: n/a
Default Re: Port scanned by these strange IPs...

"someone" <> wrote in message
news: oups.com...
> You mean those IPs are spoofed? Or that the zombie computers are in
> those organisations?
>

#############################
It could be either but the second possibility would be more likely IMO.
donnie.




Donnie
  Reply With Quote
Old 11-23-2005, 01:44 AM   #9
Donnie
 
Posts: n/a
Default Re: Port scanned by these strange IPs...

>
> What tool do you use for your WHOIS lookups? I use www.dnsstuff.com,
> which obviously isn't 100% complete!
>

###############################
I use the whois command on my unix box.
whois -h whois.networksolutions.com target.com

networksolutions could be any one of a number of registrars around the
world.
ripe.net europe
apnic asia pacific
arin.net for IPs instead of domain names.
There are others.
donnie.




Donnie
  Reply With Quote
Old 11-23-2005, 07:49 PM   #10
Moe Trin
 
Posts: n/a
Default Re: Port scanned by these strange IPs...
On 22 Nov 2005, in the Usenet newsgroup alt.computer.security, in article
< .com>, someone wrote:

>Hi, thanks for your helpful insight. I've been port scanned more today,
>and they seem to be going for ports 1025, 1027, 1028, 1029 and 135.


135 is a different service - they're looking to gain clues. The ports
1025 to 1029 (in your case, though I've seen slightly higher) is just
messenger spam. They aren't attacking you. They are looking for fools who
have windoze messenger service open, so they can deliver advertising.
Block it and ignore.

>What tool do you use for your WHOIS lookups? I use www.dnsstuff.com,
>which obviously isn't 100% complete!


[compton ~]$ which whois
/usr/bin/whois
[compton ~]$

That might be a hint that I'm not using windoze. That's actually the
whois3 tool from RIPE. I don't know it they have a version for windoze.

>BTW, why would anyone want to do a UDP port scan if it is
>connectionless? Obviously the point of a port scan is to find open &
>vulnerable port numbers to establish an illicit connection...


It's not a scan. Depending on what else you have running on your system,
and what starts first, messenger is listening on one of those ports. In
normal use, a peer would query your system to find out which port your
system is listening on - but spammers just send the garbage blindly and
hope that one of those ports is open. If it is, the spam is delivered. If
it's not open - it didn't cost the spammer anything, it's no big deal.
It's like the spammers are flying overhead in a big plane, and dumping
millions of sheets of paper - if one lands on you, they have a possible
success (you still have to read it, and buy whatever crap they are
trying to sell). If the paper misses you - no problem, because they don't
have to pay for it and they can get tons more. Look out, here comes
another plane!

When microsoft invented this Interweb thingy for windoze95, they copied
some of the tools we've had for ten or more years earlier. Because they
didn't understand all of the background (and because the users are
untrained), they eliminated the security features that had existed. In
the case of this 'messenger service' they took the old UNIX 'talk' service
and enabled it by default (it's almost never used in UNIX) and changed it
to UDP (with a TCP connection, if the peer does not agree to a connection,
one does not exist - no messenger spam), so that it's easy to use (and
abuse - but that's your problem, not microsoft's).

>UDP keeps track of the contacts using port numbers, just like TCP.


UDP is _usually_ used for 'one-shot' connections. A primary example
is DNS. Your system sends a single packet to a DNS server asking (for
example) "what is the IP Address of www.foo.example.com?". The server
replies with a single packet - and from the network standpoint, there
is no connection, just two one-way packets. Your client (and the server)
know it's question/answer but no one else cares. If your client doesn't
receive an answer in a reasonable time (seconds), it merely sends a new
question. DNS conversations are very simple, and can be abbreviated down
to a few bytes, so it makes no sense to go through all of the work of
setting up a TCP connection which would take a total of seven packets,
when UDP can do it in two.

Old guy


Moe Trin
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can not access console port of Cisco 7200 vxr mansurbd Hardware 1 01-12-2009 06:53 PM
How to check current event and port status for Aliwei FXO gateway Robin wang Hardware 0 04-11-2008 09:54 AM
Port 445: Effective/Safe Blocking Samwise General Help Related Topics 0 01-06-2008 09:19 PM
Long, regarding a "lost" COM port smackedass A+ Certification 4 02-05-2007 04:55 PM
non plug and play device on com port? David K A+ Certification 1 07-18-2003 08:38 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46