Slashdot Mirror


Dealing with Intruders?

drakyri asks: "I've been running a server for a small company for a few months. Recently, the number of attempted intrusions has jumped from about one every week to several per day - and these are only the really obvious attempts, like idiots who try to log in as root from the outside. The problem is that I'm not sure what to do about this. I've got their IP addresses and can usually tracert their ISP's - is there an accepted type of letter to send them without seeming like one of the corporate cease-and-desist gnomes?"

62 of 656 comments (clear)

  1. Easy by Anonymous Coward · · Score: 5, Insightful

    ignore them.

    Unless they use a lot of bandwidth, that is the right decission to make.

    1. Re:Easy by Phil+Karn · · Score: 4, Insightful
      Agreed. Just ignore them.

      These things are far too common to get worked up about, and they still consume an infinitesmal fraction of my link capacity. I long ago stopped caring about unsuccessful intrusion attempts. I only care about the successful ones, and to help prevent those I apply all the usual safeguards.

  2. Your firewall.... by paullush · · Score: 2, Insightful

    Add their IPs to your firewall for a start.

    1. Re:Your firewall.... by arcade · · Score: 5, Insightful

      Why?

      If they are just sending of SYN-requests, then who cares? They'll get a few RST-responses. Having your firewall bogged down by rules just to ignore some dialup user that'll probably have switched IPs the next day will just decrease others chances of contacting you.

      Secure your network. Have a nice firewall with okay rules, but there should be no need to add individual IPs to your ruleset all the time -- that just increases complexity and maintainability.

      --
      "Rune Kristian Viken" - http://www.nwo.no - arca
    2. Re:Your firewall.... by jhunsake · · Score: 4, Insightful

      Better yet, block everything and whitelist your shit.

    3. Re:Your firewall.... by JPriest · · Score: 3, Insightful

      Exactly, why is he letting just anyone ssh into his boxes in the first place? Most of the services the company uses should be on private IP space inside of the firewall (NAT box), the rest of the devices on the outside need to be locked down good from Joe IP address.

      --
      Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    4. Re:Your firewall.... by jaavaaguru · · Score: 2, Insightful

      Name and shame! ;-)

    5. Re:Your firewall.... by arcade · · Score: 5, Insightful

      Actually, most of the machines attacking me recently have been compromised static-ip servers at various hosting providers.

      It depends on what kind of 'attack' we're talking about, of course. If it's just an automated attack which scans large ranges of IP-addresses for common vulnerabilities which you've patched against, there really isn't any need to add them to your firewall ruleset, unless they're pretty invasive.

      By invasive I mean that they grope and poke, and grope and poke. If it's just a couple of packets - why care at all? You can always fire off an email to the hosting provider, but adding them to your firewall is just .. not necessary.

      Take the recent increase in SSH scans for the 'test' and 'guest' accounts without password, or whatever it was one came into agreement that it was.. if you've got a patched SSH daemon, why care? Let them scan - and get rejected. Why bog down the firewall with hundreds, if not thousands, of extra matching rules?

      If it's likely that you've got vulnerabile machines on that port, block it entirely - or just allow it from specific IPs. Playing whack-a-mole against scanners are just a waste of time.

      Patch the system, have a good general firewall ruleset that covers what needs to be covered - and let the scanners that isn't actually continously filling your log files just scan on.

      I've had to block _one_ abusive scanner during the last year. It was someone scanning for open http-proxies from Israel. They were hitting my machines several times per seconds, filling my apache logs with relay-attempts to mailservers. Which was quite frankly annoying.

      Those scans were from four IP's within the same subnet, and their ISP didn't care. I got the ISP null routed due to their customers filling my logs (and my company doesn't do business in Israel at the moment, so it wasn't a loss anyways).

      A few packets now and then on the other hand.. playing whack-a-mole with such is just a waste of time.

      --
      "Rune Kristian Viken" - http://www.nwo.no - arca
  3. Create a honeypot by JVert · · Score: 4, Insightful

    If you seem to be getting it from the same group of people make a honeypot but have some obvious hints once they get in, leave very little on the server and put the logs of their activity in an obvious place. Just be sure to isolate that machine from the rest of the network so if they do end up owning it they got no further then their failed attempt at your real machines.

  4. Wow! A spike in hack attempts? by angryLNX · · Score: 3, Insightful
  5. Abuse by martingunnarsson · · Score: 5, Insightful

    When I had this problem I simply sent a mail to the ISP:s abuse-people. Most ISP has an e-mail address like abuse@theisp.com. Then they can send the guy a warning or whatever.

    --
    Martin
  6. Very Easy by kunjan1029 · · Score: 5, Insightful

    intrusion attempt >> /dev/null

    ignore it. forget it. script kiddiz...

    1. Re:Very Easy by TeVi · · Score: 5, Insightful

      (mod parent up!)

      Yup, just make sure your box is secure.

      Intrusion attempts happen unfortunately, with all the viruses, worms, etc. Just make sure your box won't get caught.

    2. Re:Very Easy by bstone · · Score: 5, Insightful

      Why not stop them before they get dangerous. Notify their ISP and get them a warning. Just "letting it go" will only encourage them to continue to keep on trying and learning until they figure out how to break in without being caught. A quick warning from their ISP might be just enough to scare them off, and word of mouth to their friends might help to keep others from thinking it's "cool" to attempt to break into computer systems.

    3. Re:Very Easy by Anonymous Coward · · Score: 5, Insightful

      Do as the good cops do: Arrest if there is enough evidence to lock them up, observe otherwise.

      Nothing encourages a script kiddy more than the feeling of invulnerability which you get from someone admitting that he knows what you're doing but can't do anything about it because you've not broken a law.

    4. Re:Very Easy by essreenim · · Score: 2, Insightful

      I agree that you shouldn't worry about reporting them all, but it would be good to randomly report some of them - the unlucky kiddies?

      Also, bare in mind that some of these attempts may be made by real crackers that want to use your box as a remote box to launch attacks.

      Who knows, maybe in the future all servers and clients will be rigged with honey pots!!

    5. Re:Very Easy by Anonymous Coward · · Score: 2, Insightful

      Only go after them for an arrest if you have good reason to think that they mean you harm. A 12 year old trying to log in as root with no password is harmless, but turning them in can cause so much harm.

    6. Re:Very Easy by jstave · · Score: 5, Insightful

      But isn't that, right there, a good reason to let them know? If it lets someone know that their security has been compromised, they can take action to close the hole.

    7. Re:Very Easy by ishmaelflood · · Score: 4, Insightful

      Oh ho. So a kid who walks up to your car and tries the doorhandles is not guilty of anything untoward?

      Sorry, he needs a boot up the arse.

      He doesn't need to be sent to jail, he DOES need to be reminded that we'd rather he stopped being a fuckwit.

    8. Re:Very Easy by jhoffoss · · Score: 4, Insightful
      Unless you break into each zombie manually, dezombify them, and add a readme.txt to the user's desktop, they'll never find out.

      ISPs don't really roll this information back very often, because it just takes them too long, and there's too many.

      It'd be nice if more ISPs were more responsible with this, though. Something like vlan'd users get port scanned/vuln. scanned upon connection, and once passed, they're allowed onto the big bad net. Of course then everyone on /. would complain of privacy concerns...

      --
      Linux: The world's best text-adventure game.
    9. Re:Very Easy by invenustus · · Score: 3, Insightful

      Sorry, he needs a boot up the arse.

      Agreed. But what he doesn't need is a legal "boot up the arse" that will haunt him for the rest of his life. The trick is giving him the former without the latter.

      --
      grep -ri 'should work' /usr/src/linux | wc -l
    10. Re:Very Easy by orangesquid · · Score: 4, Insightful

      Not if your car is a webserver. That's like having a car with a big sign that says "LOOK IN THE WINDOWS! THERE'S COOL STUFF INSIDE THIS CAR!" Of course some people are bound to try the handle, at least to get a closer look. I attempt anonymous ftp logins and try /pub URLs on webservers all the time, as well as ascending to the parent directory and such. Sometimes I find some really neat stuff that way. I'm not about to attempt a root login, but, it's human nature to explore and try things which may or may not be OK, unless there's obvious immediate harm. If all humans were extremely cautious and thought hard about consequences and ethics, the US would not exist, and the natives would still be abundant.

      --
      --TheOrangeSquid Is it any wonder things seem so awry? We swim in a sea of confusion and don't have to think to survive
    11. Re:Very Easy by PReDiToR · · Score: 1, Insightful

      Run for office - I'll vote for Common Sense like that.

      The thing is, all these voters seem to think that a policeman giving their kid a clip round the ear is a bad thing. Hence kids stand and mouth off at policemen because they have no respect for someone without the power to actually do anything.

      --

      Do not meddle in the affairs of geeks for they are subtle and quick to anger
    12. Re:Very Easy by Sgt+York · · Score: 5, Insightful
      He (the skiddiot case) may need it, but no one can give him that under current law. So, you observe and wait.

      To run with the analogy, if a cop sees a kid going down a row of cars testing door handles, he won't just run out and arrest him. The cop will wait until the kid comes across an unlocked door, rummages through the car, and takes something. Then the cop will arrest him. The cop waits because until the kid takes something, it's not a clear cut case. Sure, the kid is doing wrong, but the cop doesn't have enough ammo to really get him. Some people might take a "no harm, no foul" attitude.

      If I was 12 and got caught doing something dumb like trying to log in as root like that, I'd just counter with the defense that I got the IP address wrong. "Oh, that waas your server? My buddies must have been playing a joke on me...he said that was his machine." I'd most likely get off, and walk away with a feeling that I was untouchable on the net. Wait until you actually have something to scare them with, then nail 'em.

      --

      There is a reason for everything. Sometimes that reason just sucks.

    13. Re:Very Easy by mustangsal66 · · Score: 3, Insightful

      Do you have any idea how clueless the average broadband user is?

      Do you have any idea the cost involved in setting up the system you have described in equipment, admin time, programmer time, etc...?

      Who's responsible for fixing the vulnerabilities once found? Who's responsible if the vuln check actually harms the users computer or data? How do you prove it?

      The ISPs are not some large benevolent entity. They're init to make a profit. Sorry, yes, they like money. Numerous phone calls to techsupport deal with questions that start, It used to work when I had AOL. Yeah we all know AOL sucks, but apparently they make money. Cusomters don't want to hear, this isn't AOL, this is a real internet provider, they want to surf their p0rn, and chatrooms. If fixing a customer will loose the customer..they're not going to do it. It's bad business sense.

      Guess who gets the cost of fixing these customers, you do as the consumer.

      Now balance it. The ISP deals with a handful of customers (out of their total subscriber base), or increases costs to all... You try to explain to grandma why her internet bill increased by 10%.

      --
      Why worry? Each of us is wearing an unlicensed "nucular" accelerator on his back.
      Sig changed for readability by G.W.
    14. Re:Very Easy by RovingSlug · · Score: 4, Insightful
      So a kid who walks up to your car and tries the doorhandles is not guilty of anything untoward?

      I grew up in conservative Oklahoma. As a teenage kid, I was walking across a large parking lot with my friend and his girlfriend to a movie theater. My friend had long hair, so that probably tipped us off as obvious hoodlums, justifying some person calling the police to report "suspicious activity" of some kids messing with cars.

      Maybe if we had been doing anything more than walking it would have been a good lesson. As it was, it just taught me the world definitely has scared, intolerant jackasses.

      Before advocating low tolerance and hair-trigger fingers, consider the sociecty you're creating for everyone, not just the criminals and would-be criminals.

    15. Re:Very Easy by jfdawes · · Score: 2, Insightful

      Don't you think there's something wrong with a society where a cop watches you doing the wrong thing and takes no proactive action to protect and serve?

      What's wrong with the cop stopping the kid, asking his name and address and generally letting him know that his actions are monitored and he's on the verge of crossing the line.

      If no-one ever tells you where the line is, how do you know when you've crossed it?

    16. Re:Very Easy by Anonymous Coward · · Score: 1, Insightful

      It sounds wrong when you phrase it like that.

      "To protect..." is about the victims, not the offender. If the police is confident that they can intervene before harm is done, then it's ok to wait.

      The police watches because the kid full well knows that what he's doing is wrong. What the kid maybe doesn't realize is that he's being watched. Warning him at that point just makes the kid more cautious, but not wiser. The feeling of not getting away only remains if the cop can back up the wigging with something that the kid knows he can't talk himself out of. THEN, depending on the circumstances, the cop should make the punishment no more than the proverbial slap on the wrist, while making it clear that the next time won't be a walk in the park.

      I would really hate to live in a society in which we rely on the cops to tell kids where the line is. Don't parents teach their kids anything anymore?

    17. Re:Very Easy by Goobermunch · · Score: 2, Insightful

      Except that there's this great concept in American Law called "Attempt."

      Generally, the way it works is like this:

      If a defendant, acting with the intent otherwise necessary for the commission of a crime, take a substantial step toward completion of that crime, you're guilty of attempt.

      A substantial step is an action strongly corroborative of your intent to commit the crime.

      The kicker is that the substantial step need not be illegal.

      Thus, if a kid walks down a row of cars testing door handles, the prosecutor can make a good case for the intent to illegally enter one of those cars because he's trying all the doors (and therefore has a no legitimate interest in being inside any of them).

      --AC

    18. Re:Very Easy by WNight · · Score: 3, Insightful

      "They made it more secure - the rate increase pays for the guy who runs the security"

      Doesn't seem too hard, but maybe my grandma is smarter than yours.

      This kind of security is well worth it. ISPs that take a few basic precautions sit back and laugh as their competitors get ravaged by the worm of the week, while zombied windows boxes spam everyone and get the whole ISP blackholed, etc.

      You pay one person to keep up on the script-kiddy tools and you block the ports they tend to use, or program your router to drop certain scanning packets, making it look like the computers you host are immune to the bug. Trivial stuff really.

      If you want to get fancy you can try some sort of warning system that gives you an overview of what your users are doing. If you see that 1/3 of your users are loading a webpage at the same company you might be witnessing a DDoS attack, if one address is scanning your IP range you might want to start dropping their packets.

      A little bit of forethought makes everything run much smoother, once you start taking precautions you'll find that despite the cost of the employee time you'll save money overall. Not in a way that short-sighted management (the type who don't understand backups and standby servers) will understand though, so you need to be at a clued company or be good at making proposals.

  7. Maybe set up a honeypot for a bit by Mal-2 · · Score: 5, Insightful

    If you give them a more attractive target for a while, you may find there really aren't all that many attackers left to go after the systems that matter. Not only that, but it would be considerably easier to set up such a system to log their attack techniques, since it isn't actually doing anything. Finally, if they do break through, who cares? Just re-image the drive and let them start over. If they manage to repeat it, you now have a known weakness you can correct.

    Mal-2

    --
    How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  8. Why not seem like a cease and desist gnome? by astrashe · · Score: 2, Insightful

    I don't understand why you'd care how you come off to the people trying to crack into your system.

    They're out to do you harm. If one of them gets through and does some damage, you could lose your job.

  9. abuse@.... by keithdowsett · · Score: 2, Insightful

    Hi,

    As several posters have already stated you should complain to the abuse address for their ISP. Ideally, you should include logs of the attempt.

    You should also be aware that that the machines which are attempting to connect to your network are probably zombies. There are a number of trojans and security holes which can be exploited to allow a remote user to take over a poorly secured system. The owners probably don't even realise that their machines have been compromised.

    I'm not sure there's much an ISP can do other than try to find out which customer had been assigned that IP address at the time and write to them. Banning someone for having poor security on their machine is probably a bit harsh, even in these post-9/11 times.

    Keith.

  10. I had someone trying to brute force ssh.. by dan+dan+the+dna+man · · Score: 4, Insightful
    From a server in Brasil yesterday. I never bother reporting these things normally, but the compromised machine (ie originating the attack) was a webserver and had some "info@" addresses. I wrote, apologising for my lack of Portuguese, and an hour later had a very grateful email from the sysadmin. This is going to encourage me to report them in future.


    Basically I just gave a quick digest of the log clearly showing their IP and the attack in progress, and a note to the effect that I believed their machine had been compromised (in as plain English as I could muster) - and got the desired result.


    I like the fact that there's some script kiddie out there cursing that one of his "boxen" is no longer.. ;)

    --
    I don't read your sig, why do you read mine?
  11. Re:I tried to log in as root.. by GodEater · · Score: 2, Insightful

    Let me get this straight - you "got used" to logging in as root? And to compound your folly, you used to do it over *TELNET* ?!?!?!

    I think someone needs to read up a bit more on why both these things are bad ideas - and why doing them both at once is just internet suicide...

    --

    Gentlemen, start your penguins

  12. Re:I tried to log in as root.. by meringuoid · · Score: 4, Insightful
    I ran Linux and I got into the habit of logging in as root,

    Unwise.

    and sometimes I'd try to log in without thinking just after starting a telnet session.

    Over telnet? Log in as root over telnet? AAAARRRGGGHHH!

    --
    Real Daleks don't climb stairs - they level the building.
  13. Complaining may have a boomerang effect by hankwang · · Score: 5, Insightful
    Let me tell you a true story.

    Back in January 1999 when everybody used telnet for remote logins, several computers in our department were root-compromised and had a rootkit installed (password sniffer, backdoors, and patched versions of ps, ls, and such to prevent being detected). We noticed some strange activities but had no clue what was going on, thinking that other people were trying to intrude us, while actually the cracker used our computers to intrude other people. It felt a bit like being in a thriller, where we step by step discovered what was going on, culminating in a session where we witnessed live how the cracker was logged in on one computer, from which he tried logging in on a second computer where we already had changed all passwords. We contacted the internet provider (he was behind an IP-masquerading firewall) and an university where he apparently illegally had plugged in a computer on the network and of course the cracker had been reading a number of emails before we finally locked down our systems.

    Since then, our computers got enormous attention from crackers, while suspicious messages appeared much more seldomly in other people's log files. This cracker was severely pissed off. We were compromised several times after that. Once, the presence of a rootkit revealed itself through the fact that an ls option wasn't working anymore. We repaired the situation and removed telnet/ftp from the computer (they had suspicious log file mesages), not knowing that it was the outdated sshd that caused the trouble. After the weekend, the owner of the computer came to me complaining that he couldn't log in. It turned out that the intruder wiped his whole home directory, which had no recent back-up! I can not believe that a cracker does something like that for any other reason than pure revenge.

    These incidents have taught me the value of staying up-to-date. What I wanted to tell here is: don't let the cracker know that it was you who caused them trouble or you might get repercussions. Oh, and note that I am not a professional system administrator; I was a PhD student who happened to know a bit more about Linux than most others.

  14. Ignore them or build general measures by DamonHD · · Score: 2, Insightful

    Hi,

    I ran one of the first ISPs in the UK with live IP and since we went live about 10 years ago we have endured on average maybe one attack per minute or higher all that time.

    So 10 years ago I wrote my own firewall with some traffic shaping and logging; it died recently I replaced it with a Cisco or two with more or less the same rules.

    Now, even when no longer an ISP I still have to turn away 35,000+ SPAMs per day from my network which now hosts just two people, so I wrote my own reverse SMTP proxy to deal with the problem. (The source is available in SourceForge BTW.)

    People continually attempt to steal the entire content of one of my free Web sites, and used to bring it and my connection to the Net to their knees, so I wrote a simple transparent servlet filter to detect and lock out f**kits who exhibited pathological behaviour.

    All of these tools are mainly automatic with a few general rules and a very few specific data entries to keep out especially egregious people.

    Don't play "whack-a-mole", and don't waste too much time trying to contact the idiot's ISP; even if they care, which sometimes they do, it'll end up being expensive and slow to stop.

    Rgds

    Damon

    --
    http://m.earth.org.uk/
  15. Ignoring it == raising criminals by otisg · · Score: 1, Insightful

    Ignoring them and allowing them to continue poking systems around them is like letting people attempt robbing banks, shop lift, etc.

    Even if you don't manage to rob a bank, but you get caught, you go to jail. Why would syber laws have to be different? Don't touch my server! Don't scan my ports!

    --
    Simpy
    1. Re:Ignoring it == raising criminals by Anonymous Coward · · Score: 5, Insightful

      Don't scan my ports!


      I fail to see how scanning ports is akin to robbery. Actually a port scan by itself is a completely legitimate activity as it simply is querying what services are available.

      Personally I am the view point that if you have a port open with a service that is easily accessible without a password, or the default password, (like NFS, say) then anybody using it is not in the wrong, as how are they to tell that the service is not intended for the public especially since it is on the PUBLIC internet.

      I mean really, unless an attacker is DoSing your site due to resource issues I don't see how you can really conclude that the actions are malicious.

      I mean some of you guys sound like the ignorant dude that setup an RSS feed and then got pissed when a service used it as intended. The difference with him is that he learned the error of his ways.

      I also fail to see how someone using the word "syber" can run any server safely.

    2. Re:Ignoring it == raising criminals by otisg · · Score: 4, Insightful

      So if you leave the front door of your house open (by mistake or on purpose), it is okay for anyone to come in, check out what you have in the fridge, use your bathroom, etc.?

      Incidentally, this is similar to what happened to me yesterday. After hearing the noise coming from the other end of the apartment, I went to check it out and found a stranger in my bathroom. She followed some woman's directions and came to my bathroom, thinking it's a public bathroom, simply because I didn't lock my front door. I was polite, but I showed her the way out. I certainly couldn't just ignore her and let her be, could I?

      --
      Simpy
    3. Re:Ignoring it == raising criminals by Idarubicin · · Score: 5, Insightful
      I fail to see how scanning ports is akin to robbery. Actually a port scan by itself is a completely legitimate activity as it simply is querying what services are available.

      True, port scanning in and of itself is not comparable to robbery. Rather, it is like casing the joint: trying the doors to see if they're locked; testing the windows (ahem) for a good seal; checking all the security cameras to see where they're pointed, or if they're turned on at all.

      A business owner who saw someone doing that type of thing at their bricks and mortar presence might be a little suspicious. Sure, the 'port scanner' isn't doing anything illegal at the moment, but there are few applications for the information gathered that are legitimate. Most businesses (on- and offline) don't have much use or sympathy for freelance 'security consultants' providing convenient and unsolicited 'security audits' for them.

      The individuals attempting to login as root are admittedly being decidedly unsubtle, and are probably relatively harmless due to their lack of skill. On the other hand, if there was a mentally deficient individual wandering the neighbourhood trying to pull open front doors on random homes...wouldn't you want someone to at least keep an eye on him, even if you did keep your own door locked?

      I mean really, unless an attacker is DoSing your site due to resource issues I don't see how you can really conclude that the actions are malicious.

      What conclusions, pray, should be drawn from multiple attempts to gain root access to someone else's boxen? The original poster also specifically asked for an appropriate message to send that didn't sound like a corporate cease & desist--he just wants a 'kid, stop rattling my doorknob' message, to make the point that the 'investigator' has crossed from your 'public' internet on to a decidedly 'private' server.

      --
      ~Idarubicin
    4. Re:Ignoring it == raising criminals by Anonymous Coward · · Score: 1, Insightful

      isnt it more like walking around the building trying to find the front door? id hardly call checking the existance of a port "checking the locks"

    5. Re:Ignoring it == raising criminals by Uzik2 · · Score: 2, Insightful

      > Personally I am the view point that if you have a port open with a service that is easily accessible without a password, or the default password, (like NFS, say) then anybody using it is not in the wrong, as how are they to tell that the service is not intended for the public especially since it is on the PUBLIC internet

      If you have a radio controlled garage door opener
      and someone drives by your house, transmits all
      the possible codes sequentially, opens your garage
      door and starts looking through your stuff
      would you say 'because I didn't buy a sufficiently
      advanced garage door opener or engineer my own
      I invited the public into my garage'. Of course
      you wouldn't. Their intent is obviously to
      commit a crime.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
    6. Re:Ignoring it == raising criminals by Uzik2 · · Score: 2, Insightful

      > You connect to the public Internet, you open a port to a service, and you allow anyone anywhere to connect to it.

      In the majority of cases this is not true.
      People who use computers as an appliance, the
      majority of Windows users, do not *choose* to
      open ports. They don't know the port is open,
      what a port is, how to close it, nor are they
      presented with the option to NOT run the services
      that open the ports at install time.

      > there's nothing wrong with my entering your house if you've put a sign in your front yard saying "Open House".

      All of the ports marked 'Open House' are already
      quite well known. There's no need to scan for the
      port for the web server. Anyone port scanning
      is NOT looking for an open house sign in my yard,
      they're snooping in my back yard looking for a
      unsecured entrance to break in.

      --
      -- Programming with boost is like building a house with lego. It's a cool but I wouldn't want to live in it
  16. Re:And the problem is... by Anonymous Coward · · Score: 2, Insightful

    Insightful? HAH! To the moderator I give thee: +1 Funny

  17. Re:What intruders? - Good point! by JWSmythe · · Score: 3, Insightful


    Good advice. Just ignore that script kiddies are trying stuff. Until one of them gets a 0-day exploit, roots one of your critical machines, and wipes out all your data.

    --
    Serious? Seriousness is well above my pay grade.
  18. Re:Well... by B2382F29 · · Score: 2, Insightful

    The worst (or craziest?) attempt yet was by some nut who portscanned the system, port by port from start to finish.

    And what's the problem? That is COMPLETELY LEGAL. If you create problems for that other guy, maybe if his connection gets cut off from his ISP because of your complaint, YOU are responsible for the damage (false accusation). Seems you are one of those types going crazy about some other computer sending from port 80 to a high port on your computer.....

    --
    Move Sig. For great justice.
  19. Re:I tried to log in as root.. by c · · Score: 2, Insightful

    ]] and sometimes I'd try to log in without thinking just after
    ]] starting a telnet session.


    ] Over telnet? Log in as root over telnet? AAAARRRGGGHHH!

    So how did you remotely administer Unix boxes prior to ssh?

    c.

    --
    Log in or piss off.
  20. Re:Two things by ckaminski · · Score: 2, Insightful

    I'm sorry, but how is adding an incoming port block on a firewall going to prevent using google? Serving up a quake server, maybe, but outgoing surfing and the like sure isn't going to stop him.

    And if it's IP based, there's a whole lotta IP addresses in the world... methinks he'll run out of kernel memory long before he's finished blocking them all.

  21. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  22. port scan != casing the joint by Ayanami+Rei · · Score: 4, Insightful

    Casing the joint would be when you then attempt to connect to each open port in turn, and try to verify the version of the server running on each port, perhaps by submitting malformed requests and looking for characteristic responses.

    That would be indicitave of someone trying to find a way in.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    1. Re:port scan != casing the joint by Entropius · · Score: 5, Insightful

      Port scanning is akin to looking to see what doors the house has, if any are open, and if any have "LEMONADE SOLD INSIDE" signs on them.

      If you find a machine with port 139 (or whatever the netbios port on it) open, and they've got their C drive shared, don't touch--it wasn't meant for you.

      If you find a machine with port 80 open, then you're not doing any harm to pull http://xxx.xxx.xxx.xxx/index.html and see what lives there.

      Common sense and common courtesy are really all it takes: if it looks like someone meant to make something accessible, then use it. If someone takes any steps to secure something (even if they're ineffective) or wouldn't be offering it if they knew what they were doing (like the shared C drive), stay away.

  23. Re:Firewall? by Anonymous Coward · · Score: 1, Insightful

    Your analogy breaks down.

    Are the rules of the road completely different if you're driving a Honda or a Ford? Are people daily finding ways to remotely take over your car and ram it into things?

    People should not have to know every goddamn thing about their cars before they drive them - you do not need to be a mechanic to drive a car.

    Hell, when I go to the mechanic, my eyes glaze over when he starts rambling on about what exactly went wrong. I don't give a fuck what went wrong, and I wouldn't know a carburator from a flux capacitor, how about fixing it and, if there's something I can do to avoid the problem in the future, lemme know.

    Same goes for computing.

    Yeah, it'd be great if people would lock down their boxes but the problem is not that people won't take responsibility, but that they are not educated about what to do to fix a problem.

    I'm not a moron, but I tell you I have difficulty parsing what the fuck the latest 50 Windows Updates mean. How the hell is grandma supposed to know what the fuck that stuff means? Windows updates are bad enough, but *nix ones are even worse.

    What needs to happen is that there needs to be a very basically written message: "Click here to keep people from taking over your computer" rather than the jargon laden crap that is there now.

    Simply put, the people who are so up in arms about how people leave their machines vulnerable should solve the problem at the core of it, rather than castigating people for being "stupid" users. Fix the problem rather than bitching at people about it, and then we have something.

  24. Re:Two things by x0n · · Score: 2, Insightful

    While modern scanning techniques do not require a full TCP connection, this does not have anything to do with spoofing. If you were to perform a SYN scan with a spoofed IP, it is no longer a scan, but a standard syn-flood DOS (denial of service) attempt. You cannot directly learn open ports (e.g. portscan) while using spoofed a IP.

    But in effect what you say could happen, but it wouldn't be a portscan, but rather a malicious DOS attempt.

    - Ois

    --

    PGP KeyId: 0x08D63965
  25. Re:Two things by Xner · · Score: 2, Insightful
    Do i have to spell everything out for you guys? Here's how it works:

    1) Bad dude does SYN scan.
    2) Bad dude gets firewalled off.
    3) Bad dude performs another scan with a spoofed IP (conveniently provided as an option by the popular nmap)
    4) Good dude is in trouble

    Just say no to automatic firewalling.

    --
    Pathman, Free (as in GPL) 3D Pac Man
  26. The real value of a honeypot by DickBreath · · Score: 2, Insightful

    The real value of a honeypot is not a slap in the fact to the hacker.

    The real value is in observing what kinds of attacks are being uses, especially to see if any NEW type of attacks are being used that your real systems may not have been secured against.

    --

    I'll see your senator, and I'll raise you two judges.
  27. Can you all be more passive-aggressive, please? by CheeseTroll · · Score: 4, Insightful

    Of course you should make your box as secure as possible. Ignoring automated attack attempts is probably the wisest course of action, as well, otherwise you waste a lot of time and only draw more more attention to your network, making it a bigger target.

    But for those intrusion attempts that appear to have a human being on the other end, a virtual smack upside the head would do the world some good. If it's some script kiddie, then let them know their feeble attempts do not go unnoticed, and are by no means appreciated, and chances are they'll find something more constructive to do before they get themselves into real trouble. If it's someone more hardcore, well, I guess it won't matter either way.

    --
    A post a day keeps productivity at bay.
  28. Well not to sound too stupid But by eadint · · Score: 2, Insightful

    I thought that is why we have routers.
    My routers block all unused ports and use nat. i dont controll the web server so im not sure what goes on there. but i always believed that proper firewall and router configs can stop these kind of things before they start, please correct me if im wrong.

  29. Report it and be Nice by argoff · · Score: 4, Insightful

    Chances are that you are not being directly hacked, but automatically probed by a system already infected with a root-kit installed.

    There are alot of people out there who have no idea that their computer is infected with a root-kit and many would be greatfull to be told so.

  30. adjusted analogy - public vs. private by scruffyMark · · Score: 2, Insightful
    As he pointed out - you're in the public IP space; any services you leave open without password or similar protection are implicitly public. And, even if you do have password protection, and e.g. a banner stating it's a private service, the initial connection attempt is legitimate, since they have to do that to read the banner.

    In the physical-analogy sense, it would be more akin to closing your restaurant without putting up the "closed" sign. When people walk by and try to open the door, you got no business being offended - they're attempting to take advantage of the public service you appear to be offering.

    And if you were really dumb and forgot to lock the door too, you've got no business being upset when they walk in and start wondering where the waiter is.

    --

    What is the robbing of a bank, compared to the founding of a bank? -- Bertolt Brecht

  31. Re:I tried to log in as root.. by c · · Score: 2, Insightful

    Log in as a normal user, and su, of course.

    Tell me this is a troll. Please.

    c.

    --
    Log in or piss off.