Re: Router Hacked?
- From: comphelp@xxxxxxxxx (Todd H.)
- Date: 13 Sep 2006 21:05:53 -0500
Randy Yates <yates@xxxxxxxx> writes:
Hi Todd et al.,
After reading the Re: Urgent!!! My computer seems to be hacked, pls HELP!!!
I was feeling smug that I was safe since I locked up ssh.
HOWEVER, I'm now much more nervous. I don't understand why I'm able to
ssh to an outside host on the standard port 22 when my router is
configured to block port 22.
Outbound or inbound?
Typically consumer routers (Linksys, et al) block the establishment of
incoming connections from the internet, but allow TCP flows that
originate from inside (LAN) to the outside (WAN/Internet). That'd be
a simple explanation of a stateful packet inspection (SPI) firewall,
which understands and tracks TCP connections as a whole.
A packet filtering firewall doesn't have a notion of "connections" per
se, but just individual packets. The older packet filtering firwalls
would block inbound TCP SYN requests, but wouldn't block inbound TCP
ACKs or FINs.
Could it be that my router has been hacked?
Always possible, but the symptoms you describe are normal near as I
can tell. Egress filtering (i.e. filtering of what's outbound)
isn't common in consumer routers.
By the way, is there a way to configure the router so that only
outgoing connections on port 22 should be allowed?
Sure, with a router of sufficient flexibility could allow you to
construct such a tightly defined filtering policy. "Block connections
from the LAN destined for any external host, with protocol TCP,
destination port 22" would be the complete thought of such a block.
But if that's your only rule, you'd break all other internet traffic
to/from your LAN (i.e. web surfing, IM, updates, etc). tcp/80 and
tcp/443 outbound requests would be blocked, so you wouldn't get any
web requests out, for instance.
That is, can I configure the router so that only SSH connectsion
FROM my internal machine TO an outside machine are allowed through,
while any INCOMING connections on port 22 remain blocked?
Your router is likely already configured as such, with the exception
that in addition to alowing outbound connections with a destination
port of tcp/22, it's allowing arbitrary outbound connections.
Best Regards,
--
Todd H.
http://www.toddh.net/
.
- Follow-Ups:
- Re: Router Hacked?
- From: Randy Yates
- Re: Router Hacked?
- References:
- Router Hacked?
- From: Randy Yates
- Router Hacked?
- Prev by Date: Router Hacked?
- Next by Date: "Leaving" a connection open / Sessions
- Previous by thread: Router Hacked?
- Next by thread: Re: Router Hacked?
- Index(es):
Relevant Pages
|
|