<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-09-02T07:02:16&#43;02:00</updated>
  <generator>https://nostr.ae</generator>

  <title>Nostr notes by Security Research Labs</title>
  <author>
    <name>Security Research Labs</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://nostr.ae/npub1zcndx3ezmdg3hf7tmy4qlt04lwl838k57zpeuwv85wvk3dczhrus4983nt.rss" />
  <link href="https://nostr.ae/npub1zcndx3ezmdg3hf7tmy4qlt04lwl838k57zpeuwv85wvk3dczhrus4983nt" />
  <id>https://nostr.ae/npub1zcndx3ezmdg3hf7tmy4qlt04lwl838k57zpeuwv85wvk3dczhrus4983nt</id>
  <icon>https://media.infosec.exchange/infosec.exchange/accounts/avatars/109/477/493/427/208/578/original/7c5502e2ad99180f.jpg</icon>
  <logo>https://media.infosec.exchange/infosec.exchange/accounts/avatars/109/477/493/427/208/578/original/7c5502e2ad99180f.jpg</logo>




  <entry>
    <id>https://nostr.ae/nevent1qqsvad3gng303cqsccpln5jje4hu4yy6kgt8auyek6rkqw80xgwegcqzyqtzd568ytd4zxa8e0vj5rad7hamu7y76ncg883es73ej69hq2u0j799qqq</id>
    
      <title type="html">Unveiled at #TROOPERS25 - Hexagon fuzzing unlocked Hexagon is the ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsvad3gng303cqsccpln5jje4hu4yy6kgt8auyek6rkqw80xgwegcqzyqtzd568ytd4zxa8e0vj5rad7hamu7y76ncg883es73ej69hq2u0j799qqq" />
    <content type="html">
      Unveiled at #TROOPERS25 - Hexagon fuzzing unlocked&lt;br/&gt; &lt;br/&gt;Hexagon is the architecture in Qualcomm basebands - they power most of the world&amp;#39;s leading smartphones.&lt;br/&gt; &lt;br/&gt;Until now, this baseband was out of reach.&lt;br/&gt; &lt;br/&gt;We released the first open-source toolchain for system-mode Hexagon fuzzing, presented by Luca Glockow (&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1eyu7fn7jsgmg429mpt4djlfdxfwktdjsg3dkpfcy3fz5423lssxqvjkkwt&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;luglo&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1eyu…kkwt&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;), Rachna Shriwas, and Bruno Produit (&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1jkut78fcxursdq2nr7al367hhk033acely65zyk5lw9hgf2pux9sehylw0&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;bruno&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1jku…ylw0&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;) at &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1r000vrqhjvxfyzsqkwt45w6x3w4pdtl5tasa3djljl4lhjtlgcqqvjr9d4&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;TROOPERS Conference&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1r00…r9d4&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;  &lt;br/&gt;&lt;br/&gt;Full post: &lt;a href=&#34;https://www.srlabs.de/blog-post/hexagon-fuzz-full-system-emulated-fuzzing-of-qualcomm-basebands&#34;&gt;https://www.srlabs.de/blog-post/hexagon-fuzz-full-system-emulated-fuzzing-of-qualcomm-basebands&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;How we opened up mobile firmware in 3 steps:&lt;br/&gt;1. Boot real iPhone basebands with a custom QEMU fork&lt;br/&gt;2. Rust-powered fuzzer controls execution via JSON configs&lt;br/&gt;3. Ghidra integration maps coverage across threads&lt;br/&gt;&lt;br/&gt;This brings full visibility to Qualcomm’s 4G/5G/GPS stacks. &lt;br/&gt;&lt;br/&gt;Reproducible. Extendable. Open source.&lt;br/&gt;&lt;br/&gt;Hexagon’s no longer off-limits - mobile security just got a lot more transparent.&lt;br/&gt; &lt;br/&gt; &lt;br/&gt;🔗 Try it yourself: &lt;a href=&#34;https://github.com/srlabs/hexagon_fuzz&#34;&gt;https://github.com/srlabs/hexagon_fuzz&lt;/a&gt;&lt;br/&gt;📚 Docs: &lt;a href=&#34;https://github.com/srlabs/hexagon_fuzz/blob/main/docs/reverse_engineering.md&#34;&gt;https://github.com/srlabs/hexagon_fuzz/blob/main/docs/reverse_engineering.md&lt;/a&gt;&lt;br/&gt;🖥️ Slides from Troopers25: &lt;a href=&#34;https://github.com/srlabs/hexagon_fuzz/blob/main/docs/talk/hexagon_fuzz_troopers2025.pdf&#34;&gt;https://github.com/srlabs/hexagon_fuzz/blob/main/docs/talk/hexagon_fuzz_troopers2025.pdf&lt;/a&gt;&lt;br/&gt;🛠️ Issues, ideas, or contributions? PRs welcome.
    </content>
    <updated>2025-07-01T11:08:47&#43;02:00</updated>
  </entry>

  <entry>
    <id>https://nostr.ae/nevent1qqsgggnts7fc6r6flrfhksqqlup6ct7ek99uq2zk0ha033z4rllgwvszyqtzd568ytd4zxa8e0vj5rad7hamu7y76ncg883es73ej69hq2u0jsv6hvv</id>
    
      <title type="html">It has long been known that timing analyses are a *theoretical* ...</title>
    
    <link rel="alternate" href="https://nostr.ae/nevent1qqsgggnts7fc6r6flrfhksqqlup6ct7ek99uq2zk0ha033z4rllgwvszyqtzd568ytd4zxa8e0vj5rad7hamu7y76ncg883es73ej69hq2u0jsv6hvv" />
    <content type="html">
      It has long been known that timing analyses are a *theoretical* attack on Tor. By distributing the circuits across different jurisdictions, the goal was to make these attacks impractical to implement:&lt;br/&gt;&lt;br/&gt;Only a &amp;#34;global adversary&amp;#34; should be able to break the anonymity by correlating the traffic from entry and exit nodes. Correlation becomes even easier if delays or content can be actively introduced into the traffic pattern.&lt;br/&gt;&lt;br/&gt;Just as we could (theoretically) become a &amp;#34;global adversary&amp;#34; by renting enough servers, law enforcement agencies can (practically) achieve this through close cooperation, especially since Tor nodes are not evenly distributed across jurisdictions but tend to cluster in certain regions.&lt;br/&gt;&lt;br/&gt;Western law enforcement agencies seem to have reached the &amp;#34;global adversary&amp;#34; level through collaboration (in isolated cases and certainly with significant effort). What is problematic for Tor is that other &amp;#34;law enforcement agencies,&amp;#34; whose focus is on dissidents, whistleblowers, and journalists, could do the same.&lt;br/&gt;&lt;br/&gt;So, it is finally time for cover traffic and random delays: nodes in the Tor network would introduce a random traffic background noise as well as random delays to make targeted correlations more difficult. This would make Tor even slower. This is probably why it has been avoided until now.&lt;br/&gt;&lt;br/&gt;In conclusion, we would like to emphasize that there is no reason for regular users of the Tor browser to worry about their anonymity. These are highly targeted attacks on individual accounts of the messenger &amp;#34;Ricochet&amp;#34; over extended periods of time. Because the messenger, unlike a browser, is also reachable, it naturally has an increased attack surface for timing analyses.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.tagesschau.de/investigativ/panorama/tor-netzwerk-100.html&#34;&gt;https://www.tagesschau.de/investigativ/panorama/tor-netzwerk-100.html&lt;/a&gt;
    </content>
    <updated>2024-09-18T07:20:20&#43;02:00</updated>
  </entry>

</feed>