开源EDR whids部署

华盟原创文章投稿奖励计划

文章来源:鸿鹄实验室

whids是一款Go语言开发的开源EDR,其官方地址为:

https://github.com/0xrawsec/whids

其优点如下:

  • Open Source

  • Relies on Sysmon for all the heavy lifting (kernel component)

  • Very powerful but also customizable detection engine

  • Built by an Incident Responder for all Incident Responders to make their job easier

  • Low footprint (no process injection)

  • Can co-exist with any antivirus product (advised to run it along with MS Defender)

  • Designed for high thoughput. It can easily enrich and analyse 4M events a day per endpoint without performance impact. Good luck to achieve that with a SIEM.

  • Easily integrable with other tools (Splunk, ELK, MISP ...)

  • Integrated with ATT&CK framework

官方给出的运行示意图如下:

开源EDR whids部署

部署过程

首先需要安装Sysmon,最新版本为13.1,下载地址为:

https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon

开源EDR whids部署

使用-i安装既可

开源EDR whids部署

然后导入其配置,地址为:

https://github.com/0xrawsec/whids/tree/master/tools/sysmon/v13

开源EDR whids部署

如有需要,可以配置下面的两个的选项:

 gpedit.msc -> Computer ConfigurationWindows SettingsSecurity SettingsAdvanced Audit Policy ConfigurationSystem Audit PoliciesSystemAudit Security System Extension -> Enable

开源EDR whids部署

gpedit.msc -> Computer ConfigurationWindows SettingsSecurity SettingsAdvanced Audit Policy ConfigurationSystem Audit PoliciesObject AccessAudit File System -> Enable

开源EDR whids部署

然后运行agent

开源EDR whids部署

需要server的可以运行server

开源EDR whids部署

附一张效果图

https://github.com/0xrawsec/whids/blob/master/demo/whids.gif

“如侵权请私聊公众号删文”

本文原创,作者:张,其版权均为华盟网所有。如需转载,请注明出处:https://www.77169.net/html/281298.html

发表回复