Security Policy
Environment: Windows Server 2003 + Oracle Database 11g + Tomcat 6.0 service
Situation: DDoS attack
Result: hacker has broken into the system by try the password of user.
Solution:
1. Firewall should prevent DDoS attack (multiple connection from one IP address within one second should be block).
2. System should have apache or ngnix as web service to set security policy.
3. Database should have audit for operation to important tables.
4. Database ,Tomcat, Apache should in separate servers, even different vlan.
Comments
Post a Comment