<?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 How to block Teamviewer,Logmein,GotoMyPC etc? in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799901#M493316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bro&lt;/P&gt;&lt;P&gt;TeamViewer (TV) is application that used to create remote access connection to PC anywhere. Even if the PC located behind the firewall. TV client using port 80 for the outbound connection, it is difficult to block using port basis. So, because TV client must be connected first to the TV server, we can use another aproach, that is blocking every dns request for the *.teamviewer.com and/or *.dyngate.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, these are the configuration if we use Cisco ASA Firewall (i am using OS ver 8.x):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX “\.teamviewer\.com”&lt;/P&gt;&lt;P&gt;regex DG-RGX “\.dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt;match regex DG-RGX&lt;/P&gt;&lt;P&gt;match regex TV-RGX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;message-length maximum 512&lt;/P&gt;&lt;P&gt;match domain-name regex class TV-CLS&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P/S: If you think this comment is useful, please do rate them nicely &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jul 2012 20:00:43 GMT</pubDate>
    <dc:creator>Ramraj Sivagnanam Sivajanam</dc:creator>
    <dc:date>2012-07-28T20:00:43Z</dc:date>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799890#M493302</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to block Teamviewer in our network using Cisco ASA. I blocked port 5938 but it dynamically connected to on port 443 which is https. I even tried blocking via the regex way but could not stop the connection.&lt;/P&gt;&lt;P&gt;My conclusion, since it falls back to https blocking it from the firewall becomes all the more difficult as it wont do https inspection. I guess IPS also will fail to inspect https.&lt;/P&gt;&lt;P&gt;Other option would be through Microsoft GPO, but this would be my last option. Is there an alternate solution to accomplish this task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:50:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799890#M493302</guid>
      <dc:creator>Sundeep Dsouza</dc:creator>
      <dc:date>2019-03-11T21:50:41Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799891#M493304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you noticed, these applications are very resilient in a firewalled environment and can often connect on multiple different ports and protocols. This makes it easy for users to connect without the need for any network configuration, but difficult to stop with a firewall. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ASA won't be able to inspect the HTTPS traffic as you already mentioned. You could try blocking the DNS lookups for the servers, but the application might then try a hard-coded IP address. You could use a 3rd party device to act as an HTTPS proxy and block the connection that way. However, even with that it's possible that the application would just choose some other port to use. This is why blocking the application itself is the best choice (either through GPO or some other host-based application).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 15:55:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799891#M493304</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-11-17T15:55:25Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799892#M493306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have just the same topic to solve.&lt;/P&gt;&lt;P&gt;For now, I am using a squid proxy to filter specific dstdomains, such as&amp;nbsp; .teamviewer.com or by means of RegEx acls&lt;/P&gt;&lt;P&gt;But I am expecting to solve it across ASA with IDS/IPS signatures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you jnow if it is possible ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 13:39:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799892#M493306</guid>
      <dc:creator>Henderson Sebastien</dc:creator>
      <dc:date>2011-12-20T13:39:55Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799893#M493307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kind of an old thread but if your hardware allows it you might wan to consider installing a CSC module on your ASA, the CSC will allow you to block a particular category that involves all these remote controll programs: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Category Group: Internet Security&lt;/P&gt;&lt;P&gt;Category Type: Remote Access Program&lt;/P&gt;&lt;P&gt;Definition: Sites that provide tools for remotely monitoring and controlling computers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/ps6823/index.html"&gt;http://www.cisco.com/en/US/products/ps6823/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/csc/csc63/administration/guide/csc4.html#wp1065979"&gt;http://www.cisco.com/en/US/docs/security/csc/csc63/administration/guide/csc4.html#wp1065979&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raga &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/tiny_mce3/plugins/jiveemoticons/images/spacer.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 20:29:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799893#M493307</guid>
      <dc:creator>raga.fusionet</dc:creator>
      <dc:date>2011-12-20T20:29:47Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799894#M493309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Cisco Ironport WSA (web proxy device) can do this also. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2011 20:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799894#M493309</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2011-12-20T20:39:24Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799895#M493310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Luis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think CSC can inspect HTTPS traffic, I did a little bit of reading on it and came across that CSC cant inspect https. However as Marvin pointed out, Ironport WSA can. I have also tried it with Microsofts TMG and it is very effective.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 06:05:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799895#M493310</guid>
      <dc:creator>Sundeep Dsouza</dc:creator>
      <dc:date>2011-12-22T06:05:30Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799896#M493311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sundeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CSC module can filter HTTPS traffic in the latest version (6.6.1125.0).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 14:05:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799896#M493311</guid>
      <dc:creator>mirober2</dc:creator>
      <dc:date>2011-12-22T14:05:36Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799897#M493312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyway, my purpose would be to detect any resident exe which could connect by itself and open a backdoor from inside to outside&lt;/P&gt;&lt;P&gt;Since port 80 is widely available for internet access, does IDS (AIM-SSM) able to get this info ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 17:25:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799897#M493312</guid>
      <dc:creator>Henderson Sebastien</dc:creator>
      <dc:date>2011-12-22T17:25:50Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799898#M493313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alain, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for a way to block the actual .exe on the user's machine what you really need is a Host IPS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 17:29:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799898#M493313</guid>
      <dc:creator>raga.fusionet</dc:creator>
      <dc:date>2011-12-22T17:29:46Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799899#M493314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same problem with my cisco ASA-5585 i want to block the teamviewer ,Logmein and GotoMyPc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any update ...any solution?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 12:26:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799899#M493314</guid>
      <dc:creator>szamin125</dc:creator>
      <dc:date>2012-01-03T12:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799900#M493315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the same problem with my cisco ASA-5585 i want to block the teamviewer ,Logmein and GotoMyPc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any update ...any solution?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sher&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 12:28:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799900#M493315</guid>
      <dc:creator>szamin125</dc:creator>
      <dc:date>2012-01-03T12:28:38Z</dc:date>
    </item>
    <item>
      <title>How to block Teamviewer,Logmein,GotoMyPC etc?</title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799901#M493316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bro&lt;/P&gt;&lt;P&gt;TeamViewer (TV) is application that used to create remote access connection to PC anywhere. Even if the PC located behind the firewall. TV client using port 80 for the outbound connection, it is difficult to block using port basis. So, because TV client must be connected first to the TV server, we can use another aproach, that is blocking every dns request for the *.teamviewer.com and/or *.dyngate.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, these are the configuration if we use Cisco ASA Firewall (i am using OS ver 8.x):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regex TV-RGX “\.teamviewer\.com”&lt;/P&gt;&lt;P&gt;regex DG-RGX “\.dyngate\.com”&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class-map type regex match-any TV-CLS&lt;/P&gt;&lt;P&gt;match regex DG-RGX&lt;/P&gt;&lt;P&gt;match regex TV-RGX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map type inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;parameters&lt;/P&gt;&lt;P&gt;message-length maximum 512&lt;/P&gt;&lt;P&gt;match domain-name regex class TV-CLS&lt;/P&gt;&lt;P&gt;drop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt;class inspection_default&lt;/P&gt;&lt;P&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P/S: If you think this comment is useful, please do rate them nicely &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 20:00:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799901#M493316</guid>
      <dc:creator>Ramraj Sivagnanam Sivajanam</dc:creator>
      <dc:date>2012-07-28T20:00:43Z</dc:date>
    </item>
    <item>
      <title>Hello, </title>
      <link>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799902#M493317</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I blocked the TeamViewer on WSA by blocking the applications for presentation/conferencing also the 5938 port is blocked on firewall but the application still able to connect.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 12:30:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-block-teamviewer-logmein-gotomypc-etc/m-p/1799902#M493317</guid>
      <dc:creator>saitelhadj1</dc:creator>
      <dc:date>2016-11-30T12:30:26Z</dc:date>
    </item>
  </channel>
</rss>

