Stories
Slash Boxes
Comments

News for nerds, stuff that matters

When Does Website Monitoring Go Too Far?

Posted by Cliff on Wed Sep 17, 2003 09:46 PM
from the your-right-to-monitor-ends-at-my-reset-switch dept.
jafiwam asks: "Recently, the IT department of the company I work for and a 3rd party monitoring and security firm got into a pissing match about how much monitoring is too much. They either got a hold of a customer list from a former employee or walked our IP space to find our web hosting customers. They then proceeded to sell them monitoring services for things such as server up-time, defacement detection, email up-time and DNS testing. While I welcome anything that lets our customers use the internet effectively, their set of monitoring servers filled an entire 18 gig partition full of web server logs (causing the server to crash on a weekend) and choked an email server with 40k some messages that could not be delivered, and they failed to properly brief the hosting customers about what would happen to their log analysis software when faced with 99% traffic from a small set of IPs. These things caused down-time, lost productivity and a damaged reputation. What is appropriate for monitoring a web site and email server? Who should be allowed to monitor? Where should the give and take lie in this situation? I am interested in finding out what admin-on-the-street has to say about this."

"Though I believe they are a reputable company, they are doing some things I do not think are good: checking for the domain names on the TLD servers once per second, downloading various files from the site once per second, and sending email to themselves once per second.

Our first response was to talk to them and explain what we needed them to do, including a list of IPs that we used for customers so they could adjust their monitoring to suit what we thought was reasonable. They chose to ignore the first discussion and continued to abuse the servers. After the email server required a half-day of cleanup, the CTO simply shut them off at the firewalls. Rather than using the contact information they had, they chose to complain to our mutual customers instead. (I should note we do significant monitoring of the servers ourselves, and typically know if something is wrong within minutes of the event.)

Is this typical behavior of monitoring service companies? I know some of them are not reputable at all (due to spamming) however these guys seem to know what they are doing, and yet managed to effectively attack our mail and web servers, as well as doing some things I would not do to the TLD servers. It is hard to feel justified to shutting off someone else's cash-flow, but at the same time we need to defend servers from over zealous monitoring."

This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
(1) | 2
  • by Anonymous Coward on Wednesday September 17 2003, @09:50PM (#6991277)
    They must be a way to enforce that they could check, say, only once every hour. And BTW, isn't your company missing an opportunity here? If you're already checking the servers, etc., why not make the tools available to the customers? They'll be more satisfied with the tools, and not having to pay the outside firm. You'll have more satisified customers and less churn....
  • The obvious answer (Score:5, Insightful)

    by Exiler (589908) on Wednesday September 17 2003, @09:50PM (#6991280)
    Don't give a company of strangers the key to the front door. There's no reason someone from your company wasn't there to say 'when.' As for when too much is too much, it'd be when the efficiency of your main product is impaired to the point that you lose customers or reputation.
  • Log partitioning (Score:3, Informative)

    by Anonymous Coward on Wednesday September 17 2003, @09:50PM (#6991282)
    A server should not choke if the log partition is full. Is the log in a separate partition, isn't it?
    • Re:Log partitioning (Score:5, Informative)

      by MikeFM (12491) on Wednesday September 17 2003, @10:14PM (#6991402)
      (http://kavlon.org/ | Last Journal: Friday March 21 2003, @02:10PM)
      I'd think somebody would have noticed the high usage and firewalled off that site too. I mean jeez that must have been thousands and thousands of hits to use up that much space. I'd suspect a DoS attack if I saw that in my logs.

      I also suggest anyone running servers to have some sort of program monitoring disk usage. If the disk gets dangerously low on space it should notify staff and take action such as rotating logs. Have the server page an admin or set an alarm off (where it'll be noticed) or something. Whatever you'd do if an attempted intrusion was detected. I usually have the server send warnings at 90% and 95% and at about 97% usage it should give me a good loud yell.
      [ Parent ]
      • Something smells fishy here (Score:5, Insightful)

        I mean jeez that must have been thousands and thousands of hits to use up that much space.

        $ units bits/second bits/day
        * 86400

        So you're looking at (roughly) 100K hits per day per file downloaded per site. If they're downloading 15 files per site, and you've got 100 sites on the box, then you're looking at an increase of about 120 million requests per day. My acess log has an average of 200bytes/er line, so you're now looking at 120Mrequests*200bytes/request == a sudden jump of 24gigabytes of logging per day.

        Then you've got the effective mail-bombing to deal with.

        The article author said that these people sounded like they know what they're doing, so that leaves (in my mind), two likely possibilities:

        1. They're really really good snow-job artists. They understand the terminology, but they have no real sense of methodology or purpose.
        2. They really do know what they're doing, and they're trashing your servers with intent.
        I mean -- for crying out loud: Multiple files once per second? And just how long did it take them to inform your customers that they'd managed to crash the servers? Monitoring granularity of more than about one quarter the normal notification time is a complete waste of resources -- and that's giving them lots of leeway to waste.

        And Tens of thousands of undelivered emails??? If those emails didn't get delivered, then what did the company do when they didn't arrive in short order? Why didn't they stop the transmission and diagnose why the emails weren't coming thru? If the emails really are undeliverable, then how in the world did you manage to conclude that they know what they're doing?

        Other notes (mostly mentioned elsewhere)

        • are you charging your customers based on their net volume? If so, have you informed your customers of what sort of costs these, uhm, people are imposing on them in addition to their monitoring fees?

        • I'm guessing that your AUP includes a clause on activities that wilfully or negligently cause inappropriate server load, outages, etc. I think that this company's "services" classifies.
        • I think that you had better seriously consider possibility #2 above. Meticulously document what they've done to your servers (including somehow scamming your customer list). Have that information ready to present to your customers and/or a judge. If all goes well, you won't need it, but I'm not expecting all to go well, given how they've gone so far.
        One last point -- Even though you may be dealing with a company that you think has a (otherwise) good reputation, doesn't mean that you're not dealing with an inept department of an otherwise good company. Sometimes the VP Engineering puts his/her stupid cousin in some group where they're not likely to do much damage, and then finds out that the goofball has managed to get out 'in the wild' with a 'bright' idea.
        [ Parent ]
    • Depends on how (Score:4, Informative)

      by KalvinB (205500) on Wednesday September 17 2003, @11:01PM (#6991583)
      (http://www.icarusindie.com/)
      If they're letting their logs get huge before rotating them it would cause a problem every time the server tries to append data at the end of the file.

      And they shouldn't be keeping the logs on the server anyway. It's static data that only they could need access to. It should be moved off site to a standard IDE harddrive for processing.

      Statistical data should be created as the data comes in and not from the log files if they intend to let the customers have statistics for whatever.

      As for my own site, I have Apache doing the combined log format and wrote custom software to process and analyze the data. Every month I move the log off the server and every 10 megs or so I rotate the logs and move the data into a second cumulative file that Apache doesn't work off of.

      Ben
      [ Parent ]
  • OVERKILL, is what it is. (Score:4, Insightful)

    by joeszilagyi (635484) on Wednesday September 17 2003, @09:50PM (#6991284)
    (http://www.joeszilagyi.com/)
    Their 'harvesting' your IP block is tacky at the least. That said, the current range of InternetSeer type monitoring is flat out overkill, and doesn't even work right half the time. According to some of them, my site is constantly down, but it *never* is. I know, since I'm an access_log nerd and always play with it; people are always going through it without any large 'dead' blocks appearing. All you need is a remote monitoring system to let you know when your major ports aren't functional, and to have it mail you ONLY when it's down. These 100k emails dripping with HTML to let you know that your site is still up are a complete waste of good bandwidth. Ping your damn site on your major ports, and that's all you need.
    • Re:OVERKILL, is what it is. by Anonymous Coward (Score:1) Wednesday September 17 2003, @09:56PM
      • Re:OVERKILL, is what it is. (Score:4, Insightful)

        by joeszilagyi (635484) on Wednesday September 17 2003, @09:59PM (#6991329)
        (http://www.joeszilagyi.com/)
        A fair point, and THAT is the point at which you ratchet up your monitoring practices to compensate for things that are being missed. It's the same as the military; carpet-bombing is often ineffective, but preciosion targeting will (almost) always get you what you want. Pings look good? Check. Things still not working? Dig deeper. More often than not, though, ping queries should be enough (assuming the network/host doesn't block ICMP or screw with it).
        [ Parent ]
        • Re:OVERKILL, is what it is. (Score:5, Interesting)

          by cbreaker (561297) on Wednesday September 17 2003, @11:01PM (#6991582)
          (Last Journal: Tuesday December 12 2006, @07:54PM)
          Sometimes you need more checks then ping.

          At one of the companies I worked for, we had a pretty large farm of web servers running, and some hefty database servers on the backend. Not to mention all the support servers; running specific tasks. Some scheduled, some triggered.

          For our web application, ping wasn't enough. Sure, the server would be running, but since the application wasn't coded in pure html, we needed to make sure it was actually working.

          We set up scripts to test the functionality of various application functions. We also had to monitor all the web servers and database servers individually. We also had to monitor the "service status" of the entire system; ie two web servers can fail and it's not an emergency - but if the application is not functioning through the load balancer, it was.

          Ping doesn't always cut it. With any somewhat complicated web application you need to monitor the functionality of the application, not just the server.

          To add, 5 minutes is a big deal. If you have a web application that's heavily used and with paying customers, it's important for you to be up and running. If something unfortunate should happen, you need to know right away. We had some of the simple checks running every 2 minutes, and some of the more intensive checks running every 3.

          Obviously, running a check every second is ridiculous, especially if it's something dumb like TLD servers. An hourly check on that would be more then enough because you can't fix it quickly anyways. Not to mention that you must be aware of the monitoring system in place and make sure your servers won't choke from it. Make sure you have enough log space. Make sure you're not affecting application performance from monitoring.
          [ Parent ]
        • Re:OVERKILL, is what it is. by tholomyes (Score:1) Thursday September 18 2003, @11:12AM
        • Re:OVERKILL, is what it is. by bill_guts (Score:1) Thursday September 18 2003, @11:17AM
      • 1 reply beneath your current threshold.
    • Re:OVERKILL, is what it is. (Score:4, Insightful)

      by k12linux (627320) on Wednesday September 17 2003, @10:41PM (#6991507)
      Ping your damn site on your major ports, and that's all you need.

      Sometimes services can lock up to the point where they are not functioning without closing down the port. Something slightly more thurough like nagios [nagios.org] should do nicely. ie: Does a simple http request and confirms the reply is ok.

      [ Parent ]
  • Confidentiality (Score:5, Insightful)

    by Chester K (145560) on Wednesday September 17 2003, @09:51PM (#6991291)
    (http://www.evercrest.com/)
    They either got a hold of a customer list from a former employee or walked our IP space to find our web hosting customers.

    Sounds like you've got an open and shut legal case to recoup those costs they're causing you to incur.
    • Re:Confidentiality (Score:5, Interesting)

      by Maserati (8679) on Wednesday September 17 2003, @10:13PM (#6991394)
      (http://www.imperialdispatches.com/ | Last Journal: Tuesday July 26 2005, @10:17PM)
      Firewalling them is good, your customers have no authority to allow them that kind of access to your network. Have your corporate attorney send them a polite C&D letter. By polite, just the followup contact - this time on an attorney's letterhead. Also consult the attorney for what you should/can tell your customers, then do so immediately.

      Be very clear to your customers that your objection is the nearly-criminal (it's a DOS) heavy-handedness, mind-numbingly unethical and pathetically incompetent behavior of the monitoring company. It's not unreasonable for one of your customers to retain a third party to provide professional services of this nature; by professional I mean 'do it right' not in the sense of professional as a term of law. Loading your website at regular intervals and parsing their logs for them is fine. Right now, these guys are probably reporting the outages they caused.

      Billing your clients for bandwidth used by the monitoring company they hired is not completely unreasonable. Be sure to document every cost associated with this in every way, including time reading responses to this article as 'best practices research'. I'm not kidding, if you worked late you add the pizza in or the taxi home. Every penny in fine detail. Your lawyer will be keenly intereste, so might law enforcement if the polite C&D letter didn't do it.

      Since the offered protection, aka monitoring services and then caused damage to your systems you could make a case that a protection racket is being run. If, adding in their fees for their services (paid by your customers) to the damages calculated above you have more than a certain threshold, probably US$50,000, then the FBI will be interested. Also have the monthly and annual total of your revenue from the customers either employing the monitoring service plus those affected by the damage cause (probably all of them). If things go sour with them and you do go to law enforcement, wave your revenue totals around to help get DAs and FBI interested.

      Basically, you call your lawyer and then contact your customers. Your lawyer asks them to behave themselves. Then you meet with the lawyer, discuss the response and post another Ask Slashdot.
      [ Parent ]
      • Re:Confidentiality (Score:5, Interesting)

        by LostCluster (625375) on Wednesday September 17 2003, @10:26PM (#6991447)
        Unfortnately, we're missing a key part of proving the "protection racket" scheme here, proof that the monitoring company illegally got ahold of a customer list. If this company just spread by word of mouth though the customers and advertising aimed at webmasters in general, then there's nothing illegal and they'll defend themselves by tar and feathering the webhosting operation for not being able to handle the level of trafic they promised the customers.

        The customers should have run up huge bandwidth bills by causing their traffic to suddenly multiply by thousands with the auto-checking for site defacement (trans: re-spidering their site at an insane rate), and that'd be the way to recoup costs and then come off as the good guys by waiving thousands in excess fees...
        [ Parent ]
      • Re:Confidentiality by camusflage (Score:2) Wednesday September 17 2003, @10:43PM
      • Re:Confidentiality by Anonymous Coward (Score:2) Wednesday September 17 2003, @10:45PM
    • Re:Confidentiality & TOS & Abuse (Score:5, Informative)

      by vt0asta (16536) on Wednesday September 17 2003, @10:20PM (#6991421)
      What he said...
      Sounds like you've got an open and shut legal case to recoup those costs they're causing you to incur.

      First things first. These are your servers. Your network. I am assuming you have the standard abuse clause in your TOS. You need a lawyer.

      Unfortunately, you are in a bad situation. They apparently have more resources than you, because they can bring your setup to it's knees. Not saying it's right, not saying it's fair.

      A lookup of your TLDs each second makes sense if you are Yahoo! or Google. Their web monitoring levels don't appear to be reasonable. You already know the technical answer.

      Personally, I would be worried about them stealing your customers. I mean the argument is going to be simple from their side. They will simply say, "hey look, their stuff folded under 'normal' monitoring, we have a hosting company we can 'recommend'" or they will just have the hosting company call them up out of the blue and ask if they are "unhappy" with thier current service..."oh, it goes down a lot"..."they can't handle simple monitoring"..."gee, that's a shame"..."well, we've worked with that monitoring company before, and we have never had any problems, in fact we routinely get 5 9s"...etc

      Honestly, talk to legal, explain the potential situation, and have them make contact with the monitoring company. A couple of tortious interference this, and cease and desist that, will put the monitoring company on it's toes and maybe get them to leave your customers alone, or possible play nice with your servers. Notify your customers yourself and explain that they are being investigated by your legal team, etc.
      [ Parent ]
    • Re:Confidentiality (Score:5, Informative)

      by vt0asta (16536) on Wednesday September 17 2003, @10:31PM (#6991472)
      IANAL, but if you'll allow me to shoot from the hip for a bit, I'll take a shot at it...

      1) Tortious interference with business relationships. The solicited the customers. They directly interfered with the business relationship by bringing the servers down by overzealous monitoring.

      2) The outage was caused by the monitoring company. If just one customer leaves to another hosting company because of outages or what not, or if that customer lost business due to downtime. The damages are realizable.

      [ Parent ]
    • 1 reply beneath your current threshold.
  • I know what to do! (Score:5, Funny)

    by rock_climbing_guy (630276) on Wednesday September 17 2003, @09:52PM (#6991294)
    (Last Journal: Wednesday October 22 2003, @03:09AM)
    Let's all pitch in on a little scheme. We will each agree to buy a service plan to have one non-existant .com web site monitored. If we could get lots of people to do this, we could DDOS Verisign off the internet!
  • One word: (Score:5, Informative)

    by stor (146442) on Wednesday September 17 2003, @09:52PM (#6991297)
    Nagios.

    http://www.nagios.org/

    Cheers
    Stor
    • Re:One word: by Anonymous Coward (Score:1) Wednesday September 17 2003, @10:15PM
    • Re:One word: by dpoulson (Score:3) Thursday September 18 2003, @02:02AM
      • Re:One word: (Score:5, Informative)

        by @madeus (24818) <slashdot_24818@mac.com> on Thursday September 18 2003, @04:55AM (#6992740)
        Both are good monitoring packages, it's up to personal preference really.

        Actually Nagios is a lot more powerful that BB (which really doesn't do all that much), and aisde from that Big Brother is not 'free' (often people just don't bother to read the Terms and Conditions and think it's free).

        You can use BB with no charge to monitor certain systems, but if you provide certain types of services you are required to by a license, and these days most medium and large ISP's fall under this category.

        Big Brother is amazingly basic, I don't understand why people get so excited about it (I could re-write it in a day, and I'm far from a rocket scientist). Nagios, in contrast, is a full network and service monitoring system, and would have been much more useful in this instance and you could have used it to more easily identify the source of the incoming traffic.
        [ Parent ]
    • One More Word by MoZ-RedShirt (Score:2) Thursday September 18 2003, @03:23AM
  • When Does Website Monitoring Go Too Far? by _Pablo (Score:2) Wednesday September 17 2003, @09:53PM
  • Bounce all the traffic back at them by Anonymous Coward (Score:1) Wednesday September 17 2003, @09:54PM
    • 1 reply beneath your current threshold.
  • We should have a nationwide lawyer database by tjstork (Score:2) Wednesday September 17 2003, @09:57PM
  • for smaller companies... (Score:3, Interesting)

    by yet_another_user (513529) on Wednesday September 17 2003, @10:00PM (#6991334)
    ...that either don't have the time / money to go after people like this, such as the webhotel I'm involved in in my sparetime, I'd recommend firewalling. Simply block all incoming connections from over zealous monitor-companies.

    Ofcourse this doesn't do anything to fix the bad reputation they may have given you by flooding your servers, but its a quick and easy antidote against future problems.
  • hm (Score:5, Interesting)

    by revmoo (652952) <slashdot@meep . w s> on Wednesday September 17 2003, @10:02PM (#6991341)
    (http://www.moolicious.org/ | Last Journal: Wednesday March 26 2003, @01:51PM)
    From your description, i.e. "Once per second", that is quite beyond monitoring, and that is an EXCESSIVE use of bandwidth and resources.

    Now, if you charge your customers based on gigs transferred, it seems like this would fill up their quota for the month quite quickly. What are your customers going to think when they get a large overcharge bill for the bandwidth? They signed up for the service after all.

    If you aren't hosting for money, then you probably aren't able to profit from this monitoring companies actions in the same way, so I suggest you blackhole their ip's. Downloading files from your server once per second goes way beyong monitoring, and into the realms of denial of service(It crashed your server you say).

    What I would do? Make a change to the aup for your service stating that customers that use monitoring services that abuse bandwidth will have their accounts revoked, or be charge for the excess bandwidth used. There's no reason in the world why these people need to hit your servers as often as they are.

    If you are unable to do business with your servers being hammered, then I suggest blackholing the monitoring service's IP's. It's only sensible.
    • Re:hm by Xugumad (Score:2) Thursday September 18 2003, @02:22AM
      • Re:hm by Fastolfe (Score:2) Thursday September 18 2003, @11:26AM
    • Re:hm by beebware (Score:1) Thursday September 18 2003, @07:35PM
  • monitoring (Score:5, Informative)

    by Feyr (449684) * on Wednesday September 17 2003, @10:03PM (#6991346)
    (Last Journal: Friday January 03 2003, @03:39PM)
    we typically set our monitor software to check every 5 minutes, with one request PER SERVER not per site. if it is down it will send an email to our support address, if it is STILL down the second time around, it fires off an email to the cell phone of the on-duty admin, plus one email when it comes back up

    i've had some services set up for monitoring as low as 30 seconds, but those are specific cases.

    obviously a 1 seconds check is WAY too low, not only it's a waste of bandwidth, it's prone to false positives. what happen when you have a slight delay in one of the core routers that cause your packet to get dropped/delayed by 1000ms ?
    • Re:monitoring (Score:5, Interesting)

      I may have a suspicious/cynical mind, but could the reason for the one-second intervals BE to generate false positives during the monitoring? If they (the third-party monitoring company) could generate logs claiming that the web server was down a disproportionate amount of time because of said false positives and/or the downtime generated by their own DoS-type activities, they could do things like offering alternative hosting companies (owned by the same company or just getting kickbacks) or offering [unneeded] technical support to "improve" the website to correct nonexistant issues.

      If a company did this kind of thing, even if taken to court they could produce the logs that verify the artificial downtime in order to defend themselves against accusations of lying to customers. Then, when asked if their once-per-second monitoring could have been the cause of the problem in the first place, they could make some fanciful BS claims like "a good server should be able to handle that."

      My apologies for spinning an entirely hypothetical, and possibly paranoid, scenario. This was the first thing to pop into my incredibly suspicious mind - plus, it has the makings of a good scam if it hasn't already been done. :)

      [ Parent ]
      • Re:monitoring by BrynM (Score:2) Thursday September 18 2003, @01:59AM
  • I'm amazed... by Mnemennth (Score:1) Wednesday September 17 2003, @10:03PM
  • Bad practices all around... (Score:5, Insightful)

    by Jonah Hex (651948) <hexagontk@@@gmail...com> on Wednesday September 17 2003, @10:05PM (#6991357)
    (http://www.hexagon.tk/ | Last Journal: Tuesday April 15 2003, @09:48PM)
    checking for the domain names on the TLD servers once per second, downloading various files from the site once per second, and sending email to themselves once per second.
    They obviously haven't been in the monitoring biz that long, at least not long enough to get a bill for all the bandwidth they're sucking down.
    Our first response was to talk to them and explain what we needed them to do, including a list of IPs that we used for customers so they could adjust their monitoring to suit what we thought was reasonable. They chose to ignore the first discussion and continued to abuse the servers. After the email server required a half-day of cleanup, the CTO simply shut them off at the firewalls. Rather than using the contact information they had, they chose to complain to our mutual customers instead. (I should note we do significant monitoring of the servers ourselves, and typically know if something is wrong within minutes of the event.)
    Sounds like your company is reasonable, and therefore expecting this possibly "fly-by-night" monitoring company to also be reasonable.
    Is this typical behavior of monitoring service companies? I know some of them are not reputable at all (due to spamming) however these guys seem to know what they are doing, and yet managed to effectively attack our mail and web servers, as well as doing some things I would not do to the TLD servers.
    I just checked out ClarkConnect's monitoring page [clarkconnect.org] (I use their free Linux firewall [clarkconnect.org] but not these pay services) and their lowest monitoring interval is 2 minutes for $45/mth, then 5 for $30/mth, 20 for $10/mth and finally 60 mins for $40/yr being the cheapest. Obviously they know such continuous monitoring justifies passing that cost along to the consumer.
    It is hard to feel justified to shutting off someone else's cash-flow, but at the same time we need to defend servers from over zealous monitoring."
    Thier own biz practices will be the death of them, don't shed any tears over a company that makes this large of a mistake and uses dirty methods to contact customers. I wonder if your now going to have to charge your hosted sites that used the services for the excess bandwidth they used? Maybe cut them a "goodwill" deal on the excess charges?

    Jonah Hex
  • EASY: It goes too far when... by mfifer (Score:1) Wednesday September 17 2003, @10:06PM
    • 1 reply beneath your current threshold.
  • How much is too much? (Score:5, Interesting)

    by Alien Being (18488) on Wednesday September 17 2003, @10:07PM (#6991364)
    Here's a common sense reaction.

    They are in the business of measuring Net availability. They should learn to set the scale on their instruments before they connect them to the circuit. And they should back off when availability drops because they might be the cause of the drop. If their traffic represents more than about 10x that caused by an individual customer, then as a "juror" I'd think they were being irresponsible.

    You are in the business of supplying Net availability. You should install circuit breakers. Too many connection from one host/network? Start dropping packets. Too much raw incoming traffic from one source? Get on the horn quickly to the netadmin.

    Your customers don't care who's at fault, they want what they paid for. But they can't expect miracles.

  • Definately excessive by Jaeger (Score:2) Wednesday September 17 2003, @10:08PM
  • And I can tell you that if they're polling at 1 a second of *anything*, they don't "know what they're doing". That is complete overkill, there's no way the amount of bandwidth being used for testing is worth the 59-second jump on knowing what went wrong. Humans generally have to react to it, that kind of resolution is just crazy.
  • My Take on This (Score:5, Insightful)

    by Bruha (412869) on Wednesday September 17 2003, @10:09PM (#6991380)
    (http://www.silentbrouhaha.com/ | Last Journal: Saturday July 31 2004, @07:42AM)
    Okay so you're telling me that a 3rd party company is contacting your web customers and selling them monitoring services that you already provide and some other services that you may or may not provide. They then begin to access your system to do said monitoring but it's crashing your servers.

    Lets put it this way.

    You provide your customers a service. Part of that user agreement (This is doubly important in a shared server enviroment) that the customer cannot install any software/script/service that impacts the performance of the servers beyond what you say they can. Even the act of using 3rd party monitoring that is causing this problem is in violation of your AUP your customers are contractually binded to. Now I cant see your AUP but I hope there are provisions in there stating this.

    Now as far as the 3rd party company goes. You need to have your legal department file a cease letter to them with a explanation of the problems they're causing and until things can be worked out they are not permitted to conduct business across your network.

    You also need to notify your customers the actions you're taking on this company and why. Also pointing out your AUP/SLA's with them and the un acceptable behavior of the company that was selling them services. Tell them what you can monitor and explain what they really need.

    In the assumption of a web/email then all you need to do is monitor the ports and maybe a script that will verify the email server is accepting connections on a minute basis. That's all you need for that setup. Also if they're allowed to telnet into the box (SSH I hope) then you'd also monitor the SSH port as well to ensure they can connect to their equipment.

    If you're co-locating: Then I would suggest getting a Nagios setup running and sell some sort of monitoring to your customers. A good example would be the system that springboardhosting.com provides to their users. We use them as our colo partner and I've had no complaints. Though we only use the basic monitoring I do have advanced tools at the house and my laptop should I feel I need to watch any critical services. And I use webmin to monitor peer servers and page my phone in case there are any problems.

    You're in a pickle at the moment but I think your customers will appreciate cutting off the source of the outages. Nobody needs to know if their service is up by the second unless it's some sort of huge database application and then you'd have special provisions to monitor it and not remotely.

    That company is basically DDOS'g your servers to death. So it's basically them or you. I think the choice is simple :)

    Hope that helps.
  • Don't let others eat off your plate. (Score:3, Informative)

    by NachoDaddy (696255) on Wednesday September 17 2003, @10:11PM (#6991387)
    From a business perspective, monitoring is a service *you* should offer to your customers. Since it is your network, you have the ability to provide a much more effective and accurate monitoring service, and can set the resolution of the service according to your customers needs. All the problems you describe are because they are operating from the outside. What that monitoring service is effectively doing is stealing your bandwidth, and selling to your customers. If you want to get your lawyers involved, send them a C&D since they are affecting your ability to conduct business. personally I would firewall then as the CTO has done, and offer the same service internally.
  • by eric76 (679787) <eric@gruver.net> on Wednesday September 17 2003, @10:12PM (#6991389)
    A couple of years ago, a so-called "security expert" sold the president of my company on the idea of installing a firewall.

    To some extent, that was fine with me. I'd been arguing for that for a very long time but had gotten nowhere because the "security expert" said that firewalls weren't necessary! I guess someone finally bothered to break into his system.

    The security expert's idea was to have a third party monitoring company do it all. So I spent a couple hours on the telephone one day talking to the monitoring company's personnel about our network requirements and traffic. We went into great detail over exactly which servers had to handle which services.

    The firewall arrived and the security expert plugged it in. It didn't work at all. All it did was block everything. I was 600 miles away at the time and it took me a week to convince them to take it off.

    They decided the firewall was defective and the monitoring company set up another one. By the time it arrived, I was back in the office. The big day came and the security expert had one of his employees come out and plug it in.

    It didn't work at all.

    I caught the employee of the so-called security expert before he could leave the building and had him remove it. The idiot didn't even bother to check to see if it was working.

    After he left the building, I started looking at how he had it plugged in. He still had a cable plugged into the firewall from an internal hub.

    He had connected the untrusted side of the firewall to the internal network. I assume that the cable from the Cisco router was plugged into the trusted side of the firewall.

    But it really didn't make much difference. I also found the rule set for the firewall. The monitoring company had set it to pass nearly everything in both directions.

    The only thing they configured was to block incoming traffic containing our IP addresses. Since it was plugged in backwards, it really just stopped all traffic from going out.

    At this point, it would take a lot of convincing to get me to advocate using a monitoring company's services.

    By the way, the same so-called "security expert" declared that rules on the Cisco router to block traffic attempting to connect to port 135 and other similar ports constituted a security list and removed them.
  • You're the customer... by MisanthropicProggram (Score:1) Wednesday September 17 2003, @10:14PM
  • What is "Reputable"? by Anonymous Coward (Score:1) Wednesday September 17 2003, @10:15PM
  • To be expected by Pika (Score:1) Wednesday September 17 2003, @10:16PM
  • Check your contract by anon*127.0.0.1 (Score:2) Wednesday September 17 2003, @10:17PM
  • It's your own fault... (Score:5, Insightful)

    by LostCluster (625375) on Wednesday September 17 2003, @10:18PM (#6991417)
    Your system should have been set up to attribute the log file to the disk space of each client, causing them to eventually hit their limit and lose their abilty to log any further. No set of requests from the outside world should be able to bring down your server short of a vicious DOS attack, which clearly this wasn't. This was a an overload level of legit traffic, if your server can't handle it then you need a better server.

    You should be able to create a few new services and convince your clients that they don't need to pay a 3rd party to monitor their server, that you can tell them all they need to know, and besides that you don't go down anyway. :)

    It would have been an absoulte fiasco if one of your customers were to attract a Slashdotting...
    • Re:It's your own fault... by heff (Score:1) Wednesday September 17 2003, @10:22PM
    • Re:It's your own fault... (Score:4, Insightful)

      by sgtrock (191182) on Thursday September 18 2003, @10:30AM (#6994947)
      This was a an overload level of legit traffic, if your server can't handle it then you need a better server.


      WHAT????? What planet are you from that doing ANY kind of network monitoring once a second is considered legit traffic? No, this was either a deliberate attempt to generate a ton of false positives, or total incompetence on the part of the monitoring company.

      If I were the owner of the hosting company, the FIRST thing that I would have done was refuse all requests coming in from the monitoring company so I could get traffic flowing for all my customers. That is what they are paying for, after all.

      The second thing that I would have done would be to save off copies of all logs that might be considered relavent in a legal situation to read only media.

      The third thing that I would have done is send out an email to all affected customers explaining the reasons for the downtime incurred, what had been done to alleviate the situation for all concerned, and that further efforts were ongoing to resolve the issue permanently.

      Then, call my lawyers. Ask for a Cease and Desist order to be sent right away.

      No way do I play nice with assholes trying to put me out of business.
      [ Parent ]
    • 1 reply beneath your current threshold.
  • Monitoring Report: (Score:3, Funny)

    by Snoopy77 (229731) on Wednesday September 17 2003, @10:18PM (#6991418)
    (http://slashdot.org/)
    It seems there has been an unusual amount of downtime to your web and email servers. Probable cause: we over monitored them. Sorry.
  • Way over the line by jmitchel!jmitchel.co (Score:2) Wednesday September 17 2003, @10:22PM
  • Feel justified (Score:3, Insightful)

    by mr_z_beeblebrox (591077) on Wednesday September 17 2003, @10:23PM (#6991433)
    (Last Journal: Tuesday August 17 2004, @02:46PM)
    Monitoring your servers is a security function. A security company should strive to appear beyond reproach. Wether they got your customer list by looking through your ip logs or from a former employee, that is unsuitable behavior. I would contact my customers tell them that a security firm you do business with has "acquired" a customer list of yours and you are unsure of their intentions but you are sure that they acquired it dishonestly. None of your customers will hire them. The down side is, be careful not to tell your customers in a way that makes you look stupid, because you might look it.

  • It seems to me that unless your company signed some kind of waiver in case their monitoring did any damage, you have a case for negligence.

    Even with a waiver, generally, you can't waive somebody's negligence. Their actions sound negligent in that they used excessive resources such that your servers crashed.

    Additionally, it sounds like there may be some form of defamation claim when they complained to your customer base about you. Though defamation claims, especially slander (spoken defamation), are thorny claims that can be hard to prove, it sounds like you may have a number of incidents that may show intentional defamation (much better when seeking damages).

    I think, at the very least, your general counsel should be asking for compensation for your downtime.

    -A
  • Configuration, Configuration, Configuration. by SuperBug (Score:2) Wednesday September 17 2003, @10:24PM
  • Easy. A DOS attack. by strredwolf (Score:2) Wednesday September 17 2003, @10:25PM
  • If you have a legitimate claim, then make a case. by OrangeTide (Score:2) Wednesday September 17 2003, @10:28PM
  • They either got a hold of a customer list from a former employee or walked our IP space to find our web hosting customers. They then proceeded to sell them monitoring services for things such as server up-time, defacement detection, email up-time and DNS testing.

    In other words, they upsold your customers without your consent. That in itself it unethical and any thought in my mind that this is a 'reputable' company would go away at that point.

    You go on to describe how they DoS'd your boxes, and complained to your customers when you took action to protect your customers from the DoS attack.

    If their behavior is really as you described, why are you bending over backwords to say how reputable and legitimate they are? They are neither.
    • 1 reply beneath your current threshold.
  • Tort, on the case (Score:3, Informative)

    by debrain (29228) on Wednesday September 17 2003, @10:34PM (#6991483)
    (Last Journal: Friday November 21 2003, @06:04PM)
    This is not legal advice. Find a lawyer, ask them what to do.

    It seems as though you've got a tort of negligence on your hands, insofar as they seem unaware, or oblivious to, the damages they are causing you. They do not seem, from your statements, to be wilfully causing damages, but negligence torts need not show (at least in the commonwealth) either wilfulness or intent. You need only show damages, which are an indirect consequence of their actions.

    Take into account that torts are, by most accounts, very expensive, though the threat of a tort is often sufficient, or binding arbitration (though that is apparently not oft met with success), or mediation (same deal as binding arbitration). If you do have to litigate, the general rule is somewhere north of $100,000 in damages to justify the transaction cost, from what I have heard. See the first line, though - find a lawyer.

    In the least you can establish damages in support of a trespass if you inform them that their actions cause damage, in which case their actions are thereafter wilful, which may make for a cleaner case. The onus in trespass is on the defendent (them) to defend against damages established, not the plaintiff (you); and whereas in negligence, the onus is on the plaintiff (you) to show damages.

    Ok, so in gist, take everything I said with a grain of salt, and seek legal counsel. Your jurisdiction may have many options with respect to small claims or public dispute resolution, and I would suggest those because they are significantly cheaper.

    Hope that helps.

  • charge them for it by eagl (Score:2) Wednesday September 17 2003, @10:44PM
  • Alert your community of users by BanjoBob (Score:2) Wednesday September 17 2003, @10:45PM
  • Fix the contract. (Score:5, Insightful)

    by Spazmania (174582) on Wednesday September 17 2003, @10:49PM (#6991537)
    (http://bill.herrin.us/)
    If I understand you right:
    1. You have some customers to which you sell services such as email and web space.
    2. Some of these customers contracted this monitoring service to watch the servers.
    3. The monitoring service caused problems with your servers.

    And the answer is:

    Correct your hosting contract. Your hosting contract should include provisions for how much usage is reasonable and how the situation will be handled when the customer's usage exceeds those parameters. If the customer insists on doing something stupid which brings the server to its knees, then the customer should pay you enough for you to be able to afford a seperate server for them.

    If the sales force insisted that they'd lose sales by bothering the customer with such notions, now would be an excellent time to point out that they just lost sales because they didn't.

    As to how much monitoring is too much, the answer is simple: anything the customer is willing to pay for is fine. Anything more is too much.
  • Let them monitor themselves by shagster (Score:1) Wednesday September 17 2003, @10:50PM
  • It's your customers choice by webperf (Score:1) Wednesday September 17 2003, @10:54PM
  • DoS by dosius (Score:2) Wednesday September 17 2003, @10:58PM
  • Do the right thing for everyone involved... by joelparker (Score:2) Wednesday September 17 2003, @11:04PM
  • Monitoring Strategy by Anonymous Coward (Score:2) Wednesday September 17 2003, @11:07PM
  • Are you kidding me? (Score:5, Insightful)

    by dan14807 (162088) * on Wednesday September 17 2003, @11:19PM (#6991642)
    (Last Journal: Tuesday December 21 2004, @01:51PM)

    Why are you putting up with this crap?

    As several posters have already mentioned, firewall them off, and then report them to the legal authorities.

    Jesus tap-dancing Christ! They are attacking your network. I feel like flaming the original poster for his incompetence. Acquire the BOFH nature. After you firewall them, file a report with the FBI's cybercrime division. Tell them you are a hosting company, and you have the IP of someone who is costing your company $BIGNUM dollars per day because they are DOS-ing your network. That should keep this "monitoring company" busy for a while, and it will teach them a lesson.

    Whining about it on slashdot is the last thing you should be doing. Get a clue.

  • Do you ever read the article - of course not! by tuomoks (Score:1) Wednesday September 17 2003, @11:28PM
  • by PhreakOfTime (588141) on Wednesday September 17 2003, @11:29PM (#6991669)
    (http://www.demystify.info/)

    ok ok...about the only thing I find remotley factual in this article is the fact that this guy works for a 'company'...however it looks like he works for a company doing exactly the things he is asking about.

    First of all, lack of any knowledge of partion or disk utilities to prevent such an occurance is unacceptable. I would not admit that in public about my company even if I used the phrase 'a company I work for', just on the off chance my negligence would be able to be tracked back to me.

    Second, why are you not able to offer these services yourself? You make a claim that these people know what they are doing, so if you are at such a level to recognise what they are doing, how come you havent done it already? Did customer service become just a novelty to you? so I doubt this line very much... While I welcome anything that lets our customers use the internet effectively

    Doing hosting myself, Im well aware of the tactics you speak of, being that I get bounce mail for nonexistant addresses sent to such titles as; president, ceo, owner, support, tech...and so on. And Im not sure exactly what you mean by 'choked up' your mail server. How do 40k NONEXISTANT addresses manage to slow down your mail server? Is it a 286?

    The whole article just smells funny to me, as it seems like you are just pretending to care about the ISP's end and more concerned about the backlash of doing these things. What do you mean how far is to far? Again, if the people in charge cant figure these things out on their own, I would be very hesitant to admit that in a public forum.

    Get your technical skills and decision making in line...THEN question how to outsource it..

  • what the hell by austad (Score:2) Wednesday September 17 2003, @11:37PM
  • Block them by epcostello (Score:1) Wednesday September 17 2003, @11:38PM
    • 1 reply beneath your current threshold.
  • You overlooked something. by eniu!uine (Score:2) Wednesday September 17 2003, @11:38PM
  • Maybe I'm wrong, but... by YouHaveSnail (Score:1) Wednesday September 17 2003, @11:40PM
  • A couple of comments (Score:4, Interesting)

    by taustin (171655) on Wednesday September 17 2003, @11:46PM (#6991709)
    (http://www.hyperbooks.com/ | Last Journal: Thursday September 15 2005, @06:13PM)
    "Though I believe they are a reputable company, they are doing some things I do not think are good: checking for the domain names on the TLD servers once per second, downloading various files from the site once per second, and sending email to themselves once per second.

    They are not a reputable company. They are a bunch of retards who should be driven out of the industry with sharp sticks. More to the point, they should be reported to the FBI for conducting a malicioius attack against your network - and you have tangible damage to prove it.

    Our first response was to talk to them and explain what we needed them to do, including a list of IPs that we used for customers so they could adjust their monitoring to suit what we thought was reasonable. They chose to ignore the first discussion and continued to abuse the servers. After the email server required a half-day of cleanup, the CTO simply shut them off at the firewalls. Rather than using the contact information they had, they chose to complain to our mutual customers instead. (I should note we do significant monitoring of the servers ourselves, and typically know if something is wrong within minutes of the event.)

    Is this typical behavior of monitoring service companies? I know some of them are not reputable at all (due to spamming) however these guys seem to know what they are doing, and yet managed to effectively attack our mail and web servers, as well as doing some things I would not do to the TLD servers. It is hard to feel justified to shutting off someone else's cash-flow, but at the same time we need to defend servers from over zealous monitoring."


    Here's a hint for you: Do they offer web hosting services themselves? You may have to dig real deep to find the connection, but if I had to guess, I'll bet they do. And I'll bet they offer it to your customers, based on the fact that they crashed your servers. "Your current service seems to have a lot of downtime. Perhaps you should consider moving to another host. We can make recommendations."

    If you find any evidence that they offer any kind of competition to your hosting, report them to the FBI. They may well be a criminal organization engaging in a well orchestrated scam.

    Or maybe they're just fucking stoopid. It's hard to tell from here.

  • The servers are yours by buck_wild (Score:2) Wednesday September 17 2003, @11:55PM
  • bingo by RoC MasterMind (Score:1) Wednesday September 17 2003, @11:55PM
  • When Does Website Monitoring Go Too Far? by rossz (Score:2) Thursday September 18 2003, @12:00AM
  • i'm all for fair play, but . . . by kraksmoka (Score:1) Thursday September 18 2003, @12:22AM
  • Heisenberg and monitoring by Morty (Score:2) Thursday September 18 2003, @12:25AM
  • I think you need more monitoring... by voiceinsideyou (Score:1) Thursday September 18 2003, @12:30AM
  • Slashdot the MFers (Score:4, Funny)

    by mabu (178417) on Thursday September 18 2003, @12:48AM (#6991970)
    The solution to this is simple. Publish the web address of this loser monitoring company and we'll let Slashdotters "check the integrity of their system."

  • This is a case of intentional damage by CAIMLAS (Score:2) Thursday September 18 2003, @12:49AM
  • The worst Ask Slashdot Ever. by teamhasnoi (Score:2) Thursday September 18 2003, @12:53AM
  • On a semi-related note ... by The AtomicPunk (Score:2) Thursday September 18 2003, @12:54AM
  • Oh The Myriad Issues Here... by thelizman (Score:2) Thursday September 18 2003, @01:07AM
  • not too much... by jlemmerer (Score:2) Thursday September 18 2003, @01:07AM
  • This is the new spam scam by gad_zuki! (Score:2) Thursday September 18 2003, @01:47AM
  • Website Monitoring and Your Customers by todd1000 (Score:2) Thursday September 18 2003, @02:02AM
  • Definitely when lives are lost. by trouser (Score:1) Thursday September 18 2003, @02:21AM
  • It could be seen as poor security. by the_pete (Score:1) Thursday September 18 2003, @03:07AM
  • Offer Your Own Security Services by looie (Score:2) Thursday September 18 2003, @05:17AM
  • I for one by Salsaman (Score:2) Thursday September 18 2003, @06:26AM
  • Tell your customers what you told us! by Tsu Dho Nimh (Score:2) Thursday September 18 2003, @06:45AM
  • My take.. by MImeKillEr (Score:2) Thursday September 18 2003, @06:52AM
  • This is why RWhois is good. by Rascally (Score:1) Thursday September 18 2003, @07:45AM
  • no restrictions! by edstromp (Score:1) Thursday September 18 2003, @07:50AM
  • You are their customer by theiveryconspiracy (Score:1) Thursday September 18 2003, @07:57AM
  • IPFilter + LIMIT rules by Halo- (Score:2) Thursday September 18 2003, @07:59AM
  • Admin on the street says.. (Score:3, Funny)

    by gosand (234100) on Thursday September 18 2003, @08:06AM (#6993543)
    (http://knoppixquake.webhop.net/)
    I am interested in finding out what admin-on-the-street has to say about this.

    Admin-on-the-street says "I need a job, you insensitive clod"

  • Hate to say it, but... by dan_linder (Score:1) Thursday September 18 2003, @08:34AM
  • I think it's safe to say by Mordant (Score:2) Thursday September 18 2003, @09:05AM
  • Let's be clear that this is a general problem by sir_cello (Score:2) Thursday September 18 2003, @09:10AM
  • Civil and criminal action, notify customers by linuxtelephony (Score:2) Thursday September 18 2003, @09:37AM
  • Get in the first (PR) shot! by cgreuter (Score:2) Thursday September 18 2003, @09:51AM
  • User activity monitoring by Minkey Brines (Score:1) Thursday September 18 2003, @10:26AM
  • "Linux admins running Halflifeserves..." by Crass Spektakel (Score:1) Thursday September 18 2003, @12:08PM
  • Eep, and OpenNMS by dragondm (Score:1) Thursday September 18 2003, @12:13PM
  • Alertra by mlheur (Score:1) Thursday September 18 2003, @01:39PM
  • Firewall, E-mail Customers by suwain_2 (Score:2) Thursday September 18 2003, @04:42PM
  • The Good, the Bad and the Ugly ... by linmar (Score:1) Saturday September 20 2003, @02:54PM
  • Re:This is asking Slashdot to do your job by teamhasnoi (Score:2) Wednesday September 17 2003, @11:51PM
  • Re:Damaged rep is your fault by surprise_audit (Score:2) Thursday September 18 2003, @02:24AM
  • Re:roles and responsibilities by zcat_NZ (Score:2) Thursday September 18 2003, @03:12AM
    • 1 reply beneath your current threshold.
  • Re:Shouldn't that be zero'th post? by Hognoxious (Score:1) Friday September 19 2003, @06:03AM
  • 36 replies beneath your current threshold.
(1) | 2