Slashdot Mirror


Some Companies Don't Care about Web Defacement

An anonymous reader sent in an interesting link to a story that talks about companies that just Don't care about Defacement. The story is just a light think piece worth a glance. And hell, its the holidays so its not like anything else interesting is gonna turn up to read for a few days :)

217 comments

  1. But it won't stand up as a defense by plover · · Score: 1, Insightful
    L33t h4x0rs may claim in court "See, most companies don't care. It's just a web page!" But if a company should choose to care, they can now make a lot of legal hassles for the skript kiddie in question.

    So, be warned: depending on who you hack, you might get away with it, but you might not.

    John

    --
    John
    1. Re:But it won't stand up as a defense by Anonymous Coward · · Score: 0

      Avoid the US government sites. They are cracking down and will prosecute nearly everyone.

    2. Re:But it won't stand up as a defense by spike+hay · · Score: 1

      I personally knew someone who hacked a nasa site to get a server # for somebody. Just in for a second, but they tracked him down.

      --
      If you don't understand any of my sayings, come to me in private and I shall take you in my German mouth.
    3. Re:But it won't stand up as a defense by Anonymous Coward · · Score: 0
      please read the moderator guidelines. Also, pick up a good dictionary and learn what meanings certain words have. 2 is not overrated, it is just '2'

      If you are a l337 loser then reply, don't moderate responses. Grab a beer, grab a real girl (not your hand) and get a life loser, I am tired of seeing bad moderation on this site

  2. Sounds familiar... by Chuck+Milam · · Score: 5, Interesting

    Gee, this sounds just like a certian company I work(ed) for. They were getting all proud when they bought a package that detected defacements and automatically copied a "known good" version of the web page back in place. Of course, I'm kind of a low man on the totem pole, so my idea of plugging the security holes, so there's no defacement in the first place has yet to make it past my next-level management.

    1. Re:Sounds familiar... by snake_dad · · Score: 3, Funny

      So, is that package hacked yet? :)

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    2. Re:Sounds familiar... by Anonymous Coward · · Score: 0

      The problem with the "fix it and you won't have to worry about it" approach is that new vulnerabilities come out all the time. What if you're on vacation? Or someone forgets? Even if you fix every known problem immediately, you are still vulnerable to unpublished exploits. You have to have some low level protection as a safety net like what you describe or www.integrityprotection.com.

    3. Re:Sounds familiar... by Amerist · · Score: 1

      Worse problem.

      Failing to realize that a hax0r that has obtained access to a webserver who has been able to deface web pages may also have gained a beach-head into the network itself.

      If management is using this "defacement detector" to feel safe they are creating themselves an entirely false sense of security. Not all intruders are going to deface the web page; they might be much more interested in activities more clandestine.

      What the poster described was a situation where people not completely in the know want to treat a single symptom without examining what the possible affects of the disease might be. If they really are ignoring the poster's push to plug holes -- they are in for quite a bit more hot water.

      Amerist.

    4. Re:Sounds familiar... by Chuck+Milam · · Score: 2
      "The problem with the "fix it and you won't have to worry about it" approach is that new vulnerabilities come out all the time. What if you're on vacation? Or someone forgets?"

      You are correct. You need to use both strategies:
      1. Patch and update to fix known problems as they come out
      2. Have some "low-level" protections in place to detect (and possibly, correct) unauthorized changes
      However, my problem is that management thinks that option #2 is sufficient, and we'll just wait two years for the next service pack to address option #1.
    5. Re:Sounds familiar... by SimCash · · Score: 1
      plugging the security holes, so there's no defacement in the first place
      Hmmmmm, think about it. There are 13 kazillion script kiddies trying to find new security holes. There usually are one or two techies at a company trying to keep the Web site up. They can try to keep up with/ahead of the 13 kazillion, or buy a piece of automated repairware, launch and forget about it. Sounds like a no-brainer to me.
    6. Re:Sounds familiar... by Meleneth · · Score: 1

      I was at first thinking that you worked for the same company I used to work for, then I realized you meant purchased-for-use rather than purchase-for-sale. My old company bought that technology (you prolly bought it from them)

      My Opinion?

      Worst Idea Ever

      almost as bad as running a program that lives on the machine to detect intrusions. And of course, having intrusion detection in place means everyone is 3x less concerened about security - we're protected, right? Pfah.

      Why why why why WHY does nobody care? *ALWAYS* it is "well, this is internal so it can be insecure"

      Anyone have a good reponse to that besides 3/4 of all attacks come from the inside? I always get labelled a security nut and so everyone ignores me because I care. RSH/.rhosts/SSH1 :/

      --
      remote access CLI with tools is the only friend you'll ever need.
  3. Simple solution by ZaneMcAuley · · Score: 3, Funny

    Run a regular checking task on the web server content and if that changes, restore the original from a stored copy.

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:Simple solution by sydb · · Score: 2, Funny

      Yeah, like, check your house contents regularly and when they get stolen, replace them!

      --
      Yours Sincerely, Michael.
    2. Re:Simple solution by ZaneMcAuley · · Score: 1

      Well this is kinda different :)

      You cant back up your house contents for next to no cost :)

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    3. Re:Simple solution by LinuxHam · · Score: 2, Interesting

      How about running web servers booted off cd-rom getting all of their content dynamically by calling java servlets against a remote machine using the secure xfer methods covered in yesterday's secure credit card transfer discussion?

      Something like a serial cable into the "servlet server" with a non-TCP/IP listener on the serial port. At max speed 115KB serial is like a 1Mbit connection. The web servers won't have IP access to the content server, and can't be defaced. Don't have to care about snort logs, tripwire -- all that happy hoo ha.

      Want to run a bunch of web servers for load balancing? put an 8-port digiboard in the servlet server.

      --
      Intelligent Life on Earth
    4. Re:Simple solution by ZaneMcAuley · · Score: 1

      What about the cache?

      Deface the cached content.

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    5. Re:Simple solution by Hiro+Antagonist · · Score: 5, Insightful

      How about running web servers booted off cd-rom getting all of their content dynamically by calling java servlets against a remote machine using the secure xfer methods covered in yesterday's secure credit card transfer discussion?

      There are a couple of good reasons why this unlikely to be a workable solution. First, this requires almost double the equipment (a two-tier minimum), and it requires the front-end servers to have some type of read-only storage, which most server appliances (like the Netra X1) don't have.

      Second, keeping the systems patched and up-to-date (which will still be imporant) is even more of a chore, as you can't just install patch foo -- you need to install the patch on a clean system, make a bootable CD, and then go physically insert the CD and reboot the machine to install the patch. In terms of administrator time, this is completely unacceptable.

      Third, it requires that you use JSP (and possibly EJB); things like PHP and Perl won't work with this kind of set-up. As nice as JSP+EJB can be for building complex and stateful web applications, it's really lousy for doing simple things like customer-feedback forms and the like.

      Fourth, the applications on the second-tier server are still open to exploit, as is the OS on the external server -- it's possible to crack and root a machine even if it has a read-only root filesystem.

      Fifth and finally, it completely violates the KISS principle (Keep It Simple, S*). More machines means more overhead for the admins, higher operating costs; and, most importantly, a more complex system. One of those little rules-of-thumb is that the more complex a system becomes, the more easily it will fail.

      Something like a serial cable into the "servlet server" with a non-TCP/IP listener on the serial port. At max speed 115KB serial is like a 1Mbit connection. The web servers won't have IP access to the content server, and can't be defaced. Don't have to care about snort logs, tripwire -- all that happy hoo ha.
      Want to run a bunch of web servers for load balancing? put an 8-port digiboard in the servlet server.


      I fail to see where a 115Kb/s serial connection is equal to a 1Mb/s link; I would suggest checking the numbers again, as I'm pretty sure that the latter is about ten times as fast as the former, and requires less processor overhead -- serial connections consume much more CPU time than ethernet ones.

      Snort and tripwire are very useful tools, and whether or not you have a "secure" setup, it's a good idea to run them. Snort is an extremely capable IDS (Intrusion Detection System), and if your uebersecure system is cracked, can provide valuable logs to find the attacker (and the original security hole). Furthermore, it's always a fun thing to watch the IIS exploit attacks pile up against your smug little Apache server...

      HTH. HAND.

      --

      --
      I Hit the Karma Cap, and All I Got Was This Lousy .sig.
    6. Re:Simple solution by liquidsin · · Score: 2, Informative

      that's a great idea to replace the original data, but once your above-average script kiddie figures out that the page he just 0wn3d resets itself to normal 5 minutes after he h4ck3d it, he may just be smart enough to go after your monitoring software. or crash the box. or find the original data that's being used for backup, and replace it. and it doesn't even touch the problem that once a hole is found, it's there until you patch it. the 'simple solution' is to check your logs, find the hole, and patch patch patch. maybe these companies will start to care when somebody makes it through to the database servers that they thought were bulletproof. if the web defacement you don't care about turns out to be a listing of your customer credit card records, you may suddenly find yourself caring.

      --
      do not read this line twice.
    7. Re:Simple solution by LinuxHam · · Score: 4, Insightful

      Hiro, nice shredding!

      this requires almost double the equipment (a two-tier minimum)

      you normally have 3 tiers in professional ebusiness configurations. web servers, business logic, and database servers.

      patch a clean system, make a bootable CD, and insert the CD and reboot the machine. this is completely unacceptable

      I think we're looking at it from two different angles. You appear to be approaching it from a datacenter admin point of view, like a Qwest rack monkey watching 1,000 servers. My approach imagines an admin with about 20 servers for one e-business/e-commerce solution. If it's one guy's job to keep maybe 8 web servers, three or four servlet engines, and four database backends running, then occasionally publishing a new CD for the web servers is not "completely unacceptable". Plus, with multiple servers, you design one clean layout, burn 8 CD's, and reboot the web servers one at a time so the site never goes down.

      the second-tier server are still open to exploit

      if there is no IP connectivity from the web servers to the 2nd and 3rd tier, how are you going to get there? the web server would submit an ascii url to the servlet engine, and the servlet engine would reply with the content, also over serial. the web clients won't even have access to sending url requests over the serial line. even if they crack the box, LIDS will let you specify precisely which apps/binaries can use the serial port.

      it's possible to crack and root a machine even if it has a read-only root filesystem.

      www.lids.org - can't get root if root isn't even root

      I fail to see where a 115Kb/s serial connection is equal to a 1Mb/s link

      you're right. I'm an idiot. Need more coffee. that makes the whole thing too slow for anything over 128k upstream.

      One of those little rules-of-thumb is that the more complex a system becomes, the more easily it will fail.

      that of course depends on how well you plan and implement.

      --
      Intelligent Life on Earth
    8. Re:Simple solution by Hiro+Antagonist · · Score: 4, Insightful

      Hiro, nice shredding!

      Thank you; and double thanks for taking it well and coming up with a good rebuttal. So rare on /. these days...

      you normally have 3 tiers in professional ebusiness configurations. web servers, business logic, and database servers.

      This is true with JSP-based system (JSP+Web to EJB to DB), but often smaller setups are done with Perl or PHP in a two-tier system (Web+PHP/Perl to DB) that work quite well.

      You are quite correct, however, in that most large installations use the three-tier model.

      I think we're looking at it from two different angles. You appear to be approaching it from a datacenter admin point of view, like a Qwest rack monkey watching 1,000 servers. My approach imagines an admin with about 20 servers for one e-business/e-commerce solution. If it's one guy's job to keep maybe 8 web servers, three or four servlet engines, and four database backends running, then occasionally publishing a new CD for the web servers is not "completely unacceptable". Plus, with multiple servers, you design one clean layout, burn 8 CD's, and reboot the web servers one at a time so the site never goes down.

      Speaking as a sysadmin, keeping one Unix admin around per twenty servers will get very expensive. One Unix admin can handle about fifty machines, assuming they were properly set up and documented to begin with.

      Furthermore, one of the big advantages to running a Unix machine for things like this is that you don't need to physically interact with the hardware; for example, I can leave several "extra" Sun Netra X1 server appliances sitting in a rack, powered off, and if one of the production machines fails, I can remotely power the unit on, load an operating system on it (via Jumpstart, or just using dump and netcat), boot it, and configure it to take the place of the now-dead server (which I have powered off remotely). All without leaving my desk (or armchair if I'm telecommuting). I can then replace the dead server at my leisure.

      Same goes for patching; I can bring a spare server online, bring the old server down to single user mode, and use the serial console to load patches and updates, all without having to drive over to the colocation facility.

      if there is no IP connectivity from the web servers to the 2nd and 3rd tier, how are you going to get there? the web server would submit an ascii url to the servlet engine, and the servlet engine would reply with the content, also over serial. the web clients won't even have access to sending url requests over the serial line. even if they crack the box, LIDS will let you specify precisely which apps/binaries can use the serial port.

      Point; but giving that serial links aren't sufficiently fast, it's a moot point at best.

      you're right. I'm an idiot. Need more coffee. that makes the whole thing too slow for anything over 128k upstream.

      Happens to all of us. And I think I'll get more mud myself...

      that of course depends on how well you plan and implement.

      Not really; a more complex solution offers more total points of failure; even a well thought-out and well implemented solution is subject to this simple fact.

      --

      --
      I Hit the Karma Cap, and All I Got Was This Lousy .sig.
    9. Re:Simple solution by LordKariya · · Score: 1

      I fail to see where a 115Kb/s serial connection is equal to a 1Mb/s link

      you're right. I'm an idiot. Need more coffee. that makes the whole thing too slow for anything over 128k upstream.

      No, you were right the first time...
      1 Megabit (Mb) = 1/8th of a Megabyte ~ 125Kb
      125 ~ 115

      --
      I alternate between posting +5 and -1 Comments. Karma: +53 -47 = 6
    10. Re:Simple solution by Amazing+Quantum+Man · · Score: 2

      Dude, he was right the second time. 115KiloBIT not KiloByte.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    11. Re:Simple solution by Anonymous Coward · · Score: 0

      Speaking as a sysadmin, keeping one Unix admin around per twenty servers will get very expensive. One Unix admin can handle about fifty machines, assuming they were properly set up and documented to begin with.

      Welp, last time i looked, it was 1:25 ratio of unix admin to servers and 1:10 ratio NT admin to servers, when did it change so dramatically?

    12. Re:Simple solution by Anonymous Coward · · Score: 0

      The marketing guys got involved, and, well, with the push to hype Linux on the desktop, things got nervous so the number got upped.

    13. Re:Simple solution by Skapare · · Score: 2

      Why does that need JSP or EJB? What are these things doing in such a simple server that something else can't do? And why not just run the web server in a jail, virtual machine, vserver, or whatever?

      --
      now we need to go OSS in diesel cars
    14. Re:Simple solution by sparkz · · Score: 1

      I heard of a nice solution which was put into place a while back:
      Front-end servers, attached to a database which was mounted read-only. A5200), hosting the database.
      If the front-end servers are exploited, they only have read-only access to the data they're using. No network access whatsoever to the data hosts. Okay, if they've been rooted, they may be able to remount the disks with RW permissions. Possibly. Maybe a better option would be to NFS share the data, with MAC-based or route-based permissions that the front-end servers are not allowed to mount the data anything other than read-only.

      --
      Author, Shell Scripting : Expert Re
    15. Re:Simple solution by sparkz · · Score: 1

      I can bring a spare server online, bring the old server down to single user mode, and use the serial console to load patches and updates, all without having to drive over to the colocation facility.
      You're obviously working in a decent-quality environment, where the hosts are connected to terminal servers (the Netra X1, of course, has to be!) which allows you to do all this work remotely.
      My own (quite honest) question would be - how secure are your terminal servers?
      How can you be sure that your terminal servers themselves cannot be exploited, or even simply accessed from the outside-world? What measures do you have in place to ensure this?

      I am *not* trolling - this is a perfectly serious question, which I need to investigate, and I'd appreciate input!
      Steve.

      --
      Author, Shell Scripting : Expert Re
    16. Re:Simple solution by Anonymous Coward · · Score: 0

      doesn't CDNow do this? I read that's how they do it in their FAQ when processing credit card transactions

  4. Warning: Semi-OT by CmdrPaco · · Score: 0, Troll

    "And hell, its the holidays so its not like anything else interesting is gonna turn up to read for a few days :) "
    Well, Mr.Taco, some of us are actually at work, and working today.

    --
    I bet this is not "First Post."
    1. Re:Warning: Semi-OT by Heem · · Score: 2, Funny

      Yea, I'm at work but (most)nobody else is. Can't fix anything if they aren't here to break it.

      --
      Don't Tread on Me
    2. Re:Warning: Semi-OT by sydb · · Score: 1

      Why not post a nice root password and an IP address here, then you'll have something to do!

      --
      Yours Sincerely, Michael.
    3. Re:Warning: Semi-OT by Tha_Zanthrax · · Score: 1
      Well, Mr.Taco, some of us are actually at work, and working today.
      Well, Mr.Paco, some of us aren't working but reading /.

      greetings, your boss.
      (Just kidding, it's a slow day here to)

    4. Re:Warning: Semi-OT by CmdrPaco · · Score: 0

      My boss also reads /. so he doesn't care when he walks by and sees it on my CRT. Isn't being a /.er _WORK_ anyway?

      --
      I bet this is not "First Post."
    5. Re:Warning: Semi-OT by Tha_Zanthrax · · Score: 1

      And I tought I have a cool boss.
      When he sees me reading /. he replies: "You and your Linux...".
      About the third time each day it gets boring.

      In case you wondered, I'm a Delphi-programmer and therefor forced to used windows at the office. :(

  5. Well some people *are* indifferent by Gopal.V · · Score: 0, Redundant

    Hi Folks

    this stuff is not even worth a read. There are companies that are so foolish to use IIS without patches. They'll suffer, but I thought they sat up and took notice when you defaced their site.

    Indifference to the Max
    --
    astalavista baby [t3rmin4t0r[

    1. Re:Well some people *are* indifferent by Anonymous Coward · · Score: 0

      Even better: while there're such candies script kiddies will let my system out, just the same thieves go with opened doors prior to closed ones if they can choose.
      So, long live to non-patched IIS installations!!!

    2. Re:Well some people *are* indifferent by Anonymous Coward · · Score: 1, Funny

      Well, the script kiddies run screaming, I guess, when they see a patchy http daemon.

  6. This is what happens by no_nicks_available · · Score: 0, Redundant

    when companies (*cough* M$ *cough*) don't take security seriously....people become apathetic and take an "I'll deal with it when it happens" attitude.

  7. Palmstation by Col.+Klink+(retired) · · Score: 3, Informative

    PalmStation doesn't appear to care. They've had this up at least since Christmas.

    --

    -- Don't Tase me, bro!

    1. Re:Palmstation by snake_dad · · Score: 3, Funny

      Slashdotting does not count as a defacement, I think.

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    2. Re:Palmstation by Col.+Klink+(retired) · · Score: 1

      Why is this a troll? The station was rooted and has been so for 3 days and counting. The article is about web defacements and sites that don't care. Puh-lease.

      --

      -- Don't Tase me, bro!

  8. Cost Justification by wayn3 · · Score: 3, Insightful
    Odd as it may seem, some companies cannot afford to pursue prosecution. They would have to pay several thousands of dollars of lawyer time and system administrator/security administrator time to preserve the evidence and litigate.


    What I can recommend to each SlashDot reader is to ask for your company's policy towards hacks and intrusions. It should be concise, clear, and objective. This way there will be no suprises, and the System Admins will know what to expect and not be punished for misunderstanding the policy.

    1. Re:Cost Justification by ZaneMcAuley · · Score: 1

      Can they afford being liable if some of the content affects the competitors?

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    2. Re:Cost Justification by wayn3 · · Score: 1

      Good question. The answer is that the company has to think about these things BEFORE the hacks occur. If these policies are not spelled out, then it may cost them more money (in terms of lost business) than the money they save by scrimping on security.

      As an example, my company has a long, but readable security policy which insists they will prosecute inappropriate uses of the network (and it's spelled out what 'inappropriate' that means). There is a shorter version of this on the website, too, so that hackers can be warned, if they choose to read it.

    3. Re:Cost Justification by ZaneMcAuley · · Score: 1

      Dont give them the choice of reading it, make it mandatory. Spell it out.

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
  9. Patching by ZaneMcAuley · · Score: 1

    I hear all this talk of MS being the problem, but they release patches.

    A patch not applied is as good as no patch at all.

    --
    ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    1. Re:Patching by Bryan+Andersen · · Score: 2, Informative

      Untill the bad press of late, M$ didn't release timely patches to problems. This was especially true if the application package with the coding error wasn't the absolute latest one out. They still don't want to really do the right thing. I really hope they get hauled over the coals for their latest major fuckup.

    2. Re:Patching by ZaneMcAuley · · Score: 1

      True, im just happy they're taking a more visible role in this issue.

      Good for them and us.

      --
      ----- Whats wrong with this picture? http://www.revoh.org:1234/whatswrong
    3. Re:Patching by forgeeks · · Score: 1

      The patch does no good because it has already happened. If they would release updates that catch the hole before it is exploited then that would be a lot better than fixing it after it is already a known problem.

      Anyone at work today?????

      --
      -- Powered By Linux
    4. Re:Patching by Cygnusx12 · · Score: 1

      How are they any less timely than anyone else? Or how have they ever been? Bad press is a powerful motivater I'm sure..

      Curious, .. I wonder if all those complaining about the "timely" releases of patches actually code for a living, or know anything about OS architecture for that matter.

      The general experience has been about two weeks.. Strikes me as fair... I'd rather have it done right once, then done poorly and repatched several times.

      Alot of MS bashing out there.. (Not to say I haven't thrown a stone or two myself).. I'd just like to say, MS isn't the only OS that requires the occassional patch or two..

  10. Some take it too far though. by rmadmin · · Score: 5, Insightful

    I knew a kid in high school that stumbled onto a permissions mistake or something along that lines, he backed up the html, threw up a defacement, and went 'Hahahaha'. A week later the FBI was trying to put the smackdown on him saying that 'By defacing the (Small, 200 customer) ISP's webpage he caused them $17,000 in business and damages'. So a small ISP like that loses $17,000 in business in 4 hours? Unlikely... So does that mean when someone DoS's my workstation and I can't access apache from home for more than 15 minutes I've lost $1062.50?

    1. Re:Some take it too far though. by Anonymous Coward · · Score: 1, Interesting

      That's just the way the feds work.
      It's similar to drug busts. You read about the
      cops catching someone with 2 pounds of marijuana, and the papers say "Street value of 30,000", when we all know better.

    2. Re:Some take it too far though. by Kamel+Jockey · · Score: 1

      This is fairly normal though. A lot of times when kids do this sort of thing (a minor crime), the cops try to come down "hard" on the kid so that they get scared straight. Most of the times this approach works and the fear of interacting with the "business" end of law enforcement is enough to keep the kids out of trouble.

      Of course, there are some kids who aren't put off by this approach and will continue to commit worse and worse crimes until they are finally stopped.

      --
      In case of fire, do not use elevator. Use water!
    3. Re:Some take it too far though. by Anonymous Coward · · Score: 0
      So what are you saying, that this brat should get a medal? He should get off with no penalty? Was that kid you?

      Idiot.

    4. Re:Some take it too far though. by Cygnusx12 · · Score: 1

      $17,000 in business and damages

      I certainly don't code for free.. Do you?

      It seems fairly reasonable that this escapade cost them about 17 grand. Who knows what else they didn't have access to while their site was down..

      Of course the estimate is high, what do you expect? Do you think they're going to say, "Well, it was a quiet week, our dev teams needed a vacation and the web master was bored.. so .. no harm no foul."

      Are you saying that small businesses don't deserve the same protections afforded to a CNN or a Yahoo?

    5. Re:Some take it too far though. by mother_superius · · Score: 1

      Did adding a few lines bring their site down?

    6. Re:Some take it too far though. by Cygnusx12 · · Score: 1

      Show me an admin who can evaluate the total dammage to his site based on the "appearance" of a web page.

      Please.. the point remains, they said it cost them 17 Grand, thats more than reasoanble. Running an e-commerice site ain't runnin' your Mamma's home page.. A compromised site could potentially means there's potenitally so much more to do, other than removing a line or two of "malicious" code from a page you can see .

      Do you just assume that the one page is all that's effected? I think not.

    7. Re:Some take it too far though. by gnovos · · Score: 2

      So a small ISP like that loses $17,000 in business in 4 hours? Unlikely...

      Ha ha ha! If they would have let this kid deface thier page 24/7 for a year, they would have lost 37,230,000! Probably more than thier entire net worth...

      Even if they were an expensive ISP, like say $100 a month. at 200 customers, they can only rake in a *maximum* of 240,000 a year... By my cont, it would have taken this kid a little bit over 56 hours days to completely put them out of business...

      --
      "Your superior intellect is no match for our puny weapons!"
    8. Re:Some take it too far though. by dillon_rinker · · Score: 5, Informative

      My ISP business website has been defaced.

      (1) Obviously, there's a security breach. How widespread is it? We need to audit the network and see how severe the breach is and what hole was unpatched. I've got to put either employees or consultants onto it.

      (2) We can't trust any code on our network, so the other copy of the web site on this other server may be bad, too. We'll have to check that against a known good copy, which means looking at our backups. Really, we need a known-good historical copy, too, just to be sure, so we've got to pull our off-site backups of the web site from records management vendor.

      (3) One of our business clients saw the defaced web page and decided that they didn't trust us to protect their data. They will no longer do business with us. We have lost all of the income they would have provided forever.

      (4) As part of our immediate security response, we had to shut down briefly. If someone had hacked our server, they might be trying to punch through to our client machines. Not a huge deal, but we had to issue a month's credit to everyone who complained about being unable to connect.

      Add together 1-4, and I think you could easily come up with $17,000. Think about 2-3 net admins + 1 security consultant doing security cleanup for a week.

      So does that mean when someone DoS's my workstation and I can't access apache from home for more than 15 minutes I've lost $1062.50?
      No, because you are not a business concern. Note that the four hour downtime doesn't mean that all the costs were incurred in that four-hour timeframe. The ongoing security audit that becomes necessary in the event of a hacked server could have gone on for a week.

      Are the figures inflated? Possibly. Did the idiot cost the business money? Certainly. Is the FBI playing hardball with the idiot who did it? Undoubtedly. You seem to be missing the point that your friend shouldn't have done it; instead, you are whining that the FBI talked mean to your friend.

    9. Re:Some take it too far though. by gnovos · · Score: 4, Insightful


      My ISP business website has been defaced.

      (1) Obviously, there's a security breach. How widespread is it? We need to audit the network and see how severe the breach is and what hole was unpatched. I've got to put either employees or consultants onto it.


      No, this is just a shifted cost. Since you DIDN'T pay to secure your network at the beginning (either through poor-quality admins or by not paying for intrusion detection tools, whatever), you are paying now. This is not a cost that you are suddenly having to pay, this is a cost that you didn't pay in the past when you should have. If a resturant decides that they don't want to pay for a new oven, does that mean that the fire inspector "costs thier business" when he says it's out of code and needs to be replaced?

      All of your arguments stem from the same problem. If you are going to base things on your security and up-time (such as your policy to pay back a month's salary to those who couldn't connect), then you had better damn well make sure that you *won't be going down*. If you have a business model *based* on security then you can't *skimp* on security, it's common sense.

      --
      "Your superior intellect is no match for our puny weapons!"
    10. Re:Some take it too far though. by DavidTC · · Score: 2, Insightful
      (3) One of our business clients saw the defaced web page and decided that they didn't trust us to protect their data. They will no longer do business with us. We have lost all of the income they would have provided forever.


      Erm..who's fault is that? You obviously did have poor security.


      Companies complaining that a cracker made them look bad are idiots, as is anyone who listens to them. If a company can't do what it's being paid to do, it may hurt the comany when it comes out, but tough shit. If Brinks trucks started getting defaced while there are supposed to be armed security guards inside, does Brinks deserve any sympathy? No, the defacers deserve a round of thanks as we all leap to using another armored car company.


      I usually don't defend crackers, but saying 'they made the company look bad, and thus cost money' is the dumbest thing I've ever heard. Of course the company looks bad, it can't secure its network, which is hardly the cracker's fault!

      --
      If corporations are people, aren't stockholders guilty of slavery?
    11. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      You kids don't get it, do you?

      The intrusion could have lasted 45 minutes and it might still cost $17,000 to recover from it. Recovering doesn't just mean putting the page back the way it was. It has to be assumed that the kid might have done other damage to the system. The prudent thing might have been to wipe the server and roll it all out again from distribution media.

      So all you tards who are saying 'well, that means that if he'd kept it up for x hours it would have caused xxxx amount of damage' just don't realize. The cost isn't a linear value based on time.

    12. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      I worked for a company that got hacked and worked directly with the FBI on the case. I'd like to make a few factual points that I learned in this case.

      1) The FBI will not get involved unless the damage is greater the $10,000 US.

      2) Employees' time does not count towards that figure since the complany would be paying those salaries anyways.

      3) You have to have a good accountant and a good accounting/auditing system on your website in order to prove the money was loss during an outage due to a hack. The FBI doesn't let you pull numbers out of your backside. You need statistics like "We have averaged $3,500/hour in sales over the last three months. Basically, you need good book keeping, and you actually have to make money.

      One last point....We had a very insecure business process that allowed us to get hacked. The company was aware and didn't care because "They haven't been hacked yet." Afterwards, they were all about being secure for about a month, and then it was back to insecure business as usual. (I got a lot done in that month.:-)) Two years later(well after I left) someone snatched all of their credit card info and emailed the customers a nice lil'email with their credit card info suggesting that they cancel it ASAP.

      Until there are laws that lay the smack down on businesses that don't care about security, I don't see anything changing too much.

    13. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      2 pounds of marijuana is a lot right? Do you mean they should put a higher street value on it? Sorry, I'm not a pothead criminal so I don't know how much drugs are going for these days.

    14. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      A compromised system means a complete wipe and load. There are NO exceptions to this at my workplace. You can never be sure of what the hacker had access to when they were exploiting the system. Even tripwire isn't good enough for me.

      Slow Down Cowboy!

      Slashdot requires you to wait 20 seconds between hitting 'reply' and submitting a comment.

      It's been 4 seconds since you hit 'reply'!

      If you this error seems to be incorrect, please provide the following in your report to SourceForge.net:

      * Browser type
      * User ID/Nickname or AC
      * What steps caused this error
      * Whether or not you know your ISP to be using a proxy or some sort of service that gives you an IP that others are using simultaneously.
      * How many posts to this form you successfully submitted during the day

      * Please choose 'formkeys' for the category!
      Thank you.

      Give me a fucking break slashdot. I'm not a retard and I don't type 1 word a minute. Waiting for 2 minutes before you can post again and 20 seconds after you hit reply!? What the fuck!? I can type faster than that when I'm completely god awful drunk.

    15. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      I certainly don't code for free.. Do you?

      You're asking that on Slashdot? 90% of the geeks here probably code for free and flip burgers to make money. Gotta love the GPL. Code for free and then give away the rights to your intellectual property. Amazing how stupid some people can be. :-)

    16. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      An ISP I worked for had a web site that was defaced. (Yes, it was of course running on IIS).

      When I tried to report it to the FBI, they didn't even bother to look at my evidence (incriminating logs, copies of the defaced pages, etc) until I could prove that the defacement cost us more than a certain amout ($5-10k? I forget).

      So, rather than fsck around with the red tape, we restored the site from backup and got it over with. Sometimes it will cost you more to deal with the FBI than fixing the site. Pretty discouraging as well as silly. I would think the FBI would like to have any information they can get their hands on to analyze patterns of attacks and so on. In our case the defacer was pretty heavily represented on attrition.org (i.e. "active") and they still didn't care. I guess I've generally had bad experiences with the FBI and I probably won't even call them next time unless my boss makes me.

      So, what happened in your case was probably that to get to the guy the ISP sat down and added up any cost they could find to get beyond that limit and involve the FBI in the first place. I doubt it actually costed them that much.

      What are we paying taxes for again? Oh yeah, for the FBI to enforce the DMCA...I forgot.

    17. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      Dude. If you started to deface a brinks security truck, i wouldn't be surprised if the armed guard on the truck caps your ass.

      Likewise, I wouldn't mind if all crackers were shot and killed.

    18. Re:Some take it too far though. by dillon_rinker · · Score: 2

      No, this is just a shifted cost. Since you DIDN'T pay to secure your network at the beginning (either through poor-quality admins or by not paying for intrusion detection tools, whatever), you are paying now.

      Sorry, but in this case you're wrong. I should have mentioned sooner that my ISP has excellent security policies and procedures. The original poster noted that his friend found a mistake in the permissions. You can have the best security system and policies in the world, but they are administered by people and PEOPLE MAKE MISTAKES. There's nothing you can do about it except deal with it and move on. However, when a breach does occur (and it will)*, it is a good idea to analyze what happened and see how bad the breach is. Is it merely the replacement of an HTML page, or is the page replacement merely a symptom of having been rooted?

      We spent good money on our people and our systems. One of them made a mistake, and a skript kiddie took advantage of it before we discovered it (that's the joy of the internet - there are so many skript kiddies you have no margin for error; default installs last, what, four hours before they're hacked?). We spent money recovering from our mistake, and granted it was our mistake, but the fact that someone took advantage of it forced us to spend a lot more money determining exactly what happened.

      Is this likely what happened in the original poster's situation? I don't know. It's entirely possible (more likely, in fact) that the situation is as you describe. My point is simply that even a small internet-based business (like an ISP)could easily have costs in the range of $10K-$20K as a direct result of a hack, even one as simple as a web-page defacement, because you don't know if that's all it is until you've paid someone to look at it really carefully.

      *No system is completely hackproof. If someone says "System X has never been hacked!" I would interpret that as meaning either the system is very young, or the person talking to me is a moron who can't recognize an intrusion.

    19. Re:Some take it too far though. by dillon_rinker · · Score: 2

      If you drive a truck through the plate glass window at the front of my retail shop and kill a couple of customers and trash all my inventory and I look like a complete schmuck, whose fault is it? You seem to be implying that it's mine because I didn't have reinforced steel and concrete posts in front of the shop. After all, everyone KNOWS that glass can't keep out trucks, and everyone KNOWS that there are drunks out there who can't drive (and some of them own trucks), and everyone KNOWS that an 8-inch-diameter steel pipe filled with concrete and rebar can be set in the sidewalk to keep trucks out. Therefore, everything is my fault, right?

      Just because there's more that I could do to prevent crime from affecting me doesn't mean that I am at fault when someone else commits a criminal act that I COULD have protected against.

    20. Re:Some take it too far though. by DavidTC · · Score: 1
      And, of course, that is exactly my point, which you seemed to have missed. If people can casually stroll up to an (in use) armored truck and spraypaint on the side of it, I'm moving my money somewhere else. Likewise, if someone can casually run the newest script and deface a website, I'm taking my money somewhere else.

      Sure, it's illegal, but I really consider the crackers as having done a service, to me at least. I know the people I was thinking of using are not security-minded in the least if someone can waltz in though a month old security hole.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    21. Re:Some take it too far though. by DavidTC · · Score: 1
      However, I do not keep valuables in your store. If I did, and you didn't have pillars to stop trucks, you can bet your ass I'd move them out of your store after you got hit by a truck.

      And your analogy is taking something and pretending I would follow it to a faulty extreme, while I never said. If someone launches a million dollar heists to steal something out of the Most Secure Room On Earth(TM), I'm not going to suddenly move my valuables elsewhere, if they plug the hole the people came in though.

      But if someone walks in though a door that they leave unlock a month after they've been warned, yes, I'm not going to listen to any whining how the cracker made them 'look bad'. Tough shit, and goodbye. You should have locked the fucking door.

      And if I were a cracker who got arrested for it, I'd make sure their lax security came out at the trail if they didn't drop the case. I'd get some security experts to swear under oath about how long the hole's been known about. Sure, it wouldn't legally influence the case, but you can bet they'd drop it when they started looking like complete idiots.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    22. Re:Some take it too far though. by gnovos · · Score: 2


      Sorry, but in this case you're wrong. I should have mentioned sooner that my ISP has excellent security policies and procedures. The original poster noted that his friend found a mistake in the permissions. You can have the best security system and policies in the world, but they are administered by people and PEOPLE MAKE MISTAKES. There's nothing you can do about it except deal with it and move on. However, when a breach does occur (and it will)*, it is a good idea to analyze what happened and see how bad the breach is. Is it merely the replacement of an HTML page, or is the page replacement merely a symptom of having been rooted?


      A breach occoured becuase of either a lack of imagination on the part of the admins or a lack of dedication on the part of everyone. How hard is it really to put all of the system files on a un-alterable partition. It could be something like a CD, or simply cutting the black wire on the back of a hard drive and replacing that with a switch. When it's "on" you can write to the drive, and when it's off you physically can't. Sure, you need to write to some things, like log files and data stores, but when do you ever need to over-write 'ps' or 'login'? If these programs are being stored somewhere that they cannot be tampered with, then you are 90% safe already. Even with a wide-open system, you are still safe, since the only damage that can be done is to your data, which is being backed-up hourly right? How often does a small ISP need to update customer data? You could even put that data on the unwriteable drive and only change it once every few months or whenever a customer calls in to change his billing address or whatever.


      We spent good money on our people and our systems. One of them made a mistake, and a skript kiddie took advantage of it before we discovered it (that's the joy of the internet - there are so many skript kiddies you have no margin for error; default installs last, what, four hours before they're hacked?). We spent money recovering from our mistake, and granted it was our mistake, but the fact that someone took advantage of it forced us to spend a lot more money determining exactly what happened.


      All well and good, but like you said in your pervious post, you were basing a core component of your business on *not making mistakes*. You were paying back the customers an entire month of service if they could not connect. This policy is of your own choosing, so you have to live with it. If the power company is going to charge me for electricity, they actually have to provide electricity to me. If I order a pizza, I will *not* pay for it if it never gets delivered. If you are going to promise your customers 100% uptime, then it is your burden to deliver it. If someone gets into an accident with the pizza man's car on his way over, that guy is *not* responsible for paying for the undelivered pizza.


      Is this likely what happened in the original poster's situation? I don't know. It's entirely possible (more likely, in fact) that the situation is as you describe. My point is simply that even a small internet-based business (like an ISP)could easily have costs in the range of $10K-$20K as a direct result of a hack, even one as simple as a web-page defacement, because you don't know if that's all it is until you've paid someone to look at it really carefully.


      Where is this money coming from? You are already paying your admins (I hope), so why do they have to get paid again? Are you outsourcing "security consultants"? If so, then why didn't you call them in *before* you had a problem? That is what I mean by shifted costs. Since you didn't pay a security consultant to secure and test your netowrk before you started, you are paying for it now.


      *No system is completely hackproof. If someone says "System X has never been hacked!" I would interpret that as meaning either the system is very young, or the person talking to me is a moron who can't recognize an intrusion.


      This is a cliche and wrong. There are many "hack-proof" systems, but you probably won't buy them in a shrink-wrapped box. They are dedicated systems that serve specific purposes and are written by people who take security into account from the ground up, not as an after-thought when the system is "finished".

      --
      "Your superior intellect is no match for our puny weapons!"
    23. Re:Some take it too far though. by delcielo · · Score: 1

      Well that makes it simple. Your advice boils down to "just do it right" where right means that it is perfectly secure from the start against anything that comes along.

      That's naive. Not every admin can be the first person to find the new exploit, and get it patched before anybody else learns about it. You do everything you can; but you can't just pay a little up front and be secured against everything. That assumes that every break-in or defacement is the fault of lazy admins, which is just not true.

      But hell, why actually contribute when you can just make a flippant comment and get some karma points?

      --
      Hot Damn! It's the Soggy Bottom Boys!
    24. Re:Some take it too far though. by Anonymous Coward · · Score: 0

      #1 is something you had to do anyway. Except you put it off until after you were attacked.

      #2 is your fault, not the defacer's.

      #3 is your fault, not the defacer's. If anything, the defacer saved that potential client of yours from being defrauded. They were probably under a false impression about you, and the defacer set them straight.

      #4 is your fault, not the defacer's. Although it is the best argument you came up with, it is still not good enough.

      Ya know, I don't want to defend assholes who attack web sites, but not a single one of your points applied to him. You seem to look at it as though he damaged your reputation, when really all he did as expose the truth. That's like a fraudster accusing 60 Minutes of damaging his business.

      There are ways an attacker can cost a business money, but you didn't list one. Deceivers like you, make me sick.

  11. Yeah, well... by TheGreenLantern · · Score: 1

    Some people don't care enough about their stuff to lock their doors at night. Or more to the point, they don't care until someone breaks in late one night and kidnaps their wife or something worse.

    I bet these companies will start caring pretty damn quick once their web server is 0wn3d and used to DOS whitehouse.gov or something. If I'm an admin at a company with this kind of policy, I'm updating my resume as of right now, cause you know who the hammer's going to land on when the shit really hits the fan.

    --

    It hurts when I pee.
    1. Re:Yeah, well... by Chicane-UK · · Score: 1

      I think thats a real good point.. these companies put up this bravado 'we dont care' whilst the system admin is having a nervous break down because now every two-bit hacker wants a go at taking down their site.

      Why do non-technical people always come up with the 'great' ideas for things like this :)

      --
      "Hey! Unless this is a nude love-in, get the hell off my property!!"
    2. Re:Yeah, well... by Amazing+Quantum+Man · · Score: 2

      IANAL, but I know about CYA...

      If you work for a place like this, send your concerns to up the chain of command... IN WRITING... IN HARDCOPY. Insist on hardcopy response, and keep copies of all such communications offsite, where you can get at them, but the company (in an attempt to create plausible deniability) can't.

      Then, when they try to nail your ass to the wall, you can show that you wanted to fix it, but were overruled.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
  12. They should care by TrollMan+5000 · · Score: 0, Interesting

    Just like a building's storefront, a web page is a company's storefornt on the internet. A defaced page not fixed quickly may leave an impression of carelessness.

    Would you be less inclined to buy from them? Probably so.

  13. if they dont care, i dont care. by Mark19960 · · Score: 1

    lets collect statistics.
    who hosted the website, how many websites defaced that were hosted that that particular company/individual and not use their services.
    they will wake up really quick as to how the world turns, when they are administering a standalone dos machine in the basement.
    defacement IS a problem, havent we learned enough in the past when companies are scrambling to find out if the credit information of customers was compromised?
    funny how many 'lazy' admins we have out there.

  14. Dead On... by Bonker · · Score: 5, Interesting

    Sayeth the article:

    What I am speaking of is investigating and prosecuting the criminal element involved in the act of defacement, root compromise or infection by "worms". In otherwords, companies tend to "fix & forget".

    Actually, this is probably the stance that every serious IT department out to take. If your website was cracked, then it's almost certainly *your* fault your server was compromised. There just aren't any rootkits out there that don't exploit known buffer-overflows or other bugs. There are a few situations when this is not the case, but it's usually still someone sitting around testing a web application (like Slashcode) for buffer overflows or back doors.

    Even if you do prosecute, it's like stomping cockroaches. There will just be more, and if you hadn't left the food out on the counter to rot, they wouldn't have come to your apartment in the first place.

    Finally, there's the human element to contemplate. We all did stupid stuff when we were kids, which most website vandals are. I don't know any kid who didn't tresspass or vandalize property at least once during their youth. For many, it was the old junkyard or the cemetary. For these kids, its websites. Are you really going to put them in prison for decades because they're young and stupid? You might as well ruin their lives for experimenting with drugs or sex....

    Oh wait. We do that too. Nevermind.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    1. Re:Dead On... by Anonymous Coward · · Score: 0

      If your website was cracked, then it's almost certainly *your* fault your server was compromised....There are a few situations when this is not the case, but it's usually still someone sitting around testing a web application (like Slashcode) for buffer overflows or back doors.

      Let's not forget social engineering and attacks internally...

    2. Re:Dead On... by jslag · · Score: 1
      but it's usually still someone sitting around testing a web application (like Slashcode) for buffer overflows


      A little bit of knowledge can be a dangerous thing.

    3. Re:Dead On... by 13013dobbs · · Score: 2

      Waah waah waah. I want to break into other people's systems. If they didn't want me running around in their computers, they would have patched their systems. If they didn't want me running around in their houses, they would have put bars on the windows and a security guard at every door. If they didn't want me driving their car, the would have it locked in a steel safety cage. If they didn't want me screwing their wife, they'd have her chained to the stove.
      Bitch, you break into my computer, I will press charges, I don't care what patches I've neglected, nor do I care what clildish prank you are playing. Just because I forgot to lock my door doesn't mean I've invited you into my house. Unauthorized access is just that, unauthorized. Once little shit 'kids' recognize that every computer connected to the Internet isn't put there for you to hack into or DOS, the world will be a much better place.

      --

      No replies made to AC posts. Please log in.

    4. Re:Dead On... by Snowfox · · Score: 4, Interesting
      Finally, there's the human element to contemplate. We all did stupid stuff when we were kids, which most website vandals are. I don't know any kid who didn't tresspass or vandalize property at least once during their youth. For many, it was the old junkyard or the cemetary. For these kids, its websites.

      Maybe my experience was different from others', but - as a kid - I stopped experimenting with stupid things once I was caught. I kept doing bigger and more risky things until I finally got in trouble, and I realized that I wasn't the smartest guy in the world, and that rules weren't just for other people.

      Nailing a kid for defacement now might mean that he doesn't need to be nailed for something much more serious later on.

    5. Re:Dead On... by Anonymous Coward · · Score: 0

      Your attitude sounds challenging and possibly even mildly amusing. Let's play a little game. Tell me your IP address and let's begin. Shall we?

      Bonus points if you turn red in the face and stomp on the floor.

    6. Re:Dead On... by Bonker · · Score: 4, Insightful

      Just because I forgot to lock my door doesn't mean I've invited you into my house. Unauthorized access is just that, unauthorized. Once little shit 'kids' recognize that every computer connected to the Internet isn't put there for you to hack into or DOS, the world will be a much better place.

      Hmmm.... No, but you're pretty stupid if you don't lock your door... or replace your locks if they're recalled.

      You're not considering the relative seriousness of the crimes here. If someone breaks into your house and steals your stuff or kills your pets, then yeah, you wanna press charges. If they spraypaint or break your windows... maybe.

      How about if they stomp your flowerbeds? Or rearrange your rock garden to spell out dirty words? How about if they egg your door or toliet-paper your trees?

      You need to think about that, because that's the mental level that most kids who vandalize websites are working on. (Show me a person who's never done at least one of these things, and I'll show you someone who was very sheltered as a child.) They're not hurting anyone, at least in their own minds. They're doing the equivalent of dropping a big nasty stink-bomb on your front porch.

      You don't put kids in prison because they're being mischevious, regardless of what John Ashcroft tells you. You tell them that what they were doing is wrong, give them incentive not to do it again, and then let them get on with life.

      Unfortuneately, police don't have the option of giving script kiddies a 'firm talking to', since any kind of computer crime has been labeled 'terrorism' by both our corporate oligarchy and our reactionary government.

      --
      The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    7. Re:Dead On... by Bonker · · Score: 2

      As I said in a reply to the nay-sayer above:

      Unfortuneately, police don't have the option of giving script kiddies a 'firm talking to', since any kind of computer crime has been labeled 'terrorism' by both our corporate oligarchy and our reactionary government.

      If you bust a kid for defacing a website, he'll be lucky not to spend time in jail, along with drug-dealers, murderers, gang-bangers, and child-molestors, when all that should have happened is that his computer should be taken away because he can't use it responisibly.

      If you are a company who has been 'defaced', the best thing you can do is to try to identify and locate your vandal yourself, and then talk to his or her parents. If you discover that the person your dealing with is an adult... and this will be the rare case, *then* it's time to call the police and start talking about pressing charges.

      --
      The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
    8. Re:Dead On... by InsaneGeek · · Score: 3, Interesting

      I would take the stance that if your website is cracked then more often than not you are *partially* to blame. It's not completely the website maintainers fault, someone broke into the website and they also should carry blame and the larger brunt of it.

      Prosecuting is the only way to start changing the attitude that it is morally OK to do this. Only thing is that most of the time I don't believe they should be thrown into jail, but punishment needs to be dolled out to the offender who broke into the website. The most appropriate, in my mind would be fines levied against the parents nothing like tens of thousands of dollars, but something appropriate enough to get the parents involved in their childs life, throw in some probation & community service. Those out of their parents care should be delt with the same way, a reasonable fine (except of course they pay it), probation & community service.

      Any additional fees should be done in a civil court, a simple break-in can get very expensive, someone told me that they brought in the Wheel group at $60,000 for 3 days to make sure other systems were not compromised (can you be *sure* they didn't do anything else in your system). Civil court (in my opinion) is more apt to deal with whether or not the moneys spent was appropriate for the situation, since that is the only issue they are dealing with, and tend to look at whether or not the reparations requested are *truely* appropriate for the situation.

    9. Re:Dead On... by techno-at-nni.com · · Score: 1

      The difference is they are running a PUBLIC service, so really don't compare it to your house or car, it just doesn't work that way... It's similar to defacing a general store or a Mall or something similar. Basically the invasion of privacy isn't on the level which you speak of. This does not make it "ok" to deface the web page, but please don't compare it to someone "breaking in" to your house, it's a weak argument. Even on a private machine on your dsl connection running apache.. It's a PUBLIC URL, it's supposed to be accessed by all... otherwise, how am I to determine I'm not allowed to connect to it before I even connect to it?? I'm not a mind reader.

      Second of all, Public places are responsible for public safety and also security. They provide a public service and need to monitor themselves. So, yes, they have locked doors and other safety measures. If you were selling stuff from your house, or providing a public service from your house I'd expect slightly better security than a normal "everyday" house.

    10. Re:Dead On... by 13013dobbs · · Score: 2, Interesting
      How about if they stomp your flowerbeds?
      If I paid money for those flowers, yes. Just because something has no value to you, it doesn't mean it has no value to the owner.

      Or rearrange your rock garden to spell out dirty words?
      You will find that people may not want to go to a store that has "Fuck off and die" spelled out on their front lawn. Lost customers == lost $$$.

      How about if they egg your door or toliet-paper your trees?
      I would expect them to pay for the clean up, or for them to do it themselves.

      You need to think about that, because that's the mental level that most kids who vandalize websites are working on.
      Like I stated above: Just because something has no value to these 'kids', that does not mean it has no value to the owner.

      --

      No replies made to AC posts. Please log in.

    11. Re:Dead On... by 13013dobbs · · Score: 1

      I think you are confusing accessing a web page with cracking my box. There is a differance you know.

      --

      No replies made to AC posts. Please log in.

    12. Re:Dead On... by techno-at-nni.com · · Score: 1

      No, it's on the inet, it's offering a service to the public (if it wasn't it should be on a private subnet and/or firewalled closed).

      I'm saying that you are offering a service just like a store would and they take MORE initiatives to stop people from breaking in. Basically, they expect "evil" people because they are open to the public offering their services.. you're comparing a house to a store (normal house doesn't offer anything to public, hence security doesn't need to be at a different standard).

      So however they crack your box, because you're offering a service (Whether telnet, www or whatever else) you need to provider yourself with a level of security thats HIGHER than normal, otherwise (as you pointed out in your other post) your company loses money, because those services are no longer available.

      Basically I'm saying, it's on the inet then you are responsible for it and since you're offering a service, you even have more responsibilities to watch over.

    13. Re:Dead On... by Pig+Hogger · · Score: 2
      If you are a company who has been 'defaced', the best thing you can do is to try to identify and locate your vandal yourself, and then talk to his or her parents. If you discover that the person your dealing with is an adult... and this will be the rare case, *then* it's time to call the police and start talking about pressing charges.
      This is not profitable, as this would deviate precious company ressources away from the goal of pursuing maximum dividends for shareholders who do not invest in the company for it to do some deviant child's parents work.
    14. Re:Dead On... by Legion303 · · Score: 2
      You will find that people may not want to go to a store that has "Fuck off and die" spelled out on their front lawn. Lost customers == lost $$$.

      To paraphrase you: "You are confusing your private residence with a business. There is a difference, you know."

      As another poster pointed out, your analogy is weak at best.

      -Legion

    15. Re:Dead On... by gnovos · · Score: 2


      Maybe my experience was different from others', but - as a kid - I stopped experimenting with stupid things once I was caught. I kept doing bigger and more risky things until I finally got in trouble, and I realized that I wasn't the smartest guy in the world, and that rules weren't just for other people.

      Nailing a kid for defacement now might mean that he doesn't need to be nailed for something much more serious later on.


      And how did you enjoy your many years in the maximum security prision? What? Are you saying that when you got caught for *real* vandalism, you didn't go to prison for 5-50 years as a terrorist? You're kidding!?

      If you want to slap a $100 fine on these kinds, sure, that's what a web-site defacement is worth, but if you are going to put them in jail, even a single night in jail, then no, this is not justified.

      --
      "Your superior intellect is no match for our puny weapons!"
    16. Re:Dead On... by 13013dobbs · · Score: 1

      The argument that all people who deface/root boxes are simply misguided youth is equally waek then.

      --

      No replies made to AC posts. Please log in.

    17. Re:Dead On... by techno-at-nni.com · · Score: 1

      I don't believe anyone said only kids break into systems. I think the claim was that if it was a younger person breaking in, then they should be treated as one and not be treated as a terrorist.

      Also, what about the person in a foreign country who can't even be caught..

      I believe it would be your responsibility to watch over yourself if it's out of governments hands entirely.. Perhaps thats why they are labelling them as terrorists.. so our government can handle them accordingly (unfortunately children are now labelled terrorists as well).

      Whoever and however it happens it's still your overall problem, isn't it? So basically you could patch and monitor your systems, or sit back and pay no attention and have them break in.. either way you'll have to do "work" and one just might make you look better than the other when pay raises come.

    18. Re:Dead On... by MrTaz65 · · Score: 1

      Do you live on a PUBLIC street? Isn't your address publicly available?

      WTF if the difference? If I have not advertised my service as a public service, then keep the hell out. Just because I have an IP address and you have a route there does not make my machine a public resource.

      Yes, I may want to secure my machine, but my lack of security does not make a script kiddies exploits any less wrong.

    19. Re:Dead On... by techno-at-nni.com · · Score: 1

      but thats the problem.. don't compare this to houses.. First of all, yes, my address is public, but I'm definitely NOT running any services on it.. there is no sign out front saying I'm "Open for Business".

      > If I have not advertised my service as a public service, then keep the hell out.

      Then how the hell am I supposed to know what is and what isn't public?? If I can't find it on google that means I can't access it? Who are you to say that I don't want Joe Shmoe accessing MY site?

      AND, like a STORE, people advertise that they are a service.. On the Internet you DON'T have that.. because port 80 is open you assume they are offering a service (which is unlike your house). Basically I'm saying that no, it's NOT right to break into a machine (Duh), but thats not my point.. You are offering a service and you need to be more secure than your house... common sense says this.

    20. Re:Dead On... by Anonymous Coward · · Score: 0

      Why should a website administrator babysit somebody's damn kid.

      Put him in jail. The little thug will have the shit scared out of him there. His little IRC mates will wonder what happened. Rumors will get around. The brats will realize they'd better just cut it out.

    21. Re:Dead On... by zangdesign · · Score: 1

      Your argument worries me because it basically excuses children to go out and commit mayhem on the web with no consequences. Who become responsible for their actions if the kids themselves are not? Parents? Hah!

      Parents refuse to take responsibility for their own children these days, abdicating it to the community at large ("It takes a village ..."). When I want responsibility for a child, I will have my own, thank you, not yours.

      If they spraypaint my windows, stomp my flowerbeds, etc. then charge them with vandalism and if the law says that they are too young to be charged, then hold the parents responsible. There need to be firm consequences for wrong actions.

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
    22. Re:Dead On... by Macrobat · · Score: 1
      If you bust a kid for defacing a website, he'll be lucky not to spend time in jail, along with drug-dealers, murderers, gang-bangers, and child-molestors...
      Get some perspective. If he's a kid, he'll go through the juvenile detention system, at worst. If he's an adult, he'll most likely end up in a minimum-security prison with a bunch of other white-collar criminals.
      --
      "Hardly used" will not fetch you a better price for your brain.
  15. And this is surprising why? by dirk · · Score: 5, Insightful

    This stuff doesn't surprise me at all. Companies are in the business of making money. If they report every intrusion that happens, that means other people find out about them (potentially). If people find out, they may be less likely to use that company (or their website or whatever) than if they believe there was never a compromise. I think companies should be forced to report it when there is a compromise that includes user information or something like that, but if it is just a web-site defacement (with no possibility of anything else) I would probably not let it get out either. Add onto that fact that some PHB automatically will assume it is the admins fault, even if they were told not to patch it/didn't have enough money to do it right/were ignored on their suggestions, that measn the less people who know about the exploit, the better off you are. I don't agree with the policy, but it is certainly understandable.

    --

    "Information wants to be expensive" - Stewart Brand, the same guy who said "Information wants to be free"
    1. Re:And this is surprising why? by Jantastic · · Score: 1

      I agree, and experienced the same with Y2k-bugs.

      The media reported a very low amount of problems occuring, but as a sysadmin visiting clients back then, I saw a few, which didn't make it out to the public, for reasons posted above.

      --
      ...a fact which for the sake of a quiet life most people tend to ignore ~H2G2
    2. Re:And this is surprising why? by Anonymous Coward · · Score: 0

      Yeah, "keep it secret". Keep that up and eventually those same PHB's will balk when something does actually happen. Especially when you have a smart client who has system admins of there own AND/OR your client wants a record of your security. No record? No green.

      Not only that but keeping anything secret in a company especially in the computing industry has been proven time and time again to be more harmful in the long run than helpful. If you are being breached regularly then you need either a new admin, new system, new coder, new whatever to stop those breaches so they don't happen in the future. "Ahhh our website was hacked again it's ok fixed in 5 mins this is the 9th time in 10 months but it's only down for 5 mins.. 9x5 == 45 mins wasted time or money or both". I would fire that admin or whatever is responsible for such losses. It's just business at the end of the day and 45 mins wasted time and money? Especially in a high volume business making or losing thousands on minutes?? You can't be serious.

      I don't agree with the policy, it's not understandable at all. Fix the problem and then let your customers know that the problem has been fixed. You think anyone major financial company can afford to run windows2k for serving purposes? I don't mean to take a cheap shot but in the real world where hundreds of thousands and millions are traded in an hour that shit just doesn't fly and I will not lose my job at the end of the day because I said "It's just website defacement".

      Half of you can't stand when slashdot is down that long.

  16. Lack of understanding by ConsigliereDea · · Score: 2, Informative

    My experience with corporate management is that it comes down to the lack of understanding and education. How many managers call their IT people to teach them how to attach a file (in Outlook the paperclip icon) to an email?? I once brought up security as an issue and was told not to mention it again. Something about techs always wanting to spend money on useless "latest & greatest" ideas that wern't important. No amount of explaining helped or changed any minds. When these managers get their teenagers to finally tell them what is going on (that good security is worth the pittance in extra cost) maybe we'll finally get something done.

    1. Re:Lack of understanding by mindstrm · · Score: 2

      Yes.. it is a lack of understanding; it's ignorance of what the job should really entail.

      Then again.. I've seen a lot of IT people who misunderstand their own job.. they see themselves as some ronin, as the mayamoto musashi of sysadmin, there to hide in the shadows and make the company work. Perhaps helping with Outlook was part of the damn job description in the first place.

      A lot of times, it's the IT kid who misunderstands what he was hired to do.. or in otherwords, it's not up to you to tell your boss what your job is, unless he asks you to.

  17. Re:hey... by Anonymous Coward · · Score: 0

    We if I can speak English.. English can screw me!

  18. They might not, but I do by Nigel_Mellish · · Score: 2, Insightful

    Esp. if they want me to engage in e-commerce.

    If a company doesn't care about "grafitti" on their storefront, then how much do they care about customer privacy, esp. credit card information? How much do they care about the security of their actual network?

    If I can tell, I won't order from a MS hosted e-commerce site.

    Off topic: Anyone know how CCBILL was comprimised? I wonder what they were running...

    1. Re:They might not, but I do by duffbeer703 · · Score: 2

      You are ignorant beyond belief.

      A website with a Linux front end may very well be connecting to an NT 4 or even 3.51 server running Oracle or Sybase, which is where your data is stored.

      NT web servers may have Solaris application and database servers running in the background.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    2. Re:They might not, but I do by rifter · · Score: 2, Insightful

      This is indeed true, it is common, and is a good idea. But the problem here is you can't generally tell what the database is hosted on (and if you can tell, you probably don't want to trust that site, either).

      I think the point is that the outside host, which is the only host you can check for platform generally, is going to be the first point of attack (excluding trojans), and if it is vulnerable, it gives a toehold to the potential cracker. The poster seems to believe any company which would put Windows systems out as their first line of defense is not serious about security, and a lot of people would agree, especially after hearing the ignorant rantings of Microsoft's "chief security officer," Scott Culp.

      The guy routinely reflexivly claims any proven exploit is impossible without having read about the exploit itself (or the details for recreation, source code, etc) and generally demonstrates a lack of knowlege of the issues affecting MS customers who actually think they might like to be reasonably secure. Contrast this with the output of people in charge of security/development for your more secure platforms/products.

      It is clear MS has a don't-care attitude toward security, is not really interested in being up to speed on the research being done in the field, and essentially will only release a patch for a problem which has been around for a long time, has a published exploit, and also is on the radar of big consulting firms/Time Magazine/ Wall Street Journal. In other words, they only care about security when they are forced to by their big customers. Therefore it is reasonable to assume someone who really puts MS on the front line is not up to speed or does not care enough about the security of your data.

    3. Re:They might not, but I do by Nigel_Mellish · · Score: 1

      My Gosh! I never knew you could do that!

      So I guess it's ok to have just one machine easily comprimised - esp. when it's making trusted calls to a "robust" backend databse.

      Ass.

    4. Re:They might not, but I do by Anonymous Coward · · Score: 0

      or it could very well be that the company is so young in their internet endeavors that they in fact don't know the responsibilities they undertake by placing wide-open OOB server installs on t-3's.

    5. Re:They might not, but I do by duffbeer703 · · Score: 2

      In a well designed system, the frontline is almost irrelevant.

      I support a number of projects which have third-tier webservers running Windows that are maintained by our clients. Oftentimes because of government contracts they are still on Windows NT 4. (or even 3.51 in one case!!)

      We own the middleware and database tiers, and keep a VERY tight ship. We've never had a breach in the database tier in four years, and only had one in the middle tier (which was an internal breach by an admin). The webservers are considered more dangerous than the general internet user.

      Personally, I am more afraid of Unix systems being breached on the front end than windows machines. It is quite easy for an unsophisticated hacker wannabe to do real damage with a poorly secured Linux or Solaris box.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
  19. Yep, this isn't unusual at all. by Anonymous Coward · · Score: 5, Interesting
    For professional reasons, I'm posting this anonymously.

    I've worked at one or two places where boxes have been cracked and once the initial panic settled down the word that came down from On High(tm) was to quietly pull the system, disinfect it (but not reformat/reinstall), and return it to service. "This system needs to be available for the developers, we don't have time for you to find whomever did it."

    Needless to say, I wasn't real happy at the prospect of putting a questionable system back into active duty. Just because you found the /usr/lib/.../31337^k17 directory and copied back the files replaced by the rootkit does not mean that you've found every last trojan horse or old config file. I'm surprised that the more intelligent kiddies havn't started doubling up their rootkits yet - one which acts as your basic rootkit, replacing system binaries et al, and a second in an entirely different location that they leave in place for situations just like this: If the primary rootkit is removed but the system isn't reinstalled, they've still got a way back into the system and a backup toybox to get revenge with. It wouldn't take much at all.

    Not to rip on Redhat exclusively, but with all the RH servers popping up these days I'm surprised that the newer rootkits aren't being passed around as .rpm files. No muss, no fuss, but the sysadmin would still notice if (s)he did a verification from the install CD-ROM.

    At the end of all of it, I did what they asked me to and put the box back into service. I'm reasonably sure that I swept the system clean but you can't prove a negative, you can only state a negative to within a certain tolerance. For all I know, the backed up system binaries I'd found and put back into place were trojans as well and the originals had long since been overwritten.

    But that's in the past now.

    1. Re:Yep, this isn't unusual at all. by Anonymous Coward · · Score: 0

      A good root doesn't need a second root kit. A root kit is like a system of trojans. Haveing two systems don't work better than one good one. The thing about rootkits are they are premade and only a few are widely uses. A good custom made root kit should have several ways back. A feature I've seen in windows trojans is a back up method of staying in the system. It was a subseven version 2.2 server that had packed in it a file the extracted to c:\windows\runlink.exe then ran. It would encode a second copy of subseven and save it as c:\windows\run.sol and then registered "sol" files to be opened by runlink.exe. The it would go through the harddrive for all .lnk files and change the file in it to a extion of *.sol and save the original location in a new *.sol file so the link would run the .sol and then runlink.exe whould run the file the old link went to. The end result was me removeing subseven 4 times before thinking what the fuck! and looking into it further. I think using the .lnk files was a good starting ideal. I always wondered why people didn't mess with the file endings more.

    2. Re:Yep, this isn't unusual at all. by Anonymous Coward · · Score: 0

      AFAIK we've not been rooted yet ...but I'm just waiting for it to happen.

      Our staff work onsite alot, often on net-connected Unices without ssh installed, but they need to connect to our server - for a shell, or file-transfer. Since the machine they're using is on the internet, that's the way to connect to "base". Without ssh on the client machine, we seem stuck with FTP and TELNET protocols. Just waiting, as I say ...

      I've added a tool to enable/disable telnet on-demand, and will probably do the same for FTP.

      I'd love to have ssh on a CD-ROM with password-encoded private keys, so that we can use ssh to connect.
      But it'd have to included ssh for various Unices, and Windows.
      Unix, I can do.
      Windows, PuTTY is great. But it doesn't seem to work properly with password-encoded public/private key authentication. (let's not forget, we don't trust employees with each other's logins, either!)

      Does anybody know of a Windows application which will:
      1) Run out-of-the box from a CDROM
      2) Leave no traces on the Windows PC
      3) Use password-encrypted private keys

      Steve.

  20. Statistics *are* collected by tshoppa · · Score: 4, Insightful
    CERT/CC has been gathering statistics on incidents, vulnerabilities, security alerts, and hotline calls for over a decade now. They also analyze the statistics for trends, present courses on security issues, and publish reports for general consumption.

    To me, the real problem is that every couple of months folks come along like internet security is something new, when in fact the exploits and vulnerabilities of today are very much like the same problems from a decade ago.

    1. Re:Statistics *are* collected by Anonymous Coward · · Score: 1, Insightful
      CERT/CC [cert.org] has been gathering statistics ...

      For whatever good those numbers are. They're self-reported, and thus inherently biased. And so would any infrences drawn from such a sample.

  21. Corporate security mentality... by denzo · · Score: 1

    Looks like the article exhibits what a lot of companies practice in order to keep negative PR low. The company doesn't want to investigate or prosecute a hack-in because that would suggest that their site was insecure, making their customers have some doubt. It's all about perception, like sweeping the dust under the rug.

  22. This is somewhat of a problem. by gillbates · · Score: 2, Insightful
    Although most website defacements and root exploits occur on the "outside" servers, some, if not the largest percentage of actual defacements occur because of the "unicode exploits" in Microsoft IIS 4.0/5.0 Servers. These exploits DO NOT undertake a sophisticated process in order to deface a website. A simple URL entered into the address line of the web browser of an unsuspecting netizen could in fact deface a website without the knowledge of the person doing the clicking.

    This is perhaps one of the most insidious qualities of the 'net - a person can commit an illegal act (Unauthorized alteration of a computer system) without even knowing it, or intending to. Yes, I believe that most website defacements are intentional. But this only makes it worse for the person who accidentally mistypes a URL and ends up getting their computer seized, or worse, dragged into court.

    Granted, you may not like Microsoft. You don't have to use their insecure products. But this is not enough - you could go to jail because of their negligent ignorance in security issues.

    When cars became widespread, there was a legal push to make them safer. Soon, people started holding the car maker, rather than the driver, responsible for safety. Hopefully, the same thing will happen to Microsoft - people will hold them accountable for their (almost) criminal negligence when it comes to security.

    --
    The society for a thought-free internet welcomes you.
    1. Re:This is somewhat of a problem. by Anonymous Coward · · Score: 3, Insightful

      The chance of someone "mistyping a URL" and accidentally triggering the Unicode exploit are laughably small. What are the chances of someone "mistyping a URL" and doing the following?

      http://www.someserver.com/scripts/..%25%35%63../ wi nnt/system32/cmd.exe?/c+dir

      I realize it is vogue to talk about how MS is the devil and "you could go to jail", but you're being ridiculous.

      Additionally: "you could go to jail because of their negligent ignorance in security issues." No. It is not MS problem that you didn't patch. Or is it also Slackware's problem if you don't patch for the recent /bin/login problem that they were vulnerable to?

    2. Re:This is somewhat of a problem. by satch89450 · · Score: 2

      The chance of someone "mistyping a URL" and accidentally triggering the Unicode exploit are laughably small. What are the chances of someone "mistyping a URL" and doing the following?
      http://www.someserver.com/scripts/..%25%35%63../wi nnt/system32/cmd.exe?/c+dir

      Social engineering. If I was a real prick of a Webmaster, I could include a link in my web page that would "mis-type" the URL for you when all you wanted was to see the item "advertised" by the link, an intimate and revealing picture of Brittney Spears. It's even worse with HTML-capable electronic mail -- when was the last time you really looked at the URL behind the juicy link in front of you? Now imagine a clueless newbie presented with the same message. What happens is left as an exercise to the reader.

      As for going to jail, you might want to look into the history of BBS sysops who have been "investigated" for wrong-doing. Suitable links are elsewhere in the discussion.

    3. Re:This is somewhat of a problem. by booyah · · Score: 1

      This is the same old thinteligent idea.... blame the manufacturer. same thing as blame society who made (manufactured) these people murderers and rapists. blame the gun maker because this derranged lunatic got ahold of a pistol he stole from his parents.

      What we need to do is a threefold plan of action. Yes we blame the perp. they most likely knew they were trying something to circumvent the system. Yes we blame the manufacturer. There comes a point where things are too easy to misuse. Yes we blame the victim. Yes YOU DO NEED TO PROTECT YOURSELF!!! no this doesnt mean we all go get guns and carry. but we may want to consider some pepper spray or god help us a firewall.....

      --
      #include sig.h
    4. Re:This is somewhat of a problem. by gillbates · · Score: 2
      Granted, its not MS problem if I don't patch - someone should know better than to run IIS, but they don't. But the fact is that I could use something like this:

      Click here

      to get an unsuspecting visitor of my site to launch an attack against a remote server. Granted, the average user wouldn't know what to do if it worked, but someone monitoring for hackers would be able to pick up their IP.
      --
      The society for a thought-free internet welcomes you.
  23. And maybe not by r_j_prahad · · Score: 5, Insightful

    I think a lot of companies would care if they could afford to, they've just made a business decision not to go after this sort of thing. Investigations can take months, and prosecution can take years. What responsible CEO would be willing to commit those resources to a process that won't yield a cash return? How much money do you think Intel got back from Randall Schwartz?

    I, for one, cannot afford to have my servers collecting dust in an evidence locker while I rearrange my business schedule around interviews, depositions, and testimony. Sorry folks, but yes, I'd bury it and forget it.

    1. Re:And maybe not by ScoLgo · · Score: 1

      How much money do you think Intel got back from Randall Schwartz?

      According to this page, "Randal received a deferred 90 day jail term, 5 years probation, and 480 hours community service. His legal fees have run over $170,000 and he has been ordered to pay over $68,000 in restitution".

      Here is another link with more extensive information on the case for those who might be interested.

      --
      "Michael, I did nothing. I did absolutely nothing - and it was everything that I thought it could be."
  24. Cover it up and go to lunch.... by el'gwato · · Score: 1

    It is not surprising that server admin's and upper management don't care about reporting defacement/Dos or other net attacks. It's not really they're fault, I mean who would they report it to in the first place? As far as I know when a defacement or even important data is corrupted the main role of a server administrator is to get the box up and running, patch the hole and if possible not tell anyone for fear of losing their job!
    It's not that they wouldn't report it. it's more a case of who to?
    As the Internet is spread over every country in the world all of which have their own policies in regard to the reporting, investigation and punishment of net offenders there is no governing body that can manage this sort of role. This only gives you the option to report the web site defacement to the offenders ISP (if you have that information) and hope that they do something about it. And if the ISP can't help you, as often they can't due to the fact that most of the holes exploited in IIS are due to worms passed on by people who don't know they even have them what can you do?
    I don't think setting up one big governing body for the Internet is going to work so what option does that leave you with?
    Patch your damn IIS servers or be infected every time a new worm exploits a new hole!

    --
    All speling, factual, tact, and/or grametical errers be the result of netwerk interpherance or# transmition ererrs.
    1. Re:Cover it up and go to lunch.... by tshoppa · · Score: 2, Insightful
      It's not that they wouldn't report it. it's more a case of who to?

      Internet security isn't as "new" as everybody wants you to believe. CERT has had a reporting hotline for many years now, as well as guidelines on how to make a report.

      To me, the amazing fact is that judging by the comments folks are making, Most slashdotters don't even know about CERT. How do we expect the guy off the street (aka IIS administrator) to know?

    2. Re:Cover it up and go to lunch.... by el'gwato · · Score: 1

      I went to CERT, And what magical power is it you think these people have.... LOL

      --
      All speling, factual, tact, and/or grametical errers be the result of netwerk interpherance or# transmition ererrs.
  25. Happened here too... by tsmit · · Score: 4, Interesting

    Surfing around my intranet at my last job, found an internal test webserver 0wn3d by poisonbox. Nobody in the company gave a shit.

    That is, until, i sent a message to the CEO, COO, and CFO with their credit card information. Apparently there were credit cards and user information stored on this machine.

    They started to care then. Just a bit though. Of course, two months later, we were one of the companies that had to shut down EVERYTHING due to Nimda.

    They're out of business now. Take that for what it's worth.

    --
    Yes, my girlfriend is a BitchX
    1. Re:Happened here too... by wayn3 · · Score: 1

      Remember the names of the CEO, COO and CFO, and never work for them again. They do not deserve to be in business for being that casual about their customer's information.

      Customer info, including credit card info, should be treated like gold.

    2. Re:Happened here too... by fishbowl · · Score: 2

      > i sent a message to the CEO, COO, and CFO with
      >their credit card information.

      What you did is known as "pulling a Schwartz"

      You are lucky they didn't fire you and then prosecute you.

      >They're out of business now. Take that for what
      >it's worth.

      You are twice lucky: so far, they haven't held you responsible for this.

      --
      -fb Everything not expressly forbidden is now mandatory.
  26. Cost analysis by BlaKnail · · Score: 2, Interesting

    Assuming that most companies are smart enough to have the documents for their website saved on a local machine in addition to their webserver, then what does a defacement really do to them? It may momentarily make them look stupid, but it doesn't cost them anything to fix it, just reupload. The upper management might not see this as much of a problem...for instance, if I owned a store, and some kids kept putting up posters that said "You Smell!", I could just tear them down (or leave them and let potential customers think that I smell). Its not worth the effort to put up a system that prevents the posters from getting put up in the first place.

    1. Re:Cost analysis by bryan1945 · · Score: 2

      This would work for a small site with fairly static data.

      Go roam around IBM website and its subsites (support.ibm.com, etc.) and you'll see thousands if not 10s of thousands of pages. Uploading all that takes time.

      One other point is if someone cracked Amazon and put up a message saying "Amazon has been cracked and we now have your credit cards numbers!" What are you going to think when you see that again, or for the third, fouth, and fifth time? Bye, bye business! That would be a good reason to prevent it in the first place.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
    2. Re:Cost analysis by SirGeek · · Score: 1

      Have you heard of a little application called rsync ? It can keep things synchronized (forcing the site to be updated via a secured master copy behind a firewall or at least outside the DMZ).

      That's how I do things at my 9to5 job. Our site synchronizes in about 2 minutes. If they re-synched once per day for 10K pages, what would that take, maybe 20 minutes ?

    3. Re:Cost analysis by bryan1945 · · Score: 1

      Actually no, I haven't heard of that. I'm not a web guy (I don't even have a free website), so I don't follow that kind of stuff.

      Sounds decent, though. Thanks for the info.

      --
      Vote monkeys into Congress. They are cheaper and more trustworthy.
  27. I don't care either by gmack · · Score: 2, Interesting

    As a system admin it's life.. if I don't keep servers updated ahead of the kiddies I get pages defaced.

    Penalty for me: yelled at by boss and now I have to reformat server. Score 1 point for the kiddies and I learn for next time.

    I don't care much unless they do something lame like use the box to DDos or something equally lame.

    If you find your site defaced more than not it's a sure sign that something is not right with the tech department.

    Mind you I've not had a production site defaced in over 2 years.

  28. what a loser by rabbits77 · · Score: 0, Flamebait

    The funny thing is that most people reading this article and responding too it are ignoring what most normal people would see. That is, the author is likely a real annoying motherfucker. He works the helpdesk but kept bugging the admin about "security"? Listen, I worked with a guy exactly like this. He didn't know *anything* about being a system administrator. He could not at all tell you what, say, mkfs did, write an awk or perl script, or even do an OS install.
    However, since he read a lot of /. and spent all his time in IRC instead of answering the phone and helping people he felt that he was some sort of expert in security. In reality he really needed a good education in basic OS and networking principles.
    Both he, and the author of this lame article, should either go take a few CS courses or stfu with bothering the BOFH and answer the fucking phone.

    1. Re:what a loser by john_cotse · · Score: 1

      It's against my better judgment to get in a flame war, but I must add; Even though I am the *Helpdesk* Coordinator for Cotse, I am also a unix admin at my regular job. I have seen first hand how management will "wave their hand" over a security issue. If management won't dedicate the time/money to provide proper security, it won't get done, no matter how dedicated the admin is.

      --
      John Holstein, Cotse Helpdesk/Support
    2. Re:what a loser by mindstrm · · Score: 2

      I gotta back you up on that.

      I know younger people who have been on my ass about 'fix this bug' 'fix that bug' 'you should be watching for this kind of scan or that kind of scan'.

      No concept of actual systems administration.

      Hint: It's just NOT WORTH THE TIME for many companies to have a full-time 'security' geek on staff.

      Yes, sysadmins should patch their shit. Yes, they should stay informed. But some kid who does nothing but hang out on #hack and collect exploits is *always* going to seem to know more about security. Period.

      Its not just security; it's easy, when you are young, and think you know it all, to assume that those who are not doing things 'your' way are stupid. Then you get older, and realize that's not the case. (or not always, anyway, there certainly are people who are about as smart as a brick out there).

    3. Re:what a loser by Anonymous Coward · · Score: 0

      Shut the fuck up you idiot...

  29. Depends on what the cracker does... by bero-rh · · Score: 3, Insightful

    I think quite a few people responsible for deciding on what to do with a cracked website would agree with me in saying the resulting consequences have to depend on what the cracker did...

    If someone just added a statement saying "Hi, I'm l33t hax0r, I've cracked this site 00000001 times", it's likely just a kid trying to have fun, not someone who should end up in prison.

    On the other hand, if it's a spammer cracking my server and using it to send spam, they'd face all consequences I can think of. And there are quite a few in-between things...

    --
    This message is provided under the terms outlined at http://www.bero.org/terms.html
    1. Re:Depends on what the cracker does... by SirGeek · · Score: 1

      Why not ? I am so freaking sick and tired of people saying "They're just kids".. BULLSH*T.. A typical teen nowadays has as much "knowledge" of life as most 25/30 year olds did in the 50's. They know right from wrong (they better know they shouldn't go into someone's house and steal if they've survived to teenage life).

      Maybe a 6 year old wouldn't know but a 10 year old better.. So why shouldn't a teen ?

      Make the teen spend 30 days in jail. No computer, no phone, no TV (why they hell do prison's have TV's ??!?!?), no radio, no NOTHING.

      Then make part of the punishment after the 90 days community service. Make him do 200 hours of something like sewer cleanup.

    2. Re:Depends on what the cracker does... by Legion303 · · Score: 2
      A typical teen nowadays has as much "knowledge" of life as most 25/30 year olds did in the 50's.

      Please cite your source.

      (why they hell do [prisons] have [TVs]

      You'd be surprised what you can get in prison. If I lost my house and didn't have a wife to care for, I'd definitely go commit enough crimes to put me in a minimum security facility. Just think: free room and board, free meals, free HBO, free weight room, free basketball court, free law library, free limited internet access. Possibly free beatings and sodomy too, but I bet that's less likely in min security than it is in max.

      The one thing you don't have is free movement, but how much of that do you have now? How many hours a day are you chained to a desk? Hell, prison would be a luxury in many ways.

      -Legion

    3. Re:Depends on what the cracker does... by FyRE666 · · Score: 1

      I think the free criminal record wouldn't do much to help future job prospects...

    4. Re:Depends on what the cracker does... by Legion303 · · Score: 2
      I think the free criminal record wouldn't do much to help future job prospects...

      Who'd want to go back to work after lounging around watching HBO all day? I'd move to California and make sure I got three convictions....

      -Legion

    5. Re:Depends on what the cracker does... by Anonymous Coward · · Score: 0

      I am chained to my desk for about 8 hours, five days a week.

      Otherwise I can pretty much wander around wherever I want.

      Thats a hell of a lot different than prision.

      You, however, go from your six hours at school to your 'room' at your Mom's house. You have to ask permission to stay out past 9. I can see why you don't get it. Yet.

    6. Re:Depends on what the cracker does... by bero-rh · · Score: 2

      A typical teen nowadays has as much "knowledge" of life as most 25/30 year olds did in the 50's

      Maybe, but computer geeks are not exactly typical teens. At least I know what I occasionally did for fun back when I was 14-15 (which isn't THAT long ago, it was late enough to give me a chance to toy with some early website defacing -- but it's so long ago that I can safely admit things without running in the danger of being arrested ;) ).
      Teens (at least the ones I know) are a usually a bit extreme in their views and not as controlled as older people, and "It's impossible to crack this" is an invitation to try that many can't resist, even though they know it's not exactly legal.
      I agree about giving them hard punishments for real crimes, such as murder, beating up people until they go to hospital and such, but for stuff like this, a warning ("We know who you are, do it again and...") would suffice.

      I tend to agree that prison conditions are too good, but on the other hand, locking someone up in a dark cell without anything is likely to get more nasty ideas into their heads (giving them enough time to think about taking revenge on the system that got them in there for something small [at least in their view])...

      Maybe just a longer period of community service would be the best thing to do.

      --
      This message is provided under the terms outlined at http://www.bero.org/terms.html
    7. Re:Depends on what the cracker does... by Anonymous Coward · · Score: 0

      Please. Teens knowing as much as 25-30 year olds?

      Again. Please.

      Teens today, just like in the fifties, think they know everything. Think, being the important word.

      My opinion? Shove the parents in the slammer.

      Yes, the parents. No offense, but maybe the world would be a nicer place if parents got off their lazy asses and actually TOOK SOME RESPONSIBILITY FOR WHAT THEIR OFFSPRING ARE DOING!

      Stow the overused lines of crap, "I'm a single parent!" and "But we both work and.."

      Please.

      If you can't handle the responsibility of raising kids, don't roll around in the sack. Really simple, eh?

      "But, but, I had to drink beer and watch Nascar on the tv instead of talking with Little Johnny and seeing what he's doing online!"

      Guess what, assholes? The Internet isn't a babysitter.

    8. Re:Depends on what the cracker does... by Legion303 · · Score: 2
      You, however, go from your six hours at school to your 'room' at your Mom's house. You have to ask permission to stay out past 9. I can see why you don't get it. Yet.

      Your stinging repartee has demolished my argument, Anonymous Coward.

      -Legion

    9. Re:Depends on what the cracker does... by Karma+Sink · · Score: 1

      Oh, fucking get off it. Do you remember being a fucking teenager? Being a teen is all about getting one over on your parents, and just about anyone else you can.

      I want to be able to trust my kids, even if they do make some mistakes, which I'm sure they will. After a certain point, you just have to hope that you've given your kids enough morality to keep them from doing truly evil shit.

      Honestly, if my children deface websites, and never do anything worse, I'll be one happy motherfucker.

      --

      When encryption is outlawed, ?o'AZ-,++o+i++##4AoA+-/-C++bI+/.+~
    10. Re:Depends on what the cracker does... by SirGeek · · Score: 1
      Honestly, if my children deface websites, and never do anything worse, I'll be one happy motherfucker.

      Thats nice. And where are their computers ? In their room where they can do anything, see anything ? Are one of those parents that expect ME to look out for what they see ?

      Get of it. It's your responsibility to care for and discipline your child. My parents were not that strict and I think in my life I got 1 or 2 spakings (and I did deserve it), but as I got older, I had a healthy respect for them and when I was a teen I new to listen to what they told me to do.

      Do your children ? Do they listen to and understand exactly what you tell them ? Or do they just tell you to fuck off ?

      Vandalizm is vandalizm regardless of using paint or HTML and because these "children" should know better, punish the shit outta them.

  30. Get a good firewall and avoid IIS by Anonymous Coward · · Score: 1, Informative

    Getting a good firewall avoids most problems. It can be very hard to secure many servers and too easy to miss somthing. By placing servers behind a firewall at only exposes needed TCP/IP ports, there is a extra line of defense.

    Even with a firewall, there are too many security problems with IIS.

    I have had the best luck with Apache running on Sun. I have several servers that have been running non stop for more than a year. The Apache error log reports several malformed URL attacks every day.

    There is really not much point in trying to report hackers to the police. We had a couple of servers that where not behind a firewall and they where hit by a root kit. We reported the problem to the FBI along with the logs and IP address of the guy we think did it, but nothing came of it.

    Our job is to keep the site up and running and develop new functionality. Anthing else, including dealing with hackers takes away from that mission. I have had some sys ops that seem to treat is as a game. A very time consuming game.

    I think that it is better to put evertyhing behind a firewall and only expose trusted ports.

  31. Too hard to prosecute by greensquare · · Score: 4, Insightful
    The problem is that it is too hard to prosecute.

    The FBI is way too busy with the real bad guys, like Bin Laden. You should go check out Gibson's story about the DOS attack that he was subjected to, and the results of his attempt to get the law involved. Basically, if your damages are less the $20,000 they don't care, and if the alleged hacker is less the 18, they probably don't care. It may be very hard to put a value on a webpage defacement that will hold up in court. Courts don't like to do much to kids either.

    To make a long story short, it only makes sense to not throw good money after bad by trying to apprehend and prosecute someone. The effort on behalf of the corporation will be better spent shoring things up to prevent it from happening again.

    Cheers!

    gs

    1. Re:Too hard to prosecute by zangdesign · · Score: 1

      Then perhaps we should take matters into our own hands, so to speak, and put out hits on script kiddies. DOS = DOA.

      I'm kidding, of course.

      Or am I?

      --
      To celebrate the occasion of my 1000th post, I will post no more forever on Slashdot. Goodbye.
  32. companies dont care or employees dont care? by mrroot · · Score: 1

    Maybe this is not as much because the companies themselves dont care, but that the employees dont care. I think there is alot of apathy out there right now in the IT business.

    P.S. I'm not trying to be flamebait, just a simple observation.

    --
    I Heart Sorting Networks
  33. Article Has a BAD Example by Fatal0E · · Score: 3, Insightful

    What I especially didnt like about this article was this part...

    Damnit I was all set to paste and italicize the part where the person says something like, "...but I was there only for one month and didnt want to seem like a pain in the ass." but it's /.'ed

    Anyway what really irks me is that this I get the impression that this guy doesnt take his job seriously. Being a NetAdmin is not a job, it's a duty. You have a duty to your Network and it's users first. Your PHB's second. I think anyone who treats their role as any different is inviting disaster.

    I mean seriously, I'm lazy; does that mean I want to have more to do later on b/c someone who cant appreciate the gravity of their decisions told me to do something against my better judgement.

    If I were him I would have kicked and screamed about that OOB installation on a public server but if thats how they want it done, then thats how I'll do it. If that becomes a pattern in their decisions, then I'll decided to start surfing monster.com. What I'm getting at tho is that it's not hard to make someone understand that best practices are called as such for a reason and straying away from them should only be done with very high degree of deliberateness, instead of the implied laziness on the part of the PHB and the cowardice of the person interviewed in the article. The whole point of the article could have been avoided with a pair of cojones.

    :::rant mode off:::

    1. Re:Article Has a BAD Example by Anonymous Coward · · Score: 0

      Being a NetAdmin is not a job, it's a duty.

      Bwahahahaha! You're a Palladin, right? Alignment Lawful-Good?

      Silly boy. Go protect that snowdrift. I see that mean sun out there melting it.

  34. oh, i know this story.. by bo0push3r · · Score: 3, Interesting

    .. and also worked for a company (a dial-up provider) where we had to deal with this kind of crap and just turn a blind eye.

    i was one of only two admins for what was then the 3rd largest dial-up provider in that state.

    first of all, their network infrastructure was a mess. they didn't even bother using their lovely switches with segmentable backplanes to set up different suubnets for the internal network. i mean, a lot of good this would have done, considering that the owner was FAR to cheap to shell out money for even a cheap firewall. we actually had very smart and network-savy techs printing warnings about network security to the printer on the owner's desk (while connected with other ISPs no less!) and the idiot still didn't get the message. this is made more rediculous by the fact that the man built the company from the ground up, he was supposed to know what he was talking about! (quote: "do we even know if that shit works? why do we need that?" - owner, when asked if we should use RAID in the SQL server i was building)

    second, the main admin and 'webmaster' was too cozy in his M$ bubble to venture into the world of open source software. granted, the two of us often had more work than four more of us could have handled, but in the interest of job security he should have at least tried listening to all the people (more security-conscious than he) who were telling him that our setup was crap. he, the operations manager for the company, and the owner (my three immediate bosses, in that order) didn't seem comfortable with the idea of me, a newer constituant to the department, tightening security.

    so, when it came to setting up and securing machines i was left to dabble on shell boxes hidden under my desk. (which i did from under my workstation at the other end of the building even before i worked in the department or had access to the zone files. the network room was unlocked, so it was simply a matter of noting a jack number and moving your connection to a switch that wasn't managed by novell.) the owner was actually more afraid of his employees in the building using the hi-cap lines for d/ling MP3s on his dime than he was about paying an army of trained monkeys to manually re-enter 17,000 accounts when some 15-year-old decided to kill the user database from his AOL connection.

    so rediculous was his thinking that he paid all the money he could have spent on securing the entire network and more on some overpriced Intel server and the (fucking) NOVELL software necessary to control network access from INSIDE the building.

    so lax was the security and so cheap the owner, that it actually took two incidents of having production monkeys switch our servers off (for the hell of it) in mid-operation (first the SQL/RadiusNT server, then the Mailsite server) before we managed to get locks for the network room doors.

    anyways.. i'm finished.

    -j0nah

  35. Ride in an elevator controlled by a M$ computer? by crovira · · Score: 2

    Not effin' likely... The Otis people get sued for every broken leg. They're not going to be that stupid.

    Eventually some dweeb will come up with a real killer script. One that infects hospital systems, screws up with the meds and results in a few hundred deaths.

    Then some smart lawyer will go after M$ and learn that they do not warranty the suitability or fitness of their product for any purpose what-so-ever.

    Then the governor of the state who's aging mother died because of the boo-boo will get into the act and the software industry will be as regulated as the automotive industry.

    Given the number of blazing Corvairs and chest impalements by steering columns, this will NOT be a bad thing. But its about as likely as M$ selling elevator systems.

    As long as the cost is ONLY money, nobody in the corporate world gives shit. Its not their money. They don't want to waste time or money fixing the problem. They don't even want to report the problem.

    I know of at least one company that got screwed on Sept. 11, 01 because they hadn't even taken a copy of their back-up tapes off site in months. Takes too long. Costs money. Like cab fare. Believe it...

    Get used to it.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
  36. Management education of the legal consequences by satch89450 · · Score: 5, Insightful

    After reading the link for this story, I was amused to see that things really haven't changed in a number of places. Management doesn't worry about Web site security until it hits them where it hurts, their liability insurance premium, or when the executives spend some time in the cooler.

    The majority of defacements I've seen described involve little more than vandelism, electronic tagging by lower lifeforms of script kiddies, that do very little harm to the company whose site is defaced. You "wash the walls" and go on. End of story.

    Except that it isn't the end of the story.

    What happens when the defacer decides to use your Web site to store a couple hundred cracked credit card numbers? How about the 600 MB of MP3s of copyrighted music material that appears in its own directory of your Web server? The kiddie porn? Can you imagine what would happen if a terrorist cookbook were to be uploaded to your site, given today's paranoia caused by the November 11 terrorist attack?

    IANAL, but I recall the Mogur-BBS debacle when a BBS system was used to traffic in telephone calling card numbers. Some facts are missing from the account the link points to, but it's sufficiently accurate to be useful. Here is another account of the incident. Here is a more thoughtful retrospective and analysis.

    Shall I bring up the episode of Steve Jackson Games as an indication of the kind of risk that operators of public computer systems face when security is not a primary concern? Steve Jackson Games is apparently alive and well (and probably mad as hell about being mentioned in a Slashdot article) so the news isn't all bad, but the six months they were effectively out of business -- the publishing business -- must have hurt and hurt badly. Granted, the Secret Service has learned much since that 1990 fiasco, but can you imagine the long arm, and the long flatbed truck, coming and taking your computer systems because of the acts of some malicious script kiddie who does more than tagging?

    Can your company afford to have its Web servers siezed and perhaps damaged because of the illegal acts of non-employees?

    What you can do: tell your manager to contact your company's general legal counsel and request they research the legal liability, and the practical effects of law enforcement action, resulting from illegal acts committeed on public servers that have inadequate security controls. Emphasize that the research include short-term effects such as equipment seizure and forceable removal, damage inflicted during such action, and the expense of obtaining the timely return of the equipment.

    If you run an e-commerce site, also be sure to ask about legal exposure in the event any web server containing crdit card records, customer information records, order histories, or credit search information is compromised and the information released to unauthorized people.

    Steve Jackson Games was almost put out of business based on a bogus rumor. How would your company survive the legal onslaught from a script kiddie interested in more than just defacement?

    1. Re:Management education of the legal consequences by TheMCP · · Score: 3, Informative

      Shall I bring up the episode of Steve Jackson Games as an indication of the kind of risk that operators of public computer systems face when security is not a primary concern?
      Really, you shouldn't.

      As I recall, they didn't get raided because of anything to do with their system security, and indeed their computers had nothing to do with it at all (other than that they were taken in the raid) - they published, on paper, an entirely fictional game about computer hacking that any sane person should have been able to tell was a game (the game rules should be a big hint) and didn't constitute a criminal instruction guide, and they got raided for it because the Secret Service apparently wasn't able to make that distinction.
    2. Re:Management education of the legal consequences by dillon_rinker · · Score: 2

      Really, you should pay attention to what you reply to...note this quote from the parent post:

      Steve Jackson Games was almost put out of business based on a bogus rumor.

      Somebody told the Secret Service that SJ's BBS had hacker files on it. They took away the BBS and some vital manuscripts. What if your hacked server actually had illegal material on it? In other words, the poster's point was...a rumor and stupid cops almost shut down a business. What if the rumor were true, and there was illegal information on your web server (put there by a skript kiddie), and the cops were smart?

    3. Re:Management education of the legal consequences by TheMCP · · Score: 2

      Really, you should pay attention to what you reply to...
      Really, your mother should have taught you better manners. I understood the original author's point. My point, however, is that the anecdote has nothing to do with the consequences of lax computer security and therefore doesn't make a good example for their argument.
      What if the rumor were true, and there was illegal information on your web server (put there by a skript kiddie), and the cops were smart?
      If the rumor had been true, prosecuting them would probably have been justifiable if I remember correctly what the rumor was. If the cops were smart, they would have tried just looking into the matter before raiding the place, and also would have realized that the owner of the computer isn't necessarily responsible for the actions of every script kiddie who attacks it.

      Bluntly, I think it's just a lousy example for this particular discussion.
    4. Re:Management education of the legal consequences by Hulboy · · Score: 1

      The terrorist attacks were on September 11th, not November 11th...not to be nit picky or anything....

  37. Reality check by Anonymous Coward · · Score: 0

    I have been in the type of situation John is talking about and I did it right. I talked to cert. I sent the FBI a image of the hard drive with log that clearly showed the hackers IP. The script kiddy did not ever try to mask his address and he was in the US. Net effect nothing I never hear back and the process of collecting all this data cost me several hours that I could have spent fixing the problem.

  38. Free content by NiftyNews · · Score: 3, Funny

    Heck, some of the webmasters out there are so lazy that they probably look at defaced pages and figure "Hey, free content. Looks like I can take another couple days off."

  39. Finally some one said it! by Rebel+Patriot · · Score: 0, Offtopic

    This is a new world we live in and the rules and laws must change to meet the new era of information and communications. In this world we must change to allow for the net. Consider this; the possible number of people capable of defacing a website could soar into the millions and tens of millions within just a few years. Over the last 20 years I've seen the personal computer rise from a Mac with two 5.25" floppies to Athlon XPs. The number of people using computers has skyrocketed accordingly. It is very likely within 10 years that most people will have heard of Linux and at least a fourth of them compiled a kernel. With a staggering growth of knowledge comes a need to stim that growth in certain areas. Ten years ago a computer connected to the internet was almost 100% safe because no one had the knowledge and time to find security holes, much less exploit them. As the net grew and matured, more and more people flocked to it as a hobby and e-mail became popular. Enter MS Outlook and IIS, the largest security breeches known to mankind. These programs were designed so the stupid masses could use them. Everyone cheered and applauded that they were now able to check their e-mail through a Microsoft client, or run a webpage for their business using IIS. These two programs are marvelous in their functionallity. Both are filled with knobs and switches so they can do many many things. This flash is all show though when it came down to security. A small group of people began realizing these tools were readily exploitable. Thus began the great fall of the internet. Viruses and worms swept through the net, propogating in huge numbers. People began to doubt the securityu of the net and the dot-com boom left oh-so many offices vacant ghost towns, visited only occasionally by whisps of dust and an occasional mouse, searching for the droppings of a candy bar. From there the net rallied, pushing strong back against the script-kiddies with its new vorpal sword wielded by its champion, Tux! But one lone penguin can at best hope only to stimy the efforts of attackers who seek back-doors and loop-holes. The vast numbers are still enjoying the functionality of M$ while they suffer unjustly from attacks by faceless cowards. They think this is simply the price they pay for the net, as if the ent were some scrupulous being that existed solely for our detriment, feeding us the occasional nugget of gold to keep our avarice alive. These people view this almost philosophically. "We must endure these attacks and rebuild, for such is the nature of life." This philosophy is flawed! The nature of life is to live, not be lived upon! The net should not be used as some tool to fart on those you wish, forcing them into a sub-life on the net in which they constantly rebuild their empire the same time and time again, forgetting that the toolss exist to protect against such attacks. Now mroe than ever we realize that striking some one in the jugular is rather easy. It is time the people of the net become net-wise (to coin a term borrowed from Okefenoke Joe and made their businesses secure. It is time they began to close the back-doors, and look for solutions that are both functional and secure even if doing so requires allot of effort on their part. And it is time for prosecution of such activites. Now I know that the majority of people that force these attacks are minors, but juvenile dilenquits must be punished if their willful and immature actions inflict damages on other people. Police can't possibly hope to find and prosecute these people. Our police are horribly overworked as is. Also, attacks of this nature tend to cross state and national lines. The copy-right holders of many nations pushed the DMCA which was finally signed into law here in America, but why not do something multi-national that makes sense "net-wise"? How about a multi-national police force that exists solely to track down and prosecute net criminals, be they script-kiddies or international terrorists hell-bent on destroying our commerce by attacking national banks and treasuries? P.S. This may start a flame war. Such is NOT my intention.

    --
    Slackware forever. Honestly, what else would you trust when it absolutely positively has to be stable, secure, and easy
    1. Re:Finally some one said it! by Legion303 · · Score: 3, Interesting
      Ten years ago a computer connected to the internet was almost 100% safe because no one had the knowledge and time to find security holes, much less exploit them.

      In 1991 I was breaking into Vax and Unix machines left and right, and so were many of my friends (in fact, they were much better at it than I was, which is why many of them work in computer security today and I don't). Misconfigured menu screens, unshadowed password files, Sendmail--you name it, we were exploiting it.

      Disclaimer: I don't know about my friends, but I always informed the sysadmin about his security problems after playing around for a bit. While still technically illegal, none of them ever decided to press charges and I suppose the statute of limitations is up by now anyway, so thbbbbpppttttt.

      -Legion

  40. His "solution" is wrong by drew_kime · · Score: 4, Interesting

    There are two opposite sides to every debate. I am sure a middle ground is obtainable where everyone, well almost everyone, can meet and appease the majority of those concerned. Frankly, that's why it's called a "democracy". Without two opposing views, at an equal distance apart, a logical solution would be oppressed by the single minded behavior of an individual dominating force.

    No. The reason it's called a democracy is because people get to vote. If there are in fact three sides to a debate, there is the distinct possibility that no one will be appeased. In fact, most compromise among reasonable people results in everyone being equally displeased, but willing to accept it.

    Insisting on seeing every disagreement as a matter of two opposites is how we got the Republicans and the Democrats, with no (okay, little) room for third parties. I can't see how applying the same method to computer security will somehow suddenly work.

    --
    Nope, no sig
  41. Re:Ride in an elevator controlled by a M$ computer by duffbeer703 · · Score: 2

    Hate to tell you, but most Otis elevators in 2-20 story buildings are controlled by MS-DOS or NT 3.51.

    Bigger buildings generally have more customized software on an embedded platform.

    --
    Conformity is the jailer of freedom and enemy of growth. -JFK
  42. Casino La Luna by Anonymous Coward · · Score: 0

    Doesn't seem to care either. This is up on their website Quite 'good' publicity I think... But then, what would you expect from a Casino

  43. What about thier job? by psychophil.com · · Score: 3, Interesting

    It may not be that most companies do not care, it may simply be that many incompetent admins/managers are worried about keeping their jobs.

    What are they going to do? Report a defacement/breakin and look bad in the eyes of upper management, or cover it up so that it looks like it never happened and keep management in the dark as much as possible?

    It may not be that these companies do not care, they may just not know that they have a crappy staff.

    1. Re:What about thier job? by 10am-bedtime · · Score: 1
      why exclusive OR? it is the combination that kills: companies that DO NOT CARE if they have crappy staff. the mediocre seek to make everyone mediocre, and the best way to do that is to diffuse any quest for quality. the results (for security or what have you) are predictable.

  44. Revenge by Da+J+Rob · · Score: 1

    I too am a sysadmin and my boss too doesn't really care about 'harmless' hacks i.e. web defacement or an ftp daemon being taggged by el33t hacker and storing a whopping 150 megs of bad warez games.

    Instead, my boss lives by do on to others as they have already done to you. So me and my fellow sys-admins pull out the bag of goodies and some log files and tear this jerkoff a new asshole. This one guy that hacked us had his machine setup to allow anyone to NFS mount root. It wasn't 10 seconds before we started going apeshit with rm command in the /bin directory.

    1. Re:Revenge by Legion303 · · Score: 1
      That's how my sysadmin operates. I say, "This guy is DoSing me from a Windows box, and his ISP refuses to do anything about it."

      Him: "Win95? Do you know where to get jolt2.c?"

      Me: "Yep."

      Him: "Here's how to get around our Cisco's outgoing packet filter...."

      -Legion

      PS: I took away my +1 bonus--(Score: -1, Script Kiddie)

    2. Re:Revenge by Pussy+Is+Money · · Score: 2, Insightful
      Q: How do you know the files you wiped belonged to the perpetrator?

      A: You don't.

      Vigilantes: amateurs trying to look like professionals.

      --
      Pushin' 'n dealin', shovin' 'n stealin'
  45. Forgot to take your medication? by Anonymous Coward · · Score: 0

    Learn to use paragraphs. You usually have to go to some schizophrenic's homepage to find an illegible, rambling rant like this.

    "10 years that most people will have heard of Linux and at least a fourth of them compiled a kernel"
    I doubt most of the people on this planet even have a computer never mind care about Linux. Even most US computer users might have heard the word in passing in 10 yrs but I truly doubt 25% of them will be compiling their own kernels unless it is made a "push the button to compile the kernel" function. You'd still be hard pressed to explain what a compiler is never mind a kernel.

    "These programs were designed so the stupid masses..."
    So everyone who isn't as brilliant and techno-savvy as you is "stupid"? I guess your mechanic can consider you a grade-A moron because you can't overhaul your own engine. How do you expect these "stupid Outlook/IIS users" to compile Linux kernels in 10 yrs?

    "The nature of life is to live, not be lived upon!"
    Ever hear of the food chain? Can't get much closer to the heart of nature than that.

    1. Re:Forgot to take your medication? by rifter · · Score: 1

      Learn to use paragraphs. You usually have to go to some schizophrenic's homepage to find an illegible, rambling rant like this.

      He probably had paragraphs, but did not use paragraph marks or the preview button. Since the carriage return does not make it into your submission, it is entirely possible to type a properly formatted submission and have slashdot turn it into gibberish for you unless you are already used to typing in the marks. Mind you most other sites that allow for comments so not have this "feature," but then they also don't support the other html tags.

  46. Get off my lawn you damn kids... by Bonker · · Score: 3, Insightful

    I would expect them to pay for the clean up, or for them to do it themselves.

    That's what I'm trying to get at. The kids who do this sort of thing need to be punished... mildly. Not sent to prison where they can be ass-raped by their cellmates and/or be transfigured from a loser, messed-up kid into a hardened criminal.

    Lost customers == lost $$$.

    Because of people and businesses who demand monetary accountability and are not willing to write off the stupidity of those around them, mild punishments are not acceptable, by the lawyers if no one else. Dealing with the rigors of the community is simply one of the costs of doing businesses for most companies. If a vandal spraypaints obscene grafitti on a company's storefront, then that company has to pay to have it repainted that day. If they manage to catch the guy who did it, they'll press charges for the paint and labor they had to buy, not all the estimated 'lost businesses' that any given e-commerce website owner would.

    In my community, if a kid commits a crime like vandalism, fighting (assault), shoplifting or loitering, and is caught, he or she is sent to 'Teen Court', and is assigned a small community service penality to attone for his or her misdeeds. If script kiddies would get the same treatment, then they a.) wouldn't become martyrs, inspiring more script kiddies, and b.) would learn that there are better, more profitable ways to spend your time.

    --
    The next Slashdot story will be ready soon, but subscribers can beat the rush and slashdot the links early!
  47. Revenge can equal jail time... by cnelzie · · Score: 2, Insightful


    Okay, the original post was some bait, but here goes...

    Let's just say that you do get away with rooting some cracker's box. What do you do when that cracker sicks the FBI upon you?

    He/she could also just sue you in civil court and could likely win.

    If you don't think this can happen, ask your legal counsel if the families of criminals have ever sued the pants off of and won in court after their "loved one" got himself or herself shot to death while committing a crime in someone else's home. It has indeed happened and will continue to happen.

    If you do go about an end up hacking the hell out of someone else's machine, how can you surely prove that it is the right machine that you are hacking? You may claim that there are no cracker's that know more about cracking then me.

    That is total arrogance and idiocy. Nobody should ever claim that they are the be-all and end-all of any subject. There will always be something that you don't know, there will always be someone that knows more or at least more about an little looked at fact.

    You could have hacked the system of someone that was rooted by your cracker. What happens if the admin at that site knows someone that looks at the logs and finds your smiling face all over the place? Well, I suppose that you would then be payed a little visit by the FBI and will find yourself in just a wee bit of trouble.

    The better thing would be to patch your holes, protect your rear and let the trained government investigators take the risk of looking the fool. You eliminate your chance of going to prison and or facing untold fines.

    --
    .sig seperator
    --

    --
    If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
  48. This subject is quite misleading ... by dougmc · · Score: 2
    The subject says --
    Some Companies Don't Care about Web Defacement
    ... but then the story tells how the companies want it fixed! (even if they won't take the time to fix it right, they DO copy over a correct copy of the web site. Obviously they DO care.)

    If they didn't care, they'd never correct it -- they'd leave the defacement up forever.

    Some more appropriate/accurate titles would be :

    Some Companies Don't Care enough about Web Defacement
    Some Companies Care about Web Defacement, but won't Fix It Right
    or
    Some Companies Care about Web Defacement, but when they `fix' it they just fix the defacement itself and don't take the time needed to keep it from happening again
    Of course, once somebody read one of these more `accurate' titles, they'd go `duh! and this is news? We all knew that already!'
  49. Or maybe the FBI... by PsiPsiStar · · Score: 1, Flamebait

    is way too busy trying to hack into servers themselves.

    "You say the kid did what? Hey, that's a pretty good idea. I should try that next time... Er, I mean we've had a lot of these lately. We just have to prioritize."

    --

    ___
    It's the end of my comment as I know it and I feel fine.
  50. Seriously now... by PsiPsiStar · · Score: 2

    If someone wanted to break into my house, all they'd have to do is smash the window. Is it my fault for having windows?

    People _don't_ break in to other's houses because;

    1. They have some modicium of morality.

    2. They respect the law or fear the police.

    3. They're worried that I might be home
    and I would hurt them. And I would.

    --

    ___
    It's the end of my comment as I know it and I feel fine.
    1. Re:Seriously now... by Anonymous Coward · · Score: 0

      1. definitely, but 2. & 3. are just ridiculous

    2. Re:Seriously now... by techno-at-nni.com · · Score: 2, Insightful

      And for the people who do break into your house?? What about them?

      And why do people continuously use the comparison of house being broken into and computers being broken into. They are different things... I compare Inet sites to stores.. they are both offering a public service.. they require more attention than a house since a house offers no public services and less security is needed. It's like running a business from your home... even then people use more security at their homes..

      And finally, morality is a common sense thing and you may be a perfect moral citizen who does no wrong, but some kids growing up in weird situations have less moral convictions.. I'm not at all defending their acts nor support them, but keep an open mind. I'm all for giving them hard sentences, but strong jail time and fines might not be the correct punishment. Afterall, they'll just end up stealing more to pay for fines, etc..

    3. Re:Seriously now... by PsiPsiStar · · Score: 2

      There are a lot of people who would do things if they thought they could get away with it, but wouldn't if they thought they would get caught. It's common sense.

      --

      ___
      It's the end of my comment as I know it and I feel fine.
    4. Re:Seriously now... by PsiPsiStar · · Score: 2

      I like the metaphore of breaking into someone elses house because people tend to keep personal info on their hotmail accounts, etc and this metaphore plays up the violations being carried out.

      I also like the metaphore because it emphasizes that government monitoring of private computer data (and most computer data is not actually private, I realize) without a warrant should be considered unlawful search and seizure if they violate your personal computer.

      --

      ___
      It's the end of my comment as I know it and I feel fine.
  51. Default Installations by XBL · · Score: 2

    If people just want to install a web server, and not muck around with a million details of Linux to make is really secure, my advice would be to not use Linux.

    OpenBSD has been secure for "Four years without a remote hole in the default install". They look over just about every line of code every release for possible security problems, and also regularly screen their ports collection for possible problems. FreeBSD has a secure mode option in the installer that apparently makes it about as good as OpenBSD, but I have to doubt that somewhat.

    Is there a way to make a default Linux distro as secure as OpenBSD (and have long-term proof of it)? Probably not. So, if you want a secure web server as soon as the installation is finished... go with OpenBSD. It runs just as well as Linux, and has the same capabilities, so why not?

  52. Defacement, trojans, spam - even if you give info by wiresquire · · Score: 1
    I recently installed some firewall software, and have been checking the logs.

    So I thought I should do the right thing and let the owner of the offending source domain/IP know. Sent an email with details of the source IP date/time etc. The common ones were coming off big name companies.

    Response? I got one return email asking for my logs.

    Just out of interest, I did the same thing with some spam recently - notifying the webmaster/abuse and the owner of the source IP from whois. I sent the relevant details, date/time content of the message.

    Very similar result. One reply. Telling me to send the same info to another abuse address at a different domain that is run by the same company.

    What frustrates the hell out of me is that they expect me to do their goddam job for them. I gave them THEIR source IP/host/mailing details and dates/times! I'm trying to do the right thing, but do they really expect me to get the name and phone number of the offender?

    Obviously, they're not interested. In their eyes, it's not the black hats, or spammers, but *I* am the problem.

    Frankly, after going out of my way to help these clowns, makes me want to join the script kiddies...

    --

    So does Anonymous Coward have good karma?

  53. Working in security (the polyester type)� by (H)elix1 · · Score: 2

    When I was going to school, I worked security - the non IS type - where the company had issues with folks stealing stuff. It was one of those home shopping networks, so they had jewelry, electronics, and all sorts of other stuff that got shuffled around from buyers, to the TV studios, to warehouses, and outlet stores.

    As you might have guessed, some people would steal stuff. Every once in a while, we would catch them, we would call the cops, they would fill out a report, and that was the end of it. Termination, but no criminal prosecution... Some of these folks made off with a lot of stuff before you figured out how they were running off with it.

    I suspect our police force is not interested in dealing with the "lowly" 13 year old script kiddies who would make a lousy public example. Lord knows they did not really care to prosecute when someone runs off with several thousand dollars worth of gold, confesses, and provides a verbal and written confession to the officers as well.

    I also suspect these companies do care; they just realize the futility of trying to bring these "crackers" to justice....

  54. Re: His "solution" is right by Anonymous Coward · · Score: 0
    I disagree. I see his message very clearly. The "opposites" will in fact attract someone to take the middle ground. Of course not everyone believes this way or that, but the opposite sides of the coin reflect the differences in opinion necessary to show the entire scope of the idea.


    While it is not uncommon for the extreme left or right to be thrown out of a debate, the extreme points of view will allow a better understanding of the big picture.


    Being "closed minded" and throwing out thoughts and opinions before the entire message is understood is quite childish.


    The higher echelon of management will take everything into account, deliberate the possible outcome and post a concise response. Throwing out the idea of being a target website defacement, worm injections or other malware infiltrations will only lead to heartache down the road.


    So what if the owners of the infected server won't do anything about it and their servers are used to infiltrate another, owned by someone else? What if the second set of servers, their admins and management want to press charges? If you didn't save the logs, how will they know who did the defacement? How can you back track the information? What if it wasn't as simple as a defacement? What if it was seen as a defacement, when in reality, they used your server to hack into the Federal Reserve? Who knows.


    Do it right. Go by the guidelines set forth by Cert. Save the logs, mirror the drive. Do it the right way or don't do it at all.


    I think the author was dead on with the political points of view and the ideas concerning management. Everything is "political" these days, whether computer related or not, you gotta play the game to play the game.

  55. An Idea To Help Both Sides? by Enonu · · Score: 2

    We've all been idiot kids before, so I don't think it'd be fair to send some "kiddie" to jail for web defacement, nor do I think he/she should get off scott-free. However, when I was about 16, something like $100 was a lot of cash, and that's certainly a lot less than the thousands of dollars it "costs" when an e-commerce site goes down. So how about advertise, "if you can prove that our server can be rooted (without actually doing so), we'll send you a check for $100." This would keep the system up to date on security since 0-day exploits would be reported quickly, and it'd probably be a lot cheaper than hiring a full time security expert.

    1. Re:An Idea To Help Both Sides? by Anonymous Coward · · Score: 0

      hell, that might work. Even add a stipulation that if you are the *first* to report the hole, you get the $100.00, you could even go so far as to say "...we already paid the $100.00 to So-And-So. Thanks for telling us tho."

    2. Re:An Idea To Help Both Sides? by Anonymous Coward · · Score: 0

      Hmm. I like this. This wouldn't stop everything (Some people are just plain assholes)... But a lot of these 'skript kiddies' aren't really 'skript kiddies' - they're kids who have an interest in security, and like exploring strange systems.

      Give 'em some recognition, too. Maybe toss up their name on a site somewhere (Even if they were say, the second or third to figure out that X server can be taken down by Z attack). Offer 'em job references. "Yeah, that's the kid that helped us secure our network."

      Both sides would be rewarded - the kid gets $100 and a resume bullet ("Yep, yep, I helped point out security flaws at X, Y and Z corporations." and the company realizes, "What the hell is Bob the Security Expert doing, if we've paid out $1000 to kids this month?"). :)

  56. Re:Ride in an elevator controlled by a M$ computer by Pig+Hogger · · Score: 2
    I know of at least one company that got screwed on Sept. 11, 01 because they hadn't even taken a copy of their back-up tapes off site in months. Takes too long. Costs money. Like cab fare. Believe it...
    Hopefully, they haven't yet located in the rubble the body of the dweeb who took that decision...
  57. Is it really an issue? Why should they care? by Lethyos · · Score: 2

    What's a good reason that companies should care any further than what is necessary to restore the site to working order. The amount of revenue lost due to a defaced web site is probably so small that it cannot be calculated. Why waste all the man hours and money to seek out and prosecute web bandits? The real money wasted would be in the legal proceedings, and then the company would become its own worst enemy. They spend money on an IT staff to handle these things... might as well get the mileage out of the people they've hired.

    --
    Why bother.
  58. NFS ro Mount? by 3rd_Floo · · Score: 2, Insightful

    I havent read all the comments, at ~ 150 it gets too long, but what about NFS mounting the httpd doc root RO(Read Only)? Have it exported RO on the machine thats secure behind the FW, and the public webserver that only has port 80 open for inbound connections not originating from within the corp, and thatway, nothing can be defaced, it cant be modified period from the webserver, the content server that holds it all is elsewhere, safe, and accesable to the employees inside, but out of reach of the defacement. And this same logic could still be applied to M$ IIS last time I looked, a simple SMB mount with the right permissions and viola.

    You would still have to provide security patches to your servers, and be a proactive admin to keep your network secure, but wouldnt this solve the modification/defacement problems?

    1. Re:NFS ro Mount? by Anonymous Coward · · Score: 0

      This would only work well with something like Sun's WebNFS since it uses a single TCP port. Every other version of NFS uses random UDP ports assigned by the portmapper which means you need to punch a huge hole through your firewall to this server! Then on top of it, RPC has had at least a half dozen exploits against it in recent times. The BEST way to do it is to burn a bootable CD with your pages and OS on it, stick it in the box, reboot during a low traffic time and voila. Unhackable box. ;-)

  59. Where I worked by sirgoran · · Score: 1

    The owner was told many times of hacks.

    But, as she put it, "Unless you can show me the IP of the person that did the hack I won't believe we were hacked."

    It didn't matter if we got the IP or not, she just didn't want to be bothered with it.

    After the 12th time, we got pretty good at reloading the site everyother day as a matter of habit. Its true, some people just don't care how many times they get hacked. I got tired of hearing, "Just restore from the back-ups and do your job." So I did them one better. I got a job elsewhere.

    Goran

    --
    Carpe Scrotum - The only way to deal with your competition.
  60. Fire analogy by SimCash · · Score: 1
    The root article author writes:
    Being a volunteer fire fighter for 15+ years now, I know for a fact that the government collects data on every aspect of a fire. What materials were used to start the fire, electrical involvement, equipment involvement, radiated heat, blah blah blah. If we can do this with fire, why not computer systems? I mean heck, what better product to do statistics about than the product that compiles the statistics!
    Which misses the important difference - when investigators to go a fire site to collect data no one screams "Violation of privacy". And a company that is a victim of arson does not percieve that to be a bit of press that will reflect unfavorably on them.
    1. Re:Fire analogy by Anonymous Coward · · Score: 0

      Why couldn't 'compliance with investigators' be spun to be "good press"??? PR shouldnt play a role in it, the same thing with any other law that's broken.

      If the law is broken, an investigation should take place, otherwise you are breaking the law yourself, by covering up evidence.

  61. More than a penny for all thoughts by SnakeStu · · Score: 1

    Being "closed minded" and throwing out thoughts and opinions before the entire message is understood is quite childish.

    Might this apply to your response as well? You say "the opposite sides of the coin reflect the differences in opinion necessary to show the entire scope of the idea" but if "the entire message [was] understood" you would understand that the point was that there are not just two sides -- it's not a coin, it's more like a ball. How many sides to a perfect sphere? How many perceptions of an idea? A coin does not even begin to describe the scope. But instead you "[threw] out thoughts and opinions" because in your "'closed minded'" viewpoint there are only two sides to the issue.

    What I believe the original responder was trying to communicate is that this issue, like politics, cannot be accurately represented on a line. As with politics, you need more dimensions, a matrix if you will. (Example) By limiting the representation to just Left vs Right you miss a vast amount of critical data.

    Everything is "political" these days...

    As has always been the case; you can always cast everything from a political perspective, just as you can cast them from a social perspective, just as you can cast them from a financial perspective. But I do agree that one must see it from the political perspective (amongst others) to avoid missing opportunities, risks, etc. that are only apparent from that perspective. The responsible participant in the process (e.g., the responsible company with a defaced site) will find a balance based on multiple viewpoints -- not just political, not just economic, not just how late one must stay to resolve the issue. An irresponsible participant will discard all but the most convenient perspective; I would suggest that the "fix and forget" behavior is a symptom of irresponsibility.

    1. Re:More than a penny for all thoughts by Anonymous Coward · · Score: 0

      Thank you. Although you are having trouble "thinking outside of the box", so to speak, you did in fact help make my point.

      Each opposite end of a debate, the ends "totally-for" and "totally-against" will lead to a middle ground. True, some folks will not be happy, hell, it may even be me, but as long as the MAJORITY renders it's decision, I can live with it.

  62. Geeks reroute around 'bad law' ? by Martin+S. · · Score: 2


    Companies do not report defacement, People do. Here are some reasons not to report defacement.

    1) The Geek thinks it makes him look bad if he cannot secure the platform.
    2) The Management view than 'if Big Guy's aka Microsoft cannot secure the Web, then nobody can! '.
    3) The Company also thinks it makes them look bad if a) they are prosecuted for failing to secure their data and b) if they start prosecuting their customers.

    Geeks recognise Web Defacement is about as serious as Vandalism, and the punishment for each is completely disproportionate. Perhaps the Geeks are not reporting these breaches to the Authorities because they understand the law is B.S. I KNOW this colours my view.

    In the UK, we have the Data Protection Act and the Computer Misuse Act these are well regarded amongst lawyers & politicians and are held up as good examples of computer internationally, the rest of the EU has (is) adopting the same standard legislative framework. These stipulate a six year term for 'each unauthorised access' by an individual, and an 'enforcement notice' for a company committing a similar offence, or failing to secure their data.

    Another question is 'what constitutes an unauthorised access ?' is it each packet, each login/session or each machine compromised ? A packet storm could result in a Six Million year sentence in a few minutes.

    The platform I work on has been attacked several times, yet time has proven we have a very effective security setup, breaches have been handled without damage. The nature of our platform means that the hackers are also our customers, we usually cut the offender off and send a warning letter and once they apologise and ask nicely, we let them back on the platform. So far we have had only one repeat incident and they have be cut off permanently. We have never informed the authorities, despite the fact that these actions certainly constitute a breach of UK Law.

  63. Slackware ? by Anonymous Coward · · Score: 0

    Defaced 3 times in 1 year. And they only issued something the first time...

  64. People should just store md5's by Anonymous Coward · · Score: 0

    Just make a record of md5 sums of every file on the system. Periodically redo the md5 sums and use diff to compare the results.

    thus:

    find / -path /mnt -prune -o -path /net -prune -o -path /proc -prune -o -path /cdrom -prune -o -path /tmp -prune -o -path /var -prune -o -path /usr/tmp -prune -o -path /home -prune -o ! -regex ".*/.netscape/.*" -fstype ext2 -type f -print0 | xargs -0 md5sum > sums.txt

    then:

    diff oldsums.txt newsums.txt