BeaKer icon indicating copy to clipboard operation
BeaKer copied to clipboard

Beacon Kibana Executable Report. Aggregates Sysmon Network Events With Elasticsearch and Kibana

Results 17 BeaKer issues
Sort by recently updated
recently updated
newest added

The current method of installing Sysmon and WinlogBeat are opening up security holes due to an insecure ACL that is carried over when the .zip files are extracted. Specific concerns...

bug

During install I’m getting the following error curl: (35) OpenSSL SSL_conmect: Connection reset by peer in connection to localhost:5601 The installer encountered an error while uploading dashboards to Kibana…

This PR adds some helpful hints for getting Beaker running in response to issues #47 and #60.

Is it possible to add beaker dashboard on an already installed Kibana?

Beaker docker can not be installed properly and many errors come up. after 2 days struggling to solve the errors, still no output. is it possible to provide a more...

This script installs sysmon for Linux on distributions that have pre-built packages. It could later be extended to accept the eula, install an appropriate config file, set up syslog replication,...

When I start this command: ./install_beaker.sh: line 34: ./shell-lib/acmlib.sh: No such file or directory On my download, the 'shell-lib is empty.

The used winlogbeat version v7.5.2 is quite old and becomes Security Support EoL this June. The current stable version is 7.10.2 and should be downloaded via the install script. The...

I see that the BeaKer/Espy installation-scripts install-sysmon-beats.ps1 install winlogbeat into C:\Program Files\winlogbeat- and parts of the config in C:\ProgramData\winlogbeat. Incase winlogbeat is already installed on this machine (e.g. for some...

This allows deployment of the BeaKer agent over a PS remote session as follows: Invoke-Command -ComputerName (Get-Content .\systems.txt) -FilePath .\install-sysmon-beats.ps1 -ArgumentList "ip.of.BeaKer", "9200", $cred systems.txt is a text file with...