<?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: Plz help me to configure auditing in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820791#M24154</link>
    <description>First of All Millions of Thanks Dear Mr Ivan Ferreira for help.&lt;BR /&gt;&lt;BR /&gt;I add th "-w /etc -p wa -k CFG_etc" in /etc/audit.rules&lt;BR /&gt;#service auditd start&lt;BR /&gt;Starting auditd:               [  OK  ]&lt;BR /&gt;Error sending watch insert request (Invalid argument)There was an error in line 14 of /etc/audit.rules&lt;BR /&gt;&lt;BR /&gt;-w /etc -p wa -k CFG_etc ... what will this line do ? and where should I check ?&lt;BR /&gt;&lt;BR /&gt;And plz also know me abt any good tutorial to configure the audit deamon.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Thu, 13 Jul 2006 13:32:48 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-07-13T13:32:48Z</dc:date>
    <item>
      <title>Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820788#M24151</link>
      <description>os: rhel 4&lt;BR /&gt;&lt;BR /&gt;I wana audit .. if any new directory created under /etc. for that I configure auditing, and then create a new directory under /etc, but i didnt find that a new directory has been created under /etc.&lt;BR /&gt;&lt;BR /&gt;I want to audit if a new directory is created under /etc.&lt;BR /&gt;I create a filter in /etc/filter.conf,(&lt;A href="http://maconlinux.net/linux-man-pages/en/audit-filter.conf.5.html)" target="_blank"&gt;http://maconlinux.net/linux-man-pages/en/audit-filter.conf.5.html)&lt;/A&gt; .&lt;BR /&gt;&lt;BR /&gt;#cat /etc/filter&lt;BR /&gt;predicate is-etc = prefix(/etc);&lt;BR /&gt;syscall   mkdir  = is-etc(arg0);&lt;BR /&gt;&lt;BR /&gt;#service auditd start&lt;BR /&gt;#mkdir /etc/test&lt;BR /&gt;#ureport -t&lt;BR /&gt;&lt;BR /&gt;Log Time Range Report&lt;BR /&gt;=====================&lt;BR /&gt;/var/log/audit/audit.log: 07/09/2006 23:54:16.141 - 07/10/2006 00:46:58.453&lt;BR /&gt;&lt;BR /&gt;#aureport -s&lt;BR /&gt;&lt;BR /&gt;Syscall Report&lt;BR /&gt;=======================================&lt;BR /&gt;# date time syscall pid comm auid event&lt;BR /&gt;=======================================&lt;BR /&gt;&lt;NO events="" of="" interest="" were="" found=""&gt;&lt;BR /&gt;&lt;BR /&gt;#aureport -r&lt;BR /&gt;&lt;BR /&gt;Response to Anomaly Report&lt;BR /&gt;==============================&lt;BR /&gt;# date time type success event&lt;BR /&gt;==============================&lt;BR /&gt;&lt;NO events="" of="" interest="" were="" found=""&gt;&lt;BR /&gt;&lt;BR /&gt;I also check /var/log/audit/audit.log but it also doesnt show any evidence that someone has created a directory undr /etc&lt;BR /&gt;&lt;BR /&gt;Plz help&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;/NO&gt;&lt;/NO&gt;</description>
      <pubDate>Mon, 10 Jul 2006 14:21:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820788#M24151</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-07-10T14:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820789#M24152</link>
      <description>If file creation is your concern, you maybe want to use Tripwire. Tripwire will report any changes to files and directories.</description>
      <pubDate>Mon, 10 Jul 2006 14:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820789#M24152</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-10T14:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820790#M24153</link>
      <description>Searching a little more about Red Hat's auditd, I have found that when you start the audit daemon, the /etc/audit.rules file is read to specify what to audit, and does not look like the filter you specified. Try this, edit the /etc/audit.rules file and add:&lt;BR /&gt;&lt;BR /&gt;-w /etc -p wa -k CFG_etc</description>
      <pubDate>Mon, 10 Jul 2006 18:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820790#M24153</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-10T18:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820791#M24154</link>
      <description>First of All Millions of Thanks Dear Mr Ivan Ferreira for help.&lt;BR /&gt;&lt;BR /&gt;I add th "-w /etc -p wa -k CFG_etc" in /etc/audit.rules&lt;BR /&gt;#service auditd start&lt;BR /&gt;Starting auditd:               [  OK  ]&lt;BR /&gt;Error sending watch insert request (Invalid argument)There was an error in line 14 of /etc/audit.rules&lt;BR /&gt;&lt;BR /&gt;-w /etc -p wa -k CFG_etc ... what will this line do ? and where should I check ?&lt;BR /&gt;&lt;BR /&gt;And plz also know me abt any good tutorial to configure the audit deamon.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 13 Jul 2006 13:32:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820791#M24154</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-07-13T13:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820792#M24155</link>
      <description>Bad notice, I have not found any document that could help you in this, I just checkec the documentation that comes with the package located in /usr/shared/doc/audit-&lt;VERSION&gt;, there you will see some samples.&lt;BR /&gt;&lt;BR /&gt;Also you should check the man of auditctl and suscribe to the mailling list.&lt;BR /&gt;&lt;BR /&gt;In the man of auditctl you can read that a whole directory as argument maybe is not supported, so, why don't you try with a file first? for example:&lt;BR /&gt;&lt;BR /&gt;-w /etc/hosts -p wa -k CFG_hosts&lt;BR /&gt;&lt;BR /&gt;Then modify the files and run the aureport.&lt;/VERSION&gt;</description>
      <pubDate>Thu, 13 Jul 2006 14:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820792#M24155</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-13T14:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820793#M24156</link>
      <description>Many Thanks Dear Mr Ivan Ferriera.&lt;BR /&gt;I add the following into /etc/audit.rules&lt;BR /&gt;-w /etc/hosts -p wa -k CFG_hosts&lt;BR /&gt;then&lt;BR /&gt;#service auditd start&lt;BR /&gt;Starting auditd: [ OK ]&lt;BR /&gt;Error sending watch insert request (Invalid argument)&lt;BR /&gt;then I edit /etc/hosts, nothing shows in /var/log/audit-&lt;VERSOIN&gt;/audit.log.&lt;BR /&gt;&lt;BR /&gt;SOLUTION:&lt;BR /&gt;I simply upgrade the kernel from 2.6.9-5.EL to 2.6.9-22.EL. Its working ;). that is if i now edit /etc/hosts, and then check in audit.log it will show the status... likewise &lt;BR /&gt;ausearch -i -p pid, will aslo show the appropriate results&lt;BR /&gt;&lt;BR /&gt;I think this is a bug in 2.6.9-5.EL .. isint ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;/VERSOIN&gt;</description>
      <pubDate>Sun, 16 Jul 2006 07:08:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820793#M24156</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-07-16T07:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820794#M24157</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;It does indeed seem like a bug in the kernel, if thats the only action you took to fix it.&lt;BR /&gt;&lt;BR /&gt;Not surprising, I've learned never to trust dot zero releases drom anybody.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 16 Jul 2006 09:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820794#M24157</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-16T09:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820795#M24158</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;It does indeed seem like a bug in the kernel, if thats the only action you took to fix it.&lt;BR /&gt;&lt;BR /&gt;Not surprising, I've learned never to trust dot zero releases from anybody.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 16 Jul 2006 09:04:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820795#M24158</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-16T09:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820796#M24159</link>
      <description>&amp;gt;It does indeed seem like a bug in the &amp;gt;kernel, if thats the only action you took &amp;gt;to fix it.&lt;BR /&gt;Yes thats the only thing i did(i.e upgrade the kernel from 2.6.9-5.EL to 2.6.9-22.EL)&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Not surprising, I've learned never to &amp;gt;trust dot zero releases drom anybody.&lt;BR /&gt;If u can plz explain.... I just didnt get u ;(&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jul 2006 13:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820796#M24159</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-07-17T13:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820797#M24160</link>
      <description>&amp;gt;If file creation is your concern, you &amp;gt;maybe want to use Tripwire. Tripwire will &amp;gt;report any changes to files and &amp;gt;directories.&lt;BR /&gt;&lt;BR /&gt;Dear Ivan Thanks for giving the precious advise.&lt;BR /&gt;I download the "tripwire-2.4.0.1-src.tar.bz2" untar/unzip then&lt;BR /&gt;#cd tripwire-2.4.0-1&lt;BR /&gt;#./configure ... ok&lt;BR /&gt;#make .... ok&lt;BR /&gt;#make install ... I got the error ... output file of "make install" is attached</description>
      <pubDate>Mon, 17 Jul 2006 14:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820797#M24160</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-07-17T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820798#M24161</link>
      <description>Try this:&lt;BR /&gt;&lt;BR /&gt;ftp.silfreed.net/repo/rhel/4/i386/silfreednet/RPMS/tripwire-2.3.1-22.el4.i386.rpm</description>
      <pubDate>Mon, 17 Jul 2006 14:21:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820798#M24161</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-17T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820799#M24162</link>
      <description>Forgot to methion that tripwire will report added/changed/removed files, but it will not report who made the changes.</description>
      <pubDate>Mon, 17 Jul 2006 14:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820799#M24162</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-07-17T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Plz help me to configure auditing</title>
      <link>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820800#M24163</link>
      <description>To fix Tripwire v2.4 to compile right, do this between MAKE and MAKE INSTALL.  There is a bug in the install scripts.  make sure you are in your directory where you unpacked the installation files.&lt;BR /&gt;&lt;BR /&gt;ln -s contrib install</description>
      <pubDate>Wed, 16 May 2007 16:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/plz-help-me-to-configure-auditing/m-p/3820800#M24163</guid>
      <dc:creator>CrackerJack1618</dc:creator>
      <dc:date>2007-05-16T16:05:51Z</dc:date>
    </item>
  </channel>
</rss>

