Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Defensive Security with Kali Purple

You're reading from   Defensive Security with Kali Purple Cybersecurity strategies using ELK Stack and Kali Linux

Arrow left icon
Product type Paperback
Published in Jun 2024
Publisher Packt
ISBN-13 9781835088982
Length 376 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Karl Lane Karl Lane
Author Profile Icon Karl Lane
Karl Lane
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Part 1:Introduction, History, and Installation
2. Chapter 1: An Introduction to Cybersecurity FREE CHAPTER 3. Chapter 2: Kali Linux and the ELK Stack 4. Chapter 3: Installing the Kali Purple Linux Environment 5. Chapter 4: Configuring the ELK Stack 6. Chapter 5: Sending Data to the ELK Stack 7. Part 2: Data Analysis, Triage, and Incident Response
8. Chapter 6: Traffic and Log Analysis 9. Chapter 7: Intrusion Detection and Prevention Systems 10. Chapter 8: Security Incident and Response 11. Part 3: Digital Forensics, Offensive Security, and NIST CSF
12. Chapter 9: Digital Forensics 13. Chapter 10: Integrating the Red Team and External Tools 14. Chapter 11: Autopilot, Python, and NIST Control 15. Index 16. Other Books You May Enjoy Appendix: Answer Key

Python

Our Python lessons here are going to be unlike any other programming language lessons you’ve likely encountered thus far. They are going to be very quick and concise. That’s because we are not here to teach you how to code. There are already a plethora of resources out there for that. While learning how to write your own code is something that has great value, especially at the middle to higher levels of cybersecurity, knowing how to do so from the start is not a necessity. What is a necessity, however, is being able to read and understand code. That requires a much less stringent lesson plan.

One of the most important aspects of Python is knowing when the language in the script is part of the code itself versus being part of the coder’s instructions for humans to read. This is done by entering the # symbol, which tells any Python compiler to ignore all the text that comes after it on that line. So, if you have a large amount of non-code information to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime