Go Back   PCMech Forums > Help & Discussion > Networking & Online Security

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-26-2006, 05:31 PM   #1
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Router security log....?

I just checked the security log for our new wireless router and there are a lot of records for "TCP FIN Scan" and "IP Spoofing".

Are these attempts at accessing the network?

Anything to worry about?
__________________

** Custom Desktop: Core i3-530, 4GB Corsair RAM, 500GB WD HDD **
** Netbook: HP Mini 210 **
AnotherMuggle is offline   Reply With Quote
Old 12-26-2006, 06:24 PM   #2
Member (13 bit)
 
Floppyman's Avatar
 
Join Date: Mar 1999
Posts: 6,789
Are these coming from external sources or from clients on your network?
Floppyman is offline   Reply With Quote
Old 12-27-2006, 07:18 AM   #3
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
The IP Spoofing is inbound from the WAN and the TCP Fin Scan is going outbound from my sisters IP address.

I have switched back to the wired router and it is also logging similar behaviour.

Here is a small section of my security log on the hard-wired router:
strangePackets.txt

Last edited by AnotherMuggle; 12-27-2006 at 07:24 AM.
AnotherMuggle is offline   Reply With Quote
Old 12-30-2006, 01:31 PM   #4
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Does anyone have any suggestions on this. I am a little stuck for who I can talk to.

NTL claim it's nothing to do with them and Belkin don't seem keen to help either
AnotherMuggle is offline   Reply With Quote
Old 12-30-2006, 01:33 PM   #5
Member (9 bit)
 
telegramsam's Avatar
 
Join Date: May 2006
Location: Spokane, WA
Posts: 367
Is this JUST a home network? Do you have a VPN connection or anything like that? UDP is typically a VPN or remote connection protocol.

First thing I would suggest is to close any ports on that router. By default, ports should be closed from the factory, so start with a reset.
__________________

Last edited by telegramsam; 12-30-2006 at 01:43 PM.
telegramsam is offline   Reply With Quote
Old 12-30-2006, 02:33 PM   #6
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Quote:
Originally Posted by telegramsam
Is this JUST a home network? Do you have a VPN connection or anything like that? UDP is typically a VPN or remote connection protocol.

First thing I would suggest is to close any ports on that router. By default, ports should be closed from the factory, so start with a reset.
Thanks for getting back to me. I am having the same issues with 2 different routers: 1 hardwired (set up to use a VPN for my mums work) and 1 that is a wireless router. They are both logging these things in the Firewall.
AnotherMuggle is offline   Reply With Quote
Old 12-31-2006, 02:30 PM   #7
Member (9 bit)
 
telegramsam's Avatar
 
Join Date: May 2006
Location: Spokane, WA
Posts: 367
Ok--I missed the VPN thing;
UDP is VPN protocol-which is normal.

Keep Malware and virus scanners running. I don't think you really have anything to worry about.

Last edited by telegramsam; 12-31-2006 at 02:32 PM.
telegramsam is offline   Reply With Quote
Old 12-31-2006, 05:08 PM   #8
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
I have done a little more research and it looks like the address for the "TCP FIN Scan" is for the website www.bebo.com, which my sister regularly uses. This log is always from her IP address, but I don't understand why it is being caught by the firewall.

The IP address that is being logged as "IP Spoofing" is going to our ISP. Again I can't understand why this would be caught in the firewall.

Here is a log file from the other router (which is currently in use - no VPN):
security.txt

Thanks for your help telegramsam
AnotherMuggle is offline   Reply With Quote
Old 12-31-2006, 06:02 PM   #9
Member (9 bit)
 
telegramsam's Avatar
 
Join Date: May 2006
Location: Spokane, WA
Posts: 367
IP Spoofing is a term that is generally used to describe how 2 or more computers share a single WAN IP. But it's also a pretty well known hacking tool.

So I'm not exactly sure what to think about this.

Where is the 127.0.0.1 IP coming from? That's structured like an inside IP...but it appears that your IP scheme is 192.168....

Run an ipconfig on all of your machines so you know what their inside addresses are.
telegramsam is offline   Reply With Quote
Old 12-31-2006, 06:32 PM   #10
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
I have set the routers DHCP so that it can only dish out 2 addresses, one for each machine on the network...192.168.2.2 and 192.168.2.3.

I have no idea where the 127.0.0.1 address is coming from. I have done DNS lookup on it and all it says is that it's an internet assigned address.
AnotherMuggle is offline   Reply With Quote
Old 12-31-2006, 06:54 PM   #11
Telcom Tech
 
ktkendall's Avatar
 
Join Date: Feb 2002
Location: Western, Pa.
Posts: 5,409
127.0.0.1 is an internal IP adress that I believe is used by windows and or any PC with TCP/IP protocol installed, for things like testing to see if the IP stack is working properly. I know I've used it to ping and it's somehow kind of like pinging yourself and shows that at least your IP stack and NIC card are working properly from your PC's internal perspective. I am pretty certain it is not an internet assigned IP address, it is reserved for the IP stack, much like 10.x.x.x and 192.168.x.x are reserved private addresses and will never be found out on the internet. You can prove this by unplugging your network connection and you should still be able to ping 127.0.0.1.
__________________
If it ain't broke, "TWEAK IT"

Last edited by ktkendall; 12-31-2006 at 07:00 PM.
ktkendall is offline   Reply With Quote
Old 12-31-2006, 07:05 PM   #12
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Quote:
Originally Posted by ktkendall
127.0.0.1 is an internal IP adress that I believe is used by windows for things like testing to see if the IP stack is working properly. I know I've used it to ping and it's somehow kind of like pinging yourself and shows that at least your IP stack and NIC card are working properly from your PC's internal perspective. I am pretty certain it is not an internet assigned IP address, it is reserved for the IP stack, much like 10.x.x.x and 192.168.x.x are reserved private addresses and will never be found out on the internet.
My appologies, http://www.arin.net/whois/ says "Internet Assigned Numbers Authority", my mistake.

I just checked again and the firewall is still logging TCP FIN Scan and IP Spoofing, and it seems to be for various different IP addresses.
AnotherMuggle is offline   Reply With Quote
Old 12-31-2006, 07:21 PM   #13
Telcom Tech
 
ktkendall's Avatar
 
Join Date: Feb 2002
Location: Western, Pa.
Posts: 5,409
Looking at the log file you posted it looks like the ones with 127.0.0.1 might be your router rejecting requests coming in on the wan port, or inother words it looks to me like it might be the routers' internal hardware firewall doing it's job and protecting you from those unwanted wan requests.
ktkendall is offline   Reply With Quote
Old 01-01-2007, 11:19 AM   #14
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Latest Update:
The firewall is now logging "Smurf" attacks.

I am a little concerned about all these things that are getting logged. Can anyone suggest what I should do to get to the bottom of this? I have phoned my ISP and they have said it is not something they can help with.
AnotherMuggle is offline   Reply With Quote
Old 01-01-2007, 12:48 PM   #15
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
Let the firewall do its job and stop worrying. This is like obsessing about CPU temperatures.
glc is offline   Reply With Quote
Old 01-01-2007, 03:44 PM   #16
Member (11 bit)
 
Join Date: Jul 2006
Location: UK
Posts: 1,220
Quote:
Originally Posted by glc
Let the firewall do its job and stop worrying. This is like obsessing about CPU temperatures.
OK glc, I trust your judgement and will leave it at that, but, I'm keen to be using the internet in the safest way possible. I've heard so many nightmare stories that I'm probably a little over cautious.

Thanks, Tom.
AnotherMuggle is offline   Reply With Quote
Old 01-01-2007, 04:59 PM   #17
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 36,460
If you want another line of defense, then install a good 3rd party software firewall such as Zone Alarm. Note that this will cause file and print sharing headaches. The XP SP2 firewall is an excellent firewall for blocking incoming if you carefully configure the exception list, but does not monitor outgoing.
glc is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Secure a Network Statica Networking & Online Security 20 03-13-2006 05:05 PM
Belkin Pre-N Router Klutz_atlantis Computer Hardware 6 11-13-2005 05:20 PM
FireFox 1.0.2 and Router DI-704 Burn Networking & Online Security 3 04-13-2005 01:05 AM
Linux in the Security Crosshairs morriswindgate Networking & Online Security 6 12-16-2003 01:33 AM
Audit/Security Log qsnurses Windows Legacy Support (XP and earlier) 0 12-03-2002 01:39 PM


All times are GMT -5. The time now is 03:40 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0