Cyber Attacks by Goverments around the world on the rise

The many governments around the world are facing a growing concern as the internet gains more popularity and becomes more accessible. You need to provide information or access to services or devices to many different locations across your country or the world, and the only way to do this is through private networks and the internet.

The many governments around the world are facing a growing concern as the internet gains more popularity and becomes more accessible. You need to provide information or access to services or devices to many different locations across your country or the world, and the only way to do this is through private networks and the internet.

Recently a report by McAfee has been released called the "Virtual Criminology Report" which is a report on Organized Crime on the Internet. Its a nice little read, and has some graphs showing some information about countries and their operations.

The internet is a huge threat to any Government agency, since its open for anyone to access. In recent news you might have seen some articles about how the US Government thinks that the internet is a terrorist tool, and that it should be monitored and controlled. Anything can be a terrorist tool if used properly, its not the medium that is the problem its what travels through it. If you’re not well enough equipped to stop people from gaining access to your network, don’t take the internet down with you.

Read the NetworkWorld Article
Read the Slashdot Article


Did you like this article?


0 Shares:
You May Also Like

Create a Digg site with no programming?

A great article on how to turn drupal into a Digg like clone without any programming. If you've every played with Drupal or are actively using it on your site, like mine. Take a look: http://ventureskills.wordpress.com/2006/12/05/want-to-create-a-site-like-digg-with-no-programming/
Read More

Installing Drupal Part I

The Drupal setup portion was pretty easy, I just had to create a database and provide the database login credentials to the Drupal install page. This page is the default page of where you put the install. After this, I was able to post and do all sorts of things. I did hit a hitch though, when I started playing around with the Drupal "Administer/Site configuration Clean URLs/Clean URL's". At first it wasn't enabled, and of course for Search Engine Optimization I wanted them to work. I knew this could only be done by a .htaccess file, but where was it? Well, after further searching on Google I find this little article: http://drupal.org/node/15365 Where it tells you what needs to be in the missing .htaccess file, however the information they provided was: RewriteEngine on RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] Which then gave me an Internal 500 server error, and I kinda new what was going on. But I was being kinda lazy about it. I checked the apache2 log: [Thu Jun 14 13:17:58 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: <Directory not allowed here, referer: http://geektank.net/?q=admin/settings/clean-urls You will need to remove the "<Directory" portions to make it work as .htaccess files can't have this information, otherwise they will get this error. Duh, I mean it even said on the the Drupal page about the information they provided: If you don't use the .htaccess that comes with Drupal you'll need to add some rewrite rules into your apache directory directive. Consult the .htaccess file in Drupal for examples of rules. I was still getting a 500 Internal Server Error, and I saw this in the apache2 error log: [Thu Jun 14 13:18:22 2007] [alert] [client 64.180.78.228] /home/geektank/public_html/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration, referer: http://geektank.net/?q=admin/settings/clean-urls LOL, I didn't enable mod_rewrite in apache2. Mind you this is a new install of Debian Etch, so I just did a2enmod rewrite and viola, nice clean links! Now I just need to get the formatting down for Drupal. I'm use to MediaWiki, which powns.
Read More

Western Digital developing 20,000RPM drives

That's right, this isn't a joke.
The new drive will be very similar to the recently-released VelociRaptor, in that it’ll be a 2.5in drive with a custom 3.5in housing built around it. Details are incredibly light at this stage, given that the product is still in development, and we don’t even have a release timeframe at the moment. However, our sources said that the drive will be ‘silent’ – that’s the last thing I would have expected from a drive with platters spinning at 20,000 RPM. Western Digital is apparently working on silencing the beast by improving the housing technology, which will now not just act as a heatsink, but also as a noise cancelling device. We’d also hope that the drive enclosure has some vibration dampening technology as well, because that’s also likely to be a problem given the high spindle speeds.
Now they just need push SATA 6.0Gbit/s onto motherboards http://en.wikipedia.org/wiki/SATA#SATA_6.0_Gbit.2Fs Full artile at bit-tech.net
Read More

Speed up Google Analytics with a local urchin.js

Over at the Ask Apache site there is an article about Google Analytics and how to speed up your page load. You can read it here: Speed Up Google Analytics with Urchin.js
Ever notice that sometimes your sites take a while to load all the way because google's urchin.js file is taking forever? You may recognize this problem when you see something similar to this in your browsers status bar "Transferring data from google-analytics.com..." Time To Setup? 4 minutes I got tired of seeing that all the time and so I set up an automated cronjob that runs every 12 hours and downloads the latest version from google, and saves it to my website directory, then I reference /urchin.js instead of http://www.google-analytics.com/urchin.js.. and my site loads a lot faster!
Read More

Google May Close Gmail Germany Over Privacy Law

Google May Close Gmail Germany Over Privacy Law - Matt writes "Google is threatening to shut down the German version of its Gmail service if the German Bundestag passes it's new Internet surveillance law. Peter Fleischer, Google's German privacy representative says the new law would be a severe blow against privacy and would go against Google's practice of also offering anonymous e-mail accounts. If the law is passed then starting 2008, any connection data concerning the internet, phone calls (With position data when cell phones are used), SMS etc. of any German citizen will be saved for 6 months, anonymizing services like Tor will be made illegal."

Read more of this story at Slashdot.

[Slasdot]
Read More