<?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: Security Concern in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082630#M440835</link>
    <description>Hi Avinash&lt;BR /&gt;&lt;BR /&gt;Did u convert your system in trusted mode. You can do your queried security concern in trusted system&lt;BR /&gt;&lt;BR /&gt;- Login Successes and Failures&lt;BR /&gt;If trusted you can get message&lt;BR /&gt;- Addition / Deletion / Modification of Users&lt;BR /&gt;If u use SAM to do so you have sam.log to view&lt;BR /&gt;- Changes to Security Settings&lt;BR /&gt;its in trusted system&lt;BR /&gt;- Changes to Logging and Auditing Settings&lt;BR /&gt;you can do also in trusted system&lt;BR /&gt;- Service Access Logs e.g. FTP, Telnet, SSH etc&lt;BR /&gt;you can view the syslog.log to view such like messages if your syslog process has entry for this services&lt;BR /&gt;-Login Control &lt;BR /&gt;if your system in trusted mode user can also see the message of successful and unsuccessful logins&lt;BR /&gt;Terminal Timeout &lt;BR /&gt;for telnet edit file in /etc/default/security&lt;BR /&gt;and for other terminal use their individual configuration files</description>
    <pubDate>Tue, 04 Dec 2007 10:55:35 GMT</pubDate>
    <dc:creator>Jeeshan</dc:creator>
    <dc:date>2007-12-04T10:55:35Z</dc:date>
    <item>
      <title>Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082626#M440831</link>
      <description>Friends,&lt;BR /&gt;&lt;BR /&gt;I like to have the following to be done on my server:&lt;BR /&gt;&lt;BR /&gt;Information to be logged&lt;BR /&gt;- Login Successes and Failures&lt;BR /&gt;- Addition / Deletion / Modification of Users&lt;BR /&gt;- Changes to Security Settings&lt;BR /&gt;- Changes to Logging and Auditing Settings&lt;BR /&gt;- Service Access Logs e.g. FTP, Telnet, SSH etc&lt;BR /&gt;Login Control &lt;BR /&gt;After successful login, every user must be given information reflecting the last login time, date and details of any unsuccessful login attempts since the last successful login. &lt;BR /&gt;&lt;BR /&gt;Terminal Timeout &lt;BR /&gt;Inactive Terminal Session (Telnet, SSH, tty, vty, sessions) must be set to a timeout of 15 minutes&lt;BR /&gt;&lt;BR /&gt;any response is highly appreciated</description>
      <pubDate>Tue, 04 Dec 2007 08:26:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082626#M440831</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2007-12-04T08:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082627#M440832</link>
      <description>&amp;gt;&amp;gt;&amp;gt;Login Successes and Failures&lt;BR /&gt;It is already logged in wtmp files and you may use "last"  command to see when a particular user was logged in.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Inactive Terminal Session &lt;BR /&gt;there is a variable TMOUT you can set it to according to your requiredment.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;Addition / Deletion / Modification of Users&lt;BR /&gt;M not sure about any tools but you can write a script which will tell you whenever thers is some modification in /etc/passwd file.&lt;BR /&gt;&lt;BR /&gt;I suppose you need some tool or you'll have to wrie script for each.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 09:10:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082627#M440832</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2007-12-04T09:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082628#M440833</link>
      <description>Any further suggestion will be more helpful</description>
      <pubDate>Tue, 04 Dec 2007 09:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082628#M440833</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2007-12-04T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082629#M440834</link>
      <description>&amp;gt;Service Access Logs&lt;BR /&gt;&lt;BR /&gt;for logging FTP logs that is incoming and outgoing FTP file transfers, insert the-i and -o options with the ftp entry in the /etc/inetd.conf file. like this:&lt;BR /&gt;ftpd -a -l -d -i -o&lt;BR /&gt;&lt;BR /&gt;The logs will be saved into /var/adm/syslog/xferlog.&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Dec 2007 10:16:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082629#M440834</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2007-12-04T10:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082630#M440835</link>
      <description>Hi Avinash&lt;BR /&gt;&lt;BR /&gt;Did u convert your system in trusted mode. You can do your queried security concern in trusted system&lt;BR /&gt;&lt;BR /&gt;- Login Successes and Failures&lt;BR /&gt;If trusted you can get message&lt;BR /&gt;- Addition / Deletion / Modification of Users&lt;BR /&gt;If u use SAM to do so you have sam.log to view&lt;BR /&gt;- Changes to Security Settings&lt;BR /&gt;its in trusted system&lt;BR /&gt;- Changes to Logging and Auditing Settings&lt;BR /&gt;you can do also in trusted system&lt;BR /&gt;- Service Access Logs e.g. FTP, Telnet, SSH etc&lt;BR /&gt;you can view the syslog.log to view such like messages if your syslog process has entry for this services&lt;BR /&gt;-Login Control &lt;BR /&gt;if your system in trusted mode user can also see the message of successful and unsuccessful logins&lt;BR /&gt;Terminal Timeout &lt;BR /&gt;for telnet edit file in /etc/default/security&lt;BR /&gt;and for other terminal use their individual configuration files</description>
      <pubDate>Tue, 04 Dec 2007 10:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082630#M440835</guid>
      <dc:creator>Jeeshan</dc:creator>
      <dc:date>2007-12-04T10:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082631#M440836</link>
      <description>Thanks everyone:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90950/ch08.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90950/ch08.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This will help.</description>
      <pubDate>Wed, 05 Dec 2007 12:31:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082631#M440836</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2007-12-05T12:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082632#M440837</link>
      <description>Hello Avinash,&lt;BR /&gt;&lt;BR /&gt;you can also use SAM's auditing. For system calls and other command. &lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Wed, 05 Dec 2007 16:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082632#M440837</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-12-05T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Security Concern</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082633#M440838</link>
      <description>Above url helped</description>
      <pubDate>Sat, 29 Mar 2008 05:48:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/security-concern/m-p/5082633#M440838</guid>
      <dc:creator>Avinash20</dc:creator>
      <dc:date>2008-03-29T05:48:59Z</dc:date>
    </item>
  </channel>
</rss>

