sysmon-modular VS sysmon-config

Compare sysmon-modular vs sysmon-config and see what are their differences.

sysmon-config

Sysmon configuration file template with default high-quality event tracing (by SwiftOnSecurity)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
sysmon-modular sysmon-config
15 35
2,515 4,609
- -
4.8 0.0
28 days ago 4 months ago
PowerShell
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sysmon-modular

Posts with mentions or reviews of sysmon-modular. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.
  • Sysmon 15.0 is out now with advanced features
    2 projects | /r/sysadmin | 29 Jun 2023
    I was specifically using the https://github.com/olafhartong/sysmon-modular config, but once we started seeing systems crash I tried building extremely minimal configs and still found them causing hangs.
  • Splunk & Sysmon as SIEM
    1 project | /r/Splunk | 11 Apr 2023
    I use this one: https://github.com/olafhartong/sysmon-modular
  • Looking for inputs and validation for this network setup.
    2 projects | /r/AskNetsec | 24 Feb 2023
    2) There are many opensource solutions, and you hit on all the important ones. Think creativitly, and test all your controls. hit your boxes with Metaspoilt and atomic redteam. These tools will help you verify that you have the proper controls in place, and that you are able to detect attacks (successful, and failed). Run auditd with Florian Roth's rule set on your linux boxes (https://github.com/Neo23x0/auditd/blob/master/audit.rules ), and sysmon (https://github.com/olafhartong/sysmon-modular) on windows.
  • Researching SIEM
    1 project | /r/cybersecurity | 12 Jan 2023
  • Is Windows Defender for Business any good?
    2 projects | /r/cybersecurity | 9 Nov 2022
    Agree. Harden your endpoints (if unsure where to start consider hardening kitty, https://github.com/scipag/HardeningKitty) and harden Defender (https://0ut3r.space/2022/03/06/windows-defender/). Add Sysmon with a good config (https://github.com/olafhartong/sysmon-modular) and you've reached a good starting point.
  • New blue team
    11 projects | /r/blueteamsec | 16 Oct 2022
  • Microsoft recommend Sysmon and EDR
    4 projects | /r/blueteamsec | 13 Oct 2022
  • Security Cadence: Sysmon (Logging Part 2 out of ?????)
    4 projects | /r/sysadmin | 16 May 2022
    Another really excellent resource (also called out by Swift) is Olaf Hartong’s Sysmon-Modular project: https://github.com/olafhartong/sysmon-modular As well as having a few full configs, Olaf’s project has modular XML configurations for each supported Sysmon Event ID. This can be incredibly helpful for fine tuning your configs.
  • splunk sysmon events
    2 projects | /r/Splunk | 2 Apr 2022
    Yes absolutely. This is a very common workflow for both. One note is that you need to also find a sysmon config to use as well, and there's no easy way to manage either sysmon or its config through Splunk. Recommendations for a config are either SwiftOnSecurity's or Olaf's SysmonModular. They significantly overlap and work with each other on patches. SwiftOnSecurity's is a better pure drop-in, and Olaf's is better if you want to do customization.
  • Best monitoring software that works like event logs?
    2 projects | /r/sysadmin | 21 Feb 2022
    For some of the items you mentioned having a good sysmon config would help too. https://github.com/SwiftOnSecurity/sysmon-config or https://github.com/olafhartong/sysmon-modular are good starting points

sysmon-config

Posts with mentions or reviews of sysmon-config. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • Software Hardening Tools for System Defense
    1 project | dev.to | 30 Apr 2024
    cd c:\sysmon git clone https://github.com/SwiftOnSecurity/sysmon-config sysmon -accepteula -i sysmon-config/sysmon-config.xml
  • Troubleshooting Intermittent Slowness on Network Share
    1 project | /r/msp | 7 Jul 2023
    https://learn.microsoft.com/en-us/troubleshoot/windows-client/networking/networking-overview plenty of windows troubleshooting tips here too, and this is pretty good symon script saves to event viewer even after a reboot! , also care with wireshark as it may give you a false sense of there's a fault, try tcpIPview from sysinternals and yeah procmon for sure. https://github.com/SwiftOnSecurity/sysmon-config use psping to ping the server directly and see the latency goes up and down, you can ping it more often every 1 second so you get a better more detailed resul.
  • Sysmon not reading our config.xml-file
    1 project | /r/sysadmin | 21 Jun 2023
    Rebooted and downloaded sysmon 14.16 and sysmonconfig-export.xml
  • Cheap, Fast, Good and Simple Remote Monitoring for Small Environments
    1 project | /r/msp | 31 May 2023
    There's all sorts of things you can do for various types of monitoring including Zabbix, Graylog, roll-your-own with Sysmon (see https://github.com/SwiftOnSecurity/sysmon-config), etc. The question becomes one of time - don't get so focused on DIY or free that you spend hours (or pay someone to spend hours) a month babysitting.
  • How do you actually threat hunt?
    3 projects | /r/cybersecurity | 30 May 2023
    If you don't catch it what changes can you do to your logging to enable it? Can you push it out to the environment? While sysmon is awesome, you can do your hunts with built in logging most of the time... Just might not have all the data around it you want to have. I would throw sysmon on a test box (make sure you have a config file that filters out the noise: https://github.com/SwiftOnSecurity/sysmon-config)
  • How do I exclude specific event IDs in Sysmon?
    1 project | /r/sysadmin | 15 Apr 2023
    I played around with https://github.com/SwiftOnSecurity/sysmon-config Maybe there xml can point you in the right direction
  • Finding the Process initiating a ping
    1 project | /r/netsecstudents | 5 Apr 2023
    and here's an off the shelf config file: https://github.com/SwiftOnSecurity/sysmon-config
  • How to filter SysMon Logs for suspicious events
    1 project | /r/sysadmin | 28 Mar 2023
  • SysMon Deployment Help
    1 project | /r/sysadmin | 26 Feb 2023
  • MISP integration issues
    1 project | /r/Wazuh | 25 Jan 2023
    - Make sure you have sysmon installed on the agent host and it is logging event to the Sysmon folder as ID 22. Can use this xml file

What are some alternatives?

When comparing sysmon-modular and sysmon-config you can also consider the following projects:

atomic-red-team - Small and highly portable detection tests based on MITRE's ATT&CK.

sigma - Main Sigma Rule Repository

DetectionLabELK - DetectionLabELK is a fork from DetectionLab with ELK stack instead of Splunk.

ThreatHunting - Tools for hunting for threats.

auditd - Best Practice Auditd Configuration

ansible-role-elasticsearch - Ansible Role - Elasticsearch

SysmonForLinux

SysmonTools - Utilities for Sysmon

Windows-Toolkit - PS one-liner cmdlets for Windows security

vscode-sysmon - Visual Studio Code Microsoft Sysinternal Sysmon configuration file extension.