Cyberattacks: Do Motives and Attribution Matter?
An anonymous reader writes: Whenever people think of APTs and targeted attacks, they ask: who did it? What did they want? While those questions may well be of some interest, a potentially more useful question to ask is: what information about the attacker can help organizations protect themselves better? Let's look at things from the perspective of a network administrator trying to defend an organization. If someone wants to determine who was behind an attack, maybe the first thing they'll do is use IP address locations to try and determine the location of an attacker. However, say an attack was traced to a web server in Korea. What's not to say that whoever was responsible for the attack also compromised that server? What makes you think that site's owner will cooperate with your investigation?
A while ago my employer came under DoS attack. We weren't the actual target - following a recent router replacement** the copying of configuration had been done wrong and left us with an open DNS resolver, we were just being used as an amplifier to attack some Russian websites. All the source IPs came from China, but many different organisations within China - a university, a factory, a local government office, and so on. Obviously a botnet, probably based on a Chinese-language trojan as that would explain the geographic clustering.
I identified every source address, blocked it at our firewall, looked up whois on the IP, found the abuse email, and informed the responsible party with tcpdump output to show what was going on.
Almost every email I sent came back as undeliverable. I had to muddle through Chinese customer service pages to find someone to contact on those, and not one of them ever got a reply. The packets kept on coming too until they all ceased together suddenly, probably at the point the responsible party realized I'd fixed the open resolver problem.
So why bother? You can dance around waving flags and shouting 'you've been hacked!' and a lot of organizations just don't want to know.
**If you ever upgrade a Smoothwall appliance, watch out for this!
The jump from "what" and "wherefrom" - e.g. an ip address, Korea - to the "whom" and "why" seems hardly to be feasible in a purely machine-based way. IMHO, you're pretty soon going to hit the limits of what a sysadmin can do, both technically and professionally. There are corporations and individuals specialized in this kind of work, which has many traits of the criminal investigator's.
Then again, to the sysadmin or the CTO, does the "why" really matter ?
Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
If it's some script-kiddie, you have the little bastard locked up.
If it's a "professional" foreign intelligence agency, you sigh a heavy sigh and realize there is bugger all you can do about it.
I do not fail; I succeed at finding out what does not work.
What's an APT?
"What makes you think that site's owner will cooperate with your investigation?"
To be very clear: we are talking about an intermediate site that has themselves been hacked, rather than the origin of the attacks.
In the absolute freaking limit? No holds barred?
Because, if they are in Korea, they are extraterritorial to everyone but Koreans, and I will just hire Russians or some other third party to take them down more or less permanently if they choose not to cooperate. Or even better: I will pay the third party to cause their site to host illegal-in-Korea content, and then wait several weeks before having them reported to Korean authorities for their content through a side channel, and then the site's owner gets arrested.
Or did you think "active defense" or "strike-back" doesn't happen?
The deep root cause of all of this is that we trust our code to do what it says on the tin... we need to fork everything to invert this assumption and trust nothing (except the OS kernel)... it's a lot of work, but it can be done.
Articles: should they have some actual content, or just a load of speculative waffle that two guys sipping beer could come up with?
Confucius say, "Find worm in apple - bad. Find half a worm - worse."
When you have the capability to drop bombs.
Religion is what happens when nature strikes and groupthink goes wrong.
How would this have worked at the time of the American revolution?
When an attack took place, what if the British didn't care who did it
or what they wanted? Should they have only focused on protecting
themselves better?
History shows this was their predominant strategy, and it didn't serve
their interests very well.
Finding out who or why is often driven by vindictive emotional reasons. You should always find out how first, patch, then look to answering who and why.
Silence is a state of mime.
I have to say the motives do matter. A DDOS vs. a targeted attack to collect data. Then what is the motivation behind the data, stolen. Is it just to sell off to make money, or will it be used for blackmail, perhaps they are trying to search for abuse in the system. Is the system attacking you just an unwilling system, probably due to the server under the desk, type of setup, where an outside IT guy is called only when there is a noticeable problem. Or is it from a location where there is a large IT Staff running a full time network. Then if there is a target to your hack vs. a general find any system open.
Say you choose to attack a Hospital, with the intent of getting PHI so you can sell it off for Identity Theft and/or blackmail individuals with embarrassing medical issues that may affect their electability or position in society. Now this is the digital equivalent of a targeted bombing of a hospital where the health and safety of the people are at risk, all for a petty motive of making some money.
In justice motives do matter, That is why our legal system differentiates Murder, Manslaughter, Wrongful death and Self defence. The outcome is the same, however it is the motives which determine the outcome and the degree of punishment.
In term of protecting your institution the motives are not necessarily important, however if you know your organization has data that may make it more vulnerable to a targeted attack you may need to put more effort into protecting the information.
If something is so important that you feel the need to post it on the internet... It probably isn't that important.
Mod parent up! And mod entire story down. This is so much a Trend researcher making an MBO or cash payout for blogging, with some marketing person checking that the wording is correct, but having no context to know if the content is blog-worthy.
I still think that moderators, en-masse, ought to be able to mod an entire story down.
Mod parent up! And mod entire story down. This is so much a Trend researcher making an MBO or cash payout for blogging, with some marketing person checking that the wording is correct, but having no context to know if the content is blog-worthy. I still think that moderators, en-masse, ought to be able to mod an entire story down.
When a router's hacked to use an Open DNS resolver make sure your IP stack settings point to a REAL one in your OS & then bypass DNS for your favorite sites you use MOST in hosts files hardcoded - this alleviates the need for DNS entirely & bypasses the router for it as well iirc.
APK
P.S.=> So, again: IF that happens again ever, try the above - it'll work to keep you safe... apk
Most of the IT admin in China are poorly run, and many of their machines have been compromised - resulting in China IPs keep showing up in many cyberhacking incidents
The problem is that most of the IT staffs in China do not prioritize security - to them as long as the things run they are happy
It boils down to mindset - security / safety isn't something Chinese care too much about
I know, I am a Chinese
Muchas Gracias, Señor Edward Snowden !
... should be a mandatory textbook for anyone remotely involved with "security".
"Know yourself and know your enemy" is the key to victory, and this AC asked does motive and attribution matter?! Might as well ask if knowing bits and bytes matter to a programmer as long as he can do .
What does NOT matter is to try to find the attacker from the source of packets for an attack, which is as useful as tracing the location of the pizza deliveries when pranksters called to have 50 pizzas delivered to your home. Anyone halfway smart enough to cause trouble for you would be smart enough to hide their own location.
However, your using a stupid approach to find the attack in no way makes knowing who and why the most important information in fighting your enemy, unless you can make yourself invincible against them.
I am PRETTY sure bypassing DNS as I described would've helped - & I'm sure you saw the DNS in your router settings wasn't what YOU wanted to use, correct (bet that cleared it up fast, eh?)
* Curious here is all...
APK
P.S.=> Those types of attacks are becoming more prevalent, WHEN it's a "hack/crac"" type attack that is, in finding Open DNS resolvers to use in say, DNS amplifications attacks (DDoS type) being inserted into routers "surreptitiously" by malcontents.. apk
Motive and attribution definitely matter if the organization attacked deserves to be attacked.
Not all "organizations" are blameless.
You are welcome on my lawn.
I also realize You, MyAlternateID (obvious sockpuppet) = "Run, Forrest: RUN!!!" -> http://slashdot.org/comments.p... AND http://slashdot.org/comments.p...
(Where "the best you got" was downmods due to your rather OBVIOUS sockpuppetry (look @ your registered 'luser' name, says it all for me better than I EVER could, since it gives your rather OBVIOUS game away, especially considering you've only been using that account since August of THIS year...)).
APK
P.S.=> Have fun "running" there, 'Forrest', lol... apk
a prosecutor out to make a name for yourself.
Whenr I write about OpenDNS (note no space between Open & DNS)? I write it as above, no spaces. When I refer to Open DNS servers used maliciously?? I put in a space.
* Got that, you pitiful little fuck? Good...
APK
P.S.=> Keep "running" there, 'Forrest' -> http://slashdot.org/comments.p... AND http://slashdot.org/comments.p... ... apk
See my subject: ... of words or phrases from within the context of the framework in which they're used? You have the problem - NOT anyone else.
* I guess remedial reading lessons for you then, as others I posted to understood me perfectly, unlike yourself, you trolling "ne'er-do-well" do nothing in computing DOLT!
(Get on topic also moron - this isn't "english class" where your purely arbitrary bullshit matters...)
APK
P.S.=> Keep "running" from these 2 posts "Forrest" (as both show how LITTLE you've read regarding our subject matter here in computing) -> http://slashdot.org/comments.p... AND http://slashdot.org/comments.p...
We utilize some automation to handle the load. We have a few honey-pots. We also monitor our dark IPs. We learned to distinguish DoS backscatter, and the various types of frequently spoofed attacks. We thought that an enterprising hacker would attempt to spoof an important Internet resource and cause us to auto-immune ourselves to death. So we whitelisted a bunch of critical external IPs and looked for critical spoofing. In the last 10 years the amount of spoofed attack has dropped drastically. We recently found an incident where an attacker spoofed a critical Google resource and tried to get us to block it. That is the only time we have detected that kind of spoofed attack.
We have found that most attackers (even governments) don't like to have their attack methods documented and publicized. We have found that some ISPs turn evil and knowingly host attack, but they are quickly and easily blocked until they go broke or come to their senses.
We have found many institutional scans. The best of these groups provide timely assistance to those who are making mistakes. In our view, the best groups include the ShadowServer Foundation, EFF, and the Chaos Computer Club. The worst of these groups are simply feeding on the mistakes of others. The worst groups provide no assistance to others. The worst groups actually have motivation to preserve or enhance the problems of others.
More info is available here: