Book Image

Incident Response in the Age of Cloud

By : Dr. Erdal Ozkaya
Book Image

Incident Response in the Age of Cloud

By: Dr. Erdal Ozkaya

Overview of this book

Cybercriminals are always in search of new methods to infiltrate systems. Quickly responding to an incident will help organizations minimize losses, decrease vulnerabilities, and rebuild services and processes. In the wake of the COVID-19 pandemic, with most organizations gravitating towards remote working and cloud computing, this book uses frameworks such as MITRE ATT&CK® and the SANS IR model to assess security risks. The book begins by introducing you to the cybersecurity landscape and explaining why IR matters. You will understand the evolution of IR, current challenges, key metrics, and the composition of an IR team, along with an array of methods and tools used in an effective IR process. You will then learn how to apply these strategies, with discussions on incident alerting, handling, investigation, recovery, and reporting. Further, you will cover governing IR on multiple platforms and sharing cyber threat intelligence and the procedures involved in IR in the cloud. Finally, the book concludes with an “Ask the Experts” chapter wherein industry experts have provided their perspective on diverse topics in the IR sphere. By the end of this book, you should become proficient at building and applying IR strategies pre-emptively and confidently.
Table of Contents (18 chapters)
16
Other Books You May Enjoy
17
Index

Top threats facing cloud systems

The growth of the cloud has been truly astonishing. In less than 15 years, it has become key for not just enterprises and governments but also consumers, especially after the COVID-19 pandemic. Cloud providers report many billions of dollars in revenues, with tech giants being increasingly driven by their cloud businesses. When we look at the other side of the coin, we see that threat actors are also on the rise, seeking ways to attack this booming sector.

The following are some of the most prevalent cloud security threats.

Insecure APIs

APIs are used in cloud-connected apps to streamline communication. Mostly, they allow apps to exchange data with the cloud. However, they also present a vulnerability if left unsecured as attackers can use an established communication line with a cloud server to steal sensitive information. Insecure cloud APIs are a looming security threat as many organizations expose their APIs to help developers easily...