{"id":11835,"date":"2022-03-17T22:04:48","date_gmt":"2022-03-17T19:04:48","guid":{"rendered":"https:\/\/kifarunix.com\/?p=11835"},"modified":"2024-03-09T11:09:59","modified_gmt":"2024-03-09T08:09:59","slug":"monitor-process-creation-events-on-windows-systems-using-wazuh-and-elk-stack","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/monitor-process-creation-events-on-windows-systems-using-wazuh-and-elk-stack\/","title":{"rendered":"Monitor Process Creation Events on Windows Systems using Wazuh and ELK stack"},"content":{"rendered":"\n

In this tutorial, you will learn how to monitor process creation events on Windows systems using Wazuh and ELK Stack. On Windows systems, when a program runs, a process is created. Process creation events monitoring is paramount in detecting any would-be malicious (malware and threat actor) activities as it gives you more visibility into what is happening within your Windows system environment.<\/p>\n\n\n\n

Monitor Process Creation Events on Windows Systems using Wazuh and ELK stack<\/h2>\n\n\n\n

In order to monitor process creation events on Windows systems, you need to collect the process creation events and push them to Wazuh Manager.<\/p>\n\n\n\n

In this tutorial, we will be using Wazuh agents and Sysmon to collect events from various windows event channels including process creation events.<\/p>\n\n\n\n

Install and Integrate Wazuh Manager with ELK Stack<\/h3>\n\n\n\n

Thus before you begin, ensure that you have ELK Stack integrated with Wazuh manager installed and running. See example tutorials below;<\/p>\n\n\n\n

Integrate Wazuh Manager with ELK Stack<\/a><\/p>\n\n\n\n

Install Wazuh Server on Rocky Linux 8<\/a><\/p>\n\n\n\n

NOTE: We are running ELK 7.14.2 and Wazuh Manager 4.2.5.<\/p>\n\n\n\n

Kibana (ELK) version;<\/p>\n\n\n\n

cat \/usr\/share\/kibana\/package.json | grep version<\/code><\/pre>\n\n\n\n

Sample output;<\/p>\n\n\n\n

  \"version\": \"7.14.2\",<\/code><\/pre>\n\n\n\n

Wazuh Manager version;<\/p>\n\n\n\n

\/var\/ossec\/bin\/wazuh-control info | grep WAZUH_VERSION<\/code><\/pre>\n\n\n\n

Sample output;<\/p>\n\n\n\n

WAZUH_VERSION=\"v4.2.5\"<\/code><\/pre>\n\n\n\n

Install Wazuh Agents on Windows Systems<\/h3>\n\n\n\n

In this example setup, I will be using Windows 10 system for demonstration purposes.<\/p>\n\n\n\n

To install Wazuh agent on Windows 10 and automatically add it to Wazuh manager, then;<\/p>\n\n\n\n