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

Kibana

For Kibana to have any real value here, it’s mission-critical that you have first installed Elasticsearch. As we have already discussed, that’s the most important order of operations for installing and configuring the ELK stack. Assuming you’ve done that, we’ll proceed with the best practice of updating the package index.

Begin by typing sudo apt update to get a list of packages that have updates available. Whether you choose to perform the update or not is up to you. It’s good form to do so but certainly not required. To perform the update, you must type sudo apt upgrade after the previous command has finished executing.

Then, as a best practice, you will also want to type systemctl daemon-reload just to develop the habit of doing so. This will ensure any configuration changes you’ve made that you might have forgotten about are first recognized by systemd before restarting the services. Then, you will want to restart the services...

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