clong / DetectionLab

Automate the creation of a lab environment complete with security tooling and logging best practices
MIT License
4.57k stars 978 forks source link

Sysmon Event 11 (File Create) Not Logging for Files Created in User Profile #867

Open mbabinski opened 1 year ago

mbabinski commented 1 year ago

Hello! I noticed that sysmon event 11, file creation, is not logging for files created under certain directories, such as the user profile on win10.windomain.local or wef.windomain.local. I looked through the sysmon config file located at C:\ProgramData\Sysmon on wef.windomain.local and didn't see any rules that would exclude this.

On Win10, running this command: image ...I see the following sysmon log:

image

However, running the following: image

I don't see the log in Splunk or the Event Viewer on Win10.

Any suggestions on what may be causing this?

Thanks, and love the project btw!