<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Security on The Official Wireshark Blog</title>
    <link>https://blog.wireshark.org/categories/security/</link>
    <description>Recent content in Security on The Official Wireshark Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 29 Jan 2024 17:13:42 +0000</lastBuildDate><atom:link href="https://blog.wireshark.org/categories/security/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>From Network Packets to Log Data: How Logray built upon Falco’s foundation</title>
      <link>https://blog.wireshark.org/2024/01/from-network-packets-to-log-data-how-logray-built-upon-falcos-foundation/</link>
      <pubDate>Mon, 29 Jan 2024 17:13:42 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2024/01/from-network-packets-to-log-data-how-logray-built-upon-falcos-foundation/</guid>
      <description>&lt;p&gt;In the ever-evolving landscape of network security, a new star has emerged – Logray. The name comes from “log” (as in event logs) and “ray” (the closest zoological cousin to sharks, similar to “wire” and “shark” for network packets. Logray represents a significant leap in network security tools. Premiering at &lt;a href=&#34;https://www.youtube.com/watch?v=7bfUSXJPHPs&#34; data-type=&#34;link&#34; data-id=&#34;https://www.youtube.com/watch?v=7bfUSXJPHPs&#34;&gt;SharkFest ’22&lt;/a&gt;, it takes the best of Wireshark and innovates further by focusing on log data analysis. While Wireshark focuses on scrutinizing network traffic, Logray delves into system calls, Amazon Cloudtrail logs, and other log data, offering new vistas for network security professionals.&lt;/p&gt;
&lt;p&gt;At its core, Logray retains the user-friendly aspects of Wireshark, including the familiar filter engine, intuitive colouring, and context menus. Yet, it goes beyond by accommodating the reading of &lt;a href=&#34;https://wiki.wireshark.org/Development/PcapNg&#34; data-type=&#34;link&#34; data-id=&#34;https://wiki.wireshark.org/Development/PcapNg&#34;&gt;PcapNG&lt;/a&gt; files embedded with log data and facilitating the integration of third-party plugins using Falco’s powerful plugin API. System call and log data is saved using the PCAP Next Generation Dump File Format (pcapng), which provides a powerful and versatile shared foundation which broadens the scope of data capture and analysis.&lt;/p&gt;
&lt;p&gt;A notable innovation within Logray is ‘&lt;a href=&#34;https://www.wireshark.org/docs/man-pages/falcodump.html&#34; data-type=&#34;link&#34; data-id=&#34;https://www.wireshark.org/docs/man-pages/falcodump.html&#34;&gt;falcodump&lt;/a&gt;‘, a component enabling the dumping of log data via a Falco source plugin. As an external capture (&lt;a href=&#34;https://www.wireshark.org/docs/man-pages/extcap.html&#34; data-type=&#34;link&#34; data-id=&#34;https://www.wireshark.org/docs/man-pages/extcap.html&#34;&gt;extcap&lt;/a&gt;) tool, falcodump captures log messages from cloud providers, presenting each plugin as a distinct interface.&lt;/p&gt;
&lt;p&gt;For instance, the below command is run under the hood to capture AWS CloudTrail events from an S3 bucket. The end user does not have to type it themselves.&lt;/p&gt;
&lt;p class=&#34;has-background&#34; style=&#34;background-color:#ffffff&#34;&gt;
  &lt;code&gt;falcodump --extcap-interface=cloudtrail --fifo=/tmp/cloudtrail.pcap --plugin-source=s3://aws-cloudtrail-logs…/CloudTrail/us-east-2/… --capture&lt;/code&gt;
&lt;/p&gt;
&lt;p&gt;Logray’s choice to support Falco plugins allows security practitioners to harness the falcodump capabilities to potentially bridge the gap between sporadic data sources such as cloud services and identity providers.&lt;/p&gt;
&lt;p&gt;The true value of Logray lies in its ability to synthesise information from system calls and log data into a unified recording format. This cohesive approach offers analysts a panoramic view of relevant events, transcending the limitations of examining network, system, and log contexts in isolation or through disjointed SIEM tooling. Logray embodies a holistic solution, using the power of Falco to enrich data from otherwise disjointed event sources, providing profound contextual analysis for system introspection.&lt;/p&gt;
&lt;p&gt;In conclusion, Logray isn’t just another tool; it’s a paradigm shift in network security, enabling professionals to connect the dots across multiple data sources seamlessly. This unified vision provides a clearer, more comprehensive understanding of security events, marking a significant advancement in the field of network security analysis.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The evolution of system introspection from BPF to Wireshark to Falco</title>
      <link>https://blog.wireshark.org/2023/09/the-evolution-of-system-introspection-from-bpf-to-wireshark-to-falco/</link>
      <pubDate>Wed, 27 Sep 2023 15:14:02 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2023/09/the-evolution-of-system-introspection-from-bpf-to-wireshark-to-falco/</guid>
      <description>&lt;p&gt;&lt;em&gt;Falco, an open source innovation, was conceived with the vision of crafting a flexible and robust rules engine atop the Sysdig libraries. This initiative aimed to furnish a potent tool for the detection of aberrant behaviors and intrusions within modern applications, akin to the Snort paradigm but tailored to the realm of system calls and finely tuned for cloud environments.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Nevertheless, it’s important to recognize that Falco and Wireshark represent distinct facets of this evolutionary process. Falco offers ongoing surveillance akin to Snort, while Wireshark specializes in interactive endpoint network traffic analysis.&lt;/p&gt;
&lt;h3 id=&#34;introduction&#34;&gt;Introduction &lt;a href=&#34;#introduction&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Part of this journey has been the emergence of cloud-native apps. From the early days of BPF (Berkley Packet Filter) and libpcap (a portable C/C++ library for network traffic capture), which laid the foundation for network packet analysis, to the familiar graphical user interface of Wireshark, our understanding of network data has undergone profound changes. This article embarks on a journey through this transformation, shedding light on how tcpdump and libpcap sparked an explosion of packet-based analysis and runtime security tools exemplified by Wireshark and Snort.&lt;/p&gt;
&lt;p&gt;Wireshark, Snort, Nmap, Kismet, ngrep, and a bunch of other tools started at around the same time and are all evolutionary branches of tcpdump and libpcap.&lt;/p&gt;
&lt;p&gt;However, as cloud computing continues to reshape the technological landscape, traditional network packet analysis tools have found themselves grappling with an evolving challenge: the cloud itself. Cloud-native applications have ushered in a new era of complexity and dynamism, rendering many existing visibility solutions obsolete. This shift necessitated a fresh perspective on network monitoring, leading to the birth of Falco, a tool poised to be the Snort of the cloud.&lt;/p&gt;
&lt;p&gt;In this exploration, we’ll dive into the why and how of Falco’s creation, uncovering the critical role it plays in addressing the challenges of cloud-native applications from the evolution of network packet analysis to the rise of Falco as a powerful solution for Linux workloads, whether they be hosts, containers, or IoT devices. Join us on a journey through the ever-changing landscape of network analysis and security in the cloud.&lt;/p&gt;
&lt;h3 id=&#34;starting-the-story-with-network-packet-analysis&#34;&gt;Starting the story with Network Packet Analysis &lt;a href=&#34;#starting-the-story-with-network-packet-analysis&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;During the late 1990s Internet boom, the demand for computer networks skyrocketed, leading to an increased need for monitoring, troubleshooting, and securing these networks. Regrettably, the available network visibility tools of that era were prohibitively expensive for many operators, leaving them grappling with a lack of insights.&lt;/p&gt;
&lt;p&gt;Consequently, teams worldwide embarked on a mission to address this predicament. Their efforts revolved around expanding existing operating systems to incorporate packet capture capabilities, essentially transforming off-the-shelf computer workstations into devices capable of residing on a network and capturing all inbound and outbound data packets from other workstations. One such solution was the Berkeley Packet Filter (BPF), crafted to extend the functionality of the BSD (Berkeley Software Distribution) operating system kernel.&lt;/p&gt;
&lt;p&gt;For Linux users, the term ‘eBPF’ may ring a bell – a virtual machine renowned for securely executing arbitrary code within the Linux kernel. Remarkably, eBPF has evolved into a powerful and flexible technology over the years. However, its origins trace back to a modest programmable packet capture and filtering module designed for BSD Unix.&lt;/p&gt;
&lt;p&gt;The BPF team introduced a game-changing library known as ‘libpcap,’ which enabled any program to capture raw network packets. It was developed in order to make tcpdump more useful. For instance, it gave the ability to filter packets. Since then, a bunch of spin-off networking projects would emerge on the scene. In 1998, a GUI-based open source protocol analyzer named ‘Ethereal’ (later renamed Wireshark) was introduced, eventually becoming the gold standard in packet analysis that persists to this day.&lt;/p&gt;
&lt;p&gt;What unites ‘tcpdump,’ Wireshark, and numerous other popular networking tools is their ability to access a data source that is rich, accurate, and reliable, all collected in a nonintrusive manner: raw network packets. This fundamental concept will be central to our discussion moving forward.&lt;/p&gt;
&lt;h3 id=&#34;the-evolution-of-packet-based-intrusion-detection-systems&#34;&gt;The evolution of Packet-Based Intrusion Detection Systems &lt;a href=&#34;#the-evolution-of-packet-based-intrusion-detection-systems&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Introspection tools, such as tcpdump and Wireshark, naturally emerged as the initial applications harnessing the capabilities of the BPF packet capture stack. However, as time progressed, innovative applications for packet data began to surface. Enter Snort, an open source, packet-based runtime security tool that shares common ground with Falco. Much like Falco, Snort operates as a rule engine, processing packets acquired from network traffic. Like its cloud-native counterpart, Snort boasts an extensive library of pre-configured rules designed to identify threats and unwarranted activities by scrutinizing packet content, protocols, and payload data. The success of Snort served as a catalyst for the development of similar tools, including Suricata and Zeek.&lt;/p&gt;
&lt;p&gt;What truly empowers tools like Snort is their proficiency in assessing the security of networks and applications in real time, even as these applications run. This real-time focus proves invaluable by delivering immediate protection with a unique emphasis on runtime behavior, enabling the detection of threats rooted in vulnerabilities that may remain undisclosed.&lt;/p&gt;
&lt;h3 id=&#34;the-issue-with-network-packet-capture-in-the-cloud&#34;&gt;The issue with Network Packet Capture in the Cloud &lt;a href=&#34;#the-issue-with-network-packet-capture-in-the-cloud&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The utilization of network packets as a foundational data source has spawned a thriving ecosystem. Nonetheless, several emerging trends have gradually eroded the viability of packets as an unequivocal source of information.&lt;/p&gt;
&lt;p&gt;First, the task of comprehensively collecting packets has grown increasingly complex, especially within environments such as the cloud, where access to routers and network infrastructure is constrained. Second, the proliferation of encryption and network virtualization has posed formidable challenges in extracting valuable insights from network traffic. Lastly, the ascent of containerization and orchestrators like Kubernetes has rendered infrastructures more elastic while concurrently complicating the reliable collection of network data.&lt;/p&gt;
&lt;p&gt;Once again, a dynamic new ecosystem was unfolding, yet the means to effectively troubleshoot and secure it remained elusive.&lt;/p&gt;
&lt;h3 id=&#34;solving-these-shortcomings-with-system-calls&#34;&gt;Solving these shortcomings with system calls &lt;a href=&#34;#solving-these-shortcomings-with-system-calls&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Before the emergence of Falco, an open source tool known as ‘Sysdig Inspect’ was crafted with a primary focus on the collection of packet data within cloud-native ecosystems. This was achieved through the capture of system calls, often referred to as syscalls, originating from the kernel of the operating system. &lt;/p&gt;
&lt;p&gt;Syscalls, as a data source, offer a richness that surpasses that of mere network packets. They encompass a wide spectrum of activities, extending beyond network data to encompass file I/O operations, command executions, interprocess communication, and more. Syscalls stand out as an ideal data source for cloud-native environments as they can be harnessed from the kernel, catering to both containerized environments and cloud instances. Moreover, the process of collecting syscalls is characterized by its simplicity, efficiency, and non-invasiveness.&lt;/p&gt;
&lt;p&gt;The architecture of Sysdig comprised a kernel capture probe, making use of either the default, loadable kernel module or leveraging eBPF. To facilitate the development of capture programs, Sysdig offered a suite of libraries, enabling seamless integration with modern cloud-native technologies such as Kubernetes and various orchestrators. This versatility addressed the shortcomings observed in environments where traditional solutions like Snort and Wireshark fell short. Additionally, Sysdig provided a command-line tool replete with decoding and filtering functionalities, tailored to accommodate the prevalent network packet workflows essential in cloud environments, where the ease of filtering and scriptability of trace files is paramount.&lt;/p&gt;
&lt;h3 id=&#34;bringing-us-to-falco-8211-the-evolution-of-wireshark-to-the-cloud&#34;&gt;Bringing us to Falco – the evolution of Wireshark to the Cloud &lt;a href=&#34;#bringing-us-to-falco-8211-the-evolution-of-wireshark-to-the-cloud&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;DDrawing from our comprehension of how Snort introduced a rule-based engine for scrutinizing network traffic to identify suspicious activity, an evolution that implemented Wireshark’s network introspection, and how Sysdig expanded the scope of visibility within cloud-native environments by delving into system calls, effectively departing from sole reliance on Wireshark’s libpcap framework. It logically followed that an Intrusion Detection System (IDS) solution would emerge, featuring a sophisticated rule-based engine tailored for cloud-native workloads while harnessing the capabilities of eBPF and the kernel’s system call architecture.&lt;/p&gt;
&lt;p&gt;Falco’s rule engine drew inspiration from Snort’s design but operated within a far more expansive and versatile dataset, seamlessly integrated with the Sysdig libraries. While its default ruleset may be more concise than Snort’s, Falco empowers users to craft intricate rules that trigger in real-time based on arbitrary contextual factors. These factors encompass a wide array of scenarios, including access to sensitive data, mode transitions, unexpected network connections, socket alterations, compliance breaches, and more. Given its capacity to monitor all activities on a server or node through system calls, Falco functions as a real-time intrusion detection tool, mirroring Wireshark’s role in providing real-time network analysis for endpoints.&lt;/p&gt;
&lt;h3 id=&#34;conclusion&#34;&gt;Conclusion &lt;a href=&#34;#conclusion&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;In the journey from the early days of BPF to the widespread adoption of Wireshark, we’ve witnessed the remarkable evolution of system introspection tools, each one contributing to the ever-expanding landscape of cybersecurity. However, as cloud-native computing and microservices architectures become the new norm, a new champion has emerged: Falco. Falco represents the cutting edge of intrusion detection, specifically designed to tackle the intricacies and challenges posed by cloud-native hosts and workloads. With its real-time behavioral monitoring, container awareness, and comprehensive rule sets, Falco stands as a testament to the adaptability and innovation in the world of cybersecurity. As the digital landscape continues to evolve, Falco is the tool of choice for those who prioritize the security and integrity of their cloud-native environments. It’s not just a system introspection tool; it’s the future of protecting what matters most in this rapidly changing world of technology.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>The Cloudflare Incident And Its Impact On Wireshark.org</title>
      <link>https://blog.wireshark.org/2017/02/the-cloudflare-incident-and-its-impact-on-wireshark-org/</link>
      <pubDate>Sat, 25 Feb 2017 18:39:29 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2017/02/the-cloudflare-incident-and-its-impact-on-wireshark-org/</guid>
      <description>&lt;p&gt;Cloudflare recently announced a security incident that potentially impacts anyone who visited various wireshark.org and winpcap.org sites for the past six months.&lt;/p&gt;
&lt;h3 id=&#34;what-happened&#34;&gt;What happened? &lt;a href=&#34;#what-happened&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Cloudflare is a popular service that provides content delivery, DDoS protection and DNS services for web sites.&lt;/p&gt;
&lt;p&gt;A software bug Cloudflare’s servers leaked potentially sensitive information. Some of that information ended up in caches all over the Internet. At Google, Microsoft, your ISP, your company’s or university’s proxy servers, and elsewhere. Due to the randomness and distributed nature of the bug, it’s difficult to know what the full impact is. &lt;a href=&#34;https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/&#34;&gt;Cloudflare provides the following estimate&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;“The greatest period of impact was from February 13 and February 18 with around 1 in every 3,300,000 HTTP requests through Cloudflare potentially resulting in memory leakage (thatâ€™s about 0.00003% of requests).”&lt;/p&gt;
&lt;p&gt;The bug was introduced on September 22, 2016 and fixed on February 18th, 2017.&lt;/p&gt;
&lt;p&gt;The Google Project Zero bug describing the issue in detail can be found at &lt;a href=&#34;https://bugs.chromium.org/p/project-zero/issues/detail?id=1139&#34;&gt;https://bugs.chromium.org/p/project-zero/issues/detail?id=1139&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cloudflare’s incident report can be found at &lt;a href=&#34;https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/&#34;&gt;https://blog.cloudflare.com/incident-report-on-memory-leak-caused-by-cloudflare-parser-bug/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The initial Hacker News discussion can be found at &lt;a href=&#34;https://news.ycombinator.com/item?id=13718752&#34;&gt;https://news.ycombinator.com/item?id=13718752&lt;/a&gt;&lt;/p&gt;
&lt;h3 id=&#34;was-wireshark-affected&#34;&gt;Was Wireshark affected? &lt;a href=&#34;#was-wireshark-affected&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The following wireshark.org and winpcap.org sites were behind Cloudflare proxies during the period in question:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;ask.wirehsark.org&lt;/li&gt;
&lt;li&gt;blog.wireshark.org&lt;/li&gt;
&lt;li&gt;bugs.wireshark.org&lt;/li&gt;
&lt;li&gt;sharkfest.wireshark.org&lt;/li&gt;
&lt;li&gt;sharkfesteurope.wireshark.org&lt;/li&gt;
&lt;li&gt;wiki.wireshark.org&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.wireshark.org&#34;&gt;www.wireshark.org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&#34;https://www.winpcap.org&#34;&gt;www.winpcap.org&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Wireshark’s download servers (*.dl.wireshark.org), buildbot.wireshark.org and code.wireshark.org were not behind Cloudflare.&lt;/p&gt;
&lt;h3 id=&#34;i-browsed-to-a-one-of-the-sites-listed-above-between-september-22nd-2016-and-february-18th-2017-am-i-affected&#34;&gt;I browsed to a one of the sites listed above between September 22nd, 2016 and February 18th, 2017. Am I affected? &lt;a href=&#34;#i-browsed-to-a-one-of-the-sites-listed-above-between-september-22nd-2016-and-february-18th-2017-am-i-affected&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;The chances are slim, but those chances are not zero.&lt;/p&gt;
&lt;p&gt;Most of the content that we serve is “static” and “public.” That is, it’s the same for everyone and doesn’t contain any sensitive information. The risk exposed by Cloudflare is from dynamic content that contains sensitive information such as the login page on ask, bugs, wiki, etc. Our web sites get frequent requests for static content, but dynamic requests are relatively infrequent.&lt;/p&gt;
&lt;p&gt;In a world where everyone has infinite free time I would have no qualms about recommending that everyone with a wireshark.org account change his or her passwords. However, this is the real world and your time is valuable. If you logged in to one of our sites and used a unique password it might not be worth your time to change it. On the other hand, if your professional reputation depends on your ask.wireshark.org score you probably should. If you have any sort of administrative access you definitely should. Most of our users fall into the first category.&lt;/p&gt;
&lt;p&gt;If you’re wondering why it looks like I’m downplaying the importance of changing your wireshark.org passwords, see the next question.&lt;/p&gt;
&lt;h3 id=&#34;i-used-a-web-browser-smart-phone-or-an-internet-connected-wearable-doohickey-between-september-22nd-2016-and-february-18th-2017-am-i-affected&#34;&gt;I used a web browser, smart phone, or an internet-connected wearable doohickey between September 22nd, 2016 and February 18th, 2017. Am I affected? &lt;a href=&#34;#i-used-a-web-browser-smart-phone-or-an-internet-connected-wearable-doohickey-between-september-22nd-2016-and-february-18th-2017-am-i-affected&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I honestly don’t know. The chances are almost certainly not zero.&lt;/p&gt;
&lt;p&gt;Cloudflare is a very popular service. At the time of this writing an &lt;a href=&#34;https://github.com/pirate/sites-using-cloudflare/blob/master/README.md&#34;&gt;unofficial list of affected sites&lt;/a&gt; stands at more than four million entries and counting. It includes many of the world’s most popular web sites.&lt;/p&gt;
&lt;p&gt;If you’re going to spend time changing passwords, doing so for sites that deal with finance, email, DNA testing, dating, and other parts of your personal life probably ranks higher than that for, say, the Wireshark wiki.&lt;/p&gt;
&lt;h3 id=&#34;isn8217t-a-vague-answer-like-8220the-chances-are-slim-but-not-zero8221-a-frustratingly-craptastic-one-compared-to-a-definitive-8220yes8221-or-8220no8221&#34;&gt;Isn’t a vague answer like “the chances are slim but not zero” a frustratingly craptastic one compared to a definitive “yes” or “no”? &lt;a href=&#34;#isn8217t-a-vague-answer-like-8220the-chances-are-slim-but-not-zero8221-a-frustratingly-craptastic-one-compared-to-a-definitive-8220yes8221-or-8220no8221&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Yes, but it’s also the honest and correct one.&lt;/p&gt;
&lt;h3 id=&#34;update-march-2-2017&#34;&gt;Update: March 2, 2017 &lt;a href=&#34;#update-march-2-2017&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Yesterday Cloudflare posted an update on the issue at &lt;a href=&#34;https://blog.cloudflare.com/quantifying-the-impact-of-cloudbleed/&#34;&gt;https://blog.cloudflare.com/quantifying-the-impact-of-cloudbleed/&lt;/a&gt;. In it they posted the following leak estimates:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; Requests per Month       Anticipated Leaks
 ------------------       -----------------
        200B â€“ 300B         22,356 â€“ 33,534
        100B â€“ 200B         11,427 â€“ 22,356
         50B â€“ 100B          5,962 â€“ 11,427
          10B â€“ 50B           1,118 â€“ 5,926
           1B â€“ 10B             112 â€“ 1,118
          500M â€“ 1B                56 â€“ 112
        250M â€“ 500M                 25 â€“ 56
        100M â€“ 250M                 11 â€“ 25
         50M â€“ 100M                  6 â€“ 11
          10M â€“ 50M                   1 â€“ 6
              &amp;lt; 10M                     &amp;lt; 1
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The affected wireshark.org web sites get just over 10M requests per month combined. Private traffic is substantially less than that.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-graham-bloice-on-2017-02-27-041248-0000&#34;&gt;Comment by Graham Bloice on 2017-02-27 04:12:48 +0000 &lt;a href=&#34;#comment-by-graham-bloice-on-2017-02-27-041248-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;And the implications if using a remote authentication service rather than a password held on a Wireshark service, e.g. OAuth?&lt;/p&gt;
&lt;h3 id=&#34;comment-by-greg-gill-on-2017-03-04-131047-0000&#34;&gt;Comment by Greg Gill on 2017-03-04 13:10:47 +0000 &lt;a href=&#34;#comment-by-greg-gill-on-2017-03-04-131047-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Not a good news at all.&lt;br&gt;
“I browsed to a one of the sites listed above between September 22nd, 2016 and February 18th, 2017. Am I affected? The chances are slim, but those chances are not zero”&lt;/p&gt;
&lt;h3 id=&#34;comment-by-dustin-detorres-on-2017-03-23-044857-0000&#34;&gt;Comment by Dustin DeTorres on 2017-03-23 04:48:57 +0000 &lt;a href=&#34;#comment-by-dustin-detorres-on-2017-03-23-044857-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Is there anything a user should do?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Detecting Heartbleed Traffic</title>
      <link>https://blog.wireshark.org/2014/04/heartbleed-traffic/</link>
      <pubDate>Wed, 09 Apr 2014 23:02:49 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2014/04/heartbleed-traffic/</guid>
      <description>&lt;p&gt;The big news in the tech industry this week is &lt;a href=&#34;http://heartbleed.com/&#34;&gt;The Heartbleed Bug&lt;/a&gt;, a vulnerability that affects a large portion of secure web sites on the Internet. I updated the Wireshark and WinPcap web sites on Monday (along with reissuing and revoking certificates) shortly after OS patches were released.&lt;/p&gt;
&lt;p&gt;Our web sites are protected going forward, but what about the past? We have a Shark appliance in our environment but that leads to a challenge. We had about 350 GB of HTTPS on our network on Monday alone. This is &lt;em&gt;just slightly too large&lt;/em&gt; to load into Wireshark.&lt;/p&gt;
&lt;p&gt;Fortunately one of my coworkers (P.J. Malloy) came up with a BPF filter that matches Heartbleed traffic:&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://www.riverbed.com/blogs/Retroactively-detecting-a-prior-Heartbleed-exploitation-from-stored-packets-using-a-BPF-expression.html&#34;&gt;http://www.riverbed.com/blogs/Retroactively-detecting-a-prior-Heartbleed-exploitation-from-stored-packets-using-a-BPF-expression.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Applying this filter directly on the Shark appliance gave me a much smaller number of packets which I could easily analyze in Wireshark. So far I haven’t found anything suspicious.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Used Cars and Stub Installers</title>
      <link>https://blog.wireshark.org/2011/12/gratuitous-used-car-analogy/</link>
      <pubDate>Tue, 06 Dec 2011 19:59:28 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2011/12/gratuitous-used-car-analogy/</guid>
      <description>&lt;p&gt;The Wireshark development team works hard to earn the respect of our users. This includes making sure that downloading and installing Wireshark is as easy and trouble-free as possible. Right now the vast majority of our users can go to &lt;a href=&#34;http://www.wireshark.org/&#34; title=&#34;Wireshark&#34;&gt;www.wireshark.org&lt;/a&gt;, follow the big green arrows, and immediately download the appropriate Wireshark package for their platform.&lt;/p&gt;
&lt;p&gt;For many years a number of third party sites have also offered Wireshark downloads. Typing “wireshark download” into your favorite search engine will turn up a bunch of them, usually just below links to wireshark.org. These sites are popular and often provide valuable services such as reviews and malware prescreening. They also reside outside the Wireshark ecosystem — we don’t link to them and aren’t affiliated with any of them.&lt;/p&gt;
&lt;div id=&#34;attachment_511&#34; style=&#34;width: 190px&#34; class=&#34;wp-caption alignright&#34;&gt;
  &lt;a href=&#34;https://blog.wireshark.org/wp-content/uploads/2011/12/used-car-salesman-180.jpg&#34;&gt;&lt;img loading=&#34;lazy&#34; decoding=&#34;async&#34; aria-describedby=&#34;caption-attachment-511&#34; class=&#34;size-full wp-image-511&#34; title=&#34;used-car-salesman-180&#34; src=&#34;https://blog.wireshark.org/wp-content/uploads/2011/12/used-car-salesman-180.jpg&#34; alt=&#34;&#34; width=&#34;180&#34; height=&#34;242&#34; /&gt;&lt;/a&gt;
  &lt;p id=&#34;caption-attachment-511&#34; class=&#34;wp-caption-text&#34;&gt;
    &#34;This is the Cadillac of invasive toolbars at a Chevy price!&#34;
  &lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Sometimes these sites abuse their relationship with their users. For example a few months ago Download.com &lt;a href=&#34;http://www.extremetech.com/computing/93504-download-com-wraps-downloads-in-bloatware-lies-about-motivations&#34;&gt;started using a stub installer which tries to get you to install various toolbars&lt;/a&gt; and who-knows-what-else before it installs the package you ultimately want, much like a sleazy car salesman trying to bundle add-ons you don’t want or need.&lt;/p&gt;
&lt;p&gt;This sort of bottom-feeding behavior is harmful to our user community and exploits the goodwill we have with our users. &lt;a href=&#34;http://krebsonsecurity.com/2011/12/download-com-bundling-toolbars-trojans/&#34;&gt;Brian Krebs&lt;/a&gt; and &lt;a href=&#34;http://seclists.org/nmap-hackers/2011/5&#34;&gt;Gordon “Fyodor” Lyon&lt;/a&gt; describe the problem with much more depth and eloquence than I can.&lt;/p&gt;
&lt;p&gt;I sent a request to Download.com to disable their stub installer for Wireshark. They complied, but there are dozens of other download sites. Trying to keep tabs on all of them would result in a never-ending game of Whac-A-Mole®.&lt;/p&gt;
&lt;p&gt;On behalf of the Wireshark development team I promise to provide easily accessible, direct downloads of Wireshark from wireshark.org just as we always have. If you choose to download Wireshark somewhere else we can’t guarantee that the experience will be free of shenanigans so please be careful.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-sean-b-on-2011-12-07-013637-0000&#34;&gt;Comment by Sean B on 2011-12-07 01:36:37 +0000 &lt;a href=&#34;#comment-by-sean-b-on-2011-12-07-013637-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;But they just wanted to ‘wrap’ all these nice programs in an extra little blanket for…warmth, and safe-keeping…and stuff. I mean who notices extra toolbars and new default search engines? Intrusive? Infuriating? Nonsense.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Running Wireshark as You</title>
      <link>https://blog.wireshark.org/2010/02/running-wireshark-as-you/</link>
      <pubDate>Thu, 04 Feb 2010 20:11:57 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2010/02/running-wireshark-as-you/</guid>
      <description>&lt;p&gt;Running Wireshark on Linux involves an interesting challenge&lt;sup&gt;1&lt;/sup&gt;: Capturing packets requires root access, but Wireshark is &lt;a href=&#34;http://www.wireshark.org/download/automated/sloccount.txt&#34;&gt;big program&lt;/a&gt; and we strongly recommend against running it with elevated privileges. On Linux it’s common to see Wireshark running as root, but this is nearly unheard for similarly-sized applications like Firefox and GIMP. How can we avoid running Wireshark as root?&lt;/p&gt;
&lt;p&gt;UPDATE 2010-02-10: Made changes suggested by Jaap and Balint.&lt;/p&gt;
&lt;h3 id=&#34;a-good-way&#34;&gt;A good way &lt;a href=&#34;#a-good-way&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Notice how I said “capturing packets requires root” above? Here’s a secret — Wireshark doesn’t capture packets. A separate program called &lt;a href=&#34;http://www.wireshark.org/docs/man-pages/dumpcap.html&#34;&gt;dumpcap&lt;/a&gt; does. Compared to Wireshark, dumpcap is tiny. It’s much less complex and much safer to run as root. We can make it so that dumpcap runs as root and that only users in a particular group can run it:&lt;/p&gt;
&lt;pre&gt;$ sudo -s
# groupadd -g wireshark
# usermod -a -G wireshark gerald
# chgrp wireshark /usr/bin/dumpcap
# chmod 4750 /usr/bin/dumpcap
&lt;/pre&gt;
&lt;h3 id=&#34;a-better-way&#34;&gt;A better way &lt;a href=&#34;#a-better-way&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;It’s also possible to let dumpcap do its job without involving root access at all. For a very long time Linux has allowed the use of fine-grained permissions called &lt;a href=&#34;http://manpages.ubuntu.com/manpages/intrepid/man7/capabilities.7.html&#34;&gt;capabilities&lt;/a&gt;. In many recent distributions you can use the &lt;a href=&#34;http://manpages.ubuntu.com/manpages/intrepid/man8/setcap.8.html&#34;&gt;setcap&lt;/a&gt; utility to add capabilities to individual files.&lt;/p&gt;
&lt;p&gt;Dumpcap needs CAP_NET_RAW and CAP_NET_ADMIN, so what do we need to feed setcap? On my Ubuntu Karmic system the setcap man page points you to &lt;a href=&#34;http://manpages.ubuntu.com/manpages/intrepid/man3/cap_from_text.3.html&#34;&gt;cap_from_text&lt;/a&gt;. Cap_from_text points you to _cap_names, an array in the kernel. It would be nice if the setcap man page included a list of capability names along with a few examples. As it turns out, the names need to be in lower-case.&lt;/p&gt;
&lt;pre&gt;$ sudo -s
# sudo apt-get install libcap2-bin
# groupadd -g wireshark
# usermod -a -G wireshark gerald
# chmod 750 /usr/bin/dumpcap
# setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
&lt;/pre&gt;
&lt;p&gt;&lt;span style=&#34;color: #000000;&#34;&gt;You can also set these capabilities for Wireshark and TShark directly. Fully-functional filesystem capabilities &lt;/span&gt;is something the Linux world has needed for a very long time. I’m glad they’re finally seeing wide deployment.&lt;/p&gt;
&lt;h3 id=&#34;who8217s-doing-this&#34;&gt;Who’s Doing This? &lt;a href=&#34;#who8217s-doing-this&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Debian and Gentoo are using group-based permissions for Wireshark. Ubuntu is &lt;a href=&#34;http://brainstorm.ubuntu.com/idea/14140/&#34;&gt;working on it&lt;/a&gt;. Hopefully the other distributions will follow suit.&lt;/p&gt;
&lt;p&gt;&lt;span style=&#34;color: #808080;&#34;&gt;&lt;br /&gt; 1. This is a problem on other systems too, but it’s usually easier to solve. On Windows you can run the NPF service at startup. On OS X you can use ChmodBPF.&lt;br /&gt; &lt;/span&gt;&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-jake-on-2010-02-08-054500-0000&#34;&gt;Comment by Jake on 2010-02-08 05:45:00 +0000 &lt;a href=&#34;#comment-by-jake-on-2010-02-08-054500-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Note that the recent Debian packages already implement this, something you’ll notice when installing them. Thanks Balint. For Ubuntu it’s still on Wishlist status.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-balint-on-2010-02-10-041139-0000&#34;&gt;Comment by Balint on 2010-02-10 04:11:39 +0000 &lt;a href=&#34;#comment-by-balint-on-2010-02-10-041139-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Gerald,&lt;br&gt;
Could you please suggest using the wireshark system group instead of packetcapture?&lt;br&gt;
Gentoo and Debian already use wireshark group, and it would be easier for newcomers to use the same group name everywhere.&lt;/p&gt;
&lt;p&gt;I plan to update the Debian packages to use setcap, thanks for the hint.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2010-02-10-105909-0000&#34;&gt;Comment by Gerald Combs on 2010-02-10 10:59:09 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2010-02-10-105909-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;I changed the example group to “wireshark” and mentioned Gentoo, Debian, and Ubuntu.&lt;/p&gt;
&lt;h3 id=&#34;comment-by-balint-on-2010-02-17-102851-0000&#34;&gt;Comment by Balint on 2010-02-17 10:28:51 +0000 &lt;a href=&#34;#comment-by-balint-on-2010-02-17-102851-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;It would also make sense to use groupadd -g -r wireshark instead of groupadd -g wireshark to make the new group a system group. That would match and nicely coexist with Debian’s and Ubuntu’s installation method.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>Using Wireshark to track a botnet</title>
      <link>https://blog.wireshark.org/2009/10/using-wireshark-to-track-a-botnet/</link>
      <pubDate>Wed, 28 Oct 2009 19:05:19 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2009/10/using-wireshark-to-track-a-botnet/</guid>
      <description>&lt;p&gt;Security researchers have written a Wireshark dissector that will decrypt the command and control protocol used by the Mariposa botnet. More information at &lt;a href=&#34;http://www.paloaltonetworks.com/researchcenter/2009/10/mariposa-tool/&#34;&gt;Palo Alto Networks&lt;/a&gt; and &lt;a href=&#34;http://defintel.blogspot.com/2009/10/mariposa-botnet-analysis.html&#34;&gt;Defence Intelligence&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-manonfire-on-2009-11-02-080548-0000&#34;&gt;Comment by ManOnFire on 2009-11-02 08:05:48 +0000 &lt;a href=&#34;#comment-by-manonfire-on-2009-11-02-080548-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Anyone have a packet capture for mariposa C&amp;amp;C? I would like to test the decryption plugin. Thanks!&lt;/p&gt;
&lt;h3 id=&#34;comment-by-gerald-combs-on-2009-11-04-134755-0000&#34;&gt;Comment by Gerald Combs on 2009-11-04 13:47:55 +0000 &lt;a href=&#34;#comment-by-gerald-combs-on-2009-11-04-134755-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;You might try contacting Palo Alto Networks or Defence Intelligence. I don’t see any capture file downloads on either site.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>Tip from Laura: SMB2 Vulnerability Wireshark Filter</title>
      <link>https://blog.wireshark.org/2009/09/tip-from-laura-smb2-vulnerability-wireshark-filter/</link>
      <pubDate>Tue, 08 Sep 2009 20:38:19 +0000</pubDate>
      
      <guid>https://blog.wireshark.org/2009/09/tip-from-laura-smb2-vulnerability-wireshark-filter/</guid>
      <description>&lt;p&gt;The big tech news this morning was a recently-discovered &lt;a href=&#34;http://seclists.org/fulldisclosure/2009/Sep/0039.html&#34;&gt;SMB2 vulnerability&lt;/a&gt; in Windows Vista, 2008, and 7. Laura Chappell created a Wireshark display filter for identifying offending traffic:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;((smb.cmd == 0x72) &amp;amp;&amp;amp; (smb.flags.response == 0)) &amp;amp;&amp;amp; !(smb.pid.high == 0)&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;See the &lt;a href=&#34;http://www.chappellseminars.com/projects.html&#34;&gt;full report on her site&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;comments&#34;&gt;Comments &lt;a href=&#34;#comments&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h2&gt;&lt;h3 id=&#34;comment-by-jay-on-2009-10-07-141926-0000&#34;&gt;Comment by Jay on 2009-10-07 14:19:26 +0000 &lt;a href=&#34;#comment-by-jay-on-2009-10-07-141926-0000&#34; class=&#34;anchor&#34;&gt;🔗&lt;/a&gt;&lt;/h3&gt;&lt;p&gt;Hi,&lt;br&gt;
I am doing some Software Performance Test(thru network environment) and Im using Wireshark to analyze it.&lt;br&gt;
My Capture filter is ether host xx:xx:xx and Display filter is smb2.&lt;br&gt;
What is the filter syntax should I use to remove the packet using GUID handle file:xxx under smb2 protocol.&lt;br&gt;
Please help.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
