Book Image

10 Machine Learning Blueprints You Should Know for Cybersecurity

By : Rajvardhan Oak
4 (1)
Book Image

10 Machine Learning Blueprints You Should Know for Cybersecurity

4 (1)
By: Rajvardhan Oak

Overview of this book

Machine learning in security is harder than other domains because of the changing nature and abilities of adversaries, high stakes, and a lack of ground-truth data. This book will prepare machine learning practitioners to effectively handle tasks in the challenging yet exciting cybersecurity space. The book begins by helping you understand how advanced ML algorithms work and shows you practical examples of how they can be applied to security-specific problems with Python – by using open source datasets or instructing you to create your own. In one exercise, you’ll also use GPT 3.5, the secret sauce behind ChatGPT, to generate an artificial dataset of fabricated news. Later, you’ll find out how to apply the expert knowledge and human-in-the-loop decision-making that is necessary in the cybersecurity space. This book is designed to address the lack of proper resources available for individuals interested in transitioning into a data scientist role in cybersecurity. It concludes with case studies, interview questions, and blueprints for four projects that you can use to enhance your portfolio. By the end of this book, you’ll be able to apply machine learning algorithms to detect malware, fake news, deep fakes, and more, along with implementing privacy-preserving machine learning techniques such as differentially private ML.
Table of Contents (15 chapters)

Index

As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.

A

activation function 47

activation map 114

adjacency matrix 183

adversarial attacks, on intrusion detection

CICIDS2017 dataset 292

NSL-KDD dataset 291

UNB ISCX IDS 2012 dataset 292

adversarial attacks 228

robustness, developing against 228

adversarial attack strategies 222

last letter, doubling 222

vowel, doubling 223

Adversarial ML (AML) 205, 206

adversarial attacks 206, 207

adversarial tactics 207

data poisoning attacks 208

input perturbation attacks 207, 208

model inversion attacks 208

adversarial training 228

aggregator 260

alternate hypothesis (Ha) 93

alternative hypothesis (H1) 90

Analysis of Variance (ANOVA) 97

anomaly 20

anomaly detection 20-22

ANOVA tests 97, 98

apply() function 90

Area under the ROC...