Slashdot Mirror


Is Obsolescence Good Computer Security?

caesar-auf-nihil asks: "I was recently considering a switch from dial-up to something faster (either cable or DSL) but my friend recommended against it since he said I was more secure staying with Dial-Up. His argument was that my connection's slowness and 'not always on' connection gave me better security since I was less of a target for many security threats. Now, I have never gotten infected, nor do I believe my machine is infested with spyware and/or controlling programs as it runs fine, but I wonder if the obsolescence argument is really good or not. Does Dial-Up really protect you or is this a false sense of security and I should just go ahead and pick a faster service and make sure my firewall is a good one and my virus definitions are always up to date?"

82 of 490 comments (clear)

  1. Dial-up does not make you more secure by darkpurpleblob · · Score: 4, Insightful

    It sounds like your friend is advocating a type of security through obscurity to me. Being on dial-up won't protect you. You should be using a firewall and have up to date virus definitions regardless of your type of connection to the internet.

    1. Re:Dial-up does not make you more secure by stevey · · Score: 5, Insightful
      Being on dial-up won't protect you

      Being on dial-up might even be worse for your security, since most people who have only dial-up will ignore security updates. (Predictably enough, downloading large patches is more troublesome when you have a slow and infrequent network connection)

    2. Re:Dial-up does not make you more secure by rideaurocks · · Score: 5, Insightful

      You really have to think about the vectors of infection. With dial up you're less likely to be infected by a probe of your computer that's scanning for a vulnerability since, as you said, it's not an always-on connection.

      But is that really how you get virii & spyware? I think not. The same access points are still there. A website that installs spyware thu activex doesn't care that you're on dial up. The trojan in the warez you (patiently) downloaded doesn't care either. Accessing the Internet puts you at risk. Thinking that a slow connection is the sole determinant of your value is naieve.

    3. Re:Dial-up does not make you more secure by jacksonj04 · · Score: 2, Informative

      Generally speaking, sharing any connection is best achieved with an external router and not via a computer. That way if your Gentoo machine falls over or you need to reboot, it won't take out the connection for everyone else. YMMV.

      --
      How many people can read hex if only you and dead people can read hex?
    4. Re:Dial-up does not make you more secure by Glonoinha · · Score: 3, Funny

      Not to mention you can't exactly throw a Linksys router (hardware firewall) inbetween you and the wall when you are on dialup.
      This is about like having sex without a condom and thinking 'well she is a little slow, so she probably doesn't have any diseases.'

      --
      Glonoinha the MebiByte Slayer
    5. Re:Dial-up does not make you more secure by Shakrai · · Score: 5, Informative

      Not to mention you can't exactly throw a Linksys router (hardware firewall) inbetween you and the wall when you are on dialup.

      Perhaps you've never seen one of these.

      We used to sell them to customers too far out in the sticks to get anything but dialup but whom wanted extra security or the ability to network multiple machines. We even had an entire office once that did all of their billing to an AS/400 via a dialup. It was all terminal based so the dialup worked just fine. At peak hours they had 11 people all doing billing at the same time. And you know what's really sad? They could do it faster on that terminal system then any GUI that has come since.

      Ditto when I worked in the insurance field. We absoletely hated the new version of our agency management system when they moved to Windows. When will interface designers learn that it's faster if you don't have to take your hands off the keyboard every three seconds?

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    6. Re:Dial-up does not make you more secure by CosmeticLobotamy · · Score: 2, Insightful

      It's not security through obscurity, it's security through inconsistent availability. But it only reduces your exposure to 20% or so, so it will just take you around 5 times longer to catch something, and we all know the stats on how long you can be connected with an unpatched system before you're screwed. 5 times that still ain't much.

      So yes, it's a good idea to not be connected when you don't need to be connected, but it's a terrible idea to rely on it to protect you.

    7. Re:Dial-up does not make you more secure by eco2geek · · Score: 2, Insightful
      Exactly. A couple years ago, my brother, who had Win2K, who was on dialup, and wasn't running a firewall, somehow ended up with the Sasser worm on his computer.

      It didn't matter that he's the kind of guy who's got cookies and scripting disabled in his browser, who never downloads warez or music, who's always careful of the software he puts on his computer, etc. In fact, about all he uses his dialup connection for is email. But that was enough.

      These days, you need to install a software firewall -- one that can block both incoming and outgoing connections -- before you connect to the Internet.

      Another point: With each new version of Windows, Microsoft implements more Un*x-like security features. (They have to be "turned on," though. Most people still log in with Administrator rights, which defeats the purpose.) Also, Windows XP SP2 even includes a half-assed firewall. But in Windows 98, your entire filesystem is open to anyone who hacks in.

      Point is, using an older version of Windows is probably going to make you more vulnerable, not less.

    8. Re:Dial-up does not make you more secure by Shakrai · · Score: 4, Informative

      Generally speaking, sharing any connection is best achieved with an external router and not via a computer. That way if your Gentoo machine falls over or you need to reboot, it won't take out the connection for everyone else. YMMV.

      Generally speaking, sharing a connection with Linux will give you useful hands on experience with iptables and it's a million times more flexable then any hardware router and about $60 cheaper.

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    9. Re:Dial-up does not make you more secure by JeffSh · · Score: 3, Insightful

      i work for a software company that develops software for windows and the gui is tuned to people who only use the keyboard... and tabbing isn't necessary.

      soo, windows software doesn't have to be that way; just bad windows software does.

    10. Re:Dial-up does not make you more secure by innosent · · Score: 5, Informative

      In a home environment, this is likely not a real problem. In a business environment, anything beyond about 15 active users is usually too much for a Linksys-type router, since the processor and memory capabilities of these are usually pretty low. I think Netgear has a few for small/medium businesses, but if all you want is a NAT box, Linux/*BSD work quite well on some pretty low-end hardware. 100 users on a DSL/Cable circuit could be handled by an old Pentium 133 picked up on eBay for $25. At work, we have a FreeBSD box (though on a much faster Opteron 244) doing NAT, firewalling, monitoring, load balancing, and intrusion detection for 2 Gigabit segments, 3 T1s, and a Frame Relay circuit. On average, this box is at 0.4% CPU utilization when you aren't actively monitoring something.

      --
      --That's the point of being root, you can do anything you want, even if it's stupid.
    11. Re:Dial-up does not make you more secure by Shakrai · · Score: 4, Funny

      Now THAT is good advice! Best buddy stole my router forcing me to turn my under used linux machine into a router/firewall.... I am twice the tech I was (now i canplay minesweeper AND manipulate text based routing tables)

      Well, if you can play minesweeper you are well on your way to a MCSE certification :)

      *duck*

      --
      I want peace on earth and goodwill toward man.
      We are the United States Government! We don't do that sort of thing.
    12. Re:Dial-up does not make you more secure by eneville · · Score: 2, Interesting

      NAT is just a state table, a combination of [ external ip, a source ip and source port ] with [ destination ip, destination port and NAT IP ]. What makes circumventing this hard is that only in a few cases do all ports forward to the destiantion NAT IP. The moment you redirect a port to a NAT IP you're effectively putting that host on the internet with a firewall that has just that port open. It's a layer of security just like a firewall, but not to be seen as any increase when compared to a firewall because it's all about how this is applied to your hosts.

    13. Re:Dial-up does not make you more secure by mkosmo · · Score: 3, Informative

      Downloading the tools to correct a worm or virus you get also take longer, leaving your machine more vulnerable while you are online longer retrieving the tool to fix the worm. Also as mentioned, dial up users are natively discouraged from updating their systems since updates (win-doze, anti-virus, up2date, yum, etc..) are larger files designed for broadband users, meaning they are much wider open, and will be wider open for a longer period while they are online.

    14. Re:Dial-up does not make you more secure by mo^ · · Score: 2, Funny

      they don't give a stuff about text based network configs though......

      --
      bah!*@%!
    15. Re:Dial-up does not make you more secure by caluml · · Score: 2, Funny

      No, it's your sly hinting that it's likely to be a box running Gentoo. What's that all about?

    16. Re:Dial-up does not make you more secure by eta526 · · Score: 2, Informative
      Security Through Obscurity means that the method that makes you more secure is hidden in secrecy.

      You've just described Obscurity OF Security or Security WITH Obscurity, not Security THROUGH Obscurity. The parent was correct. You are not. I will not bother explaining the difference since you are an anonymous coward, but if you compare the two descriptions, you will see.

    17. Re:Dial-up does not make you more secure by TurboStar · · Score: 2, Informative

      "then any hardware router and about $60 cheaper."

      I paid $60 for my router. I got 802.11g and four ethernet ports on it. How is a PC with a wired card, wireless card, and an external switch to be had for free? I'm also quite certain my dedicated router uses a lot less power than running a PC all the time. Especially if you're talking about an old junker PC you had laying around or got for free.

      No, sir, Linux on your old junker is rarely cheaper than a budget router.

    18. Re:Dial-up does not make you more secure by Chandon+Seldon · · Score: 2, Insightful

      The trick is that consumer NAT boxes open zero incoming ports by default. That's a signficant security increase for any unpatched Windows boxes involved (i.e. a fresh Windows XP sp1 is likely to survive the automatic updates to current security patches unhacked if behind a NAT, whereas unpached sp1 tends to get cracked in less than 10 minutes when connected directly to the internet in a broadband IP range)

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  2. Yikes by denissmith · · Score: 5, Insightful

    Not connecting to the Internet at all is even safer than dial up, and not even having a computer practically guarantees that you won't get spyware and malware. And what good is that? Your friend's advice is ludicrous. Use proper security. Don't cruise the net as root, or the admin user on a windows box. If you have to use Windows as your OS get a real firewall product, hardware even better than software, don't run unnecessary services, don't use IE unless its for the MS site itself. Don't use Outlook. Keep your system patched. Avoid sites like the free game and pr0n sites that are forever infesting computers. Get a useful book on security. Keep proper backups so that you can recover if all else fails, then relax and enjoy the experience. The time you'll save will pay for most of your outlays.

    --
    I have nothing to hide. So, why are you spying on me?
    1. Re:Yikes by Stan+Vassilev · · Score: 3, Informative

      "Don't cruise the net as root, or the admin user on a windows box. If you have to use Windows as your OS get a real firewall product, hardware even better than software, don't run unnecessary services, don't use IE unless its for the MS site itself. Don't use Outlook. Keep your system patched. Avoid sites like the free game and pr0n sites that are forever infesting computers. Get a useful book on security. Keep proper backups so that you can recover if all else fails"

      Dude, wow, wow, wow... Is all this supposed to make him switch to broadband with an easier mind?

      You don't need to freak him out. All this can be said in a much simpler fashion:

      - Leave autoupdates on your windows ON, it'll take care of itself
      - Download and install : ZoneAlarm for your firewall, and AVG Free for antivirus. Both free, user friendly and do their job.
      - Download and install Firefox for your browsing needs.

      And dial-up is indeed fake sense of security, so there.

      That's

    2. Re:Yikes by BitterOak · · Score: 2, Interesting
      and not even having a computer practically guarantees that you won't get spyware and malware.

      Would that were true, but unfortunately cell phones, pagers, and even cars are susceptible to malicious code, as I'm sure will the newer generation of high definition DVD players which need to fetch keys from the net every time a movie is played. I can envision the day when any appliance or device that is powered by electricity will capable of becoming infected.

      --
      If I can be modded down for being a troll, can I be modded up for being an orc, or a balrog?
    3. Re:Yikes by Hydroksyde · · Score: 2, Informative
      You did omit some things there, the "not cruising the net as admin or root" is one important thing. In any unix-like operating system, people will point and laugh at you if you do this. This is a less viable option in windows, due to a lot of poorly written software, but what I suggest is:
      • Avoid software that needs to be run with administrator privilages. It's obviously poorly written anyway, and let the developers know why you wont use their software too.
      • If you absolutely must run such an application, rather than doing evrything as administrator, when you want to run the program, shift+right click the icon and click "run as". Then log in as a user with the required privilages.

      Doing this will make your system much less vulnerable to nasty malware programs, as if you're running as an administrator, and you run them, they have complete access to your computer.
    4. Re:Yikes by danielrose · · Score: 2, Funny

      (like direct peer communication, like for video chats for ex.).

      i so read that as "like video chats for sex."

      --
      i hate pansy republicans
    5. Re:Yikes by rts008 · · Score: 2, Interesting

      *claps hands!*

      Well said. Knowledge, common sense, and being prepared is the majority of the battle.

      Backups are not fun, but pay off sooo much in the long run! It's almost certain that sooner or later Some BAD Thing (tm) will happen: getting pwned, catching a bug, harddrive fail, etc. With a current backup....no worries, just a little lost time. :) ( take this from the perspective of the article- home user, not IT at X? Corp.)

      like many have said above- get some good documentation on your setup (related to security), keep patched, "broadband" with router (*nix box as router or hardware routert with NAT, etc.), good AV and anti-spy/malware software, backups, common sense, and as stated ENJOY.

      --
      Down With Slashdot BETA!!! I've been around the corner and seen the oliphant; you can only abuse me from your perspecti
  3. Not true by republican+gourd · · Score: 5, Informative

    Its only true in the way that you will be mugged less if you walk naked down one back alley every night instead of twenty. Go ahead and get the faster connection, and get a hardware device (nat box at least, a real firewall would be better though) between you and your uplink line, and you'll be better off than you were before. You can't do that (using common hardware) with your modem in the first place.

    1. Re:Not true by Planesdragon · · Score: 5, Funny

      How exactly are you going ot be mugged if you're naked?

      "Give me your wallet!"

      "What wallet?"

  4. Simple answer, no by jolyonr · · Score: 4, Informative

    No, is the simple answer.

    You could get hit by a worm just as easily - they attack by IP address and are indescriminate about where they attack - they don't care how fast your connection is.

    As for spyware and the rest, if you're using a slower net then probability is that you'll browse less and be subjected to less risk, but in general the argument used is complete and utter rubbish - there's no additional security to be gained by dialup.

    Jolyon

    --


    Please read my Canon EOS tech blog at http://www.everyothershot.com
  5. You're not thinking big enough! by hoggoth · · Score: 4, Funny

    Why go for slightly better security when you can go all the way?!
    Forget dial-up. Hand floppies to your friends with instructions on what web pages you'd like to browse. They will return the floppies to you with the pages. You will be extremely secure from viruses... much better than dial-up. Think of it like Netflix for the web.

    --
    - For the complete works of Shakespeare: cat /dev/random (may take some time)
    1. Re:You're not thinking big enough! by Ididerus · · Score: 2, Insightful

      but your friend would download viruses and their ilk from the websites you are sending him to. virus corrupts the floppy and you install a trojan when you access the disk. this doesn't care what kind of connection you have, it contacts the creator who installs all you can eat malware.

      --
      I'm fighting The War on Drugs!
  6. Odd Question by XMilkProject · · Score: 5, Interesting

    Not quite sure how this question made its way to slashdot, since it seems sort of self-explanatory, but I suppose we can elaborate.

    In short, I suppose you would be more secure on dial-up. Less data moving around, less access to situations which may be a threat, less up-time, etc.

    That being said, most of the world is already using an always-on connection, and the vast majority of them manage just fine. It's not a daunting task to configure a setup that will secure your home computer to a suitable degree. Just your ordinary broadband router should include a firewall that should be sufficient, and the Windows firewall is also likely sufficient.

    If you aren't an expert on setting up your network, then just find one of your more tech-savvy friends (not the one that told you to stay on dialup!) and have them check your router/firewall configuration. There are also websites you can visit (Symantec?) that will perform a check on various ports for basic vulnerabilities.

    --
    Big ones, small ones, some as big as yer 'ead!
    Give 'em a twist, a flick o' the wrist...
    1. Re:Odd Question by Woy · · Score: 2, Informative

      Well any operating system will look good in a port scan if it is sitting behind a NAT.

      --
      "If God created us in his own image we have more than reciprocated." - Voltaire
  7. I think.... by fean · · Score: 2, Informative

    That your friend is on the same cable node, and he wants all of the pr0n bandwidth for himself...

    Buy a router, your computer will have the SAME security it would have through dialup....

    you'll still have to deal with viruses and backdoors from emails, malware, etc,

  8. You protect others by TheCarlMau · · Score: 2, Interesting

    In my opinion, the only thing that you are doing is protecting others. Your computer will probably not become a spam zombie, because transmitting outgoing data would be painfully slow (ie: spamming one address every 5 minutes). While you may be somewhat immune from other viruses, the trade-off of higher speeds is worth it.

  9. BS by dcapel · · Score: 2, Insightful

    That's equivalent to saying if you never leave your house you won't get mugged. Sure, its probably true, but if you take the proper cautions, you will probably avoid getting mugged, and, more importantly, you don't let fear control your life.

    --
    DYWYPI?
  10. How can you not have spyware? by mldkfa · · Score: 4, Insightful

    Do you know for a fact that you don't have spyware? I have seen many dialup connected computer with spyware and they didn't even know it. Broadband is better. Everyone can be secure if they just follow a few simple rules to surfing the web.

    1) Don't download things unless you know what they do.
    2) Get rid of IE
    3) have a good virus scanner/spyware scanner

    Staying on dialup is like saying that a bike is more reliable and therefore better than a car. Cars might break down every once in a while but if you need to get somewhere they're much better than bikes.

    1. Re:How can you not have spyware? by pyrotic · · Score: 3, Insightful

      A bike is "better" than a car. I'm not just counting reliability here, speed in my city for 4 wheeled traffic average is about 12 miles/hour, on a bike you can easily sustain 15, take shortcuts, etc. And don't get me started on parking, insurance and congestion charges in this crazy city (London). The one thing cars are good for is carrying heavy stuff. And navigating brain-dead highway interchanges. And running over pedestrians. And safe drink driving. OK, maybe cars are good for something.

  11. Dial Up much more secure... by MosesJones · · Score: 4, Funny


    Its much more secure if you personally just dialup and squark and squeek at the handset processing all of the information yourself, you can't do this with DSL because its a digitial line so you can't hear what it is saying properly. Personally this form of internet communication, while a little slow (around 2 baud) has never resulted in any security problems.

    In summary

    Your friend is a muppet, probably Fozzy, potentially Gonzo.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
  12. Still at risk by origin2k · · Score: 2, Interesting

    Just ask my neighbor who uses dial-up. I had to spend hours cleaning all the spyware and virus's on their computer system. If you are connected in any way you need to take the same precautions.

  13. Re:Oh dear god what a stupid idea/concept by heavy+snowfall · · Score: 4, Insightful

    Let's take the question seriously for a moment, for fun.

    Is there an argument for this? No.

    You can simply unplug your net cable at night. So why be stuck with an expensive slow connection?

    I think this ask slashdot question was a trolling experiment. :)

  14. Broadband Plus OS X by MadMacSkillz · · Score: 3, Insightful

    Broadband + OS X = Problem Solved. Oh NO, someone will mod my post DOWN and it will hurt my KARMA! Oh dear! Now I'll need to sleep with a nightlight.

    --
    Music - www.richardmac.com
    1. Re:Broadband Plus OS X by ninja_assault_kitten · · Score: 3, Insightful

      Broadband + = Problem Solved

      Speaking as a Mac user and security researcher, your post is completely retarded.

      1) OSX is no more or less inherently secure than Windows.
      2) It's currently far more profitable for me to discover a flaw in MS than it is in OSX. Almost 10x more actually.

  15. dial-up: the dry humping of internet connections? by jazzman45 · · Score: 2, Funny

    I don't think so. You'd better slip a giant condom over your whole computer one way or the other. Sticking it in (to the wall) is going to put you at risk of infection either way. Only complete abstinance will work 100% of the time. Jusk ask ol' bushy.

  16. Dial-up for security... don't count on it by norminator · · Score: 2, Informative

    I've had my computer get infected while downloading security updates over dial-up after a fresh installation of XP. I should have downloaded all the updates, or SP2 at the very least, from work and brought them home to install them.

    One problem with dial-up is that you probably won't have a hardware firewall/router between your computer and the internet. Many folks with broadband access have some type of a router with a firewall/NAT built-in. Not everyone does, but some do, especially people with wireless setups, although that introduces its own security troubles.

    The point is, if you think about security (which means you have to be aware of all the types of security threats to begin with, not just focusing on one or two that your friend told you about), you'll be able to take proactive steps to make your computer(s) more or less secure. Otherwise, you're leaving yourself open to becoming a zombie just as much as the other millions of computer users out there.

  17. Buy a Mac by MBCook · · Score: 2, Insightful
    Buy a Macintosh. You won't be a target for most of the threats out there, but you can still have dial-up. Same logic.

    I agree with everyone else here. That may be technically true, but it's stupid. All you need is a firewall and a little common sense and you are practically invulnerable to most of the attacks out there.

    Get broadband. Get a firewall. Enjoy.

    --
    Comment forecast: Bits of genius surrounded by a sea of mediocrity.
  18. Bin the dial-up by Jaknet · · Score: 4, Insightful

    I fully agree with all the above advice and my 2p's (uk) worth is that at times you can be safer on broadband instead of dial-up. For example if you have a cable modem (dont know how it works on adsl so keeping quiet)then you have NO risk of some dodgy dialler software getting in and changing your dial-up number to a premium rate number because it's not connected to the phone line at all !!!

    Enjoy the speed and "almost" always on. broadband

  19. upgrade by Janek+Kozicki · · Score: 2, Informative

    upgrade to faster connection, switch to kubuntu (free AND secure), or anything else equally secure.

    If you need (unsecure) windows for anything, use vmware player (free), or wine (free), or if you need to play games with 3D acceleration then cedega (nonfree).

    Remember about http://www.openoffice.org/ for office work, http://www.gimp.org/ for drawing, http://www.k3b.org/ for burning DVDs... and the list goes on and on.

    ps: I've got some karma to burn, so here I'm whoring ;)

    --
    #
    #\ @ ? Colonize Mars
    #
  20. Pretty dumb infosec tips, time for a list? by twigles · · Score: 2, Insightful

    Ok, I'm sick of seeing crappy advice confusing newcomers and normies. Here are some stupid tips to avoid taking seriously. I'll start it with this one.

    1 - dumb. Use dial-up instead of Cable or DSL because being connected to the internet all the time is a security risk.
    1 - smart. Go get Cable or DSL, your life will improve (barring bad service). If you want to nullify the increased threat from being constantly online, buy a router that does NAT for you. Now you aren't always connected, your router is, and it's providing statefull firewalling for you.

    2 - dumb. Never run anything you want secure on Windows. Use Linux, or even better OpenBSD.
    2 - smart. OpenBSD rocks on security, but if you have no bloody idea how to use it you'll do something dumb that will compromise security or, more likely, uptime. Use the OS you know how to configure, and learn how to configure is securely and properly. You can research new OSs from your now-secure platform.

    Please, kind readers, add to this list.

    1. Re:Pretty dumb infosec tips, time for a list? by Cytlid · · Score: 2, Insightful

      3 - dumb. I'm totally secure because I have the latest patches, a firewall (two even!) and updated antivirus. And instead of using [IE|Windows], I use [Mac|Linux|*BSD|Firefox]
      3 - smart. Modifying your habits, educating and empowering yourself (even just a little) will help. Having the right tools is only half of it.

          I've seen all too often people get confused by the fact they have tons of spyware/viruses/trojans on their system, yet have *no idea* how they got there. Yet when you dig deeper, you see twelve different filesharing programs, virus software updated (but disabled) and 258 porn sites in their history (from yesterday alone) where they clicked the banner that said "click here to get naked bodies for free!".

          People will often do on the internet what they won't do "in real life" because there's this false sense of obscurity, anonymnity and privacy. This equates to poor habits and poor security. There are places to get the things you're looking for without having to install viruses to get them. In reality, you wouldn't buy a car from a dealership none of your friends has ever heard of, out in the middle of nowhere, that you came across by chance, and had to give your singature fifty times... why is the Internet any different?

      --
      FLR
  21. Dial up hijacking by Mr.Ziggy · · Score: 5, Insightful

    You do have a risk that none of us on broadband have: Dial-up Hijacking. Malware on your computer changes your dial-up settings in Windows, and you end up dialing to a pay number in another country, and VERY expensive. Many people don't notice it, until you get your phone bill. You don't hear about dialers as much now, but they're still out there. Am I just showing my age? http://www.internetbasedmoms.com/articles2/modem-h ijacking.htm

  22. In other good advice .... by icepick72 · · Score: 2, Funny

    Tell your friend to buy a Sherman Tank and drive it to work so he'll be less affected by traffic accidents. It goes slower, is harder to dent so has great security. All other things aside, this is the ultimate way to get to work.

    1. Re:In other good advice .... by icepick72 · · Score: 2, Informative

      BTW on the serious side, I've been sitting on an always-on DSL connection since 1999 (two computers on it). That's 2005 - 1999 = 6 years * 365 days = 2190 days (okay, maybe minus a day or two for accumulated brief power outages) and I have *never* had a problem with being infected or comprised. Yes, I have been attacked ... they just have never got in! The secret for me has been a hardware firewall/router in front of my computer + relatively long cryptic passwords on the router and Windwos + also keeping my Windows software firewall turned on + keeping updated automatically with latest patches. The math is simple. High speed is worth it. Do it and leave your dial-up friend in the dust.

  23. Yeah it totally works by Feanturi · · Score: 4, Funny

    But you can't stop with just dialup. You have to use MSDOS 2.0, and get yourself a good ansi term program to connect to a dialup that gives you telnet, ftp, nn, lynx, pine, etc. Use a 300 baud modem for maximum attack-throttling also.

  24. That's a flawed argument by DavidinAla · · Score: 2, Insightful

    That's like saying that if you don't drive a car, you won't have as many accidents as you would if you just ride a horse-drawn wagon and stay off of any road where cars might be. It's true that you're much less likely to be hurt that way, but you miss out on the benefits that make having a car (or some form of faster transportation) worthwhile. In the same way, you might not be "always on" to be attacked through your broadband connection, but you lose all of the benefits that come with having a high-speed connection. So unless you do nothing except text e-mail, the benefits of broadband should outweigh the risks, especially if you're smart enough to take simple precautions. Just nothing except my Mac's built-in firewall, I've never had any issues, and I've been on broadband for years.

    David

  25. Crack my CPC-464! by ettlz · · Score: 4, Funny

    No-one's gonna be able to hack into my old Amstrad, ha-ha-ha! Stick that in your pipe and smoke it, you OpenBSD pretenders!

    1. Re:Crack my CPC-464! by ettlz · · Score: 4, Insightful
      Ah 64k of RAM (48k of which was available to the user), that takes me back.

      Remember Spindizzy, that isometric 3D game with all the different screens to explore? The whole map fit in 11 kiB.

      They don't make them like they used to.

  26. Low bandwidth denial of service attacks by Gary+Destruction · · Score: 2, Interesting

    Low Bandwidth Denial of Service attacks do exist. They've been mentioned on slashdot before. That link mentions a new type of attack. I'm not sure of its effectiveness now.

  27. I have a better solution... by Millenniumman · · Score: 2, Funny

    Just use a calculator. You won't get any viruses this way. On a more serious note, this isn't a good idea. Dial-up is very slow, and it simply isn't worth it to stay on it for security. And whether broadband is less secure is arguable. It makes it much more convenient to download security updates. If you don't want to be always on, disconnect the computer from the internet. Then again, I use a Mac, so I don't really have the best comprehension of PC security problems in general.

    --
    Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
  28. Sound advice by Hoturu · · Score: 2, Insightful

    This is sound advice, yes you increase your value to hackers by purchasing a high speed connection (valueable to them for the same reasons as to you) do some homework on computer security and you will be fine.

  29. You could just get Linux and DSL... by voss · · Score: 2, Informative

    That way you can keep a high speed connection and not have to worry about it.

  30. Stone Tablet by BarneyRubble · · Score: 2, Funny

    Yes i agree with your friend. I still use my chisel and stone tablet for all my important work.

  31. Security through lack of reward. by RingDev · · Score: 3, Insightful

    Why do people rob banks and not homeless people? Because there is money in the bank, but the homeless person is likely broke.

    A dial up connections obviously can't put out the same load that a broad band connection can. So it would stand to reason that a zombie net creater would be less interested in the computer. But most zombie net creater's are trying to get a huge number of PCs over a wide region, so while your PC isn't is sweet as a Win 98 box on a 5 meg DSL line, it is still another zombie. and it would likely be harder for the creators to make a filter to ignore your machine.

    Same for spy/adware. Your machine isn't the best, but it is another machine.

    so this is not obscurity he was preaching, it was desirablility he was preaching, albeit incorrectly.

    -Rick

    --
    "Most people in the U.S. wouldn't know they live in a tyrannical state if it walked up and grabbed their junk." - MyFirs
    1. Re:Security through lack of reward. by lobsterGun · · Score: 3, Interesting

      That is some dangerous and irresponsible advice. Do not allow yourself to believe for an instant that you are below the radar of a zombie master.

      The zombie masters don't give two shits about the size of your connection. They do is to release their infections into the wild and will add any and all to their zombie horde. Whether you are blessed with a 5 meg DSL, or have the misfortune of sitting on a 26k dialup connction is unimportant to them. The infection of you machine will be accomplished through an automated process that doesn't care about how you are connected to the internet.

      I speak from personal experience. I thought exactly as you did, and my box was infected within a week of getting a dialup connection. I didn't think I'd need that firewall for a piddly 28.8k dialup line that was only going to be used to check email until the broadband was installed. When I finally got the box cleaned and back on line with a firewall, I logged over 300 intrusion attempts in the first hour.

  32. Re:Oh dear god what a stupid idea/concept by Jezza · · Score: 3, Informative

    I've heard this argument before (no really). On the face of it, it has something going for it - OK, now why is it wrong?

    Well if the PC isn't connected, it can't download updates to Windows (patches) and its Anti-Virus/Firewall/Anti-Spam etc. So when it is connected it will probably be a poor position security wise. From a practical perspective has anyone tryed to keep a PC "all patched up" over dial-up? Takes forever to download the patches, it isn't actually practical. So no, getting proper security utilities in place (and setting them up correctly) then connecting via ADSL (or similar) will probably improve the security. One tip though - don't get your friend to set it up. ;-)

  33. Very good point by sterno · · Score: 2, Informative

    Not only are they less likely to worry about security updates, but are you going to sit there and kill your bandwidth for days trying to download some major upgrade. For me I have DSL with 3Mbps downstream, so when new patches come out I can download them without skipping a beat.

    Besides, the dialup doesn't really make you more secure. It's slower, so the amount of harm you can do to others by some worm is lower, but I can assure you, you can still get infected. I bought a new laptop while I was on a trip somewhere (long story), and while I was on the trip I used the dial-up modem on it for a couple days. During that short period of time it picked up a virus.

    So get DSL and get a firewall. Firewalls will kill the vast majority of attacks. Sure you can still get crap through e-mail and websites, but then at least you're at the controls and can avoid screwing up too much.

    --
    This sig has been temporarily disconnected or is no longer in service
  34. Not any safer by sqlrob · · Score: 4, Informative

    After I switched my father to Linux, I kept an eye on the logs.

    Time from dial up connection to blaster hit: 8 seconds
    Time from dial up connection to Nimda Hit: Two and a half minutes

    So no, it's not safer.

  35. Re:Oh dear god what a stupid idea/concept by generic-man · · Score: 2, Funny

    I think those AOL commercials have really been sinking in.

    "Did you know that with a high speed connection, you're more vulnerable to attacks? Get AOL Broadband to keep yourself safe! Just $15 on top of your DSL fee per month."

    --
    For more information, click here.
  36. Dailup comparatively worse. by sailent · · Score: 2, Informative

    Dialup is in essence more secure because of speed you can visit websites, and the lack of not being connected 24/7 which isn't a problem with broadband if you have your firewall on. But comparitively the crap you can get into on dialup is worse. For example you can get a virus or spyware dialer on your machine. One of these over the christmas holidays racked up $600 dollars for my mama and papi who no matter how hard you lock there system down still get into trouble. At least for broadband they shut down your connection for a month if something happens. That alone would get me thousands of miles away from ever buying dialup again.(but when you can never really switch back after :) ) Oh yeah and your alternatives to getting around the dialup charges in canada are that you pay the phone company to password your long distance. They did the first time this happened offered a blocking solution. But it didn't include the long distance.

  37. Obscurity through Wikipedia by fm6 · · Score: 3, Interesting
    Lately, we've seen a lot of people employing catch phrases and jargon incorrectly, and I'm convinced that these people base their misunderstanding on muddled explanations in Wikipedia. The article you point to is technically correct, but it's full of convoluted arguments and trivia. No wonder you got the concept wrong.

    (The one I'm getting pretty tired of is "ad hominem", which many people seem to think is Latin for "You hurt my feelings!")

    Briefly put, Security Through Obscurity is the assumption that your security holes will not be found because they're in a place few people will think to look. That strategy was never a good one, but it used to be more effective than it is now. Back in the 50s, when few computers were online the effectiveness of STO was merely unacceptable. Nowadays, the effectiveness of STO is pretty much non-existant — as long as the computer is online.

    Now a computer using dialup is less hackable than one using DSL, because it's not always available, and because it's harder to probe when it is. The difference has nothing to do with "obscurity" — there's just less bandwidth for a hacker to play with.

    Of course, a dialup connection when no security measures is still pretty fucking dangerous. But you're wrong to claim that there's no difference at all.

  38. Re:Oh dear god what a stupid idea/concept by ls+-la · · Score: 2, Insightful

    You could either switch to linux, or hibernate/shut down the computer whenever you're going to be gone for a while. The slow connection won't help much, if at all, since I think most viruses are relatively small.

  39. Re:Oh dear god what a stupid idea/concept by pablodiazgutierrez · · Score: 3, Insightful

    What happened to that good old technique I like to call "turning your computer off when not in use" (TM)? It surprising has some side benefits, like lowering your energy bill!!!

  40. Re:Oh dear god what a stupid idea/concept by Heembo · · Score: 2

    Even better, use the Kerio Personal Firewall (windows xp), it's free, and there is a button to completely disable the net to that machine. I use it and turn the net off at night before I crash because I prefer to keep my machine running at all times.

    --
    Horns are really just a broken halo.
  41. A modem puts you at more risk by nincehelser · · Score: 2, Funny

    If you happen to contract one of that nasty malware that silently dials one of those expensive phone services, you'll wish you would have ditched it.

  42. Re:Oh dear god what a stupid idea/concept by Anonymous Coward · · Score: 4, Funny

    So you're the fucker who turned the net off last night.

  43. Re:Oh dear god what a stupid idea/concept by jeremyp · · Score: 2, Interesting
    From a practical perspective has anyone tryed to keep a PC "all patched up" over dial-up?
    Yes, my parents until DSL arrived in their village last year. It was so hard to do that they mostly didn't bother and they used to get all kinds of vruses and worms. Now they are on ADSL, their Windows OS is right up to date and their AV is right up to date and they have a firewall in the router and they have had no security issues at all since they got ADSL.
    --
    All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  44. This is the dumbest thing evar by gothzilla · · Score: 2, Insightful

    What kind of idiot thinks connection type has anything to do with infectability? A virus doesn't give a crap if it's traveling over fiber, dsl, cable, or phone lines. With broadband you can get 10 or 15 spyware programs and viruses and not see much of a dent in your overall speed. With dialup, just one or two infections will bring you down completely. If anything you'll be more likely to get infected since dialers can't affect broadband, only dialup. A nice $2,000 phone bill should be enough to convince anyone that dialup is not safer.
    Maybe he thinks using dialup will protect him from cookies too.

  45. Nothing about dialup is safer by stuartkahler · · Score: 2, Insightful

    It's more difficult to get a hardware NAT router/firewall for your connection.
    You're less likely to download the large security updates because of time it takes.
    'Always on' isn't a requirement. You can turn off the router or modem just like you can disconnect on dialup. I know people who do this.
    Most exploits are quite small, and won't take long at all to install on your machine, even on dialup.

    I've had 3 machines on cable behind a $25 belkin NAT firewall/router for over 5 years. I run zone alarm on the machines while I'm web surfing. I use mozilla because they seem to be more responsive to security issues than microsoft. I'm pretty lazy about patching, and I still haven't gotten any viruses, worms or trojans.

  46. That aint friendly advice by mnmn · · Score: 2, Insightful

    Hope your friend is not your dial-up vendor too. If malware connections attempt to connect to your machine, your dial-up might be saturated with the crap being downloaded, while personal info is being uploaded. Dial-up does not make you secure simply because on the network level, its just machines with IPs out there, regardless of connection. I havent heard of a virus that depends on layer 1 or 2 vulnerabilities.

    --
    "Give orange me give eat orange me eat orange give me eat orange give me you." -Nim Chimpsky
  47. Don't Drive by clambake · · Score: 2, Insightful

    If you drive a car, instead of walking, the chance of getting into a major road accident increases, and you'll never get carjacked when walking.

    Basically, his advice is simply to stay behind, because these new-fangled new technologies require you to actually increase your realm of understanding to use properly. If you are on a high-speed line, you actually have to care a little bit more about security, oh my! By by that same token, if you just stuck with a manual typewriter, you could avoid the threat of viruses altogether.

  48. Well Linksys routers aren't the answer there... by Svartalf · · Score: 2, Interesting

    However, there is an answer if you can scare up a 486 or better with 32Mb of RAM, 400Mb of HD, etc.

    IPCop will do modem dialouts (manually initiated and on-demand) and provide firewalling, caching, etc. for the same with any hardware and many software Modems out there. In fact, when Verizon fubared my DSL pending my FiOS install, I had to resort to that by popping in a hardware PCI modem (yeah, they DO make 'em) into the box instead of my Red NIC and plugged in my road warrior ISP. While it was dialup (with all the concomittant slowness...), it DID work well with all the setup in the house (incl. my firewalled and VPNed wireless leg...).

    Basic configurations will work, esp. with an external modem and are largely no-brainer setups.

    However, having said all the above, the original article poster's "friend" wasn't doing him any favors by making very misleading statements like he did. Most of the malware flatly doesn't care if you're not always on and high-speed. It'll zap you even on dialup (Remember Blaster?) and it may zap you in such a way that you can't even get on (Remember Blaster?). If your OS is insecure, it matters little what bandwidth you have- it's still insecure. Just because you're not as useful for a botnet doesn't mean you won't get trojaned or zoomed by a worm/virus all the same. The exploits and their use don't discriminate in a manner like dialup versus broadband- they attempt to zap EVERYONE .

    The original poster should just get broadband of some kind- a goodly portion of the Internet has become painful to use because developers are assuming broadband like access and do all kinds of stupid things to their bandwidth and latency from off of their sites.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  49. English is still in beta jack-ass! by cheekyboy · · Score: 2, Interesting

    English is more like an intel chip, bad design, but still chugs along and works. We all can still use the minium instruction sets badly and people still understand.

    --
    Liberty freedom are no1, not dicks in suits.
  50. Re:Oh dear god what a stupid idea/concept by raduf · · Score: 2, Insightful


          Ok, lots of people said this is a stupid ideea, that a net connection is a net connection and so on. Fact is, I worked at an ISP for about half of last year, and what happened to me happened to most ou out new clients: soon after getting connected, we were hit by baf stuff. Really hard. Why? Several reasons, as far as I can tell. First, the dial-up ISP usually tends to do a lot of firewalling on your behalf. Second, the connection (especially local one) beeing a lot faster, hits came a lot sooner and more often. And third there is a lot of bad stuff on the local ethernet connection which cannot be firewalled in any way by the ISP (us), even if they wanted to.

          Point is, I agree with what most people said: beeing on dial-up is not safe. However, getting a broadband connection is likely going to make things interesting in a very short time :)