Splunk Search

How to write a search to find who deleted or modified files on a Windows server for the last 24 hours?

mattkun
New Member

I am now very new to Splunk. I have installed a Splunk forwarder to monitor Window Security Logs, but would like also build a search to search who deleted and modified files / folder for the last 24 hours. Please point me to the right direction. Also, is it possible to prompt asking to enter the server name or file name when the search is running? Thanks.

0 Karma

javiergn
Super Champion

Hi,

Before you can write a search to find out who deleted or modified files on Windows server, you need to enable some sort of file auditing.
Three options currently in Splunk:

  1. Enable Windows native file auditing via security event logs and then tell Splunk to monitor those logs. See this link.
  2. Use a third party tool to monitor file changes and point Splunk to the relevant logs.
  3. Use Splunk Enterprise File Change Monitor (deprecated so not recommended for a long term solution). See this link.

In terms of performance, because we wanted to monitor any type of file operation, which includes millions of log entries per hour in some servers, we decided to go for a 3rd party enterprise agent that was known to have a low impact in your server performance, but in your case I would probably go for the native Windows file auditing via event logs.

Once you have your event logs coming into Splunk, simply filter by the relevant index, sourcetype, host and EventCodes based on the Event IDs used by Windows auditing. See this link again for more information.

Hope that helps.

Thanks,
J

0 Karma

renjith_nair
Legend

start with

index=<your index> EventCode=<event code for your operation> host=<servername you want> earliest=-24h

References :

http://docs.splunk.com/Documentation/Splunk/6.2.0/SearchReference/WhatsInThisManual
http://docs.splunk.com/Documentation/Splunk/6.2.0/Search/GetstartedwithSearch
http://docs.splunk.com/Documentation/Splunk/6.2.0/SearchReference/ListOfSearchCommands

---
What goes around comes around. If it helps, hit it with Karma 🙂
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Take Action Automatically on Splunk Alerts with Red Hat Ansible Automation Platform

 Are you ready to revolutionize your IT operations? As digital transformation accelerates, the demand for ...

Calling All Security Pros: Ready to Race Through Boston?

Hey Splunkers, .conf25 is heading to Boston and we’re kicking things off with something bold, competitive, and ...

Beyond Detection: How Splunk and Cisco Integrated Security Platforms Transform ...

Financial services organizations face an impossible equation: maintain 99.9% uptime for mission-critical ...