<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Searching for failed file accesses from linux audit data in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86327#M3158</link>
    <description>&lt;P&gt;if the three separate audit events that make up the failed access always have the same structure or format, you can define a transaction to represent them, and then search for/alert on that instead:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Knowledge/Abouttransactions"&gt;http://www.splunk.com/base/Documentation/latest/Knowledge/Abouttransactions&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.splunk.com/base/Documentation/latest/Knowledge/Definetransactions"&gt;http://www.splunk.com/base/Documentation/latest/Knowledge/Definetransactions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i'm probably missing something, but i'm not sure that creating a custom search command is needed here. &lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2011 14:51:55 GMT</pubDate>
    <dc:creator>piebob</dc:creator>
    <dc:date>2011-04-21T14:51:55Z</dc:date>
    <item>
      <title>Searching for failed file accesses from linux audit data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86326#M3157</link>
      <description>&lt;P&gt;In my test environment I have several Windows and Linux systems using splunk forwarder to send audit logs to the main splunk server.  We have a requirement to detect and investigate failed accesses to security-relevant objects (SROs), which is basically a list of files or directories that we specify.  Detecting failed access to SROs with Windows audit events is relatively easy since that is a single event with a well-known event ID.  However in Linux that raw audit data looks like 3 separate audit events with a common event id.  I've started down the path of creating a custom search script and am able to read in the event data from splunk.Intersplunk.getOrganizedResults but I'm stuck at the point of generating an event to put into splunk.Intersplunk.outputResults.  Is there a method to generate a new event (transient?) to return from my saved search? &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86326#M3157</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2011-04-21T14:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for failed file accesses from linux audit data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86327#M3158</link>
      <description>&lt;P&gt;if the three separate audit events that make up the failed access always have the same structure or format, you can define a transaction to represent them, and then search for/alert on that instead:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://www.splunk.com/base/Documentation/latest/Knowledge/Abouttransactions"&gt;http://www.splunk.com/base/Documentation/latest/Knowledge/Abouttransactions&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://www.splunk.com/base/Documentation/latest/Knowledge/Definetransactions"&gt;http://www.splunk.com/base/Documentation/latest/Knowledge/Definetransactions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;i'm probably missing something, but i'm not sure that creating a custom search command is needed here. &lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:51:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86327#M3158</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2011-04-21T14:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for failed file accesses from linux audit data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86328#M3159</link>
      <description>&lt;P&gt;Thanks for the reply.  If my first read of the transaction documentation is correct it needs to key off of a common field in each of the events.  What I look at when doing a manual review is a section that looks like:&lt;/P&gt;

&lt;P&gt;audit([epoch_time].[milliseconds]:[audit_event])&lt;/P&gt;

&lt;P&gt;where [audit_event] is the important part between the 3 lines of correlated audit data.  Splunk currently doesn't see that as a field so I'll have to tell splunk that is important first, correct?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:28:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86328#M3159</guid>
      <dc:creator>chadroberts</dc:creator>
      <dc:date>2020-09-28T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Searching for failed file accesses from linux audit data</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86329#M3160</link>
      <description>&lt;P&gt;correct, you can use search-time field extractions to make this happen: &lt;BR /&gt;
&lt;A href="http://www.splunk.com/base/Documentation/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles"&gt;http://www.splunk.com/base/Documentation/latest/Knowledge/Createandmaintainsearch-timefieldextractionsthroughconfigurationfiles&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2011 22:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/Searching-for-failed-file-accesses-from-linux-audit-data/m-p/86329#M3160</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2011-04-21T22:59:38Z</dc:date>
    </item>
  </channel>
</rss>

