Configuring Winlogbeat and Packetbeat
As stated in Chapter 3, Introduction to the Elastic Stack, Winlogbeat is a data shipper for Windows events and Packetbeat is a data shipper for application-type network events. Both provide a tremendous amount of information by tracking endpoint and network data when threat hunting.
Installing Beats
Let's download Winlogbeat and Packetbeat, apply some configuration, and run them as services. First, we need to collect the binaries, so from the Windows VM, do the following:
- Download Winlogbeat (the x64 ZIP file, not the MSI version):
- Download Packetbeat (the x64 ZIP file, not the MSI version):
- Download Npcap (Npcap, not Nmap):
Find the winlogbeat-{version}-windows-x86_64.zip file that was downloaded, right-click it, and extract it to the c:\Program Files directory.
Next, we need to create a Java KeyStore so our Beat can authenticate to Elasticsearch. Just like when we did this for Kibana, you'll need to use the...