<?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 LogExporter Regex based filtering in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/LogExporter-Regex-based-filtering/m-p/146694#M72244</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked various sources of information regarding LogExporter, like&amp;nbsp;sk122323.&lt;/P&gt;&lt;P&gt;Customer is running R80.40, and send logs to a SIEM.&lt;/P&gt;&lt;P&gt;We want to limit the amount of logs send to SIEM by use of LogExporter filtering&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to exclude all logs from internal 10.x.x.x host and networks to internal servers also with 10.x.x.x regarding dhcp and dns via filters.&lt;/P&gt;&lt;P&gt;Can regex be used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DNS I think of a filter like:&lt;/P&gt;&lt;P&gt;&amp;lt;filterGroup operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;field name="src" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;10."\d{3}\.\d{3}\.\d{3}"&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="dst" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;10."\d{3}\.\d{3}\.\d{3}"&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;53&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/filterGroup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DHCP&lt;/P&gt;&lt;P&gt;&amp;lt;filterGroup operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;67&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;68&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/filterGroup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frans&lt;/P&gt;</description>
    <pubDate>Thu, 21 Apr 2022 11:17:13 GMT</pubDate>
    <dc:creator>fransmoonen</dc:creator>
    <dc:date>2022-04-21T11:17:13Z</dc:date>
    <item>
      <title>LogExporter Regex based filtering</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/LogExporter-Regex-based-filtering/m-p/146694#M72244</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I checked various sources of information regarding LogExporter, like&amp;nbsp;sk122323.&lt;/P&gt;&lt;P&gt;Customer is running R80.40, and send logs to a SIEM.&lt;/P&gt;&lt;P&gt;We want to limit the amount of logs send to SIEM by use of LogExporter filtering&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to exclude all logs from internal 10.x.x.x host and networks to internal servers also with 10.x.x.x regarding dhcp and dns via filters.&lt;/P&gt;&lt;P&gt;Can regex be used?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DNS I think of a filter like:&lt;/P&gt;&lt;P&gt;&amp;lt;filterGroup operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;field name="src" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;10."\d{3}\.\d{3}\.\d{3}"&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="dst" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;10."\d{3}\.\d{3}\.\d{3}"&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="and"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;53&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/filterGroup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For DHCP&lt;/P&gt;&lt;P&gt;&amp;lt;filterGroup operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;67&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;field name="port" operator="or"&amp;gt;&lt;BR /&gt;&amp;lt;value operation="neq"&amp;gt;68&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;lt;/field&amp;gt;&lt;BR /&gt;&amp;lt;/filterGroup&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is welcome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Frans&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 11:17:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/LogExporter-Regex-based-filtering/m-p/146694#M72244</guid>
      <dc:creator>fransmoonen</dc:creator>
      <dc:date>2022-04-21T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: LogExporter Regex based filtering</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/LogExporter-Regex-based-filtering/m-p/146912#M72245</link>
      <description>&lt;P&gt;Pretty sure regex cannot be used and this is an RFE.&lt;BR /&gt;Recommend reaching out to your local office with this requirement.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 04:04:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/LogExporter-Regex-based-filtering/m-p/146912#M72245</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2022-04-24T04:04:21Z</dc:date>
    </item>
  </channel>
</rss>

