F.O.S.S.O.C. || Free & open-source Security Operations Centre
GithubTeam
  • Overview
    • Need for this project
    • Aim of this project
    • Network Architecture
    • System Specifications
  • Wazuh Manager
    • Setup
    • Log Behaviour
      • Creating logs for every event
      • Adding custom Wazuh Rules
        • CLI method
        • GUI method
    • Rules
      • Mimikatz Rule
    • Integration
      • With Shuffle
  • Wazuh Agent (Windows)
    • Setup
  • Sysmon
    • Setup
  • TheHive
    • Setup
    • Integrating with Shuffle
  • Cortex
    • Setup
  • Shuffle
    • Setup
    • Workflows
      • Mimikatz Workflow
  • Case Studies
    • Mimikatz
      • Mimikatz execution
      • Wazuh rule
      • Shuffle workflow
  • Conclusion
    • Team
Powered by GitBook
On this page
  • Download and Setup
  • Installation

Was this helpful?

  1. Sysmon

Setup

PreviousSetupNextSetup

Last updated 1 year ago

Was this helpful?

Download and Setup

First, we need to download the latest Sysmon version from the following link:

Next, we have to download the Configuration file for Sysmon to run properly.

Make sure that the configuration file is in the same directory as the extracted Sysmon files.

       Extracted Sysmon directory
            |
   +--------+---------+
   |                  |
sysmonconfig.xml   other files

Installation

Open PowerShell with administrator privileges and change directory to the one in which Sysmon is downloaded.

C:\Users\{User}\Downloads\Sysmon>

Then we have to execute the Sysmon64.exe file and install the sysmonconfig.xml configuration file.

C:\Users\{User}\Downloads\Sysmon> .\Sysmon64.exe -i sysmonconfig.xml

We can then verify that Sysmon is running using the Get-Process cmdlet.

C:\Users\{User}\Downloads\Sysmon> Get-Process Sysmon64
https://download.sysinternals.com/files/Sysmon.zip
https://github.com/olafhartong/sysmon-modular/blob/master/sysmonconfig.xml