<div dir="ltr">Hello,<br><br>OONI's March 2022 status report is shared below.<br><br><b># OONI Monthly Report: March 2022</b><br><br>Throughout March 2022, the OONI team worked on the following sprints:<br><br>* Sprint 60 (1st - 13th March 2022)<br>* Sprint 61 (14th - 31st March 2022) <br><br>Our work can be tracked through the various OONI GitHub repositories: <a href="https://github.com/ooni">https://github.com/ooni</a><br><br>Highlights are shared in this report below.<br><br><b>## Published report on new blocks in Russia amid war in Ukraine</b><br><br>We published a research report on new censorship events in Russia amid the war in Ukraine, based on OONI data analysis.<br><br>You can read the report here: <a href="https://ooni.org/post/2022-russia-blocks-amid-ru-ua-conflict/">https://ooni.org/post/2022-russia-blocks-amid-ru-ua-conflict/</a> <br><br>Below we share some key findings:<br><br>* Media censorship. Russia recently started blocking access to independent Russian news media websites (such as Dozhd and New Times) and foreign news media websites (such as BBC, Deutsche Welle, Russian version of Voice of America, and RFE/RL service websites).<br><br>* Blocking of a website about captured and killed Russian soldiers. Russia blocked access to <a href="http://200rf.com">200rf.com</a>, which was created by representatives of the Ministry of Internal Affairs of Ukraine to share information about captured and killed Russian soldiers in Ukraine.<br><br>* Centralized throttling of Twitter. OONI data suggests that access to <a href="http://twitter.com">twitter.com</a> was throttled in Russia between 26th February 2022 to 4th March 2022. As the throttling of <a href="http://twitter.com">twitter.com</a> seems to have stopped across all ISPs in Russia at the same time (~08:00 on 4th March 2022 UTC), it appears to have been centralized. Moreover, interference to <a href="http://twitter.com">twitter.com</a> appears to have changed from throttling to blocking (through the injection of a RST packet) on 4th March 2022.<br><br>* Blocking of Facebook and Twitter. OONI data shows that access to <a href="http://facebook.com">facebook.com</a> and <a href="http://twitter.com">twitter.com</a> was blocked in Russia by 4th March 2022 (primarily through the injection of RST packets).<br><br>* Decentralized censorship. Every Internet Service Provider (ISP) in Russia is responsible for implementing government-mandated blocks independently. As a result, we observe variance in how internet censorship is implemented across Russia, as blocks are not implemented on all networks in the country, and different ISPs adopt different censorship techniques. Some ISPs implement blocks through the use of multiple techniques at the same time, making circumvention harder.<br><br>* Different censorship techniques. To block websites, OONI data shows that Russian ISPs adopt the following censorship techniques (beyond throttling):<br><br>* DNS manipulation, redirecting in some cases to blockpages<br>* HTTP man-in-the-middle, serving blockpages<br>* TLS man-in-the-middle<br>* Injection of a RST packet after the ClientHello during the TLS handshake (most prevalent)<br>* Timing out the session after the ClientHello during the TLS handshake<br>* Closing the connection after the ClientHello during the TLS handshake<br><br>These findings received press coverage from Wired (<a href="https://www.wired.com/story/russia-splinternet-censorship/">https://www.wired.com/story/russia-splinternet-censorship/</a>), Business Insider (<a href="https://www.businessinsider.com/splinternet-in-pictures-what-russian-internet-looks-like-right-now-2022-3">https://www.businessinsider.com/splinternet-in-pictures-what-russian-internet-looks-like-right-now-2022-3</a>), VPNCompare (<a href="https://www.vpncompare.co.uk/ooni-russia-censorship-propaganda/">https://www.vpncompare.co.uk/ooni-russia-censorship-propaganda/</a>), and Protocol (<a href="https://www.protocol.com/russian-internet-crackdown">https://www.protocol.com/russian-internet-crackdown</a>). <br><br>This research report also resulted in a donation to OONI from Pantheon, who (along with several other open web leaders) published a statement in support of OONI’s mission: <a href="https://pantheon.io/blog/pantheon-rises-support-open-web">https://pantheon.io/blog/pantheon-rises-support-open-web</a> <br><div><br></div><div><b>## OONI Probe Mobile</b><br><br>We released OONI Probe Android 3.6.0: <a href="https://github.com/ooni/probe-android/releases/tag/v3.6.0">https://github.com/ooni/probe-android/releases/tag/v3.6.0</a> <br><br>This release includes the following improvements:<br>* New Tor Snowflake experiment<br>* New DNS Check experiment<br>* RiseupVPN test temporarily disabled<br>* Links to OONI blog posts and research reports<br>* User-initiated tests start off minimized<br>* Improved progress bar and test runtime counter<br>* Measurement engine synced with OONI Probe CLI 3.14<br>* Bug fixes and improvements<br><br>We followed-up with an OONI Probe Android 3.6.1 release (<a href="https://github.com/ooni/probe-android/releases/tag/v3.6.1">https://github.com/ooni/probe-android/releases/tag/v3.6.1</a>) with a bug fix.<br><br>On OONI Probe Android, we also worked on:<br>* Enabling users to disable the VPN warning (<a href="https://github.com/ooni/probe/issues/2015">https://github.com/ooni/probe/issues/2015</a>); <br>* Exploring how to make the VPN check compatible with Netguard firewall (<a href="https://github.com/ooni/probe/issues/1697">https://github.com/ooni/probe/issues/1697</a>);  <br>* Fixing a bug affecting the re-run button (<a href="https://github.com/ooni/probe/issues/2043">https://github.com/ooni/probe/issues/2043</a>);<br>* Adding support for in-app language selection (<a href="https://github.com/ooni/probe/issues/1933">https://github.com/ooni/probe/issues/1933</a>).<br><br>On OONI Probe iOS, we worked on:<br>* Marking measurements coming from a VPN with a special annotation (<a href="https://github.com/ooni/probe/issues/1901">https://github.com/ooni/probe/issues/1901</a>); <br>* Ensuring that tests start minimized (<a href="https://github.com/ooni/probe/issues/1976">https://github.com/ooni/probe/issues/1976</a>);<br>* Changing the styling of the proxy indicator (<a href="https://github.com/ooni/probe/issues/1919">https://github.com/ooni/probe/issues/1919</a>); <br>* Ensuring that the VPN modal is only displayed before tests start running (<a href="https://github.com/ooni/probe/issues/1982">https://github.com/ooni/probe/issues/1982</a>); <br>* Addressing a bug that resulted in the minimized running test indicator from missing in the measurement list view (<a href="https://github.com/ooni/probe/issues/1981">https://github.com/ooni/probe/issues/1981</a>); <br>* Ensuring that VPN warnings are not displayed when the VPN warning option is disabled (<a href="https://github.com/ooni/probe/issues/2015">https://github.com/ooni/probe/issues/2015</a>, <a href="https://github.com/ooni/probe-ios/pull/478">https://github.com/ooni/probe-ios/pull/478</a>); <br>* Fixing the background color in the experimental test group animation (<a href="https://github.com/ooni/probe/issues/2038">https://github.com/ooni/probe/issues/2038</a>); <br>* Improving the progress bar of tests (<a href="https://github.com/ooni/probe/issues/2021">https://github.com/ooni/probe/issues/2021</a>, <a href="https://github.com/ooni/probe/issues/1936">https://github.com/ooni/probe/issues/1936</a>). <br><br><b>## OONI Probe Desktop</b><br><br>We released OONI Probe Desktop 3.7.0: <br><br>Leading up to this release, we made several release candidates for extensive testing and quality assurance (<a href="https://github.com/ooni/probe-desktop/releases">https://github.com/ooni/probe-desktop/releases</a>). <br><br>Notably, OONI Probe Desktop 3.7.0 includes the following improvements:<br>* New Tor integration (<a href="https://github.com/ooni/ooni.org/issues/761">https://github.com/ooni/ooni.org/issues/761</a>); <br>* New Tor Snowflake experiment (<a href="https://github.com/ooni/probe-desktop/pull/271">https://github.com/ooni/probe-desktop/pull/271</a>); <br>* New auto-scrolling container for logs when running tests (<a href="https://github.com/ooni/probe-desktop/pull/288">https://github.com/ooni/probe-desktop/pull/288</a>); <br>* RiseupVPN test temporarily disabled (<a href="https://github.com/ooni/probe/issues/2002">https://github.com/ooni/probe/issues/2002</a>); <br>* Bug fix affecting the custom website editor (<a href="https://github.com/ooni/probe-desktop/pull/273">https://github.com/ooni/probe-desktop/pull/273</a>); <br>* Bug fix ensuring fallback to English for unsupported languages (<a href="https://github.com/ooni/probe-desktop/pull/274">https://github.com/ooni/probe-desktop/pull/274</a>); <br>* Electron upgraded to v12 (<a href="https://github.com/ooni/probe-desktop/pull/278">https://github.com/ooni/probe-desktop/pull/278</a>). <br><br><b>## Expanding censorship measurement methodologies</b><br><br>We wrote the third prototype of Websteps (codenamed “winter 2022”), our new experiment for measuring the blocking of websites. Rather than modifying the existing implementation, we chose to fork relevant packages of the probe-cli repository into a separate repository (<a href="https://github.com/bassosimone/websteps-illustrated/">https://github.com/bassosimone/websteps-illustrated/</a>), which allowed us to iterate faster and perform more changes without the risk of breaking the existing codebase or splitting each change into easy-to-review, small patches.<br><br>We achieved quite a lot of progress in this fork, ranging from improvements to the underlying libraries to significant progress in terms of the final version of Websteps. The repository itself contains extensive documentation about what changed. Here we only provide some highlights:<br><br>* We wrote a complete specification of Websteps that not only describes the measurement methodology, but also the analysis algorithms;<br><br>* We tested this Webstep implementation on a few networks in China, Iran, and Italy;<br><br>* We improved the conceptual model of Websteps, which now allows us to easily express what we are measuring, with more clarify with regards to the measurement algorithm; <br><br>* We developed a new integration testing framework for Websteps that (rather than relying on simulating censorship using Linux networking capabilities as we currently do) is based on re-running actual measurements collected on censored networks;<br><br>* We significantly improved the DNS implementation by adding support for PTR, CNAME, and NS records, fixing bugs and adding performance improvements;<br><br>* We implemented a DNS Ping extension for Websteps that only runs after specific DNS measurements to collect extra information (e.g. multiple DNS replies) that is rather useful to collect evidence of DNS-based censorship;<br><br>* We wrote a Websteps measurement library in Python that allows us to process and visualize measurements and manage integration test cases.<br><br>As a next step, we are engaging external researchers for an additional round of review of the experiment. Following this review (and any further changes based on feedback), we will start the process of integrating the changes into the OONI Probe CLI repository. <br><br><b>## Launch of Circumvention Tool Reachability Dashboard</b><br><br>We launched a new dashboard (<a href="https://explorer.ooni.org/chart/circumvention">https://explorer.ooni.org/chart/circumvention</a>) that presents findings from all censorship circumvention tool test results (including the new Snowflake test) on OONI Explorer. <br><br>This new Circumvention Tool Reachability Dashboard presents aggregate views of real-time OONI data collected from the reachability testing of circumvention tools around the world. Through this interactive dashboard, users can check whether circumvention tools work and monitor their potential blocking around the world based on real-time OONI data. As the dashboard presents charts based on aggregate views of OONI data, these charts can potentially support relevant outreach and advocacy efforts.  <br><br><b>## OONI Measurement Aggregation Toolkit (MAT)</b><br><br>Throughout March 2022, we made significant progress on the Measurement Aggregation Toolkit (MAT) in preparation for the public launch in April 2022. Based on community feedback and extensive testing, we worked on making several improvements (<a href="https://github.com/ooni/explorer/issues?q=is%3Aissue+label%3AMAT+is%3Aopen">https://github.com/ooni/explorer/issues?q=is%3Aissue+label%3AMAT+is%3Aopen</a>).  <br><br>Notably, we added support (to both OONI Explorer Search and the MAT) for filtering Web Connectivity measurements based on website categories (<a href="https://github.com/ooni/explorer/issues/288">https://github.com/ooni/explorer/issues/288</a>). This enables OONI Explorer and MAT users to filter measurements based on website categories (such as news media) and to easily discover thematic website censorship, such as the blocking of news media websites, human rights websites, and many other categories of websites (we use the Citizen Lab test list category codes).  <br><br>To ensure compatibility between the MAT and the OONI Explorer Search Tool, we added support for domain-based filtering (<a href="https://github.com/ooni/explorer/issues/664">https://github.com/ooni/explorer/issues/664</a>) in the MAT (as opposed to filtering by URL). This enables users to get aggregate views of all measurements pertaining to a domain, rather than having to explore measurements separately for each URL corresponding to a domain. <br><br>We made a series of improvements to the tables and charts generated through the MAT, and we improved the labels and copy used in various features (such as buttons and drop-down menus) of the platform. We also worked on adding code-level documentation to highlight critical parts of the codebase. Following all the improvements, we created a preview link for further testing leading up to the launch.   <br></div><div><br></div><div><b>## OONI backend</b><br><br>During March 2022, OONI backend activities mainly involved the reprocessing of legacy OONI measurements to improve data quality. As part of this, we are working on improving the measurement re-processor (<a href="https://github.com/ooni/backend/issues/569">https://github.com/ooni/backend/issues/569</a>). To monitor the progress, we developed new dashboards on Jupyter.<br><br>As part of the migration to Clickhouse, we implemented fetching measurements from the spool directory served by Nginx and developed speed improvements for the API's get_measurement. We benchmarked ways to upload database tables from Clickhouse to S3. This could be used in the future to automatically publish database tables to external researchers.<br><br>We made improvements to our URL prioritization algorithm (<a href="https://github.com/ooni/backend/issues/562">https://github.com/ooni/backend/issues/562</a>) to ensure that popular social media URLs (which are frequently blocked around the world) are always prioritized for testing globally. As part of our work to move probes to the new test helper, we created a monitoring dashboard, we added performance metrics to the API, and we forwarded some of the production traffic to the new hosts. <br><br><b>## Improving OONI data analysis capabilities</b><br><br>As part of our efforts to consolidate block page fingerprints that we find with those collected by the Citizen Lab (<a href="https://github.com/ooni/backend/issues/516">https://github.com/ooni/backend/issues/516</a>), we opened a pull request on the Citizen Lab repository for filtering annotations with DNS signatures from Russia (<a href="https://github.com/citizenlab/filtering-annotations/pull/1">https://github.com/citizenlab/filtering-annotations/pull/1</a>). These were extracted as part of our OONI data analysis efforts when investigating the emergence of new blocks in Russia following the invasion of Ukraine.  <br><br><b>## Creating an online OONI Training Course for Advocacy Assembly</b><br><br>During March 2022, we worked on completing all the materials for the online OONI training course that we are creating for Small Media’s Advocacy Assembly project (<a href="https://www.advocacyassembly.org/">https://www.advocacyassembly.org/</a>). <br><br>In particular, we:<br>* Created 11 screencasts for various OONI tools;<br>* Wrote copy for 10 training slides (which are included in several chapters of the course);<br>* Created quizzes for 3 training chapters;<br>* Coordinated with partners on creating case study videos. <br><br><b>## Test list updates</b><br><br>In response to censorship events, we contributed updates to the following Citizen Lab test lists:<br><br>* Russia: <a href="https://github.com/citizenlab/test-lists/pull/929">https://github.com/citizenlab/test-lists/pull/929</a>, <a href="https://github.com/citizenlab/test-lists/pull/930">https://github.com/citizenlab/test-lists/pull/930</a>, <a href="https://github.com/citizenlab/test-lists/pull/934">https://github.com/citizenlab/test-lists/pull/934</a> <br>* Ukraine: <a href="https://github.com/citizenlab/test-lists/pull/935">https://github.com/citizenlab/test-lists/pull/935</a> <br>* Egypt: <a href="https://github.com/citizenlab/test-lists/pull/939">https://github.com/citizenlab/test-lists/pull/939</a> <br>* Global: <a href="https://github.com/citizenlab/test-lists/pull/938">https://github.com/citizenlab/test-lists/pull/938</a>, <a href="https://github.com/citizenlab/test-lists/pull/947">https://github.com/citizenlab/test-lists/pull/947</a>, <a href="https://github.com/citizenlab/test-lists/pull/948">https://github.com/citizenlab/test-lists/pull/948</a>  <br><br>We also reviewed and merged several test list pull requests contributed by community members.<br><b><br>## Notable community use of OONI Probe and OONI data</b><br><br><b>### ISOC blog posts on blocks in Russia</b><br><br>As part of their “Internet Perspectives: Ukraine and Russia” blog series (<a href="https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia">https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia</a>), Internet Society (ISOC) published the following 2 blog posts based on OONI data:<br><br>* OONI Data: Looking For Anomalies and Blocks: <a href="https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia#OONI">https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia#OONI</a> <br>* Top Categories for New Russian Internet blocks (OONI Anomalies): <a href="https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia#OoniAnomalies">https://pulse.internetsociety.org/blog/internet-perspectives-ukraine-and-russia#OoniAnomalies</a> <br><br><b>### Article on network congestion and blocks in Iran</b><br><br>Digiato (an Iranian technology news portal) published an article discussing network congestion in Iran, where Iranian experts discuss intermittent blocks in the country, citing OONI data (<a href="https://digiato.com/article/2022/02/23/why-iran-internet-is-congested">https://digiato.com/article/2022/02/23/why-iran-internet-is-congested</a>). The article also features a screenshot of a chart generated from OONI’s Measurement Aggregation Toolkit (to demonstrate the intermittent blocks).  <br></div><div><br></div><div><b>## Community activities<br><br>### OONI presentation at Spacemesh Meetup</b><br><br>Spacemesh is a cryptocurrency organization that also has a social causes program (<a href="https://spacemesh.io/blog/spacemesh-social-causes-program/">https://spacemesh.io/blog/spacemesh-social-causes-program/</a>). As part of this program, they focused on “Fighting Censorship” and engaged their global community with using OONI Probe (<a href="https://spacemesh.io/blog/winning_together-raise-the-flag/#challenge-overview">https://spacemesh.io/blog/winning_together-raise-the-flag/#challenge-overview</a>). In particular, they encouraged their community to install and run OONI Probe, and to practice several OONI Probe hands-on exercises (“challenges”) that we shared with them. We were also invited to give an OONI presentation for Spacemesh. <br><br>On 8th March 2022, OONI’s Maria presented OONI at a Spacemesh meetup. The presentation can be viewed here: <a href="https://vimeo.com/688867593">https://vimeo.com/688867593</a> <br><br>Spacemesh subsequently wrote about OONI in their weekly newsletter: <a href="https://smesher.substack.com/p/weekly-inspiration-for-humans-in">https://smesher.substack.com/p/weekly-inspiration-for-humans-in</a> <br><br><b>### OONI Community Meeting</b><br><br>On 29th March 2022, we hosted the monthly OONI Community Meeting on our Slack channel (<a href="https://slack.ooni.org/">https://slack.ooni.org/</a>), during which we discussed the following topics: <br><br>1) Updates from the OONI team (new research and OONI Probe releases)<br><br>2) Cambodia’s National Internet Gateway<br><br>3) Addressing false positives in OONI measurements<br><br>4) Simplifying the OONI FAQ<br><br><b>## Userbase</b><br><br>In March 2022, 40,833,632 OONI Probe measurements were collected from 3,155 AS networks in 167 countries around the world.<br><br>This information can also be found through our measurement stats on OONI Explorer (see chart on “monthly coverage worldwide”): <a href="https://explorer.ooni.org/">https://explorer.ooni.org/</a><br><br>~ OONI team.<br></div></div>