Book Image

Hands-On Security in DevOps

By : Tony Hsiang-Chih Hsu
Book Image

Hands-On Security in DevOps

By: Tony Hsiang-Chih Hsu

Overview of this book

DevOps has provided speed and quality benefits with continuous development and deployment methods, but it does not guarantee the security of an entire organization. Hands-On Security in DevOps shows you how to adopt DevOps techniques to continuously improve your organization’s security at every level, rather than just focusing on protecting your infrastructure. This guide combines DevOps and security to help you to protect cloud services, and teaches you how to use techniques to integrate security directly in your product. You will learn how to implement security at every layer, such as for the web application, cloud infrastructure, communication, and the delivery pipeline layers. With the help of practical examples, you’ll explore the core security aspects, such as blocking attacks, fraud detection, cloud forensics, and incident response. In the concluding chapters, you will cover topics on extending DevOps security, such as risk assessment, threat modeling, and continuous security. By the end of this book, you will be well-versed in implementing security in all layers of your organization and be confident in monitoring and blocking attacks throughout your cloud services.
Table of Contents (23 chapters)

Questions

  1. The suggested security testing kit should include which of the following?
    1. Privacy checklist
    2. Testing toolkits
    3. Security testing plan templates
    4. All of the above
  2. Which industry reference refers to the mobile security?
    1. OWASP testing guide
    2. NIST 800-115 pentest
    3. Moible Security Testing Guide (MSTG)
    4. PCI Pentest Guide
  3. What is the testing strategy?
    1. It's a security checklist
    2. It defines the testing approaches for the high-risk functions
    3. It's a white-box testing
    4. It's a black-box testing
  1. Which of the following is not a typical high-risk module?
    1. Administration management
    2. Authentication
    3. Installation
    4. Password reset
  2. Which one of the following security tools is not used for web security?
    1. Nmap
    2. OWASP ZAP
    3. Arachni
    4. Burp
  3. Which of the following communication protocols is not secure?
    1. TLS v1.2
    2. SSH v1
    3. SFTP
    4. SNMP v3
  4. What can the ATT&CK resource not provide?...