InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Follow publication

Sending Windows Logs to the ELK Stack – Part 3

Ghostploit
InfoSec Write-ups
Published in
4 min read4 days ago

Hello, my digital adventurers! In this article, I will show you how to send Windows Sysmon logs to your ELK Stack. I recommend reading my previous articles on setting up ELK and the agent before proceeding with this guide.

First of all, we need to install Sysmon on our Windows machine where Elastic Agent resides on.

  • Download Sysmon from this link and extract it from the zip.
  • Then we need to go to this github page and download the sysmon config file.
  • Copy the configuration file to the Sysmon folder where we just extracted it. Then, open PowerShell as Administrator, navigate to this folder, and run the following command:
.\Sysmon64.exe -i sysmonconfig.xml

Now, open Kibana by navigating to http://[ELK-IP]:5601, then follow the steps below.

  • Open the Integrations tab from the left menu, and type ‘Windows’ into the search bar. You will see ‘Custom Windows Event Logs.’ Click on it.
  • Click “Add Custom Windows Event Logs” button.
  • You will see the following…

Published in InfoSec Write-ups

A collection of write-ups from the best hackers in the world on topics ranging from bug bounties and CTFs to vulnhub machines, hardware challenges and real life encounters. Subscribe to our weekly newsletter for the coolest infosec updates: https://weekly.infosecwriteups.com/

Written by Ghostploit

Cybersecurity Engineer | Sharing insights, lab writeups & more for the infosec community | If you want to support me,you can https://buymeacoffee.com/ghostploit

No responses yet

Write a response