<?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: IDS and kill command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409448#M202334</link>
    <description>Thanks, but i donÂ´t  want kill the ids daemon i want monitoring the kill command with my HIDS9000 aplication in my HPUX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dav</description>
    <pubDate>Thu, 28 Oct 2004 10:01:53 GMT</pubDate>
    <dc:creator>David_711</dc:creator>
    <dc:date>2004-10-28T10:01:53Z</dc:date>
    <item>
      <title>IDS and kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409446#M202332</link>
      <description>Hi,&lt;BR /&gt;Is it possible monitoring the execution of the command kill with ids??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;David</description>
      <pubDate>Wed, 27 Oct 2004 17:07:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409446#M202332</guid>
      <dc:creator>David_711</dc:creator>
      <dc:date>2004-10-27T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: IDS and kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409447#M202333</link>
      <description>You can kill any running process.&lt;BR /&gt;&lt;BR /&gt;Identify the process id from ps -ef grep ids&lt;BR /&gt;and kill the process id.&lt;BR /&gt;&lt;BR /&gt;kill &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PID&gt;</description>
      <pubDate>Wed, 27 Oct 2004 18:11:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409447#M202333</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-27T18:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: IDS and kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409448#M202334</link>
      <description>Thanks, but i donÂ´t  want kill the ids daemon i want monitoring the kill command with my HIDS9000 aplication in my HPUX 11.11 server.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Dav</description>
      <pubDate>Thu, 28 Oct 2004 10:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409448#M202334</guid>
      <dc:creator>David_711</dc:creator>
      <dc:date>2004-10-28T10:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: IDS and kill command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409449#M202335</link>
      <description>If you convert your system to trusted mode, it is possible. What you need to do is, convert the system to trusted mode and enable auditing. with auditing monitor usage of kill sys call.&lt;BR /&gt;&lt;BR /&gt;The detailed procedure for setting up accounting can be searched in forums. Converting system to trsuetd mode is doing /etc/tsconvert -c;/usr/lbin/modprpw -V&lt;BR /&gt;&lt;BR /&gt;If you can not convert to trsuetd mode, we can do some script work to log all instances of kill command.&lt;BR /&gt;&lt;BR /&gt;what you do is mv original kill command to some other dir/location. Instead of kill command have a script like follows.&lt;BR /&gt;&lt;BR /&gt;#!/usr/bin/ksh&lt;BR /&gt;&lt;BR /&gt;command = $(echo $0)&lt;BR /&gt;args = $(echo $*)&lt;BR /&gt;&lt;BR /&gt;echo "${date}  $(echo ${logname}) ${command} " &amp;gt;&amp;gt; /tmp/kill.log&lt;BR /&gt;&lt;BR /&gt;/path/to/original/kill ${args}&lt;BR /&gt;&lt;BR /&gt;The script has not been tested and may need some tuning.&lt;BR /&gt;&lt;BR /&gt;Anil&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Oct 2004 10:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ids-and-kill-command/m-p/3409449#M202335</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-10-28T10:26:56Z</dc:date>
    </item>
  </channel>
</rss>

