Book Image

Mastering Machine Learning for Penetration Testing

By : Chiheb Chebbi
Book Image

Mastering Machine Learning for Penetration Testing

By: Chiheb Chebbi

Overview of this book

Cyber security is crucial for both businesses and individuals. As systems are getting smarter, we now see machine learning interrupting computer security. With the adoption of machine learning in upcoming security products, it’s important for pentesters and security researchers to understand how these systems work, and to breach them for testing purposes. This book begins with the basics of machine learning and the algorithms used to build robust systems. Once you’ve gained a fair understanding of how security products leverage machine learning, you'll dive into the core concepts of breaching such systems. Through practical use cases, you’ll see how to find loopholes and surpass a self-learning security system. As you make your way through the chapters, you’ll focus on topics such as network intrusion detection and AV and IDS evasion. We’ll also cover the best practices when identifying ambiguities, and extensive techniques to breach an intelligent system. By the end of this book, you will be well-versed with identifying loopholes in a self-learning security system and will be able to efficiently breach a machine learning system.
Table of Contents (13 chapters)

Questions

  1. Which of the following is not a step in the cyber kill chain?

(a) Scanning
(b) Control and command
(c) Discover and spread

  1. Which of the following options is not a node of the diamond model of intrusion analysis?

(a) Victims
(b) Infrastructure
(c) Procedures

  1. How many parts are needed in a Logstash configuration file?

(a) 2
(b) 3
(c) 4

  1. In ElasticSearch, what is indexing?

(a) The process of storing data in an index
(b) The process of identifying data
(c) None of the above

  1. In Elasticsearch, what is a node?

(a) An Elasticsearch module
(b) An instance of Elasticsearch
(c) None of the above

  1. In Elasticsearch, what is a shard?

(a) Shared files
(b) Shared data
(c) Shared resources (RAM, vCPU, and so on)

  1. Does Elasticsearch have a schema? (Yes | No)