<?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: How to check if Anti-Spoofing is enabled and set to Prevent mode for each interface on CLI? in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/51068#M3325</link>
    <description>&lt;P&gt;Thanks. This command will easily show if there is at least one interface not running in Prevent mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;grep ":monitor_only (true)" $FWDIR/state/local/FW1/local.set&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this command shows if there is at least one interface that has Anti-Spoofing disabled:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;grep ":has_addr_info (false)" $FWDIR/state/local/FW1/local.set&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also added these checks to our &lt;A href="https://community.checkpoint.com/docs/DOC-2214-common-check-point-commands-ccc" target="_blank"&gt;ccc&lt;/A&gt; script.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 17:21:27 GMT</pubDate>
    <dc:creator>Danny</dc:creator>
    <dc:date>2019-04-17T17:21:27Z</dc:date>
    <item>
      <title>How to check if Anti-Spoofing is enabled and set to Prevent mode for each interface on CLI?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50591#M3298</link>
      <description>&lt;P&gt;Which CLI command will let me know if each interface has Anti-Spoofing enabled and set to Prevent mode?&lt;BR /&gt;This command is not specific enough:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;fw ctl get int fw_antispoofing_enabled&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 11 Apr 2019 13:14:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50591#M3298</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2019-04-11T13:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if Anti-Spoofing is enabled and set to Prevent mode for each interface on CLI?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50598#M3302</link>
      <description>&lt;P&gt;I don't believe there is a way to pull this information directly out of the running kernel, but the cached policy INSPECT files on the gateway can be queried for this info using this tool:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/Show-Address-Spoofing-Networks-via-CLI/m-p/38776" target="_blank"&gt;https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/Show-Address-Spoofing-Networks-via-CLI/m-p/38776&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 13:52:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50598#M3302</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-04-11T13:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if Anti-Spoofing is enabled and set to Prevent mode for each interface on CLI?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50673#M3309</link>
      <description>That kernel variable just tells you that it's been disabled in the kernel. You need to query the actual installed policy to see if it's really enabled or not.</description>
      <pubDate>Fri, 12 Apr 2019 01:28:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/50673#M3309</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-12T01:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to check if Anti-Spoofing is enabled and set to Prevent mode for each interface on CLI?</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/51068#M3325</link>
      <description>&lt;P&gt;Thanks. This command will easily show if there is at least one interface not running in Prevent mode:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;grep ":monitor_only (true)" $FWDIR/state/local/FW1/local.set&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and this command shows if there is at least one interface that has Anti-Spoofing disabled:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;grep ":has_addr_info (false)" $FWDIR/state/local/FW1/local.set&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also added these checks to our &lt;A href="https://community.checkpoint.com/docs/DOC-2214-common-check-point-commands-ccc" target="_blank"&gt;ccc&lt;/A&gt; script.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 17:21:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/How-to-check-if-Anti-Spoofing-is-enabled-and-set-to-Prevent-mode/m-p/51068#M3325</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2019-04-17T17:21:27Z</dc:date>
    </item>
  </channel>
</rss>

