Security

Permission change detected for Informatica data directory/files

ajeeshneelamkav
New Member

Hello Team,

Am very new to Splunk, I have a requirement to detect permission changes to a directory on a Linux server .
We are using splunk 6.1

Folder path as an example: /test/data/files

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You're best off using auditd for the actual auditing of permission changes, see http://serverfault.com/questions/434483/monitor-or-log-directory-permission-changes for an example. This writes a log file, which - you guessed it - can easily be collected and reported/alerted upon by Splunk.

Building your own auditing is pointless - you'll never be as accurate as a kernel-level well-matured Linux tool built for exactly this purpose. Why re-invent the wheel? Connect Splunk to the wheel for added horsepower 😄

theouhuios
Motivator

Splunk wouldn't really be an ideal tool for this from my view. But you can do this with splunk. Write a simple script which will basically do an ls -l and run the script every 10/15 mins. Once the data is in splunk you can write searches which will check its previous state and the present state and if it changes send an alert.

Now the reason why Splunk isn't the right tool to do it.
You will be ingesting pretty decent amount of data to find a change of permissions

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!

What Is Splunk? Here’s What You Can Do with Splunk

Hey Splunk Community, we know you know Splunk. You likely leverage its unparalleled ability to ingest, index, ...

Level Up Your .conf25: Splunk Arcade Comes to Boston

With .conf25 right around the corner in Boston, there’s a lot to look forward to — inspiring keynotes, ...

Manual Instrumentation with Splunk Observability Cloud: How to Instrument Frontend ...

Although it might seem daunting, as we’ve seen in this series, manual instrumentation can be straightforward ...