<?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 failed telnet login attempts to syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680325#M742610</link>
    <description>Hi I have trusted systems with auditing turned on, but for SOX they would like failed login attempts written to syslog and forwarded to a centralized logging server running 3rd party software. I have logging set in /etc/inetd.conf (telnetd -l) I see the connections but not failed logins. I come from a secure shell background, but telnet is a must have here right now. How to get failed login attempts written to syslog? Thank you for your time</description>
    <pubDate>Mon, 28 Nov 2005 17:53:18 GMT</pubDate>
    <dc:creator>Janet White</dc:creator>
    <dc:date>2005-11-28T17:53:18Z</dc:date>
    <item>
      <title>failed telnet login attempts to syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680325#M742610</link>
      <description>Hi I have trusted systems with auditing turned on, but for SOX they would like failed login attempts written to syslog and forwarded to a centralized logging server running 3rd party software. I have logging set in /etc/inetd.conf (telnetd -l) I see the connections but not failed logins. I come from a secure shell background, but telnet is a must have here right now. How to get failed login attempts written to syslog? Thank you for your time</description>
      <pubDate>Mon, 28 Nov 2005 17:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680325#M742610</guid>
      <dc:creator>Janet White</dc:creator>
      <dc:date>2005-11-28T17:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: failed telnet login attempts to syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680326#M742611</link>
      <description>Hi Janet:&lt;BR /&gt;&lt;BR /&gt;Failed logins are logged in '/var/adm/btmp' if the file is present.&lt;BR /&gt;&lt;BR /&gt;If not, 'touch' it to create it.  Make sure that the permissions are set *only* to allow root read-access.   It is possible that passwords from the failed logins will be exposed in this file.&lt;BR /&gt;&lt;BR /&gt;For more information see the man pages for 'last'.  'lastb' is used to read this binary file as noted therein.&lt;BR /&gt; &lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Nov 2005 18:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680326#M742611</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2005-11-28T18:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: failed telnet login attempts to syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680327#M742612</link>
      <description>Janet -&lt;BR /&gt;&lt;BR /&gt;The HP-UX Host IDS product, available as a free download from software.hp.com, does monitor btmp for 11i (and btmps for 11iv2) for failed login attempts, whether they be for remote (rlogin), telnet, or ssh logins.  You simply need to write a trivial script (examples in the Admin Guide) that can be invoked for every failed login attempt and that can then forward the failed login information to your centralized server.  The alert will contain the login name that was supplied and the host name and IP address of the host from which the login was initiated.  &lt;BR /&gt;&lt;BR /&gt;I have attached a testimonial from one customer who uses our product for SOX compliance. &lt;BR /&gt;&lt;BR /&gt;Let me know if you have any questions regarding HP-UX HIDS, which can do more than just monitor failed logins.  The Admin Guide can be found at docs.hp.com.&lt;BR /&gt;&lt;BR /&gt;Pierre&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Nov 2005 19:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680327#M742612</guid>
      <dc:creator>Pierre Pasturel</dc:creator>
      <dc:date>2005-11-28T19:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: failed telnet login attempts to syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680328#M742613</link>
      <description>I like using lastb, but that doesn't get my failed logins to syslog. I will look into the HIDS product. Thank you both.</description>
      <pubDate>Mon, 28 Nov 2005 21:18:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680328#M742613</guid>
      <dc:creator>Janet White</dc:creator>
      <dc:date>2005-11-28T21:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: failed telnet login attempts to syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680329#M742614</link>
      <description>Just try to restart inetd using # inetd -c or # /sbin/init.d/inetd stop and /sbin/init.d/inetd start. # lastb -R will provide failed login details. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 28 Nov 2005 22:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/failed-telnet-login-attempts-to-syslog/m-p/3680329#M742614</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-11-28T22:44:03Z</dc:date>
    </item>
  </channel>
</rss>

