Bratva Files Epi 02
Since its my first job so I didn’t about anything, all I want is to help my client, since If a website is under attack for an examples like DDoS, brute force, or some random exploitation, the thing which comes to my mind as a first step is to reduce exposure and immediately I enable the CDN and firewall, that means mean’s I routing the website traffic through a secure global network that filters malicious requests and blocks attacks before they reach my client server. Also to block some suspicious IPs, and turn on rate limiting, and than without hesitate I made some patch vulnerabilities and disable unused services to enforce some strong authentication for admin access and than I just isolate an affected servers to prevent lateral movement. It seems to be heavy, so with that i monitor logs in real time to identify attack patterns, so that I can back up the critical data, and if it needed means I scale his infrastructure or switch to a failover environment at the same time. So than ke...