๐๐ผ๐ ๐๐ผ ๐ฐ๐ผ๐น๐น๐ฒ๐ฐ๐ ๐ฐ๐๐๐๐ผ๐บ ๐ฒ๐๐ฒ๐ป๐ ๐๐๐ ๐๐ผ ๐ ๐ถ๐ฐ๐ฟ๐ผ๐๐ผ๐ณ๐ ๐ฆ๐ฒ๐ป๐๐ถ๐ป๐ฒ๐น
Microsoft Sentinel is Microsoft's SIEM/SOAR. It is used to collect and evaluate logs.
If you choose to collect security logs from Windows Server, Microsoft Sentinel can collect predefined log sets using the built-in settings. By default, you have the option to select from the predefined sets All Security Events, Common, or Minimal.
However, if you need to collect some custom Event IDs that do not belong to the above built-in categories, or simply want your own set of Event IDs to collect, you can define your own Event IDs using XPath queries.
XPath (XML Path Language) is a query language used for selecting nodes from an XML document. It allows you to navigate through elements and attributes in XML documents, making it a powerful tool for extracting specific pieces of information. XPath is commonly used in combination with XML parsers to filter and locate data based on complex conditions.
Read my blog post bellow ๐ ๐
https://www.cswrld.com/2025/06/how-to-collect-custom-event-ids-to-microsoft-sentinel/
#cswrld #sentinel #eventid #logcollection #custom