<?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: Real World local.scv Example in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82279#M10746</link>
    <description>&lt;P&gt;That's this part that was missing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do not forget to include RegMonitor in SCVPolicy section:&lt;/P&gt;&lt;PRE&gt;	:SCVPolicy (
		: (RegMonitor)
	)&lt;/PRE&gt;&lt;P&gt;Thanks for your help !&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Apr 2020 20:35:17 GMT</pubDate>
    <dc:creator>Jean-Francois_G</dc:creator>
    <dc:date>2020-04-17T20:35:17Z</dc:date>
    <item>
      <title>Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81381#M10735</link>
      <description>&lt;P&gt;As I am looking through the Remote Access Client admin guide and&amp;nbsp;&lt;SPAN&gt;sk38702, I'm wondering if anyone is willing to share their local.scv files in production. The syntax isn't crazy easy to understand, but I'm most interested in the following if it's supported.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Checking if Windows 10 is &amp;gt;= 1903&lt;BR /&gt;Check if AV process is running - This looks supported&lt;BR /&gt;Check if client computer is joined to company domain&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2020 22:10:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81381#M10735</guid>
      <dc:creator>Kevin_Orrison</dc:creator>
      <dc:date>2020-04-08T22:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81569#M10736</link>
      <description>Under OsMonitor, you'd need something like:&lt;BR /&gt;&lt;BR /&gt;:major_os_version_number_10 (10)&lt;BR /&gt;:minor_os_version_number_10 (0)&lt;BR /&gt;:os_version_operand_10 ("==")&lt;BR /&gt;&lt;BR /&gt;And yes, this should be in the documentation somewhere, but it's not.&lt;BR /&gt;&lt;BR /&gt;AV is definitely supported, see example here: &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk38702" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk38702&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;As for checking if domain-registered, this registry key seems to be the one to check for: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Group Policy\History\MachineDomain&lt;BR /&gt;However, you can also check for a specific registry entry that you add via GPO or similar.</description>
      <pubDate>Fri, 10 Apr 2020 23:20:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81569#M10736</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-04-10T23:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81690#M10737</link>
      <description>What does the minor version correspond to? Is there a way to reference the Windows 10 build? Like 1903 being 18362.753. Ultimately, it would be nice to do build &amp;gt;= 18362.753 is compliant and allowed to connect.</description>
      <pubDate>Mon, 13 Apr 2020 14:26:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81690#M10737</guid>
      <dc:creator>Kevin_Orrison</dc:creator>
      <dc:date>2020-04-13T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81691#M10738</link>
      <description>Minor version in this case is most likely zero (as in Windows version 10.0).&lt;BR /&gt;Hotfix Monitor is probably what you want to use here, but not sure of the exact syntax.</description>
      <pubDate>Mon, 13 Apr 2020 14:40:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81691#M10738</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-04-13T14:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81798#M10739</link>
      <description>Windows version information can be found in the registry on&lt;BR /&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion&lt;BR /&gt;Open this key in regedit and you'll see a lot of information.&lt;BR /&gt;Therefore, the check for version, build and whatever else can be done with RegMonitor.</description>
      <pubDate>Tue, 14 Apr 2020 12:52:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81798#M10739</guid>
      <dc:creator>AndreiMe</dc:creator>
      <dc:date>2020-04-14T12:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81837#M10740</link>
      <description>Thanks for all the input.</description>
      <pubDate>Tue, 14 Apr 2020 17:39:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/81837#M10740</guid>
      <dc:creator>Kevin_Orrison</dc:creator>
      <dc:date>2020-04-14T17:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82148#M10741</link>
      <description>&lt;P&gt;Were you able to make this work im trying to do it and nothing seem to work&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im on Gaia R80.30 on both MGMT and Firewall&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 17:51:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82148#M10741</guid>
      <dc:creator>Jean-Francois_G</dc:creator>
      <dc:date>2020-04-16T17:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82153#M10742</link>
      <description>No, I haven't got around to trying this yet.</description>
      <pubDate>Thu, 16 Apr 2020 18:44:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82153#M10742</guid>
      <dc:creator>Kevin_Orrison</dc:creator>
      <dc:date>2020-04-16T18:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82156#M10743</link>
      <description>&lt;P&gt;ok thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:23:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82156#M10743</guid>
      <dc:creator>Jean-Francois_G</dc:creator>
      <dc:date>2020-04-16T19:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82231#M10744</link>
      <description>&lt;P&gt;And here is an example of the Windows build check. Here we require Windows 10 version 1903 or newer:&lt;/P&gt;
&lt;PRE&gt;		: (RegMonitor
			:type (plugin)
			:parameters (
				:begin_and (1)
					:string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion=6.3")
					:string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ReleaseId&amp;gt;=1903")
				:end (and1)
				:begin_admin (admin)
					:send_log (alert)
					:mismatchmessage ("Windows 10 version 1903 or newer is required.")
				:end (admin)
			)
		)
&lt;/PRE&gt;
&lt;P&gt;As an alternative, you can compare&amp;nbsp;CurrentMajorVersionNumber with 10. In this case, replace&lt;/P&gt;
&lt;PRE&gt;:string ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentVersion=6.3")&lt;/PRE&gt;
&lt;P&gt;with&lt;/P&gt;
&lt;PRE&gt;:value ("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\CurrentMajorVersionNumber=10")&lt;/PRE&gt;
&lt;P&gt;Do not forget to include RegMonitor in SCVPolicy section:&lt;/P&gt;
&lt;PRE&gt;	:SCVPolicy (
		: (RegMonitor)
	)
&lt;/PRE&gt;
&lt;P&gt;Save the local.scv file and install policy. If a separate gateway/management configuration is used, the local.scv file has to be configured on the management.&amp;nbsp;I assume, you have SCV check turned on.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:01:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82231#M10744</guid>
      <dc:creator>AndreiMe</dc:creator>
      <dc:date>2020-04-17T12:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82243#M10745</link>
      <description>&lt;P&gt;Refer to&amp;nbsp;sk65267 for an example of how to check for the domain.&amp;nbsp; In short, add a check to RegMonitor section, e.g.:&lt;/P&gt;
&lt;PRE&gt;:string ("SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Domain=your_company_domain")&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Here we check string value "Domain" in the key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:56:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82243#M10745</guid>
      <dc:creator>AndreiMe</dc:creator>
      <dc:date>2020-04-17T12:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82279#M10746</link>
      <description>&lt;P&gt;That's this part that was missing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do not forget to include RegMonitor in SCVPolicy section:&lt;/P&gt;&lt;PRE&gt;	:SCVPolicy (
		: (RegMonitor)
	)&lt;/PRE&gt;&lt;P&gt;Thanks for your help !&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 20:35:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82279#M10746</guid>
      <dc:creator>Jean-Francois_G</dc:creator>
      <dc:date>2020-04-17T20:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82326#M10747</link>
      <description>&lt;P&gt;I was not even aware SCV was a thing in Checkpoint, always thought you needed the full endpoint security client to do stuff like domain checks.&amp;nbsp; There's always something to learn:-)&lt;/P&gt;&lt;P&gt;Anyhow - this thread inspired me to build this up in my lab and test with just the Check Point Mobile client.&lt;/P&gt;&lt;P&gt;I got it working very nicely after a couple of false starts.&amp;nbsp; I will post a full writeup on the forum also when I have a bit of time.&amp;nbsp; In the meantime, here is my local.scv lab file (had to change extension otherwise I cannot upload to the forum) which checks for domain membership (lab domain is checkpoint.root).&lt;/P&gt;&lt;P&gt;These sources were very helpful:&lt;/P&gt;&lt;P&gt;sk65267&lt;BR /&gt;sk147416&lt;BR /&gt;&lt;A href="https://community.checkpoint.com/t5/Remote-Access-Solutions/White-Paper-Check-Point-Compliance-Checking-with-Secure/m-p/57123#M1737" target="_blank"&gt;https://community.checkpoint.com/t5/Remote-Access-Solutions/White-Paper-Check-Point-Compliance-Checking-with-Secure/m-p/57123#M1737&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Apr 2020 13:27:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82326#M10747</guid>
      <dc:creator>Ruan_Kotze</dc:creator>
      <dc:date>2020-04-18T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82353#M10748</link>
      <description>SCV has been around since before Check Point offered a full Endpoint Security client.&lt;BR /&gt;While the Compliance checks in Endpoint Security are the preferred approach, SCV is still useful in cases where the full Endpoint client isn't needed.&lt;BR /&gt;Note that SCV is only applicable for Windows clients, it is not supported on Mac or on other platforms.</description>
      <pubDate>Sun, 19 Apr 2020 02:53:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82353#M10748</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-04-19T02:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82770#M10749</link>
      <description>It was my understanding that the full endpoint client still uses the local.scv file for its posture checks. Is this not the case? If so, how does the full endpoint client accomplish its posture checks?</description>
      <pubDate>Wed, 22 Apr 2020 13:35:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82770#M10749</guid>
      <dc:creator>Kevin_Orrison</dc:creator>
      <dc:date>2020-04-22T13:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82802#M10750</link>
      <description>The full Endpoint client can use SCV, the configuration file for which is stored on the relevant gateway.&lt;BR /&gt;Compliance checks are configured in SmartEndpoint and stored on the Endpoint Management server.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Apr 2020 16:54:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82802#M10750</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-04-22T16:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82836#M10751</link>
      <description>&lt;P&gt;With the compliance check with the&amp;nbsp;&lt;SPAN&gt;local.scv file or the SmartEndpoint server there is an option to check if a file exist.&amp;nbsp; Ive create a dummy file and i would like to insert it in the MSI im giving to external user so they can install the VPN without knowing they need this file to connect to our server.&amp;nbsp; How can i add this file to the EPS.MSI or the E82.50_CheckPointVPN.msi&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Apr 2020 19:59:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82836#M10751</guid>
      <dc:creator>Jean-Francois_G</dc:creator>
      <dc:date>2020-04-22T19:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82979#M10752</link>
      <description>An MSI is basically an archive.&lt;BR /&gt;Which means, you should be able to add a file to one of the folders that gets installed from the MSI.&lt;BR /&gt;Now whether that will actually work or not is a separate question.&lt;BR /&gt;&lt;BR /&gt;There are better ways to check if the system is a trusted asset or not (e.g. registry checks).</description>
      <pubDate>Thu, 23 Apr 2020 17:39:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82979#M10752</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-04-23T17:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82980#M10753</link>
      <description>&lt;P&gt;I know we can do this with registry too but it will still be the same thing i will need to add a registry key in the MSI because we have external user that are not part of the company that have VPN access to maintain some software.&amp;nbsp; So i would prefer to keep the registry or file secret from them&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 17:43:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/82980#M10753</guid>
      <dc:creator>Jean-Francois_G</dc:creator>
      <dc:date>2020-04-23T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Real World local.scv Example</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/110345#M10754</link>
      <description>&lt;P&gt;This GPO check sounds cleverly neat to use, specially the tip on more specific registry entries we can makeup, thanks! TCPIP Parameter, sounds sneaky, as it's a dns suffix record that, non-domain devices can add it easily to cope with at not cost of the device regular functionality, no?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 19:37:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Real-World-local-scv-Example/m-p/110345#M10754</guid>
      <dc:creator>MrSaintz</dc:creator>
      <dc:date>2021-02-09T19:37:29Z</dc:date>
    </item>
  </channel>
</rss>

