Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Security Automation with Ansible 2
Security Automation with Ansible 2

Security Automation with Ansible 2: Leverage Ansible 2 to automate complex security tasks like application security, network security, and malware analysis

Arrow left icon
Profile Icon Akash Mahajan Profile Icon AKULA
Arrow right icon
$9.99 $39.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (5 Ratings)
eBook Dec 2017 364 pages 1st Edition
eBook
$9.99 $39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Akash Mahajan Profile Icon AKULA
Arrow right icon
$9.99 $39.99
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6 (5 Ratings)
eBook Dec 2017 364 pages 1st Edition
eBook
$9.99 $39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$9.99 $39.99
Paperback
$48.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Security Automation with Ansible 2

Ansible Tower, Jenkins, and Other Automation Tools

Ansible is powerful. Once you realize the innumerable benefits of writing down a way to configure and provision systems, you will never want to go back. In fact, you may want to go ahead and write playbooks for complex cloud environments to deploying stacks for data scientists. The rule of thumb is if you can script it, you can create a playbook for it. 

Let's assume that you have gone ahead and done just that. Build different playbooks for a variety of scenarios. If you see the advantages of codifying how infrastructure is built and provisioned, you will obviously want to put your playbooks under version control:

Multiple playbooks stored under version control, ready to be deployed to systems for provisioning

At this point, we have solved interesting challenges surrounding automation:

  • We now have the ability...

Scheduling tools to enable the next abstraction of automation

Scheduling and automation tools enable us to automate tasks such as continuous integration and continuous delivery. They are able to do this by providing the following fairly standard services:

  • A web-based UI we can use to configure them
  • Usually, a REST-based API so that we can use their features programmatically
  • The ability to authenticate against its local store or possibly another service (OAuth/Security Assertion Markup Language (SAML)) 
  • They all fundamentally give us a clear way to automate tasks to suit our workflow

Most security-related automation does boil down to doing a similar task over and over again and looking at the differences. This is especially true when you are in the line of doing security operations and security assessments. 

Remember that by using Ansible roles and the playbooks containing...

Getting up and running

Let's start by setting up each of the three tools we mentioned and look at some of their features. 

Setting up Ansible Tower

There are multiple ways to install the Ansible Tower trial version. The simplest way to get set up is by using their existing images from https://www.ansible.com/tower-trial.

You can also set up manually using their bundle installation. Please have a look at the requirements before installing at http://docs.ansible.com/ansible-tower/3.1.4/html/installandreference/index.html.

Run the following commands to install Ansible Tower in the Ubuntu 16.04 operating system:

$ sudo apt-get install software-properties-common

$ sudo apt-add-repository ppa:ansible/ansible

$...

Security automation use cases

Now that once we have the tools set up, let's go through some of the standard tasks that allow us to do useful things with them. In case you haven't noticed, we love lists. Here is a list of tasks that will prepare you to build layers of automation for the stuff that is important to you:

  1. Adding playbooks or connecting your source code management (SCM) tools, such as GitHub/GitLab/BitBucket
  2. Authentication and data security
  3. Logging output and managing reports for the automation jobs
  4. Job scheduling
  5. Alerting, notifications, and webhooks

Adding playbooks

When starting out, either we would like to add our custom playbooks to the IT automation tools or we may be adding them to SCM tools such...

Summary

We completed a whirlwind tour of some IT automation and scheduler software. Our main aim was to introduce the software and highlight some of its common features. 

These features include the following:

  • Offering encryption for our secrets
  • Running as per our schedule requirements
  • The ability to get good reports 

We already know about Ansible roles that allow us to reuse and create great playbooks. Coupled with these features, we have a complete automation system ready. Not only we will be able to run our tasks and jobs as many times as we like, we will get updates on how they ran. Also, since our tasks run on protected servers, it is important that the secrets we share for them to run are safe as well.

In the next chapter, we move away from thinking about the mechanics of Ansible automation to squarely thinking about security automation in specific situations...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • ? Leverage the agentless, push-based power of Ansible 2 to automate security tasks
  • ? Learn to write playbooks that apply security to any part of your system
  • ? This recipe-based guide will teach you to use Ansible 2 for various use cases such as fraud detection, network security, governance, and more

Description

Security automation is one of the most interesting skills to have nowadays. Ansible allows you to write automation procedures once and use them across your entire infrastructure. This book will teach you the best way to use Ansible for seemingly complex tasks by using the various building blocks available and creating solutions that are easy to teach others, store for later, perform version control on, and repeat. We’ll start by covering various popular modules and writing simple playbooks to showcase those modules. You’ll see how this can be applied over a variety of platforms and operating systems, whether they are Windows/Linux bare metal servers or containers on a cloud platform. Once the bare bones automation is in place, you’ll learn how to leverage tools such as Ansible Tower or even Jenkins to create scheduled repeatable processes around security patching, security hardening, compliance reports, monitoring of systems, and so on. Moving on, you’ll delve into useful security automation techniques and approaches, and learn how to extend Ansible for enhanced security. While on the way, we will tackle topics like how to manage secrets, how to manage all the playbooks that we will create and how to enable collaboration using Ansible Galaxy. In the final stretch, we’ll tackle how to extend the modules of Ansible for our use, and do all the previous tasks in a programmatic manner to get even more powerful automation frameworks and rigs.

Who is this book for?

If you are a system administrator or a DevOps engineer with responsibility for finding loop holes in your system or application, then this book is for you. It’s also useful for security consultants looking to automate their infrastructure’s security model.

What you will learn

  • - Use Ansible playbooks, roles, modules, and templating to build generic, testable playbooks
  • - Manage Linux and Windows hosts remotely in a repeatable and predictable manner
  • - See how to perform security patch management, and security hardening with scheduling and automation
  • - Set up AWS Lambda for a serverless automated defense
  • - Run continuous security scans against your hosts and automatically fix and harden the gaps
  • - Extend Ansible to write your custom modules and use them as part of your already existing security automation programs
  • - Perform automation security audit checks for applications using Ansible
  • - Manage secrets in Ansible using Ansible Vault

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Dec 13, 2017
Length: 364 pages
Edition : 1st
Language : English
ISBN-13 : 9781788398725
Vendor :
Red Hat
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Dec 13, 2017
Length: 364 pages
Edition : 1st
Language : English
ISBN-13 : 9781788398725
Vendor :
Red Hat
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total $ 136.97
Ansible 2 Cloud Automation Cookbook
$38.99
Mastering Ansible, Second Edition
$48.99
Security Automation with Ansible 2
$48.99
Total $ 136.97 Stars icon
Banner background image

Table of Contents

11 Chapters
Introduction to Ansible Playbooks and Roles Chevron down icon Chevron up icon
Ansible Tower, Jenkins, and Other Automation Tools Chevron down icon Chevron up icon
Setting Up a Hardened WordPress with Encrypted Automated Backups Chevron down icon Chevron up icon
Log Monitoring and Serverless Automated Defense (Elastic Stack in AWS) Chevron down icon Chevron up icon
Automating Web Application Security Testing Using OWASP ZAP Chevron down icon Chevron up icon
Vulnerability Scanning with Nessus Chevron down icon Chevron up icon
Security Hardening for Applications and Networks Chevron down icon Chevron up icon
Continuous Security Scanning for Docker Containers Chevron down icon Chevron up icon
Automating Lab Setups for Forensics Collection and Malware Analysis Chevron down icon Chevron up icon
Writing an Ansible Module for Security Testing Chevron down icon Chevron up icon
Ansible Security Best Practices, References, and Further Reading Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Full star icon Full star icon Half star icon 4.6
(5 Ratings)
5 star 60%
4 star 40%
3 star 0%
2 star 0%
1 star 0%
Thomas Jul 28, 2024
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Security everything with Ansible
Subscriber review Packt
Raja Apr 06, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
A good book for those who are going start Security Automation or who are already practising it. The authors take care almost every aspect of Information Security related task in a simple understandable and practical way. It could be used as a pocket reference to understanding and implementing security related tasks like auditing, vulnerable assessments, testing, cloud security, malware and forensic analysis in an automated fashion.
Amazon Verified review Amazon
Adeline atabong Oct 21, 2018
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book is absolute my favorite ansible book purchase.I have purchased a lot of books for ansible as a beginner with very limited knowledge of ansible. The security task worked like a charm for me tried each and every task as i read through the book. The book was very easy to understand,I recommend this book to anyone looking to get a good understanding of security automation.
Amazon Verified review Amazon
Tamizh Jun 08, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
If you are a CyberSecurity professional trying your hand at automation or looking to automate new avenues in your operations, do not miss this book. It is quite extensive in scope and examples. You won't find many topics on security automation that aren't covered in this book.The book starts with a brief introduction on Ansible, its setup and works its way up to complex workflows, covering all major aspects of security automation. Some of the workflows discussed in the book includes- hardening various types of application deployments, continuous scanning for CICD workflow using Jenkins and OWASP ZAP, automated vulnerability scanning using Nessus, continuous security scans using OpenScap, vulnerability assessments of docker containers and cloud deployments. The book even goes on to discuss peripheral topics such as setup workflows for malware analysis, openstack, debops (Debian-based Data Center), private VPN using algo, anti-censorship software (Streisand) etc., Even if you are a practising expert on security automation, you will find something new to learn or inspired to use.If I have any suggestions, I would love to see some of these examples distilled into abstract policies or best practices for DevSec automation. “The practice of System and Network Administration” by Limoncelli is the golden standard for practical IT related writing. In their own words, their book sets out to discuss “those principles and ideas of system administration which do not change on a day-to-day basis”. Too much focus on existing tools can potentially affect the longevity of the book. Admittedly this is somewhat harder to do for a field which is still nascent and unpredictable.
Amazon Verified review Amazon
hemant rajput Mar 22, 2018
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
The book Explains all the concepts well. It's a good read you will find it easy to understand everything written in the book.Highly recommended
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.