![]() | |
|
Welcome to the ABXZone Computer Forums forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #16 |
| Never Ending Join Date: Jul 2002 Location: Vancouver, Washington (State)
Posts: 4,188
| Hey Finalheaven, Keep it up man.. Fraoch The more I read on Clark Connect the more I like, I never heard of it until you started posted about it -wayne
__________________ System-1 (primary) Intel D875PBZLK FMB 1.5 > Pentium 4/ 3.0E (D0) > Crucial Ballistix 512mb PC4000 (Dual Channel) > ATI Radeon 9500 Pro (128) > Audigy 2 Platinum > Thermaltake P4 Spark 7+ (Xaser Edition) - Antec 80x80mm x5 > 1x 80GB WD SE - 2x Seagate 200GB 7200RPM Barracuda 7200.7 Plus SATA > Lite-On LDW811s dvd +/- Tashiba SDM1712 DvD > Antec 430 TP > WinXP W/SP-2 Gigabit Network, Linksys WRT54GS, Linksys EG008W 8-port gigabit switch, ximeta network storage, Motorola SB4200 Last edited by wayne : 10-10-2004 at 01:11 AM. |
| (Offline) | |
| | #17 |
| Resident ABX Wizard ![]() Join Date: May 2003 Location: London, Ontario
Posts: 8,814
| Yep, it's pretty cool - last niggling thing is getting it to work through the WAN port of the router. A crossover cable shows electrical connection but that's about it - I can no longer connect to the CC box and I get no Internet connection either. But yes, it stopped a very persistent attacker who started last night and came back tonight, finally giving up about 4 hours ago. 97 attacks! I never knew this stuff before. Regarding stealthing ports and stopping pings, aren't these GOOD things? Don't the bad guys work as follows: - random pings - port scan any replies - if open ports are detected, walk right in - if closed ports are detected, bang away at them until you get them open Am I wrong in this thinking? So aren't stealthing ports and stopping ping responses a good countermeasure? ![]() |
| (Offline) | |
| | #18 |
| Registered User Join Date: Nov 2003
Posts: 13,497
| Fraoch. I hope you have kept the firewall logs, because I would report that attacker in the harshest possible polite terms to their ISP. And I would also check to see if that IP is also recorded on MyNetwatchman and DShield to add that info to your report to the ISP. Your analysis is essentially correct, and that is why stealthing helps, of course. But, there is another essential firewall feature that works to prevent attackers from entering your LAN, SPI. So even if they do somehow manage to collapse the protections of a stealthed/closed port, SPI is sitting there to prevent unrequested packets from entering your LAN. And if you have unbound TCP/IP from your LAN's file sharing protocols, and are using IPX/SPX for internal communications on the LAN, even if they do get by the port blocking and SPI, they then have the problem of getting past using TCI/IP and converting the packets into IPX/SPX, which are non-routable over the internet, and do not use IP addresses in the first place. Furthermore, while NAT is not a firewall, it does also help prevent attackers seeing the internal machines in the first place because they have to bypass the many to one IP conversions that NAT in your router provides. So, in short, if you are using a good firewall with port stealthing and SPI, plus NAT and IPX/SPX on your LAN with TCP/IP unbound from your LAN protocols, they have a very tough job to actually gain access to a local system. And, if they get by all of that, that's why I have a good software firewall on my local systems as well, that they still have to face and bypass. Good protection, set up with many layers, becomes just too hard, robots can't do it, a live person has to, and most just won't waste the time with a properly hardened LAN unless they know that the reward is worth the effort. |
| (Offline) | |
| | #19 |
| Xen now Citrix's Join Date: Feb 2001
Posts: 2,609
| Another way to protect your LAN is to use IPSecurity (ipsec) within the LAN. However your router must support ipsec (VPN). In this case you don't need to use IPX/SPX within your LAN to insulate the LAN. |
| (Offline) | |
| | #20 | |
| Resident ABX Wizard ![]() Join Date: May 2003 Location: London, Ontario
Posts: 8,814
| Quote:
| |
| (Offline) | |
| | #21 | |
| Registered User Join Date: Nov 2003
Posts: 13,497
| Quote:
A little OT, but some ISPs are getting much more serious about this whole problem and have een adding commercial type protections both at their gateway routers and also at their local routers as well. Comcast has, for example, and the number of serious attacks that I have seen in the last few months has dropped dramatically from 40 - 50 per day to 2 - 3 per day at this point. And, they are also getting serious about spam and embedded trojans/viruses stripping them from email before they ever reach your inbox. Now, they can't stop everything, malware downloaded and installed by users is impossible to prevent with today's technology, and newer attacks, such as the jpeg vunerability are inevitable. But, they are clearly troubled with all the service complaints and the cost of fixing problems for noob users who get compromised, and the pain level has gotten high enough that they have been forced to protect their subscribers whether they have local protections or not. They arent perfect, nothing really is, but they are at least trying to do something about this at their level finally. | |
| (Offline) | |
| | #22 | |
| Registered User Join Date: Sep 2001
Posts: 82
| Quote:
blocking icmp gives zero security increase while breaking tons of other stuff. blocking icmp doesn't magically cover other security holes a host might expose. i wonder where the can't-ping-me-can't-hack-me stance is coming from. along the same lines, blocking RST (oh, i forgot, "stealthing") most likely causes a connecting host to try again several times until it gives up. it's right that ports where no service is listening should be "blocked" by a firewall to prevent a backdoor/trojan from receiving packets by setting a port to listen. but blocking should happen in a way that the firewall replies with RST, not that it drops all requests silently. to repeat, "can't see me, most likely won't hack me" is obscurity, not security. ps: i find the "i'll bite" particularly amusing. edit: quick google: http://alive.znep.com/~marcs/mtu/ | |
| (Offline) | |
| | #23 | |
| Registered User Join Date: Sep 2001
Posts: 82
| Quote:
first, an open port doesn't mean anyone can "walk right in". an open port means some application is listening for connections on that port. to break into a system that application must have some security hole, i.e. it can be send malicious data that causes it to overflow some buffer or similiar. if an attacker can cause the application to execute code that he send it, then he effectively "broke into" the system. a closed port is closed. how do you think you could cause that port to "open"? remember, an open port means an application is running that is listening on that port. if anyone could cause applications to start and listen on ports from the outside by hammering a closed port, then you wouldn't need to hack the resulting open port, don't you think? edit: the difference between a closed port and a "stealthed" port (i hate this buzzword, really) is that your system doesn't reply with "no service on that port, move along". that's it. imagine a street with houses. this street is your computer (more specifically, the interior of the houses are your computer. the street is public). the houses represent ports. each house has a number. now imagine there's a garage sale. you can go to specific houses where the doors are open and the owner is standing in the door. you see the owner and can ask him to offer service to you. the house owner is the application. each house owner is normally a strong guy, thus there's no way to get into the house and do things you aren't allowed to. sometimes, house owners are tricked by saying "look, a horde of flying elephants" where he then looks above and you can sneak into his house. that's the equivalent of microsoft software. now, a closed port is the equivalent of a closed door. if you ring the bell you can only hear a voice saying "no garage sale here. nothing here for you. go away". the door never opens. a "stealthed" port is the equivalent of you ringing the bell with no reply. you may think the owner just overheard the bell and you ring again and again. depending on your patience you might give up after 3 rings or go on all day. the door never opens as well, obviously. now, don't take the analogy too far by thinking "hey, i could just slam the door hard enough to break it open". it doesn't work that way. the only way to get into the house is to have the owner open the door and trick the owner. if the door is shut, no house for you, ever. Last edited by TCM : 10-10-2004 at 12:18 PM. | |
| (Offline) | |
| | #24 |
| Resident ABX Wizard ![]() Join Date: May 2003 Location: London, Ontario
Posts: 8,814
| Hmm...I thought it was on the GRC site where he said there are tools to open ports reported as closed, but I can't find it there now. |
| (Offline) | |
| | #25 | |
| Registered User Join Date: Sep 2001
Posts: 82
| Quote:
| |
| (Offline) | |
| | #26 |
| Resident ABX Wizard ![]() Join Date: May 2003 Location: London, Ontario
Posts: 8,814
| It's hard to find because I can't configure a port to show as "closed" so GRC doesn't tell me anything about it. |
| (Offline) | |
| | #27 |
| Donnie Darko lives Join Date: Apr 2004 Location: Boston, MA
Posts: 1,872
| Can anyone tell me what TCM's problem is and how even got to abx in the first place? Isn't he the type we are exactly safe from on these forums? |
| (Offline) | |
| | #28 | |
| Xen now Citrix's Join Date: Feb 2001
Posts: 2,609
| he must have a row with his wife or girlfriend and steams off here at ABXZone. Quote:
| |
| (Offline) | |
| | #29 |
| Registered User Join Date: Nov 2003
Posts: 13,497
| OK, guys. The thing is that TCM has a point. Perhaps he might have made it in a little forceful manner, but he has a valid point nonetheless. |
| (Offline) | |
| | #30 |
| Registered User Join Date: Sep 2001
Posts: 82
| the problem? this thread. how i got here? check the register button. you must know it since you're here as well so i don't understand the question. and what do you mean, the type you want to be safe from? my arrogant part will never go away when faced with utter bull**** and fake knowledge. deal with it. in case you don't know what i mean, allow me to refer to the thread subject again. mind you, i'm only trying to oppose the subject and statements, not anyone personally. |
| (Offline) | |
![]() |
| Thread Tools | |
| Display Modes | |
| |