<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Source on Wirez</title><link>https://wirez.top/tags/source/</link><description>Recent content in Source on Wirez</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 03 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wirez.top/tags/source/index.xml" rel="self" type="application/rss+xml"/><item><title>Active path checks stop global blackhole errors</title><link>https://wirez.top/posts/active-path-checks-stop-global-blackhole-errors/</link><pubDate>Wed, 03 Jun 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/active-path-checks-stop-global-blackhole-errors/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "What happens if a standby link triggers a blackhole instead of the active port?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Traffic drops globally across all points of view rather than isolating the single congested port. This collapse occurs because receiving more-specific paths forces the network into one viewpoint, affecting sixty-two point five percent of valid traffic."
 }
 },
 {
 "@type": "Question",
 "name": "Why is relying on IRR data for blackhole validation considered dangerous in 2026?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Legacy IRR relies on arbitrary unsigned data that lacks cryptographic proof of path authority. Operators trusting these unverified entries risk silencing legitimate flows while global traffic routed via valid paths only reached sixty-two point five percent coverage."
 }
 },
 {
 "@type": "Question",
 "name": "How does active path verification prevent unintended censorship by middle ASNs?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Verification ensures only the customer ASN holding the best path can trigger traffic drops. Without checking the active next hop, middle ASNs might suppress traffic globally, ignoring that valid path coverage sits at just sixty-two point five percent."
 }
 },
 {
 "@type": "Question",
 "name": "What specific routing condition causes a network to collapse to a single point of view?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Receiving more-specific paths from a standby link often forces the entire network to collapse to one viewpoint. This architectural fragility means blackholing happens everywhere instead of the active port, impacting the sixty-two point five percent of validated traffic."
 }
 },
 {
 "@type": "Question",
 "name": "Is RPKI-valid-of-more-specific checking safer than standard community string validation?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Yes, checking RPKI validity on more-specifics respects the actual forwarding state and source intent. This method prevents collateral damage better than static filters, especially since global traffic on valid paths is only sixty-two point five percent."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">Global &lt;a href="https://datatracker.ietf.org/doc/html/rfc6480" target="_blank" rel="noopener noreferrer">RPKI&lt;/a>-valid traffic now sits at 62.5% according to NANOG data. Relying on legacy IRR for &lt;strong>blackhole route&lt;/strong> validation is a dangerous anachronism. &lt;strong>Active path verification&lt;/strong> without cryptographic grounding collapses complex multi-path networks into single points of failure, often triggering unwanted global blackholes.&lt;/p></description></item><item><title>DNS logs reveal hidden CDN costs for operators</title><link>https://wirez.top/posts/dns-logs-reveal-hidden-cdn-costs-for-operators/</link><pubDate>Tue, 03 Mar 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/dns-logs-reveal-hidden-cdn-costs-for-operators/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "Why do ISPs lose control over CDN cache node selection?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Public resolvers handle most lookups, hiding traffic paths from operators. In Bangladesh, 60% to 70% of DNS queries are resolved by third parties like Google, surrendering content location decisions."
 }
 },
 {
 "@type": "Question",
 "name": "How much of the market targets automated system adoption by 2026?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Modernization plans aim for widespread implementation of automated network management tools. The 2026 Enterprise Modernization Plan specifically targets greater than 75% adoption of such automated systems to replace manual tracking."
 }
 },
 {
 "@type": "Question",
 "name": "What tools capture parent domain interactions without disrupting production?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "PowerDNS Recursor uses scripting to identify specific queries safely. Engineers use its Python or Lua mechanisms to capture interactions with parent domains and feed JSON data into ClickHouse tables."
 }
 },
 {
 "@type": "Question",
 "name": "Which database tables store raw queries for Grafana visualization?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "The architecture relies on three fundamental tables for effective data reduction. These tables store raw queries, the selected CDN-IP map, and a data reduction over these primitives for dashboards."
 }
 },
 {
 "@type": "Question",
 "name": "Why is Akvorado unsuitable for direct enterprise customer dashboard access?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Enterprise customers require strict access controls to prevent data leakage. Akvorado lacks Role-Based Access Control features, making it unsuitable for direct customer use compared to custom Grafana solutions."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">With 60% to 70% of &lt;a href="https://en.wikipedia.org/wiki/Domain_Name_System" target="_blank" rel="noopener noreferrer">DNS&lt;/a> in Bangladesh resolved by third parties like Google, operators blindly surrender &lt;strong>content location selection&lt;/strong>.&lt;/p></description></item><item><title>Forwarders Fuel DNS Attacks: The Hidden Risk</title><link>https://wirez.top/posts/forwarders-fuel-dns-attacks-the-hidden-risk/</link><pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate><guid>https://wirez.top/posts/forwarders-fuel-dns-attacks-the-hidden-risk/</guid><description>&lt;meta charset="utf-8">
&lt;!-- wp:html -->
&lt;script type="application/ld+json">
{
 "@context": "https://schema.org",
 "@type": "FAQPage",
 "mainEntity": [
 {
 "@type": "Question",
 "name": "What maximum attack volume can a single compromised router generate?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "A single compromised router can generate attack volumes reaching 320 Mb. This exceeds the 50 Mb egress limits typical of direct recursive resolvers, allowing massive floods."
 }
 },
 {
 "@type": "Question",
 "name": "Which major providers appear on most identified transparent forwarders globally?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Google and Cloudflare resolvers appear on 76% of identified forwarders. This concentration allows attackers to leverage powerful anycast infrastructure for large-scale reflection attacks easily."
 }
 },
 {
 "@type": "Question",
 "name": "Which two countries host the highest concentration of these vulnerable devices?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "Brazil hosts 31% and India hosts 24% of all transparent forwarders. This geographic bias means targeting operators in these two economies could significantly reduce the threat."
 }
 },
 {
 "@type": "Question",
 "name": "How do these forwarders bypass standard firewall shielding rules?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "They preserve the original source IP instead of rebuilding packets. This lets spoofed traffic reach shielded recursive resolvers that would normally reject direct queries from attackers."
 }
 },
 {
 "@type": "Question",
 "name": "Why do these devices sustain higher throughput than standard forwarders?",
 "acceptedAnswer": {
 "@type": "Answer",
 "text": "They ignore return traffic, enabling volumes reaching 320 Mb at the victim. Standard forwarders handle full responses, limiting their capacity compared to this transparent architecture."
 }
 }
 ]
}
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:html -->
&lt;style>
.faq-section { margin: 24px 0; padding: 24px 0; border-top: 2px solid #e5e7eb; }
.faq-section-title { color: #1a1a1a; font-size: clamp(1.2rem, 3vw, 1.4rem); font-weight: 700; margin-bottom: 24px; text-align: center; }
.faq-item { background: #fff; border: 1px solid #e5e7eb; border-radius: 8px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s ease; }
.faq-item:hover { border-color: #2563eb; box-shadow: 0 4px 6px rgba(0,0,0,0.05); transform: translateY(-2px); }
.faq-question { background: #f9fafb; padding: 12px 16px; cursor: pointer; position: relative; transition: all 0.3s ease; border: none; width: 100%; text-align: left; font-family: inherit; display: block; }
.faq-question:hover { background: #e8f0fe; }
.faq-question-text { color: #1a1a1a; font-size: 1rem; font-weight: 600; line-height: 1.5; margin: 0; padding-right: 2rem; display: inline-block; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 16px; }
.faq-item.active .faq-answer { max-height: 1000px; padding: 0 16px 16px; }
.faq-answer-text { color: #4b5563; font-size: 1rem; line-height: 1.7; margin: 12px 0 0; }
&lt;/style>
&lt;script>
(function() {
 function initFAQ() {
 var qs = document.querySelectorAll(".faq-question");
 for (var i = 0; i &lt; qs.length; i++) {
 qs[i].addEventListener("click", function() {
 var item = this.closest(".faq-item");
 var wasActive = item.classList.contains("active");
 var allItems = document.querySelectorAll(".faq-item");
 for (var j = 0; j &lt; allItems.length; j++) { allItems[j].classList.remove("active"); }
 if (!wasActive) item.classList.add("active");
 this.setAttribute("aria-expanded", String(!wasActive));
 });
 }
 }
 if (document.readyState === "loading") {
 document.addEventListener("DOMContentLoaded", initFAQ);
 } else {
 initFAQ();
 }
})();
&lt;/script>
&lt;!-- /wp:html -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;!-- /wp:paragraph -->
&lt;!-- wp:paragraph {"className":"std-text"} -->
&lt;p class="std-text">Despite 250k devices removed by Koch&amp;#039;s disclosure, transparent &lt;a href="https://en.wikipedia.org/wiki/Domain_Name_System" target="_blank" rel="noopener noreferrer">DNS&lt;/a> forwarders remain a stagnant threat vector enabling massive amplification.&lt;/p></description></item></channel></rss>