<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns="http://purl.org/rss/1.0/">




    



<channel rdf:about="http://editors.cis-india.org/search_rss">
  <title>Centre for Internet and Society</title>
  <link>http://editors.cis-india.org</link>
  
  <description>
    
            These are the search results for the query, showing results 11 to 15.
        
  </description>
  
  
  
  
  <image rdf:resource="http://editors.cis-india.org/logo.png"/>

  <items>
    <rdf:Seq>
        
            <rdf:li rdf:resource="http://editors.cis-india.org/internet-governance/digital-rights-guide"/>
        
        
            <rdf:li rdf:resource="http://editors.cis-india.org/internet-governance/blog/detecting-encrypted-client-hello-ech-blocking"/>
        
        
            <rdf:li rdf:resource="http://editors.cis-india.org/internet-governance/comments-on-indea-2.0"/>
        
        
            <rdf:li rdf:resource="http://editors.cis-india.org/internet-governance/cis-mozilla-doh-trr"/>
        
        
            <rdf:li rdf:resource="http://editors.cis-india.org/internet-governance/blog/censorwatch-on-the-implementation-of-online-censorship-in-india"/>
        
    </rdf:Seq>
  </items>

</channel>


    <item rdf:about="http://editors.cis-india.org/internet-governance/digital-rights-guide">
    <title>Digital Rights Guide</title>
    <link>http://editors.cis-india.org/internet-governance/digital-rights-guide</link>
    <description>
        &lt;b&gt;&lt;/b&gt;
        
        &lt;p&gt;
        For more details visit &lt;a href='http://editors.cis-india.org/internet-governance/digital-rights-guide'&gt;http://editors.cis-india.org/internet-governance/digital-rights-guide&lt;/a&gt;
        &lt;/p&gt;
    </description>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>divyank</dc:creator>
    <dc:rights></dc:rights>


   <dc:date>2024-07-01T08:00:09Z</dc:date>
   <dc:type>File</dc:type>
   </item>


    <item rdf:about="http://editors.cis-india.org/internet-governance/blog/detecting-encrypted-client-hello-ech-blocking">
    <title>Detecting Encrypted Client Hello (ECH) Blocking</title>
    <link>http://editors.cis-india.org/internet-governance/blog/detecting-encrypted-client-hello-ech-blocking</link>
    <description>
        &lt;b&gt;A new internet protocol makes it harder for internet service providers to censor websites. We made a technical intervention to check if censors are interfering with its deployment.&lt;/b&gt;
        
&lt;p&gt;&lt;em&gt;This blogpost was edited by Torsha Sarkar.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong id="docs-internal-guid-3a0f4668-7fff-7b3b-0095-ae2013caed2b"&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;p dir="ltr"&gt;&lt;span id="docs-internal-guid-3a0f4668-7fff-7b3b-0095-ae2013caed2b"&gt;The Transport Layer Security (TLS) protocol, which is widely recognised as the lock sign in a web browser’s URL bar, encrypts the contents of internet connections when an internet user visits a website so that network intermediaries (such as Internet Service Providers, Internet Exchanges, undersea cable operators, etc.) cannot view the private information being exchanged with the website. &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;span id="docs-internal-guid-3a0f4668-7fff-7b3b-0095-ae2013caed2b"&gt;
&lt;p dir="ltr"&gt;TLS, however, suffers from a privacy issue – the protocol transmits a piece of information known as the Server Name Indication (or SNI) which contains the name of the website a user is visiting. While the purpose of TLS is to encrypt private information, the SNI remains unencrypted – leaking the names of the websites internet users visit to network intermediaries, who use this metadata to &lt;a href="https://www.ft.com/content/adf1cbae-4217-4d7d-9271-8bec41a56fb4"&gt;surveil&lt;/a&gt; internet users and &lt;a href="https://arxiv.org/abs/1912.08590"&gt;censor&lt;/a&gt; access to certain websites. In India, two large internet service providers – Reliance Jio and Bharti Airtel – have been previously &lt;a href="https://www.petsymposium.org/foci/2023/foci-2023-0006.pdf"&gt;found&lt;/a&gt; using the SNI field to block access to websites.&lt;/p&gt;
&lt;p dir="ltr"&gt;Encrypted Client Hello (or &lt;a href="https://datatracker.ietf.org/doc/draft-ietf-tls-esni/"&gt;ECH)&lt;/a&gt; is a new internet protocol that has been under development since 2018 at the Internet Engineering Task Force (&lt;a href="https://www.ietf.org/"&gt;IETF&lt;/a&gt;) and is now being &lt;a href="https://datatracker.ietf.org/doc/minutes-117-tls-202307262000/"&gt;tested&lt;/a&gt; for a small percentage of internet users before a wider rollout. It seeks to address this privacy limitation by encrypting the SNI information that leaks the names of visited websites to internet intermediaries. The ECH protocol significantly raises the bar for censors – the SNI is the last bit of unencrypted metadata in internet connections that censors can reliably use to detect which websites an internet user is visiting. After this protocol is deployed, censors will find it harder to block websites by interfering with network connections and will be forced to utilise blocking methods such as &lt;a href="https://www.ietf.org/archive/id/draft-irtf-pearg-website-fingerprinting-01.html"&gt;website fingerprinting&lt;/a&gt; and &lt;a href="https://en.wikipedia.org/wiki/Kazakhstan_man-in-the-middle_attack"&gt;man-in-the-middle attacks&lt;/a&gt; that are either expensive and less accurate, or unfeasible in most cases.&lt;/p&gt;
&lt;p dir="ltr"&gt;We have been tracking the development of this privacy enhancement. To assist the successful deployment of the ECH protocol, we contributed a new censorship test to the Open Observatory for Network Interference (&lt;a href="https://ooni.org/"&gt;OONI&lt;/a&gt;) late last year. The &lt;a href="https://github.com/ooni/probe-cli/pull/970"&gt;new test&lt;/a&gt; attempts to connect to websites using the ECH protocol and records any interference from censors to the connection. As censors in some countries were &lt;a href="https://www.bleepingcomputer.com/news/security/south-korea-is-censoring-the-internet-by-snooping-on-sni-traffic/"&gt;found&lt;/a&gt; &lt;a href="https://www.zdnet.com/article/china-is-now-blocking-all-encrypted-https-traffic-using-tls-1-3-and-esni/"&gt;blocking&lt;/a&gt; a previous version of the protocol entirely, this test gives important early feedback to the protocol developers on whether censors are able to detect and block the protocol.&lt;/p&gt;
&lt;p dir="ltr"&gt;We conducted ECH tests during the first week of September 2023 from four popular Indian ISPs, namely Airtel, Atria Convergence Technologies (ACT), Reliance Jio, and Vodafone Idea, which &lt;a href="https://trai.gov.in/sites/default/files/PR_No.31of2023_0.pdf"&gt;account&lt;/a&gt; for around 95% of the Indian internet subscriber base. The &lt;a href="https://gist.github.com/d1vyank/e8d0053b3819cda555d119780a75d65f"&gt;results&lt;/a&gt; indicated that ECH connections to a popular website were successful and are not currently being blocked. This was the expected result, as the protocol is still under development. We will continue to monitor for interference from censors closer to the time of completion of the protocol to ensure that this privacy enhancing protocol is successfully deployed.&lt;/p&gt;
&lt;/span&gt;&lt;strong id="docs-internal-guid-3a0f4668-7fff-7b3b-0095-ae2013caed2b"&gt;
&lt;/strong&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;

        &lt;p&gt;
        For more details visit &lt;a href='http://editors.cis-india.org/internet-governance/blog/detecting-encrypted-client-hello-ech-blocking'&gt;http://editors.cis-india.org/internet-governance/blog/detecting-encrypted-client-hello-ech-blocking&lt;/a&gt;
        &lt;/p&gt;
    </description>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>divyank</dc:creator>
    <dc:rights></dc:rights>


   <dc:date>2023-09-05T12:10:47Z</dc:date>
   <dc:type>Blog Entry</dc:type>
   </item>


    <item rdf:about="http://editors.cis-india.org/internet-governance/comments-on-indea-2.0">
    <title>Comments on InDEA 2.0</title>
    <link>http://editors.cis-india.org/internet-governance/comments-on-indea-2.0</link>
    <description>
        &lt;b&gt;&lt;/b&gt;
        
        &lt;p&gt;
        For more details visit &lt;a href='http://editors.cis-india.org/internet-governance/comments-on-indea-2.0'&gt;http://editors.cis-india.org/internet-governance/comments-on-indea-2.0&lt;/a&gt;
        &lt;/p&gt;
    </description>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>divyank</dc:creator>
    <dc:rights></dc:rights>


   <dc:date>2022-03-22T06:26:39Z</dc:date>
   <dc:type>File</dc:type>
   </item>


    <item rdf:about="http://editors.cis-india.org/internet-governance/cis-mozilla-doh-trr">
    <title>cis-mozilla-doh-trr</title>
    <link>http://editors.cis-india.org/internet-governance/cis-mozilla-doh-trr</link>
    <description>
        &lt;b&gt;&lt;/b&gt;
        
        &lt;p&gt;
        For more details visit &lt;a href='http://editors.cis-india.org/internet-governance/cis-mozilla-doh-trr'&gt;http://editors.cis-india.org/internet-governance/cis-mozilla-doh-trr&lt;/a&gt;
        &lt;/p&gt;
    </description>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>divyank</dc:creator>
    <dc:rights></dc:rights>


   <dc:date>2021-01-19T07:26:04Z</dc:date>
   <dc:type>File</dc:type>
   </item>


    <item rdf:about="http://editors.cis-india.org/internet-governance/blog/censorwatch-on-the-implementation-of-online-censorship-in-india">
    <title>CensorWatch: On the Implementation of Online Censorship in India</title>
    <link>http://editors.cis-india.org/internet-governance/blog/censorwatch-on-the-implementation-of-online-censorship-in-india</link>
    <description>
        &lt;b&gt;Results from a nation-wide empirical study on web censorship&lt;/b&gt;
        
&lt;p&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Abstract:&lt;/strong&gt; State authorities in India order domestic internet 
service providers (ISPs) to block access to websites and services. We 
developed a mobile application, CensorWatch, that runs network tests to 
study inconsistencies in how ISPs conduct censorship. We analyse the 
censorship of 10,372 sites, with measurements collected across 71 
networks from 25 states in the country. We find that ISPs in India rely 
on different methods of censorship with larger ISPs utilizing methods 
that are harder to circumvent. By comparing blocklists and contextualising them with specific legal orders, we find concrete evidence 
that ISPs in India are blocking different websites and engaging in 
arbitrary blocking, in violation of Indian law.&lt;/p&gt;
&lt;p&gt;The paper authored by Divyank Katira, Gurshabad Grover, Kushagra Singh and Varun Bansal appeared as part of the conference on Free and Open Communications on the Internet (FOCI '23) and can be accessed &lt;a href="https://www.petsymposium.org/foci/2023/foci-2023-0006.pdf"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span dir="ltr"&gt;The authors would like to thank Pooja Saxena and Akash&lt;/span&gt;&lt;span dir="ltr"&gt; Sheshadri for contributing to the visual design of Censor&lt;/span&gt;&lt;span dir="ltr"&gt;watch; Aayush Rathi, Amber Sinha and Vipul Kharbanda&lt;/span&gt;&lt;span dir="ltr"&gt; for their valuable legal inputs; Internet Freedom Foundation&lt;/span&gt;&lt;span dir="ltr"&gt; for their support; ipinfo.io for providing free access to their&lt;/span&gt;&lt;span dir="ltr"&gt; data and services. The work was made possible because of&lt;/span&gt;&lt;span dir="ltr"&gt; research grants to the Centre for Internet and Society from the&lt;/span&gt;&lt;span dir="ltr"&gt; MacArthur Foundation, Article 19, the East-West Man&lt;/span&gt;&lt;span dir="ltr"&gt;agement Institute and the New Venture Fund. Gurshabad Grover’s contributions were&lt;/span&gt;&lt;span dir="ltr"&gt; supported by a research fellowship from the Open Tech Fund.&lt;/span&gt;&lt;/p&gt;

        &lt;p&gt;
        For more details visit &lt;a href='http://editors.cis-india.org/internet-governance/blog/censorwatch-on-the-implementation-of-online-censorship-in-india'&gt;http://editors.cis-india.org/internet-governance/blog/censorwatch-on-the-implementation-of-online-censorship-in-india&lt;/a&gt;
        &lt;/p&gt;
    </description>
    <dc:publisher>No publisher</dc:publisher>
    <dc:creator>divyank</dc:creator>
    <dc:rights></dc:rights>


   <dc:date>2023-03-15T11:58:56Z</dc:date>
   <dc:type>Blog Entry</dc:type>
   </item>




</rdf:RDF>
