Internet Storm Center Tracks Hack Attacks
An Anonymous Coward writes: "It looks like Incidents.org has a new offspring, the Internet Storm Center. The internet storm center uses data from DShield.org to track hack attacks all over the world.
Some of the interesting trivia: While usually, China has a bad reputation for the volume of attack coming from it, the US outpaces China by a lot. Actually, China only comes in at #6. So much for the great security boost the US gets from using genuine Microsoft software."
Wow, two stories after this and not a single post to this topic (as I post this anyway). Is it people really aren't interested, or is something wrong?
What, you expect something witty here?
I think the most useful aspect with for this could be a combination of the hack attack report and the internet weather report to see whether a server is simply suffering from technical issues or is being DOS'ed.
It looks as if the owners of the computers in question have not noticed that there systems are still compromised. Or if they have noticed, they are in no real position to do anything about. I consider the former to the the most likely situation.
No category to track the /. effect.
- If we aren't supposed to eat animals, then why are they made out of meat? - Steven Wright
Actually, China only comes in at #6.
US 222907
DE 68478
TH 65644
EU 65612
GB 53130
KR 42523
CN 42291
As far as I can tell, it's coming it at number 7.
There's no emoticon for what I'm feeling!
It is possible that they are smarter than that, advertisers have it figured out.
Since when is the ammount of hacking attacks / attempts directly equivalent to the number of Windows boxen?
/. topic-nazi's look the other way when it's virtually an ad hominem attack against Windows.
As I can remember, this is *not* the first time that a lead topic posting could be considered as "Flamebait" - but obviously, the
I don't give a rat's behind about "karma" here or anywhere else. Don't like what I have to say here? Deal with it!
The Computer Security Institute announced in its Computer Crime and Security Survey that 90% of respondents had security breaches in the last year. ONLY 34% reported ANY of the breaches to law enforcement for fear of bad publicity.
Bottom line: We barely see the tip of the iceberg when it comes to computer security breaches.the us is the largest user of the internet. duh.
this number has anything to do with all the automated nimba attacks comming from all thoes infected windows boxes.
"I bow to no man" - Riddick
Site doesn't work in my zilla 0.9 installation, time to go to 1.01 on this machine.
But, I'm guessing there are a lot more machines reporting from the US of A, and I wonder how many of them are getting feeds with chinese hosts blocked out.
I'm having a Hank Senior moment.
Maybe the editors did not set the "front page" flag.
OS/2 - because choice is a terrible thing to waste.
I would say that the majority of the hack attacks are due to the Nimda and similar worms (mostly found on windows boxen). And i would assume that there are more windows machines in the US than htere are in china thus resulting in more hack attacks from the US.
Also another place kinda like internetweaterreport.com is www.internettrafficreport.com
So much for the great security boost the US gets from using genuine Microsoft software.
So much for the great information transfer anti-MS zealots get from reading text and making logical deductions...
In a way, there is no surprise in the report.
While the urban legend of "China is the #1 devil" has been circulating in the Net, we all know where most of the hackers - especially those who wear black hats - live.
This is not to say that there is no "Chinese devils", of course, there are. But in terms of skill, numbers and resources, the Chinese can't even come close to those from the States.
But individually, if you really want to know who has the most experience - Those from Russia (or the block formerly known as USSR) are the most experienced.
I've personal experience with Russian hackers. I'm a sysadmin, and I pride myself on making my Linux machines secured, but no matter how "secure" I made my machine, those Ruskies always find ways to hack into them.
Oh, I've traced hacking attempts too, there're a lot from China, the States, Israel, Europe, Africa, Asia and Russia, it's almost always the Ruskies who got through the layers and layers of "security features" I've set.
Even "honeypot" can't stop the Ruskies.
The one thing I've learnt from these experience is that I ain't gonna do funny things to the Ruskies. I only have my respect for them, even when they are blackhatters.
Muchas Gracias, Señor Edward Snowden !
Strangely, most of the attacks on our systems come from insecure and compromised Linux boxes.
"Information wants to be paid"
For example, digging through the site I found 2 IPs that I'm responsible for on the list of sources for these. One is our primary DNS server, the other our mail server. The report about the DNS server is probably due to a stateful firewall that blocked some of the return packets from a lookup. The report about the mail server is probably due to its trying to do an auth lookup for incoming mail. Neither one is an attack, but either one could have been an attack for all that the receiving end can tell.
And in case anyone is curious, yes I did just spend 30 minutes double checking those machines after reading this. Me, paranoid?
Will we be able to predict storms soon?
I wonder, how this list was calculated. Anyone?
Here's a script I've just whipped up to block the top10 attacker ips from http://feeds.dshield.org/block.txt
It uses wget and cut and it's made for kernel 2.4(w/iptables):
wget http://feeds.dshield.org/top10-2.txt && cat top10-2.txt| cut -f1 >ips && for i in `cat ips`;do iptables -A INPUT -s $i -j DROP;iptables -A FORWARD -s $i -j DROP;done
Hope it's useful to anyone...
that's nice and all, but it would also be nice to see them by os or by isp.
kevin
US Citizen living abroad? Register to vote!
The ISC has been around since March 2001 at least.
We talking about crackers not hackers.
If man is not to eat each other then why is man made out of meat?
No flame intention, just an observation
There are no silver bullets. If you squeeze out the noise, you squeeze out the signal.
Even if all the submitters have the best of intentions, many have neither the skills nor the willingness to eliminate false positives.
The data is dirty but far from useless. If there is a problem, there is a high chance of it showing up somehow. The thing is to not get panicked if something shows up.
If it shows a problem, it may be something like a virus that looks like it came from you, when it really came from someone who had your address. If you see a lot of them, then probably better investigate. The main value is that if there is a problem, this dirty data has a high chance of having some useful information.
So much for the great security boost the US gets from using genuine Microsoft software.
/. ) repeatedly berate Microsoft for having a marketshare that is so much lower than that of Unix (on the all-important server market), yet at the same time blame any problem with internet security on the suddenly vast prevalence of Windows? Both cannot possibly be true. Pick a line and stick with it, guys.
How can the same website (
Lack of eloquence does not denote lack of intelligence, though they often coincide.