<?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 Queries in Checkpoint related to logs.  in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28451#M2245</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checkpoint local user- related logs storage path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we configure any alert in firewall which notifies the password change related logs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2018 13:31:08 GMT</pubDate>
    <dc:creator>Vengatesh_SR</dc:creator>
    <dc:date>2018-06-05T13:31:08Z</dc:date>
    <item>
      <title>Queries in Checkpoint related to logs.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28451#M2245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checkpoint local user- related logs storage path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we configure any alert in firewall which notifies the password change related logs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2018 13:31:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28451#M2245</guid>
      <dc:creator>Vengatesh_SR</dc:creator>
      <dc:date>2018-06-05T13:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Queries in Checkpoint related to logs.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28452#M2246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can see password changes in the messages file, for example just grep for "pass"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;[Expert@fw1:0]# grep -i pass messages&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User admin changing password interactively:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 05:13:23 2018 fw1 xpand[16234]: User entry created for "admin" in the password database&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 05:13:23 2018 fw1 xpand[16234]: admin localhost p -passwd:admin:lastchg 1507809353&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 05:13:23 2018 fw1 xpand[16234]: admin localhost p +passwd:admin:lastchg 1528100003&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 05:13:23 2018 fw1 xpand[16234]: admin localhost p -passwd:admin:passwd ********************************&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 05:13:23 2018 fw1 xpand[16234]: admin localhost p +passwd:admin:passwd **********************************&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where&amp;nbsp;&lt;SPAN&gt;1528100003 is the EPOC time you may convert with any tools, for example&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;date -d '1970-01-01 UTC + 1528100003 seconds'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Mon Jun 4 05:13:23 ART 2018&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expert password set with hash instead of interactive:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace; font-size: 12px;"&gt;Jun 4 06:55:47 2018 fw1 clish[13821]: cmd by admin: Start executing : set expert-password-hash ... (cmd md5: ecb7a46d62f313d7f1cc2bc0dacbfbd9)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Then generating alerts would be up to you - you can write scripts, do polling etc depending on the destination of the alert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 09:12:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28452#M2246</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2018-06-07T09:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Queries in Checkpoint related to logs.</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28453#M2247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you're wanting to get the Gaia OS logs into SmartLog so you can run SmartEvent reports, refer to:&amp;nbsp;&lt;A class="link-titled" href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk102995" title="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk102995"&gt;How to export syslog messages from Security Gateway on Gaia OS to a Log Server and view them in SmartView Tracker&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2018 19:09:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Queries-in-Checkpoint-related-to-logs/m-p/28453#M2247</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-06-08T19:09:29Z</dc:date>
    </item>
  </channel>
</rss>

