<?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 CIFS Auditing! Need Help and Recommendations! in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3558#M349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help us in CIFS Audit logs configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Currently we have configured the logs in our NAS but this does not give us any audit details like Deletion/Modification/Accessed/Access&amp;nbsp; Failures by User.&lt;/P&gt;&lt;P&gt;We are looking for a way to retrieve details which&amp;nbsp; will give us these details and it is of utmost importance to us&lt;/P&gt;&lt;DIV id=":113"&gt;2. The current .evt file is storing in the file, we are looking for a&amp;nbsp; script which will automatically copy this file to a windows share before&amp;nbsp; truncation&lt;BR /&gt; 3. We have integrated NAS with SCOM but we are not able to configure the&amp;nbsp; alerts in file/Folder level where we intend to have an alert when&amp;nbsp; unauthorized access of files/folders happen&lt;BR /&gt; 4. We have certain files in the NAS which cannot be deleted as they are&amp;nbsp; already opened by another user, in reality it is not. Now we cannot kill&amp;nbsp; the session as possible in windows.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Please recommend if any thirdparty app can help in this regard.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Xzearik&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 07:04:36 GMT</pubDate>
    <dc:creator>furqan_ghani</dc:creator>
    <dc:date>2025-06-05T07:04:36Z</dc:date>
    <item>
      <title>CIFS Auditing! Need Help and Recommendations!</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3558#M349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one help us in CIFS Audit logs configuration?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Currently we have configured the logs in our NAS but this does not give us any audit details like Deletion/Modification/Accessed/Access&amp;nbsp; Failures by User.&lt;/P&gt;&lt;P&gt;We are looking for a way to retrieve details which&amp;nbsp; will give us these details and it is of utmost importance to us&lt;/P&gt;&lt;DIV id=":113"&gt;2. The current .evt file is storing in the file, we are looking for a&amp;nbsp; script which will automatically copy this file to a windows share before&amp;nbsp; truncation&lt;BR /&gt; 3. We have integrated NAS with SCOM but we are not able to configure the&amp;nbsp; alerts in file/Folder level where we intend to have an alert when&amp;nbsp; unauthorized access of files/folders happen&lt;BR /&gt; 4. We have certain files in the NAS which cannot be deleted as they are&amp;nbsp; already opened by another user, in reality it is not. Now we cannot kill&amp;nbsp; the session as possible in windows.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Please recommend if any thirdparty app can help in this regard.&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Xzearik&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:04:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3558#M349</guid>
      <dc:creator>furqan_ghani</dc:creator>
      <dc:date>2025-06-05T07:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Auditing! Need Help and Recommendations!</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3563#M350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Xzearik -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For file access event auditing you need to configure 'options cifs.audit.file_access_events.enable on'.&lt;/P&gt;&lt;P&gt;You'll also need to set the system security ACLs on the files/folders that you wish to have auditing on.&lt;/P&gt;&lt;P&gt;This can be done with Storage-Level Access Guard security, or Windows Properties/Security, or by applying a GPO to propogate the SACLs down through a directory heirarchy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal audit log file is stored as /etc/log/auditlog.alf. The .evt files can be saved off to another location with 'options cifs.audit.saveas &amp;lt;fullpath&amp;gt;'.&lt;/P&gt;&lt;P&gt;You can create a secure share for this path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can kill individual cifs sessions with 'cifs terminate'. See the man pages.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I hope this response has been helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At your service,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Eugene E. Kashpureff&lt;BR /&gt;&lt;A class="jive-link-email-small" href="mailto:ekashp@kashpureff.org" target="_blank"&gt;ekashp@kashpureff.org&lt;/A&gt;&lt;BR /&gt;Fastlane NetApp Instructor and Independent Consultant&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://www.fastlaneus.com/" target="_blank"&gt;http://www.fastlaneus.com/&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.linkedin.com/in/eugenekashpureff" target="_blank"&gt;http://www.linkedin.com/in/eugenekashpureff&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(P.S. I appreciate points for helpful or correct answers.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 21:57:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3563#M350</guid>
      <dc:creator>ekashpureff</dc:creator>
      <dc:date>2010-11-30T21:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Auditing! Need Help and Recommendations!</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3568#M351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I'm searching any third application which generate audit reports for a CIFS resource in a Netapp using a domain controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do you know any third party aplication who reads the evt file generated for audit Netapp service? Can I generate any report with acces audit integratred with Active Directory for a domain in Windows like system?&lt;/P&gt;&lt;P&gt; Another workaround is read I/O acces from NetApp API instead of EVT File.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Somebody can you help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, best,&lt;/P&gt;&lt;P&gt;Marc Cortinas Val&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2011 00:02:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/CIFS-Auditing-Need-Help-and-Recommendations/m-p/3568#M351</guid>
      <dc:creator>mcortinas</dc:creator>
      <dc:date>2011-03-25T00:02:31Z</dc:date>
    </item>
  </channel>
</rss>

