<?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 teamviewer access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/teamviewer-access/m-p/1934911#M437943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know teamviewer uses port 80 to communicate so port blocking isnt really an option. But if you were to block access to *teamviewer.com and *dyngate.com then that should stop the client talking back so the connections will fail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this may work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;regex TV-RGX “\.teamviewer\.com”&lt;BR /&gt;regex DG-RGX “\.dyngate\.com”&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;class-map type regex match-any TV-CLS&lt;BR /&gt;match regex DG-RGX&lt;BR /&gt;match regex TV-RGX&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;policy-map type inspect dns TV-PLC&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;match domain-name regex class TV-CLS&lt;BR /&gt;drop&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;service-policy global_policy global&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Apr 2012 15:04:10 GMT</pubDate>
    <dc:creator>Matt Warrillow</dc:creator>
    <dc:date>2012-04-28T15:04:10Z</dc:date>
    <item>
      <title>teamviewer access</title>
      <link>https://community.cisco.com/t5/network-security/teamviewer-access/m-p/1934910#M437942</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to stops teamviewer, i have users let others colleague access their PCs in the the company from home using the innternet, i have asa 5540 with an acl applied on the outside interface facing the CE Router,how to block this kind of access?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;jamil&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:59:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/teamviewer-access/m-p/1934910#M437942</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2019-03-11T22:59:27Z</dc:date>
    </item>
    <item>
      <title>teamviewer access</title>
      <link>https://community.cisco.com/t5/network-security/teamviewer-access/m-p/1934911#M437943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know teamviewer uses port 80 to communicate so port blocking isnt really an option. But if you were to block access to *teamviewer.com and *dyngate.com then that should stop the client talking back so the connections will fail. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this may work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;regex TV-RGX “\.teamviewer\.com”&lt;BR /&gt;regex DG-RGX “\.dyngate\.com”&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;class-map type regex match-any TV-CLS&lt;BR /&gt;match regex DG-RGX&lt;BR /&gt;match regex TV-RGX&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;policy-map type inspect dns TV-PLC&lt;BR /&gt;parameters&lt;BR /&gt;message-length maximum 512&lt;BR /&gt;match domain-name regex class TV-CLS&lt;BR /&gt;drop&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;policy-map global_policy&lt;BR /&gt;class inspection_default&lt;BR /&gt;inspect dns TV-PLC&lt;/P&gt;&lt;P style="line-height: 1.5em; margin-top: 1.2em; margin-bottom: 1.2em; color: #748669; font-family: 'Lucida Grande', Verdana, Arial, sans-serif; font-size: 11px; text-align: justify; background-color: #ffffff;"&gt;service-policy global_policy global&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Apr 2012 15:04:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/teamviewer-access/m-p/1934911#M437943</guid>
      <dc:creator>Matt Warrillow</dc:creator>
      <dc:date>2012-04-28T15:04:10Z</dc:date>
    </item>
  </channel>
</rss>

