<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[We&#x27;re doing some work this week on our automation so our block lists are not accessible at this time on the Intel site:]]></title><description><![CDATA[<p>We're doing some work this week on our automation so our block lists are not accessible at this time on the Intel site: </p><p><a href="https://intel.gayint.org/" rel="nofollow noopener"><span>https://</span><span>intel.gayint.org/</span><span></span></a></p><p>However, you can still generate your own prefix lists based on our ASN block list, the Spamhaus ASN DROP list, or your own by following the instructions here:</p><p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://blog.gayint.org/asnsToPrefixes.html" title="Convert ASNs to Prefixes">
<img src="https://blog.gayint.org/images/hankCorvid.png" class="card-img-top not-responsive" style="max-height: 15rem;" alt="Link Preview Image" />
</a>



<div class="card-body">
<h5 class="card-title">
<a href="https://blog.gayint.org/asnsToPrefixes.html">
Convert ASNs to Prefixes
</a>
</h5>
<p class="card-text line-clamp-3">Use Python to easily do the thing the firewall vendors say they can't.</p>
</div>
<a href="https://blog.gayint.org/asnsToPrefixes.html" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://blog.gayint.org/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width: 21px; max-height: 21px;" />



<p class="d-inline-block text-truncate mb-0">GAYINT Blog <span class="text-secondary">(blog.gayint.org)</span></p>
</a>
</div></p><p>And if you want direct access to the latest naughty ASN list, you can get to it here for now:</p><p><a href="https://blog.gayint.org/intel/naughtyAsns.txt" rel="nofollow noopener"><span>https://</span><span>blog.gayint.org/intel/naughtyA</span><span>sns.txt</span></a></p><p><a href="https://infosec.exchange/tags/GAYINT" rel="tag">#<span>GAYINT</span></a></p>]]></description><link>https://board.circlewithadot.net/topic/9bbdbe9d-bf69-40cd-a9f4-c2f8bd471d1e/we-re-doing-some-work-this-week-on-our-automation-so-our-block-lists-are-not-accessible-at-this-time-on-the-intel-site</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 16:11:38 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/9bbdbe9d-bf69-40cd-a9f4-c2f8bd471d1e.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 21 Apr 2026 13:25:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to We&#x27;re doing some work this week on our automation so our block lists are not accessible at this time on the Intel site: on Tue, 21 Apr 2026 16:30:47 GMT]]></title><description><![CDATA[<p><span><a href="/user/gayint%40infosec.exchange" rel="nofollow noopener">@<span>gayint</span></a></span> so in the asnsToPrefixes page you say you'd appreciate hearing about what people have done with the script, so have some bash:</p><pre><code>for line in "${asn_list[@]}";do<br />    res_json=$(curl -fsSL "https://stat.ripe.net/data/announced-prefixes/data.json?resource=AS${line}")<br />    if [ ! -z "${res_json}" ];then<br />        # convert json into iptables rules.v4 lines<br />        echo "${res_json}" | jq -r '.data.prefixes[].prefix' | grep -v ':' | sort -g | sed "s/^/-A INPUT -s /;s/$/ -m comment --comment \"drop AS${line}\" -j DROP/"<br />    else<br />        echo "Error: Unable to retrieve json for ${line}"<br />    fi<br />done<br /></code></pre><p>hopefully this is useful to someone, the sed expression could be modified to output other blocklist formats if needed, and rules.v6 output could be easily added as well</p>]]></description><link>https://board.circlewithadot.net/post/https://tech.lgbt/users/krishean/statuses/116443647034019815</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://tech.lgbt/users/krishean/statuses/116443647034019815</guid><dc:creator><![CDATA[krishean@tech.lgbt]]></dc:creator><pubDate>Tue, 21 Apr 2026 16:30:47 GMT</pubDate></item></channel></rss>