Lost your password?

Blogs about: Server Security

Featured Blog

Drop Sync/DDOS Attack

Anees wrote 1 month ago: 1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan  | grep  :8 … more →

Tags: issues, Linux, Scripts

Disable ping to server

Anees wrote 3 months ago: To disable ping echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all To enable ping echo 0 > /proc … more →

Tags: issues

Securing Your /tmp Partition to prevent from hackers

siva2009 wrote 3 months ago: Securing your /tmp directory could save you from an un-updated PHP script, where someone attempts to … more →

Tags: hackers provent, hackers script, malicous, Tmp secure

AIG-Israel Selects Raz-Lee's iSecurity for its System i Security Infrastructure

systemisecurity wrote 4 months ago: Raz-Lee Security, a leading supplier of information security solutions for IBM System i Servers, ann … more →

Tags: Compliance, System i News & Events, AiG, AIG Israel, data security, IBM i, IBM System i, Insurance, iSecurity

Prevent SYN attacks

Anees wrote 4 months ago: 1. Enable SYN cookies mechanism in the server by the executing command: # echo 1 > /proc/sys/net/ … more →

Tags: Apache, issues

Script used to correct permission of files after suphp

Anees wrote 5 months ago: #!/bin/bash # For some stupid reason, cPanel screws up the directory permissions. chmod 755 /opt/sup … more →

Tags: cPanel, issues, Scripts

Script used to find vulnerable php files

Anees wrote 5 months ago: #!/bin/bash shellpattern=’r0nin|m0rtix|upl0ad|r57|c99|shellbot|phpshell|void\.ru|phpremoteview … more →

Tags: Scripts, issues

To block an IP range using Iptables

Anees wrote 5 months ago: iptables -I INPUT -m iprange –src-range 192.168.1.10-192.168.1.13 -j DROP … more →

Tags: General Discussions, issues

Sample PHP injection

Anees wrote 7 months ago: URL Injection — attempt to inject / load files onto the server via PHP/CGI vulnerabilities Sam … more →

Tags: Scripts, issues

Drop DDOS attack1 comment

Anees wrote 7 months ago: 1. Find.. to which IP address in the server is targeted by the ddos attack netstat -plan  | grep  :8 … more →

Tags: General Discussions, Scripts, issues

Preset Cpanel Servers

Anees wrote 8 months ago: To preset a server: First login and go to the WHM > Server Configuration > Basic cPanel/WHM Se … more →

Tags: server setup

NEW Tools for Security

pragmaticideas wrote 9 months ago: In this morden world one can see almost all using computer either as a PC or Laptops. Every one atle … more →

Tags: Security Tools, telecommunication tools, tools for internet, new security tools

Unable to load iptables module (ipt_state), aborting

Anees wrote 10 months ago: Starting APF:Unable to load iptables module (ipt_state), aborting. Just enable the no kernel option … more →

Tags: issues

10 Ways to secure your Linux server3 comments

gnufreakz wrote 11 months ago: So many people are getting their own dedicated servers but are completely clueless about security. U … more →

Tags: Freaky Serverzzz, suse open xchange server 5, secure linux, secure webserver, how to secure web server, how to secure server, Server Hardening, linux secure server, kiran chand

Server Securing

Anees wrote 1 year ago: Securing Your Server Below given are some of the steps that can be used to secure your server. Disab … more →

Tags: General Discussions

Apache Optimization

Anees wrote 1 year ago: MaxClients ————— The number of worker processes is limited by the parameter MaxClients. MaxClients = … more →

Tags: General Discussions

Linux Security

linuxlibrary wrote 1 year ago: Linux Security for Beginners 10 Basic Linux Security Tips to Implement Tips on basic Linux server se … more →

Tags: Linux Security, Linux, Security Tool, linux tool, security application, Security Tips


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS