Archive for the ‘web server’ Category

ImageShack Hacked by Anti-sec Movement

July 11th, 2009 by admin | 2 Comments | Filed in Datacenter, hack, Internet, linux server, web server

ImageShack , one of the web’s largest image hosts, was attacked tonight by a movement called “Anti-Sec”. The result of the attack has been to replace all ImageShack hosted images with a manifesto for the movement (below).

The message adds that “no images were harmed in the making of this…image”, implying that ImageShack images are not lost.

We’ll post updates as we learn more: please add your own experiences in the comments.

Imageshack hacked by Anti-Sec

Imageshack hacked by Anti-Sec

source:  http://mashable.com/2009/07/10/imageshack-hacked/

Tags: , ,

Block IP using .htaccess file

June 5th, 2009 by admin | No Comments | Filed in IP Address Lookup, web server

.htaccess is a very powerful tool to keep control on who can do what on your website, it’s also fairly easy in case some things go wrong it will show Error 500 page so you can go back and make any change. Some time you may need to block certain IP which is ominous to your website/server or is trying to attack your server by creating load on it such as DDOS attack, then you can track and simply block such IPs using .htaccess file. Once you manage to get the IP address which is going to hit your server then you just need to add it in deny list of htaccess file.

All IPs which are listed in this list can’t access your site to any further extent and thus you can defend your server from such attacks. All you have to do is to add IP in your htaccess file which is located at root directory

You can put in as many IP address as you want in this list but you should make sure to use a robust firewall for your server, your host providers can manage your dedicated server for such security issues and will monitor it round the clock.

Essential Linux Port number

June 4th, 2009 by admin | 1 Comment | Filed in linux server, web server

Linux Port Numbers

These are the most essential Linux Port number you should aware of, whenever you are running a Linux VPS or dedicated server you should make sure that you don’t block these services with your firewall.

21 => FTP
22 => SSH
23 => Telnet
25 => SMTP Mail Transfer
43 => WHOIS service
53 => name server (DNS)
80 => HTTP (Web server)
110 => POP protocol (for email)
995 => POP over SSL/TLS
9999 => Urchin

111 => rpcbind
953 => rndc
143 => IMAP Protocol (for email)
993 => IMAP Secure
443 => HTTP Secure (SSL for https:// )

3306 = > MysQL Server
4643 => Virtuosso Power Panel

2082 => CPANEL
2083 => CPANEL – Secure/SSL
2086 => CPANEL WHM
2087 => CPANEL WHM – Secure/SSL
2095 => cpanel webmail
2096 => cpanel webmail – secure/SSL

Plesk Control Panel => 8443
DirectAdmin Control Panel => 2222
Webmin Control Panel => 10000