
Practical Security Automation and Testing
Tools and techniques for automated security scanning and testing in DevSecOps
- 256 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Practical Security Automation and Testing
Tools and techniques for automated security scanning and testing in DevSecOps
About this book
Your one stop guide to automating infrastructure security using DevOps and DevSecOps
Key Features
- Secure and automate techniques to protect web, mobile or cloud services
- Automate secure code inspection in C++, Java, Python, and JavaScript
- Integrate security testing with automation frameworks like fuzz, BDD, Selenium and Robot Framework
Book Description
Security automation is the automatic handling of software security assessments tasks. This book helps you to build your security automation framework to scan for vulnerabilities without human intervention.
This book will teach you to adopt security automation techniques to continuously improve your entire software development and security testing. You will learn to use open source tools and techniques to integrate security testing tools directly into your CI/CD framework. With this book, you will see how to implement security inspection at every layer, such as secure code inspection, fuzz testing, Rest API, privacy, infrastructure security, and web UI testing.
With the help of practical examples, this book will teach you to implement the combination of automation and Security in DevOps. You will learn about the integration of security testing results for an overall security status for projects.
By the end of this book, you will be confident implementing automation security in all layers of your software development stages and will be able to build your own in-house security automation platform throughout your mobile and cloud releases.
What you will learn
- Automate secure code inspection with open source tools and effective secure code scanning suggestions
- Apply security testing tools and automation frameworks to identify security vulnerabilities in web, mobile and cloud services
- Integrate security testing tools such as OWASP ZAP, NMAP, SSLyze, SQLMap, and OpenSCAP
- Implement automation testing techniques with Selenium, JMeter, Robot Framework, Gauntlt, BDD, DDT, and Python unittest
- Execute security testing of a Rest API Implement web application security with open source tools and script templates for CI/CD integration
- Integrate various types of security testing tool results from a single project into one dashboard
Who this book is for
The book is for software developers, architects, testers and QA engineers who are looking to leverage automated security testing techniques.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Summary of Automation Security Testing Tips
- Automation testing framework
- Secure code review
- API security testing
- Web security testing
- Android security testing
- Infrastructure security
- BDD security testing by Robot Framework
Automation testing framework
What are the automation frameworks for UI functional testing?
| Automation frameworks | Macaca | AutoIT | Selenium | Appium | Sikuli |
| Testing target | Mobile (iOS and Android) Web UI | Windows applications | Web UI | Mobile (iOS/Android) | Visual image |
| Programming languages | Java, Python, NodeJS | BASIC-like script | Java, Python, C#, Ruby | Java, Python | Image and BASIC-like script |
| Record and replay | UI recorder | AutoIT recorder | Selenium IDE | Desktop inspector | Yes |
BDD (behavior-driven development) testing framework?
| BDD framework | Usage and scenarios |
| Robot Framework | It's a common keyword driven testing acceptance automation framework. The Robot Framework is programming language independent though the Robot Framework itself was built by Python. http://robotframework.org |
| Behave | It's a Python BDD framework https://github.com/behave/behave |
| JGiven | It's a Java BDD framework http://jgiven.org/ |
| Gauntlt | It's a purpose-built for security BDD framework in Ruby http://gauntlt.org/ |
What are common automation frameworks that apply to security testing?
| Automation approaches | Mapping to security testing scenarios | Example of automation tools/framework |
| White Box |
|
|
| API testing |
|
|
| Web UI automation |
|
|
Secure code review
Table of contents
- Title Page
- Copyright and Credits
- About Packt
- Contributors
- Preface
- The Scope and Challenges of Security Automation
- Integrating Security and Automation
- Secure Code Inspection
- Sensitive Information and Privacy Testing
- Security API and Fuzz Testing
- Web Application Security Testing
- Android Security Testing
- Infrastructure Security
- BDD Acceptance Security Testing
- Project Background and Automation Approach
- Automated Testing for Web Applications
- Automated Fuzz API Security Testing
- Automated Infrastructure Security
- Managing and Presenting Test Results
- Summary of Automation Security Testing Tips
- List of Scripts and Tools
- Solutions
- Other Books You May Enjoy