Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sametsazak/sysmon
Sysmon and wazuh integration with Sigma sysmon rules [updated]
https://github.com/sametsazak/sysmon
ossec security security-tools sigma sysmon sysmon-config wazuh wazuh-manager
Last synced: 3 months ago
JSON representation
Sysmon and wazuh integration with Sigma sysmon rules [updated]
- Host: GitHub
- URL: https://github.com/sametsazak/sysmon
- Owner: sametsazak
- License: gpl-3.0
- Created: 2018-09-14T14:05:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-21T21:53:12.000Z (over 3 years ago)
- Last Synced: 2024-02-12T21:20:08.473Z (9 months ago)
- Topics: ossec, security, security-tools, sigma, sysmon, sysmon-config, wazuh, wazuh-manager
- Homepage:
- Size: 28.3 KB
- Stars: 55
- Watchers: 4
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - sametsazak/sysmon - Sysmon and wazuh integration with Sigma sysmon rules [updated] (Others)
README
# Sysmon - Wazuh Sigma Rules
Sysmon is a command line tool which allows us to monitor and track processes taking place in our computers. With the right configuration, suspicious behaviors can be detected by Sysmon and the detailed information will be stored in the generated log. For instance, the creation of a new process will be detected by Sysmon as “Event number 1”. This event will contain critical information that we could use to configure an active response or adopt other type of security measures.
# How to Install?
## Client Configuration
```
First, you should install Sysmon.Download sysmon : https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon
Setup Sysmon:
Sysmon64.exe -accepteula -i sysconfig.xml
Then,
Copy below to your client's ossec.conf file
Microsoft-Windows-Sysmon/Operational
eventchannelSave it and restart agent.
## Server Configuration
Copy sysmon_rules.xml to /var/ossec/etc/rules/local_rules.xml
Save it restart manager.
Finished!
Rules are generated from Rules from https://github.com/Neo23x0/sigma/tree/master/rules/windows/sysmon
Thanks.