Forum Discussion
yongda
Feb 06, 2023Copper Contributor
How to enable collection Process command line for windows server
I tried to search for “process command line” detail in Window event ID 4688 via Sentinel.
However, it seems that Sentinel is not recording the “process command line” log.
How can I enable the collection of “process command line” in Window event?
- Clive_WatsonBronze ContributorDo you have CommandLine entries?
SecurityEvent
| where EventID ==4688
| distinct CommandLine
There are lost of examples: https://github.com/Azure/Azure-Sentinel/search?l=YAML&q=4688- yongdaCopper ContributorHow do I enable CommandLine entries?
- Clive_WatsonBronze ContributorYou should need to, how are you bringing these in, do you use MMA or AMA (maybe AMA is excluding the columns you need in the DCR?)
https://techcommunity.microsoft.com/t5/microsoft-sentinel-blog/testing-the-new-version-of-the-windows-security-events-connector/ba-p/2483369