Slashdot Mirror


To Hack Back Or Not To Hack Back?

dinscott writes "If you think of cyberspace as a resource for you and your organization, it makes sense to protect your part of it as best you can. You build your defenses and train employees to recognize attacks, and you accept the fact that your government is the one that will pursue and prosecute those who try to hack you. But the challenge arises when you (possibly rightfully so) perceive that your government is not able do so, and you demand to be allowed to 'hack back.'"

183 comments

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

    Bad idea.

    1. Re:No by Anonymous Coward · · Score: 2, Funny

      Don't be a pussy, go for it mah brother! Fuck'em up!

    2. Re:No by Anonymous Coward · · Score: 0

      Just hire some "Researchers". They always get a pass.

    3. Re:No by jellomizer · · Score: 5, Insightful

      For the most part the people who are hacking into you isn't that personal, you are just an open system with the vulnerability. Hacking back will not do too much except for making it personal. If you want to solve the problem you will need to redo your security.

      Besides most hackers will jump from system to system to make it hard to detect. I remember trying to trace a hacker back, I gave up after going into 3 or 4 systems across the globe. Realizing that I could part of the problem not the solution I gave up. And then went on improving security.

      --
      If something is so important that you feel the need to post it on the internet... It probably isn't that important.
    4. Re:No by stewsters · · Score: 5, Insightful
      This. Working for your business is not worth getting thrown in jail for, and its open season on hackers.

      Some ideas of what you can do:
      • Cleanse anything that goes into a database. Get a model layer that does this for you.
      • You probably don't use UNION or similar keywords but they are used by hackers extensively. We built our own code to search for these keywords and tarpit them.
      • If they are all coming from some small IP block in China, block it. Minimal loss in business.
      • If they are running automated vulnerability scanners, you could add pages to blacklist their hosts as soon as they try to hit default administration pages for wordpress on your site.
      • If its just password guessers, block them. Use ssh keys.
      • Nmap the hosts that are targeting you. Most likely they are someone's compromised windows xp machine.
      • Report them to the FBI: http://itsecurity.vermont.gov/Report_Crime

      If all else fails, go on 4chan and post "OMG i just made the most secure site evar! Address is ${offender's IP} I bet no one can hack my site and take my bitcoins. "

    5. Re:No by khasim · · Score: 2

      Or, to phrase it another way: if you have the hacking skills to retaliate then you have the skills to be invulnerable to the attack in the first place.

      The enemy cracker has a limited number of targets:
      1. your router.
      2. your firewall.
      3. whatever service you provide through your firewall (you do have a DMZ, right?).
      4. flooding your bandwidth with traffic from thousands of zombies.

      Anyone have any other types of attack that I forgot? And if you cannot secure those (except for #4) then you probably won't be able to "hack back".

    6. Re:No by Anonymous Coward · · Score: 0

      The email of your less technically savvy employees, as well as any logins that may have been abc12345.

    7. Re:No by noh8rz10 · · Score: 2

      just do it like Goldeneye, with that russian dude.

    8. Re:No by Archangel+Michael · · Score: 2

      I am INVINCIBLE!

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    9. Re:No by DarkOx · · Score: 1

      I agree in general but if someone is DOSing you there is not much you can do about it other than 1) get their provider to stop them, 2) get the authorities to stop them, 3) get your provider to drop their traffic, 4) or stop them yourself.

      If the first three can't or won't do it in a reasonable time frame, what option do you have. If its a DDOS your only options might be 2) and 4) provided you can determine the command and control source. Which might very likely require you to pwn some number of the bots so you can determine how the control channels work and find the source.

      You might be able to defend against lower bandwidth request based DOS attacks, and network layer attacks like syn floods with correctly configured equipment and software but if they are simply packeting you either have to take it, or retaliate.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    10. Re:No by Anonymous Coward · · Score: 1

      "if you have the hacking skills to retaliate then you have the skills to be invulnerable to the attack in the first place."

      False. Analogy: Russia has the ability to nuke us. We have the ability to retaliate with a nuke. We are not invulnerable to a nuke attack.

    11. Re:No by rtb61 · · Score: 2

      If you attack back, you create the opportunity for the greatest hacks of all, false ones that get you to target an innocent person or company or organisation. Groups likely to report the attack to their legal authorities who will then prosecute, extradite and jail your silly ass.

      --
      Chaos - everything, everywhere, everywhen
    12. Re:No by Anonymous Coward · · Score: 1

      all good mainly, but if your strategy for protecting against sql injection is by filtering on a set of keywords (e.g. UNION) then you've already failed.

    13. Re:No by davester666 · · Score: 1

      Man, I really hate being splashed with hundreds of gallons of liquid nitrogen. Makes me just want to crawl right back into bed.

      --
      Sleep your way to a whiter smile...date a dentist!
    14. Re:No by Opportunist · · Score: 2

      Yes. But that doesn't end the problem, the can of worm this opens is a lot more complex than it seems at the surface. The matter in question is nothing less than the state's power monopoly.

      If I get robbed, I don't grab my gun and go hunting for the guy who did it. No. I go to the police and ask them to find him. Why do I do that? Because I trust them to have more power, time, experience and resources than me to do just that. But there's more to it than just them being better at it than me. There are two other, very important reasons, why we have those guys in the first place.

      It also serves an important equalizing purpose where EVERYONE, not just someone with the knowledge, experience or resources to do so, can find justice. You needn't be armed to the teeth or wealthy enough to afford your private army to defend your private property and your life.

      The second reason is easily overlooked but at least equally important: Due process. It's not just some angry mob who wants to string up someone, anyone, for a crime that happened (the more heinous the crime, the closer the noose). Of course the police isn't free from prejudice and also very interested to close cases, but we're still far, far away from "It must've been Jones, he looks funny and I heard someone say it could only have been him".

      If a government is unable or unwilling to fulfill their duty of actually wielding this power monopoly, someone will step in to fill that power vacuum. Usually it's called vigilantism. And usually it doesn't really end well.

      A government's power monopoly, like every privilege handed to a government by its people, must be justified by that government. If it cannot justify why it should be granted that privilege, the people will take it back. With or without legal backing.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    15. Re:No by Big+Hairy+Ian · · Score: 1
      Absolutley!

      I remember many years ago some firm brought out a proactive firewall that immediately tried to DOS attack anyone trying to penetrate it

      What a stupid idea given how easy it is to spoof a source address! I do hope they are out of business

      --

      Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

    16. Re:No by Anonymous Coward · · Score: 0

      Spiker sent!

    17. Re:No by rioki · · Score: 1

      FTFY:

      False Analogy: Russia has the ability to nuke us. We have the ability to retaliate with a nuke. We are not invulnerable to a nuke attack.

      Except for DDOS this analogy falls on it's nose. If you have the ability to hack (DDOS != hack) you know about computer systems and security well enough to prevent basically all hacks. Third party software being a trouble stop, but nothing you can't mitigate.

    18. Re:No by rioki · · Score: 1

      To assist your reading comprehension:

      Cleanse anything that goes into a database. Get a model layer that does this for you.

      Like the dummy admin pages it may help to generate input for automatic ip blocklists.

    19. Re:No by Anonymous Coward · · Score: 0

      I've gotta say I agree with your entire list of ideas. Including and especially the last.

    20. Re:No by Stevebro · · Score: 1

      You are 100% right. Hacking back is not our solution. we should secure our website and system. we should take precaution before hack our website. we should use some web security tools. I am using http://totalwebsecurity.com/ to secure my website.

    21. Re:No by Hognoxious · · Score: 1

      Garbage. GP is absolutely correct. Attack != defense.

      For one thing, there's more than one OS in the world. You could be an expert on $your_system security and know jack shit about $enemy_system.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    22. Re:No by Anonymous Coward · · Score: 0

      That's a good idea - never design your site to use a single ISP. Always have a backup line through another provider that is not used for any public-facing services (maybe use it only for pulling updates or sending backups). When the shit hits the fan, at least you'll have the option to trace some of the traffic down and analyze the source.

      What really sucks is that most bandwidth is asymmetric. Your upstream is likely less than your downstream which means that you'll have little, if any, impact on the source. If you have 10 gigabit on the other hand...

  2. Good thing.. by thisisnotreal · · Score: 5, Insightful

    Things like this never escalate. I keep seeing and feeling in so many ways how delicate this all is...and we keep hammering on it. As. Hard. As. Possible.

    1. Re:Good thing.. by Artifakt · · Score: 2

      You need to be at plus 5, just for that first sentence, and the rest are as good.

      1, Company has trouble with commonly skilled criminal crackers.
      2. Company gets special permission to take matters into its own hands. To get this, company does special favors for a nation state.
              (You don't think the politicians just ask for campaign contributions when they can also ask for "law enforcement assistance" against terrorists, do you? Or that those same terrorists, who think of themselves as involved in a war, respect a strong distinction between homeland security and the US military, or similar set ups in other countries?)
      3. More skilled political/military crackers, who may also even be backed by the full special resources of another nation, now treat the company as just another arm of a government's military, and even if they have some strange desire to abide by the Geneva convention or other limits, can make a fair case it's a 'legitimate' target.
      4. War between two nation states breaks out, starting with computer actions, and with the Company's assets as the primary battlefield.
      5. Since everyone thinks cyber-war sounds dumb, there are no firm lines, and the war that starts inside computers ends as the company's employees face special attention from landmines, IEDs and rocket propelled grenades.

      Yes, I left out the "?" and "profit" steps. Anyone really think they need to be there?

      --
      Who is John Cabal?
    2. Re:Good thing.. by fisted · · Score: 1

      Yes, they do.

    3. Re:Good thing.. by Opportunist · · Score: 1

      (cue shady government figure)

      Mr. President, we managed to cut unemployment with the no to low skill workforce by sending them off to war in some corner on the other end of the planet, but our higher skilled unemployed can't be assed to join a job where they risk their life for pennies. So here's the plan: We start some "cyber war" against ... Oh, I don't know, let's say Generistan for a placeholder. Then we let that war escalate and have Generistan terrorists blow up some of the middle management in certain companies. This should free up some much needed jobs in that area.

      Uh... Mr. President? Please, I didn't mean in OUR middle manage... BOOM.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  3. When I roll into the... by skovnymfe · · Score: 0
    1. Re:When I roll into the... by Anonymous Coward · · Score: 0

      The script to that was originally me writing perl. But the director took some artistic liberties.

  4. Well, sure by Anonymous Coward · · Score: 0

    I mean, two wrongs always make a right, right?

    1. Re:Well, sure by DougOtto · · Score: 4, Funny

      No, but three lefts do.

      --
      Solving Unix problems since 1989...
    2. Re:Well, sure by Mattcelt · · Score: 4, Funny

      And two Wrights make an airplane.

    3. Re:Well, sure by Zumbs · · Score: 1

      Depends on the angle.

      --
      The truth may be out there, but lies are inside your head
    4. Re:Well, sure by Lithdren · · Score: 1

      That means six lefts make an airplane.

      and oddly enough takes you back the way you came.

    5. Re:Well, sure by Sedated2000 · · Score: 1

      My brother's favorite response to my parents (which always resulted in more punishment) was "Well, two negatives equal a positive!"

    6. Re:Well, sure by Anonymous Coward · · Score: 0

      Only if you multiply or divide them (or subtract them under certain circumstances). When you add them, you ALWAYS get a negative.

      Hah ! Feel my parental power !!! I've been having these arguments for about nine years now, I'm unbeatable :-)

    7. Re:Well, sure by Opportunist · · Score: 3, Insightful

      And two rights make up what's left of the Constitution.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    8. Re:Well, sure by Opportunist · · Score: 2

      Be gone with your heathen argumentation. In the Book it said "go forth and multiply", not "go forth and add".

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    9. Re:Well, sure by rioki · · Score: 1

      FTFY:

      That means six Wlefts make an airplane.

    10. Re:Well, sure by Anonymous Coward · · Score: 0

      And me with no mod points. Well played, sir.

  5. Vigilantism is not a new concept by Anonymous Coward · · Score: 5, Insightful

    What you're advocating, quite plainly, is that if you break into my house and steal something, that I can then break into your house to take something from you. The law is quite clear on this. As long as hacking into and stealing resources is illegal, you doing the same is just as illegal. Get a Rottweiler and a home alarm and sign up for personalized security patrols. In essence that is what you can do with regards to your electronic resources.

    1. Re:Vigilantism is not a new concept by lister+king+of+smeg · · Score: 3, Insightful

      What you're advocating, quite plainly, is that if you break into my house and steal something, that I can then break into your house to take something from you. The law is quite clear on this. As long as hacking into and stealing resources is illegal, you doing the same is just as illegal. Get a Rottweiler and a home alarm and sign up for personalized security patrols. In essence that is what you can do with regards to your electronic resources.

      If someone breaks into my house I can shoot them thanks to castle laws, there is no digital equivalent other than hacking them back.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    2. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      If someone breaks into my house I can shoot them thanks to castle laws, there is no digital equivalent other than hacking them back.

      Thank God we don't have "black ice" considering the way castle laws have been abused.

    3. Re:Vigilantism is not a new concept by Shajenko42 · · Score: 1

      If someone breaks into your house and steals something, you're not allowed to hunt them down, break into their house, and steal it back.

    4. Re:Vigilantism is not a new concept by HockeyPuck · · Score: 4, Insightful

      If someone breaks into my house I can shoot them thanks to castle laws, there is no digital equivalent other than hacking them back.

      You cannot get in your car, drive to their house and then shoot them, as you are nolonger being threatened by said intruder. Hacking back is exactly that. You've been attacked and then you retaliate after the fact.

      Typical conditions that apply to some Castle Doctrine laws include (from wikipedia):

              - An intruder must be making (or have made) an attempt to unlawfully or forcibly enter an occupied residence, business, or vehicle.
              - The intruder must be acting unlawfully (the Castle Doctrine does not allow a right to use force against officers of the law, acting in the course of their legal duties).
              - The occupant(s) of the home must reasonably believe the intruder intends to inflict serious bodily harm or death upon an occupant of the home. Some states apply the Castle Doctrine if the occupant(s) of the home reasonably believe the intruder intends to commit a lesser felony such as arson or burglary.
              - The occupant(s) of the home must not have provoked or instigated an intrusion; or, provoked/instigated an intruder's threat or use of deadly force.

    5. Re:Vigilantism is not a new concept by Shajenko42 · · Score: 1

      Didn't see the OP, never mind.

    6. Re:Vigilantism is not a new concept by Hentes · · Score: 2

      That's not a digital equivalent either.

    7. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      Your analogy breaks down in the "when someone does this every day" category.

    8. Re:Vigilantism is not a new concept by g0bshiTe · · Score: 1

      So then after the fact is a no-no but catching them in the act you're saying is entirely ok.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    9. Re:Vigilantism is not a new concept by Minwee · · Score: 0

      Don't forget Texas' proud addition to that list:

      - It's totally okay to shoot and kill someone as long as it's after dark and she refuses to have sex with you first.

    10. Re:Vigilantism is not a new concept by Trepidity · · Score: 4, Insightful

      The justification for shooting an intruder in your house is self-defense, since you might reasonably fear for your life if someone's broken into your house (especially if they're armed). The purpose is not to authorize vigilante retaliation or punishment. Therefore, if the person isn't in your house anymore, there is no longer a justification for shooting them.

      Actually, even if your house you shouldn't shoot them unless you actually do fear for your life and it's truly self-defense. Not all states require you to prove that (partly due to worries over whether it's possible to prove), but you are not supposed to shoot someone just because you can get away with it.

    11. Re:Vigilantism is not a new concept by spire3661 · · Score: 1

      You can hack back, right up to your demarc, after that Castle Doctrine ends. What you are suggesting is finding out where the people who broke into your house live and shooting them.

      --
      Good-bye
    12. Re:Vigilantism is not a new concept by houghi · · Score: 1

      hacking them back is not the equivalent.
      One is legal due to castle law. The other is illegal.

      So you should have said:
      If someone breaks into my house I can shoot them thanks to castle laws, there is no digital equivalent.

      --
      Don't fight for your country, if your country does not fight for you.
    13. Re:Vigilantism is not a new concept by Aqualung812 · · Score: 1

      If someone breaks into my house I can shoot them thanks to castle laws, there is no digital equivalent other than hacking them back.

      The digital equivalent would be to infect/hack them WHILE THEY ARE CONNECTED to you during their hack, as a means to make them stop.

      As soon as they disconnect and you track them back down, you're talking about walking into THEIR house and shooting them. That's still murder.

      --
      Grammer Nazis - I mod you "troll" unless you actually add something on-topic. Yes, I know I have mispellings in my sig.
    14. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      It's obvious to me that you did not RTFA. The article is very much on the vein of do not do unto others as they have done unto you, but ignore your urge and let your government handle this for you. The article even goes as far as stating that the next step is world governance where prosecutions are in the vein of "The World versus Joe Schmoe the Baker."

      There goes the truly free world...

      The summary, however, has invoked its own spin by simply copying the third or fourth paragraph that is trying to link the Old West analogy to the state of the Web now, before going on to try and convince us that this is the wrong view to have.

    15. Re:Vigilantism is not a new concept by lister+king+of+smeg · · Score: 1

      closer would be shooting at the sniper across the road after he started shooting at me which is again justified as self defense.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    16. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      How have Castle Laws been abused?

    17. Re:Vigilantism is not a new concept by NatasRevol · · Score: 1

      Can't believe that's something new in Texas. Or any Southern state.

      --
      There are two types of people in the world: Those who crave closure
    18. Re:Vigilantism is not a new concept by noh8rz10 · · Score: 1

      What you're advocating, quite plainly, is that if you break into my house and steal something, that I can then break into your house to take something from you. The law is quite clear on this. As long as hacking into and stealing resources is illegal, you doing the same is just as illegal. Get a Rottweiler and a home alarm and sign up for personalized security patrols. In essence that is what you can do with regards to your electronic resources.

      no its saying if you break into my house i can shoot you. welcome to texas.

    19. Re:Vigilantism is not a new concept by DarkOx · · Score: 1

      In Texas you actually are under certain circumstances.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    20. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      Real-world black ice equivalent: "interesting" software that they can steal. Such as a game or whatever. But it is a trojan that mess up their machine. Let them steal...

    21. Re:Vigilantism is not a new concept by OneAhead · · Score: 1

      Spot on. Though it really saddens me you actually had to explain this. Common sense is in such short supply here...

    22. Re:Vigilantism is not a new concept by redmid17 · · Score: 1

      Actually a lot of states allow lethal defense to prevent a forcible felony (or even a felony) in some states. Illinois, not exactly a bastion of vigilantism or lax gun laws, only requires felony theft/burglary to invoke castle law "self-defense." That means you can basically shoot anyone who breaks into your home if there is more than $500 worth of stuff in your apartment/house.

    23. Re:Vigilantism is not a new concept by AK+Marc · · Score: 1

      If someone breaks into your house every day, is it "wrong" to follow them home then let the air out of their tires, hoping that slows them down enough they don't break in again the next day?

    24. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      In Texas you can use deadly force at night if someone has stolen something from you. See the recent case where some crazy bastard shot a hooker in the throat after she took his $150 and ran. http://www.rawstory.com/rs/2013/06/06/texas-jury-says-its-cool-to-murder-prostitutes-for-not-having-sex-with-you/

    25. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      She also took his money and ran, that's stealing property. I'm not defending his actions, I'm just saying that's the law as it stands. Personally I don't think you should be able to shoot someone running away from you, unless they are shooting back behind them.

    26. Re:Vigilantism is not a new concept by Opportunist · · Score: 1

      Says who? Something similar exists, it doesn't outright kill you but depending on the circumstances it can sure mess up your life.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    27. Re:Vigilantism is not a new concept by Opportunist · · Score: 1

      - The occupant(s) of the home must not have provoked or instigated an intrusion; or, provoked/instigated an intruder's threat or use of deadly force.

      So that means I have to kill him with the first shot? Because else my shot would certainly have provoked him to use deadly force against me, considering that my intention is to shoot him.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    28. Re:Vigilantism is not a new concept by Opportunist · · Score: 1

      Depends on whether the self defense clause includes property or just life.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    29. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      So, you're saying that a retaliation is only possible while the attack is ongoing?

      E.g.
      1. An intruder must be making (or have made) an attempt to unlawfully or forcibly enter
      2. The intruder must be acting unlawfully (already provided by 1 in cyberspace)
      3. The occupant(s) of the home must reasonably believe the intruder intends to inflict serious harm upon, or extract without authorization, data stored on the target
      4. The occupant(s) of the home must not have provoked or instigated an intrusion; or, provoked/instigated an intruder's threat or use of attack toolz

    30. Re:Vigilantism is not a new concept by sjames · · Score: 1

      But note that in many places, a break-in is presumed to be sufficient reason to fear for your life. (Afrter all, if they were upstanding and law abiding citizens, they wouldn't have brokenm in, and they clearly don't have your best interests in mind).

    31. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      Sure there is: honeypot your system with some nasty code and hope they nab it and execute it themselves.

    32. Re:Vigilantism is not a new concept by Anonymous Coward · · Score: 0

      castle DOCTRINE, nigger.

  6. the question was posed wrong by ganjadude · · Score: 4, Insightful

    The real question is what to do when our own government is the one "hacking" our pages

    --
    have you seen my sig? there are many others like it but none that are the same
    1. Re:the question was posed wrong by Opportunist · · Score: 1

      Get a better government.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:the question was posed wrong by Anonymous Coward · · Score: 0

      That sounds like it'd be the easiest thing to do, yeah. Get a better government. Why didn't anyone think of this before?

    3. Re:the question was posed wrong by Opportunist · · Score: 1

      Actually it's one of the hardest things one could possibly try. Usually it comes with a lot of bloodshed.

      If it's not worth risking your life, it's probably not bad enough yet.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  7. Like the Dodgers brawl last night.... by Anonymous Coward · · Score: 1

    First Kennedy hit Puig
    Then Greinke hit Montero
    Then Kennedy hit Greinke

    So obviously Kennedy needs to watch his back.....

    1. Re:Like the Dodgers brawl last night.... by Opportunist · · Score: 1

      Hans plays with Lotte, Lotte plays with Jane
      Jane plays with Willi, Willi is happy again
      Suki plays with Leo, Sacha plays with Britt
      Adolf builds a bonfire, Enrico plays with it

      --- Peter Gabriel, Games without frontiers

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:Like the Dodgers brawl last night.... by Hognoxious · · Score: 1

      Jane plays with Willi

      Fnarr fnarr!

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  8. Bad Idea. by wjcofkc · · Score: 4, Insightful

    What if the hacker is already attacking from a computer that is not theirs. Firing back would make you no better than them.

    --
    Brought to you by Carl's Junior.
    1. Re:Bad Idea. by DarkOx · · Score: 2

      Firing back would make you no better than them

      Why a compromised machine is a compromised machine. Its already not really under the legal owners control anymore, even if it happens to still be doing what they want it to. I think from an ethical standpoint its acceptable collateral damage.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    2. Re:Bad Idea. by g0bshiTe · · Score: 1

      The way I see it, it's not different then when MS threatened to boot botnetted machines off the net.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    3. Re:Bad Idea. by DarkOx · · Score: 1

      And they would have been right to do it.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    4. Re:Bad Idea. by bonehead · · Score: 1

      As an admin for a quite large ISP, we do exactly that every single day. As soon as we know someone's computer is sending spam, step 1 is to change their email password, step 2 is to disable all internet connectivity.

      Yes, our TS department does work with them to clean up the infection. But until we're satisfied that they are malware free, they're offline.

    5. Re:Bad Idea. by Anonymous Coward · · Score: 0

      That's off your system, you still aren't doing anything to their machines directly just blocking them from using your resources. Hell of a big difference. Microsoft wanted to shut down an individuals computer, possibly damaging his or her data.

    6. Re:Bad Idea. by Opportunist · · Score: 1

      Threatened? Promised, and I still wait for that to be fulfilled.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    7. Re:Bad Idea. by Anonymous Coward · · Score: 0

      This is a good first step.

      Next, ISPs in other nations should have their links to the rest of the internet totally cut if they do not take similar measures.

      Most of the bad traffic I see is from address ranges in russia and china.

    8. Re:Bad Idea. by bonehead · · Score: 1

      This is a good first step.

      Next, ISPs in other nations should have their links to the rest of the internet totally cut if they do not take similar measures.

      Most of the bad traffic I see is from address ranges in russia and china.

      Same here. Unfortunately, I only have admin rights on our own systems. The ISPs in Russia and China don't much give a crap what I would like them to do.

  9. Cowboy analogy by Hentes · · Score: 4, Funny

    After the flawed warfare analogy of the military, we now have a flawed cowboy analogy. How can these people be that shortsighted, everyone knows that the internet is like cars.

    1. Re:Cowboy analogy by Opportunist · · Score: 1

      I'm confused. Wasn't it a set of tubes?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  10. It's a terrible idea by Anonymous Coward · · Score: 1

    Even as a massive multinational corporation, you do not have the resources or the expertise. You expose your company to massive legal liability. And you're not prepared for the aftermath. Few enemies are as determined as those bent on revenge.

    1. Re:It's a terrible idea by g0bshiTe · · Score: 2

      I work for Umbrella you fool! We have the resources we have the expertise.

      --
      I am Bennett Haselton! I am Bennett Haselton!
    2. Re:It's a terrible idea by Anonymous Coward · · Score: 0

      Drone at a massive multinational corporation here.

      Some of us do have the expertise to read the latest news about vulns, download and adapt the proof of concept code, and point it at someone.

      The above statement describes the incredible majority of us, sorry to say.

      The people writing the vulns are the real hackers, and most of them aren't the kind of people to attack shit which belongs to other people just for the hell of it.

  11. Very bad moment by gmuslera · · Score: 1

    You can get anything from 30 years to a century in jail for things that goes into the hacking umbrella, even for things that traditionally you won't call attacking. And if you are outside US, a drone could visit you.

    This usually goes attackers or people that exploits or just bumps against a vulnerability in US government/institution sites, but even if you do against an "evil" organization (and that it is not just a nsa/fbi cover operation or whatever) it could eventually be used against you.

  12. More fun to just defend by GameboyRMH · · Score: 1

    There's nothing more frustrating as a black hat to hammer away at an apparently impenetrable and indifferent target.

    --
    "When information is power, privacy is freedom" - Jah-Wren Ryel
    1. Re:More fun to just defend by bonehead · · Score: 1

      Yep. About 12 years ago I was working for a small-ish company that really only relied on connectivity during business hours, and even then, if it went down, the lack of email was the only "big" concern, and was easily dealt with by picking up the phone.

      Noticed one day at about 15 minutes before quitting time that someone was trying to break into our email server. I took great pleasure in simply unplugging the T1 from the router and going home for the night. Came in a little early the next day to get things online before business hours, and never saw the guy back again.

      (There is no greater security than not being connected. :)

    2. Re:More fun to just defend by Hognoxious · · Score: 1

      ... apart from being switched off.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  13. Are you SURE it was that party? by mlts · · Score: 4, Insightful

    With the fact that compromised hosts are the first thing an intruder has between them and their target, how can one be sure that the host attacking them is malicious, or just a compromised box being used as a proxy or launching point for attacks?

    If it was a compromised box, and it gets retaliated against, there might be a chance that the IDS/IPS system on the compromised network will log the back-strike, which can easily mean civil/criminal charges.

    My take: Block them at the router for a couple days and go on. Trying to "counter-hack" can get one in a world of hurt.

    1. Re:Are you SURE it was that party? by g0bshiTe · · Score: 1

      And if it is a compromised machine they simply move to another network and continue the attack. Aren't you glad you blocked the first at the router?

      --
      I am Bennett Haselton! I am Bennett Haselton!
    2. Re:Are you SURE it was that party? by Anonymous Coward · · Score: 0

      Perhaps a "counter-hack" isn't the same as a counter-intrusion.

      Defending yourself ("block them at the router") is a perfectly valid thing to do, but is likely to fail after just a few attacks.

      Attacking their motives by giving them a bad payload instead of the intended one is also a perfectly valid thing to do. It's not a counter-intrusion so much as proverbially "poisoning the well". Remember that computer networking protocols all work on a rules-based request-response system. Getting the response ruleset right is important. But once someone has gotten a better-than-you-intended response, you're not under any obligation to continue to provide them with beneficial responses. If they continue to request resources from your system, your system should ideally be able to respond with an attack payload. It's like an electronic land-mine. Structure it so that an unsuspecting intruder won't do it twice (boom! no legs!) and a wary intruder won't do it once (as the mere presence of an attack will alert them to likely detection and scare them off).

      There's no need to launch a counter offensive when you're a porcupine (in a minefield).

    3. Re:Are you SURE it was that party? by mlts · · Score: 1

      Even operating systems have some provisions. Linux has the TARPIT option with iptables which will slow attacks down.

      However, what I intended to mean by blocking at the router is if the attack was from one known IP. Of course, the attack would change sources if it is a real intruder.

      Honeypots are the best matter of course. An attacker then just not has to deal with trying to get through the usual security measures... but then has to check the veracity of any data they receive. If they get ahold of a web server that is sitting on a VM farm, it is trivial for IDS/IPS software to snapshot the VM for forensics, and immediately roll it back.

      On a primitive level, I remember doing this ages ago with the address harvester bots and wpoison. Well behaved Web scrapers would heed the robots.txt file, while the E-mail address scrapers would fall right into the CGI wormholes and be happy slurping up thousands of worthless E-mail addresses.

  14. Put it in real life terms by MozeeToby · · Score: 5, Insightful

    Someone breaks into your place of business, what are your rights? You can bar the door, obviously. You physically intimidate them into leaving sure. You can shoot them... well... if you're in danger and can't get away (or even if you can in some places)... and you have the right to own the gun you're shooting... and well, you better be able to explain yourself.

    What you can't do is follow them home and smash their stuff. And you really, really can't start an international incident, that kind of thing is looked down upon.

    1. Re:Put it in real life terms by NewWorldDan · · Score: 2

      And you also better be damn sure you're attacking the right person and not some poor company who has already had their own systems compromised. Most people are really bad detectives and just aren't qualified to determine who to hack back against. And usually your attacker doesn't have much of a footprint to attack. So while I support your right to actively defend yourself, don't be a Zimmerman and shoot some unarmed kid with a bag of candy in his pocket.

    2. Re:Put it in real life terms by wisnoskij · · Score: 1

      "You can shoot them... well... if you're in danger and can't get away (or even if you can in some places)."

      Not sure how it works in the US, but in Canada which has far far less self defence laws, the specific law says you can do anything you need to do you get the intruder out immediately. Which would mean that the government would have to prove beyond a reasonable doubt that shooting the intruder did not speed up his removal from your property. I found it quite strange reading the Criminal Code; The right to remove an intruder actually gives you more latitude than your right to defend your life and safety from an attacker, by the letter of the law. But of course, like all Canadian laws, they stick "the act committed is reasonable in the circumstances." on the end, so that a judge can rule however he wants in a case.
      That being said, the letter of the law is not AT ALL the same thing as how an actual judge will rule, at least without millions in lawers. Specifically in Canada it seems to be more guilty until proven innocent, with regard to guns.

      --
      Troll is not a replacement for I disagree.
    3. Re:Put it in real life terms by wisnoskij · · Score: 1

      Me again,
      And specifically, I think you might actually be wrong in part.

      "preventing the other person from taking, damaging or destroying the property or from making it inoperative, or retaking the property from that person; and"

      In Canada:
      The criminal does not technically still have to be on your property, for you to defend your stolen property from him.
      So if they stole something from you when they hacked your systems, and we consider hacking synonymous with breaking and entering. It definitely might be legal to break/hack into their house; If you took something and you feared that they were about to destroy it, or simply retake it from them.

      --
      Troll is not a replacement for I disagree.
    4. Re:Put it in real life terms by Anonymous Coward · · Score: 0

      Someone breaks into your place of business, what are your rights?

      Armed guards aren't that uncommon for businesses. Banks, casinos, etc. Never heard of one getting in trouble for shooting a robber.

    5. Re:Put it in real life terms by dwpro · · Score: 1

      In real life terms, what is a DDOS? Let's try a car analogy. Lets say it's like someone stealing a bunch of cars and driving them to your business and have them blare their horns. I think in this case I would feel justified opening all the hoods and unhooking the batteries, maybe even taking the keys to the car so that they could be returned to the rightful owner or at least not stolen again and made to honk incessantly. Which, back in digital (fake?) life, would be "hacking back" in my mind, and completely justified.

      --
      Millions long for immortality who do not know what to do with themselves on a rainy Sunday afternoon. -- Susan Ertz
    6. Re:Put it in real life terms by AvitarX · · Score: 1

      Isn't the reasonableness of the act a matter of fact, not a matter of law?

      I would expect the jury questionnaire to read along the lines of

      "...
      If you answered yes to the above, do you believe that the act was reasonable for the circumstances?", which would lead to a not guilty if answered yes. Reasonable may be broken down into specific questions, rather than over-all just reasonable, but it sounds very unlikely a judge would deem reasonableness as a matter of law (though in an extreme case the affirmative defense could be bared from being let in).

      IANAL, but I've sat through a dozen (civil) verdicts for cases lasting over a month, and obviously the US isn't Canada (and I am US).

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    7. Re:Put it in real life terms by DarkOx · · Score: 1

      Hey the trial is not over yet. And that "unarmed" kid DID do bodily injury to Zimmerman. I think I wait for the court and a jury to decide who provoked who and who was retaliating. I was not there, I doubt you were either, and neither of us know all the evidence.

      --
      Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
    8. Re:Put it in real life terms by wisnoskij · · Score: 1

      I think everything is a matter of law in a court.
      Insanity in a court is not insanity in the real world, it is a legal concept that is defined and interpreted very differently by a judge than by a physician. I would assume that "reasonableness" would be another word that is interpreted completely differently in a court setting, and like any legal definition the interpretation would be the judges domain.

      --
      Troll is not a replacement for I disagree.
    9. Re:Put it in real life terms by AvitarX · · Score: 1

      In the US, the idea of "not guilty by reason of insanity" (the term most frequently used) implies the type of insanity that is actually defensive. Yes, over the centuries it has been narrowed down as to be consistently applied, but it is a plea that the defendant can make, and the jury gets to determine weather or not it is valid.

      I don't have specific access to cases or rulings (where the interpretation is certainly already spelled out, but a quick reading of a random law dictionary gives "ordinary or usual in the circumstances". Like insanity though, it is almost certainly an issue of fact, and not law, meaning the judge can guide the jury as to what reasonable means, with un-related (and usually farcical, but illustrative examples), but cannot make the determination of insanity or reasonableness.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    10. Re:Put it in real life terms by wisnoskij · · Score: 1

      Well technically the jury decides everything, they have nearly unlimited power.
      But in reality the judge does this every day of his life. And I would be surprised if he did not have a bigger indirect influence on the result of a trial than the direct influence of the entire jury.
      The jury is just random, easily influenced, and un-intelligent citizens who have never done this before and are confused by all these rules and legal jargon. They do not know the letter of the law or how laws are interpreted; They do not understand even the basic rules of our legal system or any other. There is no possible way any average citizen could be present in a court of law and even have a clue as to what is going on, let alone come to a conclusion.

      So yes, in some ways the jury will just decide if someone is insane based on their opinion. But I would imagine that most of the time their decision would be 100% based on the opinion of the judge, and to a lesser or greater extent the physician who testified to the mental state of the defendant.

      "The insanity defense is based on evaluations by forensic mental health professionals with the appropriate test according to the jurisdiction. Their testimony guides the jury, but they are not allowed to testify to the accused's criminal responsibility, as this is a matter for the jury to decide." - Wikipedia

      --
      Troll is not a replacement for I disagree.
    11. Re:Put it in real life terms by AvitarX · · Score: 1

      In my experience with jury exit interviews (civil only), the jury ignores all experts, and votes their gut, using any credible explanation that matches any snippit of what they've heard.

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
  15. Yes by Anonymous Coward · · Score: 0

    I would cyber hack their cyber organization till it makes their cyber heads spin! I wouldnt tell any of my cyber friends about it though.

  16. bad analogy by Anonymous Coward · · Score: 0

    I apologize for being one of the only ones to RTFA, however, I find it humorous:

    [quote]
    This is the same kind of reasoning that feeds blood feuds through the principle of “an eye for an eye” — “if you kill someone in my family, I will kill someone in yours. Innocent or not, I will shoot.”
    [/quote]

    I was always under the impression that an eye for an eye implied some sort of responsibility on the perpetrator, not everyone else... Maybe better written as:

    "if you kill someone in my family, you will get killed"

    In general, its a fluffy feel-good read about making bigger gub'mint.

    1. Re:bad analogy by Anonymous Coward · · Score: 1

      The phrase "an eye for an eye" was originally intended as a limitation, the only penalty being the equivelent of the damage rather than an escalation of damages.

    2. Re:bad analogy by OhSoLaMeow · · Score: 1

      Tommy Sands wrote about this very thing in his song There Were Roses.

      "An eye for an eye, it was all that filled their minds
      And another eye for another eye till everyone is blind."

      --
      They can take my LifeAlert pendant when they pry it from my cold dead fingers.
    3. Re:bad analogy by Minwee · · Score: 2

      I was always under the impression that an eye for an eye implied some sort of responsibility on the perpetrator, not everyone else.

      It's more of a statement of limited liability. A longer version of it would be "Ye have heard that it hath been said, an eye for an eye, and a tooth for a tooth. So if someone poketh thee in thine eye, thou don't get to kill every member of their family. Just poke them back and then knocketh it off. They didn't expect this kind of Spanish Inquisition, thou doth know."

    4. Re:bad analogy by AvitarX · · Score: 1

      Correct, and if you look at ancient law (Code of Hammurabi for example), you will see that it was not particularly intuitive throughout history (or even now, really).

      --
      Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    5. Re:bad analogy by Anonymous Coward · · Score: 3, Funny

      Replacing one bad analogy with another isn't much better. An "eye for an eye" sought to limit the amount of revenge you were allowed to take. For instance, if someone put your eye out, you weren't entitled to burn down his house with his children it it and rape his wife.
      Even in America, that right is reserved for the Feds.
      In modern philosophy, the whole concept has been replaced with the idea that you should love the people who are destined to burn in hell forever.
        dammit, why can't i ever NOT be sarcastic.

    6. Re:bad analogy by Anonymous Coward · · Score: 0

      They didn't expect this kind of Spanish Inquisition, thou doth know."

      No one expects the Spanish Inquisition

  17. Hack Back by Anonymous Coward · · Score: 0

    When I was in highschool, I used to belong to a forum, and if Our forum got defaced, or corrupted by another entity we would attack back. Most of the time we would not have any issues with that particular group ever again.

  18. vigilantism by tist · · Score: 2

    You never have the option to take the law into your own hands. If you don't like the job your government(police) are doing, then work on them. But you never have the option to take the law into your own hands.

    1. Re:vigilantism by lister+king+of+smeg · · Score: 1

      You never have the option to take the law into your own hands.

      never heard of a citizens arrest? castle doctrine? stand your ground laws?

      theoretically at least we are the government - by the people for the people.

      --
      ---Saying gnome 3 is better than windows 8 not so much a compliment as it is damning with light praise.
    2. Re:vigilantism by Anonymous Coward · · Score: 0

      Those are all concepts of law, so they give you lawfull right to do something - ergo you are not taking the law into your own hands.

  19. All bets are off on the internet... but... by Anonymous Coward · · Score: 0

    Hitting back shouldn't be tolerated within companies or organizations. It's just dumb policy. It was your own fault for failing to properly secure your system or use the right tools. If you have no other options it's the fault of your industries and you need to speak up.

  20. No, for at least two reasons by MikeRT · · Score: 1

    1. Most states don't even let you stand your ground when faced with an assailant on the street you can clearly identify. Hacking back is stand your ground without even the requirement of knowing who is attacking you before drawing and using a weapon in many cases (most)?
    2. Many corporations have punitive policies that prohibit or limit employees' self-defense rights on their campuses or even during the work hours. For example, I think one of the major pizza chains won't let drivers who regularly drive into very bad parts of town keep even a blunt weapon, let alone a legal firearm on them.

    So why should corporations get a right which is dangerous, hard to limit collateral damage and which is a corollary to a right that is badly limited in most parts of the US for the flesh and blood citizens?

    1. Re:No, for at least two reasons by pr0fessor · · Score: 1

      Is this really even a problem... I mean are companies thinking about trying to retaliate against intrusions or malware or what ever? I've not seen it. Don't they usually just locked down there security?

  21. you messed with the wrong guy by Anonymous Coward · · Score: 0

    You done goofed, your hack attacks have been backtraced, and we have informed the cyberpolice, the consequences will never be the same!

    1. Re:you messed with the wrong guy by Minwee · · Score: 1

      Cyber-Impossible! I was behind cyber-seven cyber-proxies!

  22. depends on who is doing the hacking by Anonymous Coward · · Score: 1

    After all, as we've recently found out the major culprit in most computer hackings seems to be the government. Now, it's very plain that no matter what the circumstances, anyone hacking into the government's computers is going to be considered to be breaking the law so you're better off to turn the other cheek, or in this case, computer, and make sure that they get what they want.

  23. oh man by fazey · · Score: 1

    Ohhhhhh mannnn, if I could fucking hack back... You don't even know. But until its legal to do so, its too much of a risk to my livelihood.

  24. How do we know they aren't already? by swb · · Score: 1

    Most corporations have no problem creating phantom business units to hide profits and losses, inflate executive salaries, etc, etc.

    How do we know they aren't doing the same thing with an eye towards creating "disposable" and nearly unconnected entities they can use/abandon/reuse to launch counter-attacks or reconnaissance missions against targets they think are attacking them?

    Buy a handful of servers, hire some contractors to install and do basic setup on them in some leased colo space, lather, rinse, repeat a few times and you have a distributed nationwide network, for all intents and purposes disconnected from the parent company and available to launcher counter-attacks, problems, etc.

    Screw up, get fingered, have problems? Walk away. Send in different contractors to strike the equipment, box it and ship it off....to another data center, where different contractors can set it up again.

    For a Fortune 500 business they could do this with the rounding error in their budget.

  25. Bang On Idea That . . . NOT ! by tiberus · · Score: 1

    Okay, let's assume your a name is awesomeness in IT Security and Hacking; furthermore, let's assume that you:

    1. Detect the hack
    2. Stop the hack
    3. Recover from the hack
    4. Determine the true source
    5. Can retaliate
    6. Successfully retaliate
    7. Bask in your glory

    Still sounds like great way to end up dead. You never know who your playing with.

  26. Totally not a good idea by ukpyr · · Score: 1

    But, think if it was legal. That would be some fun to be had, until things got out of hand and such. At a certain point, it's more cost effective to send someone with a gun.

  27. In Soviet Russia by rvw · · Score: 2

    In Soviet Russia, the government hacks you! In the United States however it's not hacking anymore, because the law says all channels are open for Big Brother, and hacking de-facto does not exist anymore. How about that?

    1. Re:In Soviet Russia by OneAhead · · Score: 1

      Oooh, so hacking is just like corruption then?

  28. Internet Castle Law by Anonymous Coward · · Score: 3, Insightful

    What I find interesting is that people seem to equate a hack back with showing up at someone's house after they're long gone from your place and punching out their window in retribution.

    As a sysadmin who has dealt with a number of compromised servers, here is where that analogy fails: I have NEVER seen a hack where the hacker just leaves after they gain access. They create backdoors to ensure that they have access to your network in the future, and will likely try to use your assets in future attacks.

    To use the break-in analogy: Most hackers are STILL IN YOUR HOUSE.

    Now, one can argue all day about whether it's a waste of resources to hack back, but back hack is certainly not equivalent to tracking someone down and throwing a brick throw their window. In the vast majority of hacks I've personally encountered, a hack back would be active defense.

    1. Re:Internet Castle Law by Todd+Knarr · · Score: 3, Interesting

      Thing is, most of the "hack back" responses don't involve going after the hacker still in your system. They boil down to trying to figure out who the hacker is, where they live, and then going to that address and attacking whoever's there. Which of course raises such issues as "Did your attacker leave a false trail that would lead you to attack someone not involved in the attack on you?" and "What are you going to do if that uninvolved party decides to hack back themselves?". Few of the proponents of "hack back" seem willing to discuss those issues, they mostly brush them off as "That won't happen.". When probed as to exactly what it won't and what'll keep it from happening, though, they start flailing badly rather than giving coherent answers. And none of them want to commit to accepting full legal liability if it does happen. If it won't happen, what's the problem with agreeing to accept a liability you'll never need to accept?

    2. Re:Internet Castle Law by Anonymous Coward · · Score: 0

      Yes! hack em back what could go wrong?

      The hackers probably already have a great deal of information about you and your network and hacking back will most likely only tip them off. They can then use this gathered information to make your life hell like hijacking web accounts. It would best to first identify how the hackers gained access, wipe the pc and then patch the vulnerability.

    3. Re:Internet Castle Law by Anonymous Coward · · Score: 0

      So here are your options (neither of them good):

      1. Rebuild the server and make sure everything's patched. Hope that the vuln that was used against you was fixed in the latest patches. Take no action toward the attacker at all.

      2. In addition to step 1, provide all logs to the "authorities". Watch as the "authorities" laugh at you and your case. If you have tons of money to influence the "authorities", they may actually investigate, however the "authorities" are about 20 steps behind the average skid and will not catch them unless they plastered their own real name and address all over the place.

      3. Get angry, do some investigation and unleash righteous fury. Even if you're hitting the compromised zombie boxes that the attacker is using, if you hit them hard enough, those boxes won't be used in any further attacks. The owner of the zombie box is at fault for not patching it, and deserves to have something bad enough happen to it that they reformat it and hopefully run windows update.

    4. Re:Internet Castle Law by Todd+Knarr · · Score: 1

      Actually the first thing I'd do is design and build things to prevent the attacker from getting in in the first place. Yes, vulnerabilities will always exist. But it's possible to mitigate them before they're exploited, by for instance not exposing services where an attacker can access them, or by designing your services from the beginning to be resistant to types of attacks. This may require avoiding common ways of speeding up development, but... "Fast, cheap, right. Pick any 2.".

      If I was attacked, I'd definitely take action. But you're trying to set up a false set of choices. I'd pick the third choice: get angry, do some investigation, and take appropriate legal action of my own against the identified attacker. If it's a zombie box, the owner's still responsible and we can work backwards from there to the real attacker. Just trashing a throwaway zombie box may be viscerally satisfying, but the real attacker considered it disposable anyway so you've done no real harm to him. All you've done is angered the public and exposed yourself to liability, leaving the real attacker unscathed and laughing at you. If you're lucky you'll merely pay out a lot of money to make the mess go away. If you aren't lucky, you may have those authorities you disparage putting you in their sights because of pressure from politicians who're nervous about public backlash. And if you're really unlucky, your attacker will decide to teach you a lesson and hit you again, this time really trashing your systems. Working within the legal framework to identify the responsible parties, while not nearly as immediately satisfying, can get you the real culprit while keeping both the public and the authorities firmly on your side, which in turn will let you get your pound of flesh from the attacker easier than if you're fighting the attacker and the public and the authorities at the same time.

  29. Just don't do it. by Minwee · · Score: 4, Insightful

    Why? Not because of any failed cowboy analogy, or belief in how the wonderful rule of law will solve all of our problems for us, but for this one simple reason:

    I don't trust you, or anybody, to be able to identify who is attacking you, or even to correctly determine if you are even being attacked at all. Do you need a car analogy? Giving people blanket authorization to strike back at their virtual attackers is like handing Dilbert's boss a rocket launcher and asking him to do something about the lack of available spaces in the office parking lot. If you believe that your network is being attacked and feel the need to strike back at the perpetrators, then please:

    • 1) Keep it in your pants. Nobody is really impressed by that, and
    • 2) Collect evidence, read your logs, make an actual effort to figure out what is going on, and then forward that information to the appropriate responsible parties, and finally,
    • 3) Let them investigate and deal with it.

    I can't promise you that this will _solve_ your problem, but it will give you some time to cool down, realize that your original reaction was based on faulty and incomplete evidence, and keep you busy for a few hours doing something useful instead of being part of the problem.

    1. Re:Just don't do it. by Anonymous Coward · · Score: 0

      You can even create an honeypot, just to help you understand what he is searching or what script/technique he use.
      BUT a few nmap and playing the script kiddies won't help...

      I tryed a few times and got to somes cheapo "telnet proxies", which was asking for an host and port as target... what's next ? Breaking into to get more logs (IF ANY)? I'm sure you have something more constructive to do at work ;)

  30. Once you hack back... by Anonymous Coward · · Score: 0

    ... you never go dark !

  31. keep the government out of it by brickmack · · Score: 1

    Keep the government out of it, if someone hacks you do something about it yourself. Or maybe im the only one that thinks governments shouldn't be allowed to have any legal control over the internet

  32. The idea that you have to deal with this alone... by Lab+Rat+Jason · · Score: 0

    ... is part of the problem I run a website small enough that I (perhaps foolishly) get an email for EVERY failed http request. This makes it easy for me to spot patterns of failed hacks and even build some automated detection of hack attempts into my system. I have had LIMITED success with reporting the hack back to the machine owner. I do this because I figure, either A) it's almost always a compromised machine and therefore unfair and unhelpful to try to hack back, or B) a rogue admin is using company hardware to launch attacks in the off-hours. Either way, the company is made aware that their assets are being abused, and will hopefully have the smarts to fix it, and in the case of "B", the admin has probably lost their job and doesn't know which site reported his abuse, which in turn improves my chances of not getting a retaliation attack later. I'd guess that 95% of all attempts on my system are from compromised systems, and of those, 90% are script kiddies... always trying to access phpMyAdmin, wp-login, or some other randomly psudo-important folder such as /admin or /login. In the rare cases where the server appears to be out of country, or not owned by a recognizable company, I simply opt for the ban-hammer. I ban via database rather than the router because I don't have access to the router... which is nice because it lets me dream about formulating plans for some XKCD style mind-F#@King. Point is: Reporting the abuse will likely not net an arrest let alone fame and glory, but if enough people are reporting the abuse, someone will take notice and do something about it. Also, no matter how you slice it, reporting the abuse through the proper channels decreases the odds that the hacker will KNOW it was you who reported the abuse, and now people with better tracking skills that myself are working on it.

    --
    Which has more power: the hammer, or the anvil?
  33. Bad idea by Anonymous Coward · · Score: 0

    An attack can come from a pc who the attacker does not own. I.e RAT's. to do damage to no attackers is incredibly stupid. Comparing irl warfare and Internet warfare is incredibly stupid

  34. Valid big conclusion, useless article. by AJH16 · · Score: 3, Insightful

    While hacking back is generally a bad idea for a variety of reasons (such as, it's most likely an innocent user's computer being used as a bot), the article was a monstrosity of uselessness. An individual back hacking a Chinese government hacker isn't going to start cyber world war 3 and the entire notion that it would is stupid. The reasoning for why you don't back hack is completely invalid. It's simply a matter of not being worth it. Most attacks are going to happen through bots and wiping out the bots is just going to hurt innocents and possibly destroy evidence.

    --
    AJ Henderson
    1. Re:Valid big conclusion, useless article. by Lehk228 · · Score: 1

      I disagree, wiping out bots makes the internet safer, except for the knuckleheads with botnet software ont heir machine.

      wiping out actual attacker machines is useless because they will be attacking from disposable VM's and such, unless you have a payload that will

      a) root the guest OS
      b)break out of the hypervisor
      c) root the host OS
      d) destroy valuable hardware components

      you will be wasting time

      --
      Snowden and Manning are heroes.
    2. Re: Valid big conclusion, useless article. by AJH16 · · Score: 1

      Yes, but most people are not going to take kindly to their system being attacked. If you can manage to just take out the bot software, then fine. If it hurts their system though you're probably looking at jail time.

      --
      AJ Henderson
    3. Re: Valid big conclusion, useless article. by Anonymous Coward · · Score: 0

      Seriously?
      You think the people who got infected are going to report they got hacked now? WTF was stopping them to begin with? Why didn't they report being infected by the bot?
      These people are just going to think "it's broke" and go to best buy or walmart and buy a whole new computer. And that is good for HP and Dell!

    4. Re: Valid big conclusion, useless article. by AJH16 · · Score: 1

      You are confusing two different types of malware. There is adware and destructive viruses which generally make a system obviously compromised, but spying software and bot nodes want to remain hidden. They try to avoid detection, which includes in many cases trying to avoid messing with the user experience. Counter hacking them on the other hand and say, wiping out their machine is going to be rather obvious. You might get lucky and they just assume it is broken and replace it, or they might actually bring it to be fixed to someone who, I don't know, has a clue and then you could be in hot water. They might not find out, but is staking your freedom (or at the very least risking a civil suit) really worth it?

      --
      AJ Henderson
  35. Are you in the hacking business? by Kittenman · · Score: 1

    If not, you don't hack, or hack back. People/Corporations do things for profit, monetary or otherwise. If I were a CIO (employers, CV available on demand...) I'd be less than impressed in my staff indulging in revenge rather than in selling our product or helping our clients.

    And BTW, how come we got hacked? Can we fix that hole please? I've got to tell the board in 20 minutes what happened and that it won't happen again.

    --
    "The greatest lesson in life is to know that even fools are right sometimes" - Winston Churchill
  36. I AM THE BAT-MAN....HACKER! wait, start again... by TiggertheMad · · Score: 2

    Lets ignore the morally correct point that fighting fire with fire isn't actually legal. Lets just think about what you hope to accomplish.

    Suppose that you poses the time and skills to properly track your attacker back to their actual home system(s), and you manage to crack it. You upload an virus you wrote in your free time that spreads through their computer, deletes all files, and hides in the BIOS afterwards, frying hardware with malicious hardware calls. After you disconnect from their newly cratered system, how long is if going to be until the next random punk off the internet trys to probe your security?

    < 00.1 second.

    Good luck with your vendetta, I hope it works out for you.

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
  37. The Last Time by presspass · · Score: 1

    The last time I got hacked, I wrote some software that went in and messed up some centrifuge thingys of the host country my hacker was from.

    That'll teach 'em.

  38. Those who have known the whole time by Anonymous Coward · · Score: 0

    Have been hacking and hacking and hacking :)

    You turds actually trusted the US government? AKA the Rothchilds and Rockefellers? AKA Majestic 12? AKA Bilderberg?

    If you knew the whole time you were being fucked in the ass by rape would you fight back to prevent it?

    It's a simple concept really.

  39. We already had this argument. by bistromath007 · · Score: 2

    Here it is.

    And here's what I said last time.

    Let's see if I can get +5 just for linking to a comment that got +5. :V

  40. Someone said the same thing once in a meeting... by Anonymous Coward · · Score: 0

    He said we should hack the computers that try to hack us. I started laughing and couldn't stop, he just glared at me. I said, "Oh, you were serious!" and then laughed some more.

    Just the image of a huge multinational family image company getting caught hacking into thousands of macines world wide was funny to me.

  41. Re:The idea that you have to deal with this alone. by NemoinSpace · · Score: 1

    Yes, we have heard of sysadmins who configure their systems to conduct email floods instead of reading their friggin logs DB. After they get done with the ass reaming from their boss, everyone has completely forgotten about the original vector.

  42. Re:I AM THE BAT-MAN....HACKER! wait, start again.. by bonehead · · Score: 1

    Lets ignore the morally correct point that fighting fire with fire isn't actually legal.

    Hmm.... That sounded a whole lot like you are using morality and legality as synonyms. That's far from the truth. In fact, in a surprisingly large number of situations, they are antonyms.

  43. Why bother by Anonymous Coward · · Score: 1

    Better things are available for your limited life. E.g.:

    masturbate
    cunnilingus/fellatio
    intercourse
    ménage à trois
    gaming
    partake in competitive sports
    more masturbation
    pr0n
    meeting like minded people in real life
    helping those in need
    further masturbation

  44. Want to hack back? by russotto · · Score: 1

    If you hack back, just remember to follow the 11th Commandment:
    THOU SHALL NOT GET CAUGHT.

  45. Not according to the State of California by tlambert · · Score: 1

    You cannot get in your car, drive to their house and then shoot them, as you are nolonger being threatened by said intruder. Hacking back is exactly that.

    Not according to the State of California.

    According to the State of California, if I go out on the Internet to the web site of a company in Texas and purchase an item, and have it shipped to me in California, the transaction took place in my home. This is their legal rationale for being able to collect sales tax on the transaction without violating the Interstate Commerce Clause of the US Constitution.

    Therefore, if I "hack back" someone who has hacked me, their initial hacking took place wherever they are located, but my "hack back", in defence of the computer located in my home, took place in my home.

    So this is precisely the same as if someone broke into my house and tampered with my machine to steal bank account and other information, and during the tampering, I, in my home, shot them.

    It really doesn't matter that the bullet landed somewhere in Taipei, the transaction happened in California in my hose, just as if I had purchased something.

    1. Re:Not according to the State of California by Gavagai80 · · Score: 1

      As you well know, California has never collected sales taxes on such transactions. It's a use tax, which clearly shows that they think the sale took place elsewhere and the use took place in your home.

      --
      This space intentionally left blank
  46. World governance by manu0601 · · Score: 1

    While I agree that eye for eye retaliation cannot work in a civilized society, I note the unfortunate proposal of a world governance.

    World governance is often called as a way to kill any ability to do something in our lifetimes. We are now familiar with world finance governance to avoid crisis, and we know it will never happen.

    Governance means there is Sovereignty. Sovereignty means there is People involved in a social pact. This is what a Nation is. There is no such World Nation. I do not have the solution to hacking problems, but I am convinced world governance cannot be the solution.

    1. Re:World governance by Opportunist · · Score: 1

      "World government" is doomed to fail. Not because the red tape would wrap up everything worthwhile, but simply due to human nature.

      Take a look at the EU. It's not a union of European states. It's a conglomerate of states that try to find out how to rip off the others for their own goals.

      If that's your goal for a world government, we have a world government already.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    2. Re:World governance by manu0601 · · Score: 1

      I think you misunderstood EU goal. It is designed to destroy nations and force adoption of neoliberalism. What you see today is this project succeeding. The question now is: will people of EU countries wake up before or after member state sovereignty will have been completely destroyed. Since there is no democracy at the union level, waking up too late will mean violence , as it will be the only outlet left.

    3. Re:World governance by Opportunist · · Score: 1

      This point has already been crossed. To end this madness, violence will most likely be necessary.

      I just dread what will come after.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    4. Re:World governance by manu0601 · · Score: 1

      This point has already been crossed.

      I disagree. Member states did not gave up their military and police capacities to the Union, neither did they dumped ther national elections that let member state People choose who is in charge of military and police.

      This means that member state People still have the physical ability to refuse what the Union tries to enforce. If a government unilaterally decides to stop enforcing parts of EU treaties, it will be sentenced by EU justice court, but the Union has no way to enforce the decision if the member stater government is unwilling to comply

  47. That's not an equivalent by dutchwhizzman · · Score: 3, Insightful

    That's not an equivalent. That's the only way you can try and get "justice" if law enforcement doesn't take care of the perpetrators, but it's not a digital equivalent. Let me put it to you this way: If someone was to come into your house and murder your significant other. Would it be okay if the police were to find them and kill their significant other, without trial? Because that would be an equivalent too. The law deals with these things not by revenge or "an eye for an eye", but by (hopefully) proper research, apprehension of the suspects and a fair trial. Hacking back isn't any of those.

    --
    I was promised a flying car. Where is my flying car?
  48. If you're being allowed to hack... by stealth_finger · · Score: 1

    ...isn't that being given access?

    --
    Wanna buy a shirt?
    https://www.redbubble.com/people/stealthfinger/shop?asc=u
  49. Why bother asking? by Opportunist · · Score: 1

    If your government demonstrated it is unable or unwilling to prosecute someone committing a crime towards you and you have the abilities, resources and willingness to commit the same crime, who would keep you from doing so? The government proved it won't.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  50. Hacker? Hack? by Anonymous Coward · · Score: 0

    I love how the terms Hacker and Hack have been subverted to denote what used to be named Cracker and Cracking.

  51. Seriously? by Monty+Worm · · Score: 1

    An eye for an eye, a tooth for a tooth ? We'll all end up blind and toothless

    If your attacker was spoofing your IP, you've just attacked an innocent party.

    Punishment without trial, and vigilante justice is not the way forward.

    --
    ... and today's pet project has ... been discarded for lack of time.
  52. Sure, bring a knife to a gun fight by Anonymous Coward · · Score: 0

    You will regret doing it if you'll live...

  53. Re:I AM THE BAT-MAN....HACKER! wait, start again.. by painandgreed · · Score: 1

    Lets ignore the morally correct point that fighting fire with fire isn't actually legal. Lets just think about what you hope to accomplish.

    I want to send my black ice against them and make sure their neurons are fried and they are no longer capable of hacking!

  54. Re:I AM THE BAT-MAN....HACKER! wait, start again.. by TiggertheMad · · Score: 1

    Lets ignore the morally correct point that fighting fire with fire isn't actually legal.

    Hmm.... That sounded a whole lot like you are using morality and legality as synonyms. That's far from the truth. In fact, in a surprisingly large number of situations, they are antonyms.

    I am saying that an eye for an eye vigilantism isn't legal, nor is it moral.

    --

    HA! I just wasted some of your bandwidth with a frivolous sig!
  55. Counterattacking forged IPs and cracked boxes by billstewart · · Score: 1

    Sure, counterattacking is great! It's especially useful when you're being attacked from a forged IP address, or a bunch of malware zombies running on cracked machines, or when the attackers are forging your IP address for their queries to DNS servers or other smurfing amplifiers.

    That sales guy at $YOUR_CUSTOMER who answered some phishing mail needs to know that his PC is infected with malware that's trying to phish you; you might find gentler approaches than a DDOS attack or ICANN domain name takedown to stop his machine.

    And sure, exampledomain.com really ought to rate-limit their DNS servers and run them on ISPs that use BCP38 to reduce IP address spoofing, but nuclear weapons from orbit aren't the right response to the problem. Ok, actually, there are some days that nuclear weapons from orbit really do seem to be the appropriate response, but that's when you find out that they're using Amazon AWS cloud services as a backup, so nuking Philadelphia just didn't do the job.

    --

    Bill Stewart
    New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
  56. Re:I AM THE BAT-MAN....HACKER! wait, start again.. by Hognoxious · · Score: 1

    But it's very satisfying, and sometimes effective.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."