<?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: Can wireshark monitor/sees/detects encrypted traffic in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957013#M1105731</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/247357"&gt;@Ibrahim Jamil&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Wireshark can only show you the encrypted data, not the decrypted content. This is because encryption is designed to secure data in transit and make it unreadable to anyone without the proper decryption keys.&lt;/P&gt;&lt;P&gt;When you capture encrypted traffic with Wireshark, you will see the encrypted payload, but you won't be able to understand the actual content of the data. The details of the encrypted data will look like random characters.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want to inspect the contents of encrypted traffic, you would need to have access to the encryption keys as shown &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1572274"&gt;@Blue_Bird&lt;/a&gt;&amp;nbsp;'s link or use methods like Man-in-the-Middle attacks...&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Nov 2023 15:04:36 GMT</pubDate>
    <dc:creator>M02@rt37</dc:creator>
    <dc:date>2023-11-10T15:04:36Z</dc:date>
    <item>
      <title>Can wireshark monitor/sees/detects encrypted traffic</title>
      <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4956915#M1105723</link>
      <description>&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can wireshark monitor/sees/detects encrypted traffic, how does this wireshark look like?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 12:32:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4956915#M1105723</guid>
      <dc:creator>Ibrahim Jamil</dc:creator>
      <dc:date>2023-11-10T12:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can wireshark monitor/sees/detects encrypted traffic</title>
      <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4956930#M1105725</link>
      <description>&lt;P&gt;Hello Ibrahim,&lt;/P&gt;&lt;P&gt;Yes, some cases...... you can monitor/see encrypted traffic....&lt;/P&gt;&lt;P&gt;Please go through the following link....to know&amp;nbsp; the details:&lt;/P&gt;&lt;P&gt;&lt;A href="https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/" target="_blank" rel="noopener"&gt;https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;*******&lt;STRONG&gt; If This Helps, Please Rate&lt;/STRONG&gt; *******&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 13:05:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4956930#M1105725</guid>
      <dc:creator>Blue_Bird</dc:creator>
      <dc:date>2023-11-10T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can wireshark monitor/sees/detects encrypted traffic</title>
      <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957001#M1105729</link>
      <description>&lt;P&gt;Generally speaking, we cannot decrypt a pcap as a "man in the middle".&lt;/P&gt;
&lt;P&gt;If you have captured from the client in question and have the key log from a client (or the private key from a server - very unusual but possible if you own the server), you MAY be able to decrypt https traffic but this is a very rare use case.&lt;/P&gt;
&lt;P&gt;For some lightly protected protocols like RADIUS or TACACS+ which use shared secret text strings you can decrypt by entering the shared secret key in Wireshark.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fortinet.com/t5/FortiGate/Troubleshooting-Tip-Decrypt-RADIUS-and-TACACS-packet-using/ta-p/231937" target="_blank"&gt;https://community.fortinet.com/t5/FortiGate/Troubleshooting-Tip-Decrypt-RADIUS-and-TACACS-packet-using/ta-p/231937&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 14:46:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957001#M1105729</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2023-11-10T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can wireshark monitor/sees/detects encrypted traffic</title>
      <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957008#M1105730</link>
      <description>&lt;P&gt;Yes you can see packet but the data inside the packet you can not&amp;nbsp;&lt;BR /&gt;what you need is only use filter and filter packet with UDP 4500/500/50&amp;nbsp;&lt;BR /&gt;that it.&lt;BR /&gt;&lt;BR /&gt;Thanks A Lot &lt;BR /&gt;MHM&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 14:51:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957008#M1105730</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-11-10T14:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can wireshark monitor/sees/detects encrypted traffic</title>
      <link>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957013#M1105731</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/247357"&gt;@Ibrahim Jamil&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Wireshark can only show you the encrypted data, not the decrypted content. This is because encryption is designed to secure data in transit and make it unreadable to anyone without the proper decryption keys.&lt;/P&gt;&lt;P&gt;When you capture encrypted traffic with Wireshark, you will see the encrypted payload, but you won't be able to understand the actual content of the data. The details of the encrypted data will look like random characters.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want to inspect the contents of encrypted traffic, you would need to have access to the encryption keys as shown &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1572274"&gt;@Blue_Bird&lt;/a&gt;&amp;nbsp;'s link or use methods like Man-in-the-Middle attacks...&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2023 15:04:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/can-wireshark-monitor-sees-detects-encrypted-traffic/m-p/4957013#M1105731</guid>
      <dc:creator>M02@rt37</dc:creator>
      <dc:date>2023-11-10T15:04:36Z</dc:date>
    </item>
  </channel>
</rss>

