<div dir="ltr">Hello,<br><br>Throughout September 2021, the OONI team worked on the following sprints:<br><br>* Sprint 47 - Caribbean Reef Octopus (1st - 12th September 2021)<br>* Sprint 48 - Amazon river dolphin (13th - 26th September 2021)<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>## New OONI Probe experiment for website testing</b><br><br>We completed the implementation of our new Websteps experiment for measuring the blocking of websites (<a href="https://github.com/ooni/probe/issues/1733">https://github.com/ooni/probe/issues/1733</a>).  <br><br>This new experiment is the successor to our Web Connectivity network test (<a href="https://github.com/ooni/spec/blob/master/nettests/ts-017-web-connectivity.md">https://github.com/ooni/spec/blob/master/nettests/ts-017-web-connectivity.md</a>). The research question that this experiment tries to address is that of enumerating all the possible ways by which a specific URL can be blocked. This means that this experiment does not stop when it detects the first type of blocking, but rather drills deeper to discover all the ways by which blocking is implemented.<br><br>The main differences compared to Web Connectivity that are worth highlighting include:<br><br>* We use a new test helper mechanism for enumerating all the endpoints that need to be tested for a target URL. This includes all the IPs that a particular domain resolves to, as well as the full redirect chain from an uncensored vantage point.<br><br>* We also use QUIC to measure websites.<br><br>* We expand the taxonomy for classifying the various means by which blocking is implemented.<br><br>* We add support for measuring all IP:URL pairs to detect IP blocking that only targets certain addresses.<br><br>In writing this new test, we also made significant improvements to our measurement engine. In particular, we implemented several new primitives for performing the various stages of a URL request (that can eventually be reused by other tests as well): <a href="https://github.com/ooni/probe-cli/pull/528">https://github.com/ooni/probe-cli/pull/528</a>. In doing so, we also documented (in our tutorial on writing OONI Probe tests, see the following section) how third parties can go about using these functions for writing their own tests.<br><br>Once the improvements to the measurement engine were made, we wrote the new implementation of Websteps using these new functions: <a href="https://github.com/ooni/probe-cli/pull/530">https://github.com/ooni/probe-cli/pull/530</a> <br><br>Currently, it’s only possible to run the Websteps experiment through the miniooni researcher tool (<a href="https://github.com/ooni/probe-cli#miniooni">https://github.com/ooni/probe-cli#miniooni</a>).   <br><br>Our next steps for rolling the experiment out in production include:<br><br>* Comparing Websteps to Web Connectivity in terms of bandwidth used;<br>* Comparing Websteps to Web Connectivity in terms of overall test runtime;<br>* Comparing Websteps to Web Connectivity in terms of accuracy at detecting blocking events;<br>* Deploying the new Websteps test helper in production;<br>* Integrating the Websites experiment into the OONI Probe experimental card;<br>* Collecting real world data and analyzing the results for accuracy;<br>* Fully replacing the Web Connectivity test with Websteps and implementing all the needed UI changes in the user facing tools.<br><br><b>## Published new tutorial for writing OONI Probe tests</b><br><br>We published a new tutorial which explains how to write OONI Probe tests. <br><br>The starting point of the tutorial is here: <a href="https://github.com/ooni/probe-cli/tree/master/internal/tutorial">https://github.com/ooni/probe-cli/tree/master/internal/tutorial</a> <br><br>This in-depth tutorial is meant for developers who are interested in contributing new experiments to OONI Probe. The tutorial includes multiple chapters that explain how to practically write a network measurement experiment (using the torsf experiment as an example), how to use the measurex package to write network experiments, and how to use the netxlite networking library. The tutorial includes code based on existing network measurement experiments.<br><br>OONI Probe has always been free and open source to encourage independent third-party review of our methodologies. We have always hoped that the openness of OONI Probe would also encourage talented developers to contribute new experiments.<br><br>Now, with the help of our new tutorial, community members can contribute their own network measurement tests. If integrated into OONI Probe, their test will be run in around 200 countries and territories every month, with test results published as open data (<a href="https://ooni.org/data/">https://ooni.org/data/</a>). <br><br>We have already integrated the RiseupVPN test developed by the LEAP collective, and we have worked with M-Lab on integrating the NDT and DASH tests. We look forward to integrating more tests from the community!<br><br><b>## Published new OONI Probe CLI guide</b><br><br>We published a new user guide for the OONI Probe Command Line Interface (CLI): <a href="https://ooni.org/support/ooni-probe-cli">https://ooni.org/support/ooni-probe-cli</a> <br><br>Our new user guide provides step-by-step instructions on how to use OONI Probe CLI on macOS, Debian/Ubuntu Linux, and on Raspberry Pis. <br><br>In particular, the user guide explains how to install and run OONI Probe CLI, enable automated testing, and view OONI Probe CLI test results. We also provide a reference for every command supported by the OONI Probe CLI.<br><br><b>## Published a research report on the blocking of Gutenberg site in Italy</b><br><br>In collaboration with Davide Brunello (independent researcher), we published a new report which examines the blocking of the Gutenberg book publishing website across networks in Italy based on OONI data.<br><br>Read the report here: <a href="https://ooni.org/post/2021-italy-blocks-gutenberg-book-publishing-website/">https://ooni.org/post/2021-italy-blocks-gutenberg-book-publishing-website/</a> <br><br>Since May 2020, access to the Gutenberg book publishing website has been blocked in Italy (in compliance with a decree of the court of Rome) over copyright violation. <br><br>OONI measurement analysis shows that access to <a href="http://www.gutenberg.org">www.gutenberg.org</a> is blocked on at least 7 AS networks in Italy. Most ISPs primarily block access by means of DNS tampering.<br> <br>In blocking <a href="http://www.gutenberg.org">www.gutenberg.org</a>, some ISPs in Italy (e.g Fastweb & Tiscali) return an NXDOMAIN, others (e.g. TIM, Telecom Italia, Iliad) return the IP address 127.0.0.1, while Vodafone Italia returns the IP address 83.224.65.170.<br> <br>Regardless of what is returned in the DNS response, what all ISPs in Italy (at least those included in this study) appear to have in common is the lack of transparency of the fact that access to <a href="http://www.gutenberg.org">www.gutenberg.org</a> is intentionally blocked. Internet users just see an error message.<br><br><b>## Job Opening for OONI Mobile Developer</b><br><br>We are currently looking for a dedicated mobile developer to lead the development of the OONI Probe mobile app. <br><br>In September 2021, we published the job opening, providing information about the job description, qualification requirements, and how to apply for the OONI Mobile Developer position.<br><br>Our job opening is available here: <a href="https://ooni.org/post/2021-job-opening-ooni-mobile-developer/">https://ooni.org/post/2021-job-opening-ooni-mobile-developer/</a>  <br><br>Following the publication of this job opening, we worked on outreach efforts to help ensure that mobile developers from diverse backgrounds learn about the opportunity and feel encouraged to apply. To this end, we shared the job opening extensively on all OONI social media channels, and with relevant mailing lists and community spaces. We also posted the job opening on a number of job boards, such as FOSS Jobs (<a href="https://www.fossjobs.net/job/10668/mobile-developer-for-ooni-probe-at-open-observatory-of-network-interference-ooni/">https://www.fossjobs.net/job/10668/mobile-developer-for-ooni-probe-at-open-observatory-of-network-interference-ooni/</a>), the Digital Rights Board (<a href="https://www.digitalrights.community/job-board">https://www.digitalrights.community/job-board</a>), and Ada’s list, among others.  <br><br>As applications started to trickle in, we worked on organizing applications and following-up with applicants to communicate next steps.<br><br><b>## OONI Probe Mobile</b><br><br>We released OONI Probe Mobile 3.3.0 for Android (<a href="https://github.com/ooni/probe-android/releases/tag/v3.3.0">https://github.com/ooni/probe-android/releases/tag/v3.3.0</a>) and iOS (<a href="https://github.com/ooni/probe-ios/releases/tag/v3.3.0">https://github.com/ooni/probe-ios/releases/tag/v3.3.0</a>). <br><br>With this release, we improved the layout of the measurement screens with the goal of improving the accessibility of information.<br><br>In particular, we removed the menu settings that used to exist in each test result page (to avoid nesting information too much), and we moved those settings (log, data, OONI Explorer link) to the main measurement screen of each test result. We also included a share button on the top right corner of each test result, enabling users to easily share each measurement directly with their contacts. Thanks to support from Zaina Foundation and the Localization Lab community, the latest version of the OONI Probe mobile app now supports 2 new languages: Swahili and Dutch.<br><br>We also implemented a modal to ask users to update their OONI Probe mobile app to the latest version, as documented through the following ticket and pull requests: <a href="https://github.com/ooni/probe/issues/1237">https://github.com/ooni/probe/issues/1237</a>, <a href="https://github.com/ooni/probe-android/pull/449">https://github.com/ooni/probe-android/pull/449</a> and <a href="https://github.com/ooni/probe-ios/pull/447">https://github.com/ooni/probe-ios/pull/447</a>. <br><br>Over the last months, we had the opportunity to work with Bloco on improving the code quality and testing of the OONI Probe Android app. Bloco document their collaboration with us through their blog post: <a href="https://www.bloco.io/blog/building-test-suite-ooni-probe-android">https://www.bloco.io/blog/building-test-suite-ooni-probe-android</a> <br><br>On OONI Probe Linux, we increased the frequency of automated testing to 12h.<br><br><b>## OONI Explorer</b><br><br>We added support to OONI Explorer for displaying measurements (and filtering by anomaly status) from our new Tor Snowflake experiment: <a href="https://github.com/ooni/explorer/commit/d75fa69fbcfe40ed95a240a25e6c023b83c35eda">https://github.com/ooni/explorer/commit/d75fa69fbcfe40ed95a240a25e6c023b83c35eda</a> <br><br>We also added support to the OONI Explorer search listing for filtering and displaying the anomaly status of OONI Probe Signal, Psiphon, and RiseupVPN test results: <a href="https://github.com/ooni/explorer/commit/35aac4a23b9394e205894060e2aa5b9a7b3d83eb">https://github.com/ooni/explorer/commit/35aac4a23b9394e205894060e2aa5b9a7b3d83eb</a> <br><br><b>## OONI Measurement Aggregation Toolkit (MAT)</b><br><br>We made several important improvements to the OONI Measurement Aggregation Toolkit (MAT). Specifically, we added support for ensuring that there are no holes in the charts so that multi-axis charts are properly aligned. Moreover, we added support for a custom tooltip that contains a link to the raw measurements. This work is documented through the following pull request: <a href="https://github.com/ooni/explorer/pull/600">https://github.com/ooni/explorer/pull/600</a><br><br><b>## Building a web platform for test list updates</b><br><br>We made some progress on the web platform that we’re building to enable community contributions to the Citizen Lab test lists (<a href="https://github.com/citizenlab/test-lists">https://github.com/citizenlab/test-lists</a>). As part of these UI improvements, we added a descriptive warning when a user adds a website that is already included in test lists (<a href="https://github.com/ooni/test-lists-ui/issues/3">https://github.com/ooni/test-lists-ui/issues/3</a>), and we ensured that comments are only enabled when users edit or delete entries (but not when they add new entries). <br><br><b>## OONI backend</b><br><br>In September 2021, we worked on the following OONI backend activities:<br><br>* URL prioritization in the OONI API: Deployed prioritization fixes, monitored URL prioritization and created relevant internal dashboards, sorted the prioritization rules listing;<br>* Looked into missing measurements in the jsonl table; <br>* Added support for returning the current time as a UTC timestamp via the check-in API, which is useful for detecting when the probe system clock is out of sync;<br>* Fixed URL prioritization further and added more end-to-end testing (<a href="https://github.com/ooni/api/pull/264">https://github.com/ooni/api/pull/264</a>): Re-checked the test list coverage and created new internal dashboards; <br>* URL prioritization: Debugged missing “NEWS” category prioritization rule, configured prioritization rules for Cuba and Afghanistan, added support for refraining to test “risky” category codes (see: <a href="https://github.com/ooni/backend/issues/530">https://github.com/ooni/backend/issues/530</a>); <br>* Continued to work on updating our fast-path pipeline;<br>* Continued to monitor OONI measurement coverage from unattended runs on OONI Probe Mobile and Desktop;<br>* Added support to the data processing pipeline for selectively reprocessing data from a specific country or of a specific experiment;<br>* Added scoring for the Signal test to the fastpath pipeline and reprocessed OONI data;<br>* Continued to work on updating the logic used to populate the counter tables which are used for performing aggregation queries (counters_table_updater);<br>* Worked on deploying an upgraded version of our monitoring infrastructure.<br><br>We investigated alternative database solutions that we can potentially use to boost the performance of our services and better meet our data needs. As part of this investigation, we looked into the following database solutions:<br><br>* BigQuery: We dumped the fastpath in JSONL and ran benchmark queries against the whole dataset;<br>* ScyllaDB (we had a call with them to discuss our use cases and needs);<br>* PostgreSQL 13 (we setup a testing instance of it to test migrating our data over);<br>* Clickhouse (we setup a testing instance of Clickhouse and ran some experiments to estimate the performance);<br>* DuckDB: We ran benchmark queries and looked into packaging the library.<br><br>We also created and plotted database-heavy queries that we can run against the database solutions that we are testing, and we looked into alternative hosting platforms. <br><br><b>## OONI data analysis</b><br><br>Leading up to Russia’s 2021 legislative election, we analyzed OONI measurements collected from Russia with the goal of understanding which platforms were already blocked in the country. <br><br>Based on our analysis, we produced 2 charts on the blocking of news media and circumvention tool websites in Russia, which we shared on Twitter: <a href="https://twitter.com/OpenObservatory/status/1438913975752740866">https://twitter.com/OpenObservatory/status/1438913975752740866</a> <br><br>We also shared OONI measurements which show that ISPs in Russia continued to block access to opposition leader Alexei Navalny’s website: <a href="https://twitter.com/OpenObservatory/status/1438912653607555077">https://twitter.com/OpenObservatory/status/1438912653607555077</a> <br><br><b>## Research reports</b><br><br>Throughout September 2021, we worked on 2 research reports (in addition to our report on the blocking of the Gutenberg site in Italy, which we published in September: <a href="https://ooni.org/post/2021-italy-blocks-gutenberg-book-publishing-website/">https://ooni.org/post/2021-italy-blocks-gutenberg-book-publishing-website/</a>) that required relevant OONI data analysis and writing. We completed these research reports by the end of September 2021, but we will publish them in October 2021, once relevant external review is complete.<br><br><b>## Notable community use of OONI Probe and OONI data<br><br>### iThena integration of OONI Probe</b><br><br>In September 2021, OONI Probe was integrated into iThena (<a href="https://root.ithena.net/">https://root.ithena.net/</a>), a volunteer distributed computing initiative running on the Berkeley Open Infrastructure for Network Computing. This integration is documented by iThena here: <a href="https://root.ithena.net/usr/forum_thread.php?id=151">https://root.ithena.net/usr/forum_thread.php?id=151</a> <br><br>Thanks to iThena’s integration of OONI Probe, OONI measurement coverage has increased significantly! We created some charts based on OONI measurement coverage (illustrating the volume of OONI measurement coverage by platform), which clearly show the spike in coverage by iThena’s OONI Probe integration. We shared these charts on Twitter: <a href="https://twitter.com/OpenObservatory/status/1443944726235856901">https://twitter.com/OpenObservatory/status/1443944726235856901</a> <br><br><b>### NetDAN assistive tool</b><br><br>On 30th September 2021, Unwanted Witness (a digital rights organization in Uganda) launched the NetDAN assistive tool which notifies people with visual disabilities of network disruptions in Uganda based on OONI data (<a href="https://twitter.com/OpenObservatory/status/1443560903073538053">https://twitter.com/OpenObservatory/status/1443560903073538053</a>). <br><br>The NetDAN assistive tool can be accessed here: <a href="https://app.netdan.org/">https://app.netdan.org/</a> <br><br>Alternatively, users can interact with NetDAN via phone by calling a toll-free number (+256 800 113 269). <br><br>NetDAN is an assistive tool that detects and audibly informs the users about the connectivity status of the most commonly used websites and applications in Uganda, using OONI data. <br><br><b>### OONI data cited in Freedom on the Net 2021 reports</b><br><br>In September 2021, Freedom House published its annual Freedom on the Net country reports (<a href="https://freedomhouse.org/report/freedom-net/2021/global-drive-control-big-tech">https://freedomhouse.org/report/freedom-net/2021/global-drive-control-big-tech</a>). <br><br>OONI data (primarily through OONI research reports) was cited in the following reports:<br><br>* Freedom on the Net 2021: Uganda, <a href="https://freedomhouse.org/country/uganda/freedom-net/2021">https://freedomhouse.org/country/uganda/freedom-net/2021</a> <br>* Freedom on the Net 2021: Italy, <a href="https://freedomhouse.org/country/italy/freedom-net/2021">https://freedomhouse.org/country/italy/freedom-net/2021</a> <br>* Freedom on the Net 2021: Myanmar, <a href="https://freedomhouse.org/country/myanmar/freedom-net/2021">https://freedomhouse.org/country/myanmar/freedom-net/2021</a> <br>* Freedom on the Net 2021: Azerbaijan, <a href="https://freedomhouse.org/country/azerbaijan/freedom-net/2021">https://freedomhouse.org/country/azerbaijan/freedom-net/2021</a> <br>* Freedom on the Net 2021: Iran, <a href="https://freedomhouse.org/country/iran/freedom-net/2021">https://freedomhouse.org/country/iran/freedom-net/2021</a> <br>* Freedom on the Net 2021: Malaysia, <a href="https://freedomhouse.org/country/malaysia/freedom-net/2021">https://freedomhouse.org/country/malaysia/freedom-net/2021</a> <br>* Freedom on the Net 2021: Saudi Arabia, <a href="https://freedomhouse.org/country/saudi-arabia/freedom-net/2021">https://freedomhouse.org/country/saudi-arabia/freedom-net/2021</a> <br>* Freedom on the Net 2021: Zambia, <a href="https://freedomhouse.org/country/zambia/freedom-net/2021">https://freedomhouse.org/country/zambia/freedom-net/2021</a> <br>* Freedom on the Net 2021: Brazil, <a href="https://freedomhouse.org/country/brazil/freedom-net/2021">https://freedomhouse.org/country/brazil/freedom-net/2021</a> <br>* Freedom on the Net 2021: Colombia, <a href="https://freedomhouse.org/country/colombia/freedom-net/2021">https://freedomhouse.org/country/colombia/freedom-net/2021</a> <br>* Freedom on the Net 2021: Jordan, <a href="https://freedomhouse.org/country/jordan/freedom-net/2021">https://freedomhouse.org/country/jordan/freedom-net/2021</a> <br>* Freedom on the Net 2021: Ethiopia, <a href="https://freedomhouse.org/country/ethiopia/freedom-net/2021">https://freedomhouse.org/country/ethiopia/freedom-net/2021</a> <br><br><b>## Community activities<br><br>### Participation in Access Now Twitter Space on internet shutdowns</b><br><br>On 15th September 2021, OONI’s Maria participated as a speaker in Access Now’s Twitter Space discussion titled “Global Rise of Internet Shutdowns #KeepItOn” (<a href="https://twitter.com/accessnow/status/1437893160856870915">https://twitter.com/accessnow/status/1437893160856870915</a>). As part of her participation in this discussion, Maria discussed how OONI tools and data can be used for measuring “partial internet shutdowns” (involving the blocking of websites and apps), as well as OONI’s role in Access Now’s #KeepItOn campaign fighting internet shutdowns worldwide.  <br><b>### Participation on Kenya Internet Governance Forum (KIGF) 2021 panel</b><br><br>On 21st September 2021, OONI’s Maria participated as a speaker in a (pre-event) panel session on “Leveraging the Philanthropic Sector” at the Kenya Internet Governance Forum (KIGF) 2021 (organized by KICTANet). General information about KIGF 2021 is available here: <a href="https://kigf.or.ke/kenya-igf-2021/">https://kigf.or.ke/kenya-igf-2021/</a>  <br><br>This panel discussion highlighted the digital rights issues in the Eastern Africa region and Africa, exploring ways through which partners can leverage resources (financial, technical, networks, expertise, etc.) to better respond to threats on digital rights in the region. <br><br>As part of her participation, Maria discussed OONI’s partnership program and explained how OONI collaborates with digital rights groups in Africa to measure and respond to internet censorship events. Maria also highlighted the types of resources that such groups can make use of to support their digital rights work in the region. <br><br><b>### OutRight Action International Webinar on launch of LGBTIQ website censorship report</b><br><br>On 29th September 2021, OONI’s Maria participated in OutRight Action International’s webinar (<a href="https://twitter.com/OutRightIntl/status/1438251801212596227">https://twitter.com/OutRightIntl/status/1438251801212596227</a>) to discuss the recent launch of our joint research report “No Access: LGBTIQ Website Censorship in Six Countries” (<a href="https://ooni.org/post/2021-no-access-lgbtiq-website-censorship-six-countries/">https://ooni.org/post/2021-no-access-lgbtiq-website-censorship-six-countries/</a>). <br><br>The webinar panelists included prominent LGBTIQ researchers and advocates from Russia and Indonesia, as well as the founder of My.Kali (an online pan-Arab LGBT magazine), who shared important insights on the impact of LGBTIQ website censorship in their regions. OONI’s Maria and the Citizen Lab’s Irene Poetranto attended to help address any questions related to our research report. <br><br>The webinar recording is available here: <a href="https://www.youtube.com/watch?v=-W_Py9uXpz0">https://www.youtube.com/watch?v=-W_Py9uXpz0</a> <br><br><b>### OONI Community Meeting</b><br><br>On 28th September 2021, 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. OONI updates: (1) Job Opening for OONI Probe Mobile Developer, (2) New User Guide for OONI Probe CLI.<br><br>2. VE sin Filtro’s public image for running OONI Probe on Raspberry Pis.<br><br>3. Measuring server side-blocking and DNS poisoning.<br><br><b>## Userbase</b><br><br>In September 2021, 16,887,184 OONI Probe measurements were collected from 4,765 AS networks in 192 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><br></div>