Alerting

Alert whenever someone downloads certain file types

kevinjb
New Member

Hello, I want to create an alert whenever a network user downloads a certain file type from the internet to a share drive or local hard drive.

I'm having trouble getting my arms around how I would structure this search. What would you recommend I search for? There doesn't seem to be a Windows Event code for writing a file to disk.

Thanks for your time and advice.

Tags (1)
0 Karma

burakcinar
Path Finder

Hi @kevinjb,

you have 3 option for logging. i prefer do it with web gateway logging .
1. web gateway log . (create policy on web gateway based on your filetype actions and send related logs via syslog or splunk app.)
2. access log for file servers . (you have use another 3rd party software for fileserver audit . you can alert for create file action but you need to filter events like created via internet browsers.)
3. windows events . (you can use sysmon for endpoint log collection. check Event ID 11: FileCreate for sysmon.)

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...