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 - Beginner's Question

 
Thread Tools Search this Thread
Old 09-21-2005, 06:47 AM   #1
Default Beginner's Question


I have Win XP SP2 and use Sygate Personal Firewall Pro, SpyCleaner
Gold, Norton 2004, and SpyWatcher.

I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
which Whois says is the Internet Authority for Assigned Numbers.
According to the traffic log, IANA is constantly trying to UDP my
computer.

I have two questiong. Why is IANA doing this? And should I continue
to block it?

Needless to say I am a clueless newbie. TIA for any advise/info.


Noaccount
  Reply With Quote
Old 09-21-2005, 08:21 AM   #2
Jim Watt
 
Posts: n/a
Default Re: Beginner's Question
On Wed, 21 Sep 2005 00:47:38 -0500, Noaccount <>
wrote:

>I have Win XP SP2 and use Sygate Personal Firewall Pro, SpyCleaner
>Gold, Norton 2004, and SpyWatcher.
>
>I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
>which Whois says is the Internet Authority for Assigned Numbers.
>According to the traffic log, IANA is constantly trying to UDP my
>computer.
>
>I have two questiong. Why is IANA doing this? And should I continue
>to block it?
>
>Needless to say I am a clueless newbie. TIA for any advise/info.


IANA is in charge of allocating groups of IP numbers and the block
10.0.0.0 .. 10.255.255.255 is allocated to user networks. Its non
routable so that address is probably in use by something you have
or if you are on a cable connection using that address block
some other user of the service.

So look closer to home for the source
--
Jim Watt
http://www.gibnet.com


Jim Watt
  Reply With Quote
Old 09-21-2005, 12:57 PM   #3
Mark
 
Posts: n/a
Default Re: Beginner's Question
Jim Watt wrote:
> On Wed, 21 Sep 2005 00:47:38 -0500, Noaccount <>
> wrote:
>
>
>>I have Win XP SP2 and use Sygate Personal Firewall Pro, SpyCleaner
>>Gold, Norton 2004, and SpyWatcher.
>>
>>I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
>>which Whois says is the Internet Authority for Assigned Numbers.
>>According to the traffic log, IANA is constantly trying to UDP my
>>computer.
>>
>>I have two questiong. Why is IANA doing this? And should I continue
>>to block it?
>>
>>Needless to say I am a clueless newbie. TIA for any advise/info.

>
>
> IANA is in charge of allocating groups of IP numbers and the block
> 10.0.0.0 .. 10.255.255.255 is allocated to user networks. Its non
> routable so that address is probably in use by something you have
> or if you are on a cable connection using that address block
> some other user of the service.
>
> So look closer to home for the source
> --
> Jim Watt
> http://www.gibnet.com


Also, I fairly regularly see udp traffic with a source address of
10.x.x.x that contains the payload of the SQL-Slammer/Sapphire worm.
Does Sygate tell you what UDP port it is trying to connect to? If it's
1433 or 1434 I'm sure you can/should block it.

While ISPs should filter such non-routeable addresses, many don't
examine the source address.

Mark


Mark
  Reply With Quote
Old 09-21-2005, 08:46 PM   #4
Moe Trin
 
Posts: n/a
Default Re: Beginner's Question
In the Usenet newsgroup alt.computer.security, in article
<>, Noaccount wrote:

>I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
>which Whois says is the Internet Authority for Assigned Numbers.


Through RFC1918, IANA has allocated 10.0.0.0 - 10.255.255.255 (as well
as 172.16.0.0 - 172.31.255.255 and 192.168.0.0 - 192.168.255.255) for
use by anyone on a LOCAL network. In your case, your ISP is using the
addresses for internal purposes. Addresses in these ranges should be
dropped when they attempt to leave the ISP. Many cable setups use
local addresses in 192.168.1.0 - 192.168.1.255 for the same reason,
and with the same restrictions - those addresses are not to leave the
LOCAL area. Your ISP _should_ be dropping packets with theses addresses
at their border (see RFC2827).

>According to the traffic log, IANA is constantly trying to UDP my
>computer.


There are 65,000 different services that can use UDP (the same as TCP),
everything from DNS (which you need) to windoze messenger spam (which you
probably don't want). You have to be more specific, and identify from/to
the "Port" number this traffic is using.

>I have two questiong. Why is IANA doing this?


They are not - it's _probably_ your ISP, though there isn't enough detail
in your post.

>And should I continue to block it?


Is your connection to the Internet working? If no, then maybe you shouldn't
be blocking the UDP. If yes, the packets are not needed, and can be blocked
without further thought.

>Needless to say I am a clueless newbie. TIA for any advise/info.


The logging of blocked packets is generally a waste of CPU cycles and disk
space. Most of these personal firewalls delight in telling the user that
some host in Korea or Kenya attempted to connect to a trojan that they don't
have installed. Your firewall blocked it - end of story. If you are having
problems with the Internet, _then_ you should turn on logging and observe.
For the rest of the time - turn it off, and ignore.

Old guy


Moe Trin
  Reply With Quote
Old 09-21-2005, 11:10 PM   #5
Foggy
 
Posts: n/a
Default Re: Beginner's Question
If the user has a router in his house, could the 10.x.x.x traffic be
coming from it?



Moe Trin wrote:
> In the Usenet newsgroup alt.computer.security, in article
> <>, Noaccount wrote:
>
>
>>I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
>>which Whois says is the Internet Authority for Assigned Numbers.

>
>
> Through RFC1918, IANA has allocated 10.0.0.0 - 10.255.255.255 (as well
> as 172.16.0.0 - 172.31.255.255 and 192.168.0.0 - 192.168.255.255) for
> use by anyone on a LOCAL network. In your case, your ISP is using the
> addresses for internal purposes. Addresses in these ranges should be
> dropped when they attempt to leave the ISP. Many cable setups use
> local addresses in 192.168.1.0 - 192.168.1.255 for the same reason,
> and with the same restrictions - those addresses are not to leave the
> LOCAL area. Your ISP _should_ be dropping packets with theses addresses
> at their border (see RFC2827).
>
>
>>According to the traffic log, IANA is constantly trying to UDP my
>>computer.

>
>
> There are 65,000 different services that can use UDP (the same as TCP),
> everything from DNS (which you need) to windoze messenger spam (which you
> probably don't want). You have to be more specific, and identify from/to
> the "Port" number this traffic is using.
>
>
>>I have two questiong. Why is IANA doing this?

>
>
> They are not - it's _probably_ your ISP, though there isn't enough detail
> in your post.
>
>
>>And should I continue to block it?

>
>
> Is your connection to the Internet working? If no, then maybe you shouldn't
> be blocking the UDP. If yes, the packets are not needed, and can be blocked
> without further thought.
>
>
>>Needless to say I am a clueless newbie. TIA for any advise/info.

>
>
> The logging of blocked packets is generally a waste of CPU cycles and disk
> space. Most of these personal firewalls delight in telling the user that
> some host in Korea or Kenya attempted to connect to a trojan that they don't
> have installed. Your firewall blocked it - end of story. If you are having
> problems with the Internet, _then_ you should turn on logging and observe.
> For the rest of the time - turn it off, and ignore.
>
> Old guy



Foggy
  Reply With Quote
Old 09-22-2005, 01:00 AM   #6
Noaccount
 
Posts: n/a
Default Re: Beginner's Question
On Wed, 21 Sep 2005 00:47:38 -0500, Noaccount <>
wrote:

>I have Win XP SP2 and use Sygate Personal Firewall Pro, SpyCleaner
>Gold, Norton 2004, and SpyWatcher.
>
>I have noticed that Sygate keeps blocking incoming UPD fron 10.96.64.1
>which Whois says is the Internet Authority for Assigned Numbers.
>According to the traffic log, IANA is constantly trying to UDP my
>computer.
>
>I have two questiong. Why is IANA doing this? And should I continue
>to block it?
>
>Needless to say I am a clueless newbie. TIA for any advise/info.


Thank you all for the replys.

I am not on a router.
I have a direct cable connection
I am not having any trouble connecting or surfing the internet
I regularly go to Shields Up and it always says that I am in
"Stealth Mode" and that my first 1056 ports do not respond to their
probe. Is this OK?

My AV and SpyCleaner, Spy Bot etc say that I have no bugs so maybe I
am OK ???

Again, Thank You


Noaccount
  Reply With Quote
Old 09-22-2005, 01:29 AM   #7
Moe Trin
 
Posts: n/a
Default Re: Beginner's Question
In the Usenet newsgroup alt.computer.security, in article
<iTkYe.94748$>, Foggy wrote:

>If the user has a router in his house, could the 10.x.x.x traffic be
>coming from it?


Sure, but I'm not aware of to many routers that use 10.x.x.x. mainly
because that address range is often used by ISPs. Most routers and
modems use 192.168.x.y/24 just for that reason. The 172.16.0.0/12
range is also available, but is rarely used. Funny, but one of my
dialin ISPs uses 192.168.19x.x/23 (not a typo) for the terminal
servers (the boxes you dial into), and 172.16.16.x/24 for the
customer accessible DNS and mail services. No idea why they
chose 172.16 but it might have been a network mask compatibility
problem.

Were this the O/P's own home network, you'd think he'd be aware of the
local use of 10.x.x.x, and wouldn't be asking about it.

Old guy


Moe Trin
  Reply With Quote
Old 09-22-2005, 04:21 AM   #8
Winged
 
Posts: n/a
Default Re: Beginner's Question
Noaccount wrote:

> I regularly go to Shields Up and it always says that I am in
> "Stealth Mode" and that my first 1056 ports do not respond to their
> probe. Is this OK?



This is desired so long as you are not running an Internet server. I
suspect though this is being done at your ISP firewall. You should
ensure that you have your firewall set to block inbound ports below 1024
at your home network perimeter to prevent other individuals on your
cable companies network from exploiting your system. I am not sure why
your blocked to 1056 though. Insights anyone?

Winged


Winged
  Reply With Quote
Old 09-22-2005, 08:55 AM   #9
Jim Watt
 
Posts: n/a
Default Re: Beginner's Question
On Wed, 21 Sep 2005 19:29:26 -0500,
(Moe Trin) wrote:

>Sure, but I'm not aware of to many routers that use 10.x.x.x.


Those using the connexant chip set do, but their default is
10.0.0.2
--
Jim Watt
http://www.gibnet.com


Jim Watt
  Reply With Quote
Old 09-22-2005, 08:59 AM   #10
Jim Watt
 
Posts: n/a
Default Re: Beginner's Question
On Wed, 21 Sep 2005 22:21:01 -0500, Winged <>
wrote:

>Noaccount wrote:
>
>> I regularly go to Shields Up and it always says that I am in
>> "Stealth Mode" and that my first 1056 ports do not respond to their
>> probe. Is this OK?

>
>
>This is desired so long as you are not running an Internet server. I
>suspect though this is being done at your ISP firewall. You should
>ensure that you have your firewall set to block inbound ports below 1024
>at your home network perimeter to prevent other individuals on your
>cable companies network from exploiting your system. I am not sure why
>your blocked to 1056 though. Insights anyone?


What would be useful would be to do

start>run>cmd

then run ipconfig

and post the results you get

As its a cable system chances are the IP range is 10.x.x.x and
the 'intruder' is most likely an innocent device on the network
or perhaps someone trying to be intrusive, either way if ZA is
blocking it, no need to worry.

--
Jim Watt
http://www.gibnet.com


Jim Watt
  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
Re: Dial-up Modem Question w_tom A+ Certification 0 09-18-2005 09:12 PM
"Installing two drives" question - what next? Jim A+ Certification 12 08-07-2005 01:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good God DVD Video 3 04-25-2005 04:19 PM
Re: Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good Filthy Mcnasty DVD Video 0 04-25-2005 04:29 AM
Re: Safe Mode Question (A+ question) Gordon Findlay A+ Certification 0 06-16-2004 10:48 AM




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