CINXE.COM

Recent tests

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta NAME='Description' CONTENT='Spoofer Project'> <meta NAME='Keywords' CONTENT='IP Spoofing, Source Address Validation, Spoofer, Project'> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>Recent tests</title> <link rel="icon" href="https://www.caida.org/favicon.ico"> <link rel="apple-touch-icon" sizes="180x180" href="https://www.caida.org/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://www.caida.org/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.caida.org/favicon-16x16.png"> <link rel="manifest" href="https://www.caida.org/site.webmanifest"> <link rel="mask-icon" href="https://www.caida.org/safari-pinned-tab.svg" color="#e37d35"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="theme-color" content="#ffffff"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> <link href="https://www.caida.org/css/htmlwrapper-print.min.css" media="print" type="text/css" rel="stylesheet"> <link rel="stylesheet" href="https://www.caida.org/css/htmlwrapper.min.css"> <style media="screen, projection" type="text/css"> /*-- begin stylesheet --*/ /*-- end stylesheet --*/ </style> <script type="text/javascript" src="jquery.tablesorter.min.js"></script> <link href="spoofer.css" type="text/css" rel="stylesheet"> <!-- begin javascript --> <!-- end javascript --> <!-- begin head --> <!-- end head --> </head> <body class='page page-default-list'> <div class="wrapper"> <header> <div class='header'> <div class="container"> <div class="logo"> <a href="https://www.caida.org/"><img alt="Logo" src="https://www.caida.org/images/caida.png" title="CAIDA - Center for Applied Internet Data Analysis" /></a> </div> <div class="logo-mobile"> <a href="https://www.caida.org/"><img alt="Logo" src="https://www.caida.org/images/caida_mobile.png" title="CAIDA - Center for Applied Internet Data Analysis" /></a> </div> </div> </div> </header> <div class="container pt-2 pt-md-3 pb-3 pb-md-6" data-id="elsecontainer"> <h1 class="title"> Recent tests </h1> <div class="hrwrap"> <!-- begin summarybox --> <div align="center"> <font size="+1" face="Helvetica,Arial,sans-serif"> <b> | <a href="https://www.caida.org/projects/spoofer/">Spoofer Project Page</a> &nbsp; <a href="https://www.caida.org/projects/spoofer/#software">Download Client Software</a> &nbsp; <a href="https://www.caida.org/projects/spoofer/faq.xml">FAQ</a> &nbsp; <a href="https://www.caida.org/projects/spoofer/data-api.xml">API</a> &nbsp; <a href="https://spoofer.caida.org/register.php">Notifications</a> &nbsp; | </b> </font> </div> <div align="center"> <font face="Helvetica,Arial,sans-serif" size="+1"> <b> | Data:&nbsp;&nbsp;&nbsp; <a href="http://spoofer.caida.org/summary.php">Stats&nbsp;Summary</a> &nbsp; <a href="http://spoofer.caida.org/recent_tests.php">Recent&nbsp;Tests</a> &nbsp; <a href="http://spoofer.caida.org/remedy.php">Remediation</a> &nbsp; <a href="http://spoofer.caida.org/as_stats.php">Results&nbsp;by&nbsp;AS</a> &nbsp; <a href="http://spoofer.caida.org/country_stats.php">Results&nbsp;by&nbsp;Country</a>&nbsp; <a href="http://spoofer.caida.org/provider.php">Results&nbsp;by&nbsp;Provider</a>&nbsp; | </b></font> </div> <!-- end summarybox --> <div style="clear: both"></div> </div> <!-- begin content --> <script src="parser-network.js"></script> <script type="text/javascript"> $(function(){ $("#dataTable").tablesorter({ sortList: [[0,1]], headers: { 2: { sorter: 'ipv6Address' }, }, // secondary sort status columns after each other, then timestamps. sortAppend: { 6 : [[ 8, 's' ], [1, 'd']], 8 : [[ 6, 's' ], [1, 'd']] } }); }); // convert statuses to numbers for sorting $.tablesorter.addParser({ id: 'status', is: function(s, table, cell, $cell) { // return false so this parser is not auto detected return false; }, format: function(s, table, cell, cellIndex) { return s.toLowerCase() .replace(/received/,0) .replace(/^blocked$/,1) .replace(/natblocked/,2) .replace(/rewritten/,3) .replace(/unknown/,4) .replace(/\u2714/,-1); // checkmark }, type: 'numeric' }); </script> <form action="/recent_tests.php" method="get"> <fieldset> <legend>Result filters:</legend> AS numbers or (partial) names: <input type="text" name="as_include" > Country codes: <input type="text" name="country_include" value='usa,can'> <input type="checkbox" name="no_block" value='1' checked='checked'> Only show non-remediated spoofing <input type="submit" value="Change filters"> </fieldset> </form> <div style='display: inline-block'><table><tr><th colspan=5>Spoof status key</th></tr><tr><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>Spoofed packet was received.</td><td rowspan=4 style='background-color:lightgreen'>&#x2714;</td><td rowspan=4>Pattern of tests from this IP block indicates a switch from allowing spoofing to blocking it.</td></tr><tr><td colspan=2 style='background-color:orange'>rewritten</td><td>Spoofed packet was received, but the source address was changed en route.</td></tr><tr><td colspan=2>blocked</td><td>Spoofed packet was not received, but unspoofed packet was.</td></tr><tr><td colspan=2>unknown</td><td>Neither spoofed nor unspoofed packet was received.</td></tr></table> <br /> <table class='tablesorter' id='dataTable'> <thead> <tr><th>Session</th><th>Timestamp (UTC)</th><th>Client IP Block</th><th title='Autonomous System number of client'>ASN</th><th>Country</th><th>NAT</th><th title='Result of client sending packets to server with spoofed private addresses' colspan=2 class='sorter-status'>Outbound<br />Private<br />Status</th><th title='Result of client sending packets to server with spoofed routable addresses' colspan=2 class='sorter-status'>Outbound<br />Routable<br />Status</th><th title='Shortest prefix length found between client and spoofed adjacent address where spoofed packet was received'>Adj Spoof<br />Prefix Len</th><th class='sorter-false'>Results</th></tr></thead> <tbody> <tr ><td>1927639</td><td>2025-03-14 15:46:24</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:ac50:bxx::/40'>2803:ac50:bxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=273143'>273143</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1927639'>Report</a></td></tr><tr ><td>1927262</td><td>2025-03-13 21:57:42</td><td><a href='/recent_tests.php?no_block=1&subnet_include=144.208.88.x/24'>144.208.88.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=20119'>20119 (ARROW)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1927262'>Report</a></td></tr><tr ><td>1927083</td><td>2025-03-13 16:13:17</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1927083'>Report</a></td></tr><tr ><td>1927078</td><td>2025-03-13 16:05:57</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1927078'>Report</a></td></tr><tr ><td>1927062</td><td>2025-03-13 15:47:36</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.22.x/24'>38.222.22.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1927062'>Report</a></td></tr><tr ><td>1927060</td><td>2025-03-13 15:44:19</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.22.x/24'>38.222.22.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1927060'>Report</a></td></tr><tr ><td>1926636</td><td>2025-03-13 01:34:35</td><td><a href='/recent_tests.php?no_block=1&subnet_include=216.114.75.x/24'>216.114.75.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=54334'>54334 (ROYA)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1926636'>Report</a></td></tr><tr ><td>1926624</td><td>2025-03-13 01:04:35</td><td><a href='/recent_tests.php?no_block=1&subnet_include=173.224.243.x/24'>173.224.243.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=19935'>19935 (CRRS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1926624'>Report</a></td></tr><tr ><td>1925813</td><td>2025-03-11 21:07:08</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1925813'>Report</a></td></tr><tr ><td>1925597</td><td>2025-03-11 15:20:06</td><td><a href='/recent_tests.php?no_block=1&subnet_include=4.7.227.x/24'>4.7.227.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3356'>3356 (LEVEL3)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/10</td><td><a href='report.php?sessionid=1925597'>Report</a></td></tr><tr ><td>1925553</td><td>2025-03-11 14:29:36</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925553'>Report</a></td></tr><tr ><td>1925540</td><td>2025-03-11 14:16:38</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925540'>Report</a></td></tr><tr ><td>1925494</td><td>2025-03-11 13:23:45</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.154.238.x/24'>24.154.238.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27364'>27364 (ACS-INTERNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1925494'>Report</a></td></tr><tr ><td>1925465</td><td>2025-03-11 12:36:09</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925465'>Report</a></td></tr><tr ><td>1925430</td><td>2025-03-11 11:50:38</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.147.120.x/24'>23.147.120.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=202400'>202400</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925430'>Report</a></td></tr><tr ><td>1925119</td><td>2025-03-10 22:18:21</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.225.199.x/24'>23.225.199.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40065'>40065 (CNSERVERS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925119'>Report</a></td></tr><tr ><td>1925106</td><td>2025-03-10 21:50:15</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/18</td><td><a href='report.php?sessionid=1925106'>Report</a></td></tr><tr ><td>1925025</td><td>2025-03-10 19:13:54</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.81.211.x/24'>38.81.211.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=12183'>12183 (TALKIE-COMMUNICATIONS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1925025'>Report</a></td></tr><tr ><td>1924986</td><td>2025-03-10 18:04:20</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1924986'>Report</a></td></tr><tr ><td>1924986</td><td>2025-03-10 18:04:20</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1924986'>Report</a></td></tr><tr ><td>1924877</td><td>2025-03-10 14:39:27</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1924877'>Report</a></td></tr><tr ><td>1924524</td><td>2025-03-10 00:15:37</td><td><a href='/recent_tests.php?no_block=1&subnet_include=173.224.243.x/24'>173.224.243.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=19935'>19935 (CRRS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1924524'>Report</a></td></tr><tr ><td>1924476</td><td>2025-03-09 21:49:38</td><td><a href='/recent_tests.php?no_block=1&subnet_include=198.133.237.x/24'>198.133.237.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1924476'>Report</a></td></tr><tr ><td>1924448</td><td>2025-03-09 19:58:48</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:ac50:bxx::/40'>2803:ac50:bxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=273143'>273143</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1924448'>Report</a></td></tr><tr ><td>1924349</td><td>2025-03-09 15:01:51</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:3850:9fxx::/40'>2803:3850:9fxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=269946'>269946</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1924349'>Report</a></td></tr><tr ><td>1924235</td><td>2025-03-09 10:13:49</td><td><a href='/recent_tests.php?no_block=1&subnet_include=140.211.4.x/24'>140.211.4.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3701'>3701 (NERONET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:lightgreen'>&#x2714;</td><td style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1924235'>Report</a></td></tr><tr ><td>1924235</td><td>2025-03-09 10:13:49</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2605:bc80:9xx::/40'>2605:bc80:9xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3701'>3701 (NERONET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/24</font></td><td><a href='report.php?sessionid=1924235'>Report</a></td></tr><tr ><td>1924199</td><td>2025-03-09 08:53:48</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.242.x/24'>38.222.242.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1924199'>Report</a></td></tr><tr ><td>1924108</td><td>2025-03-09 06:54:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.87.219.x/24'>38.87.219.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=394684'>394684 (AS-GOLD)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1924108'>Report</a></td></tr><tr ><td>1923574</td><td>2025-03-08 06:37:57</td><td><a href='/recent_tests.php?no_block=1&subnet_include=64.250.96.x/24'>64.250.96.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=30162'>30162 (ETHOPLEX)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1923574'>Report</a></td></tr><tr ><td>1923462</td><td>2025-03-07 23:37:15</td><td><a href='/recent_tests.php?no_block=1&subnet_include=209.184.108.x/24'>209.184.108.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=7018'>7018 (ATT-INTERNET4)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1923462'>Report</a></td></tr><tr ><td>1923333</td><td>2025-03-07 19:14:01</td><td><a href='/recent_tests.php?no_block=1&subnet_include=104.245.79.x/24'>104.245.79.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=63296'>63296 (AWBROADBAND)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/11</font></td><td><a href='report.php?sessionid=1923333'>Report</a></td></tr><tr ><td>1922948</td><td>2025-03-07 04:28:36</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2a13:82c4:fcxx::/40'>2a13:82c4:fcxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=215672'>215672</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1922948'>Report</a></td></tr><tr ><td>1922944</td><td>2025-03-07 04:21:31</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2a13:82c4:fcxx::/40'>2a13:82c4:fcxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=215672'>215672</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1922944'>Report</a></td></tr><tr ><td>1922788</td><td>2025-03-06 20:50:07</td><td><a href='/recent_tests.php?no_block=1&subnet_include=144.208.88.x/24'>144.208.88.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=20119'>20119 (ARROW)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1922788'>Report</a></td></tr><tr ><td>1922782</td><td>2025-03-06 20:35:57</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.154.238.x/24'>24.154.238.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27364'>27364 (ACS-INTERNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1922782'>Report</a></td></tr><tr ><td>1922191</td><td>2025-03-05 23:56:26</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/17</td><td><a href='report.php?sessionid=1922191'>Report</a></td></tr><tr ><td>1922128</td><td>2025-03-05 21:43:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/17</td><td><a href='report.php?sessionid=1922128'>Report</a></td></tr><tr ><td>1922069</td><td>2025-03-05 19:53:11</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1922069'>Report</a></td></tr><tr ><td>1922044</td><td>2025-03-05 19:09:52</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1922044'>Report</a></td></tr><tr ><td>1922022</td><td>2025-03-05 18:46:39</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1922022'>Report</a></td></tr><tr ><td>1922010</td><td>2025-03-05 18:33:24</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1922010'>Report</a></td></tr><tr ><td>1921529</td><td>2025-03-05 02:00:28</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.154.238.x/24'>24.154.238.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27364'>27364 (ACS-INTERNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1921529'>Report</a></td></tr><tr ><td>1921368</td><td>2025-03-04 19:11:50</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1921368'>Report</a></td></tr><tr ><td>1921202</td><td>2025-03-04 13:09:15</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1921202'>Report</a></td></tr><tr ><td>1921190</td><td>2025-03-04 12:56:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1921190'>Report</a></td></tr><tr ><td>1921133</td><td>2025-03-04 10:43:06</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.147.120.x/24'>23.147.120.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=202400'>202400</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1921133'>Report</a></td></tr><tr ><td>1921028</td><td>2025-03-04 05:13:12</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.58.137.x/24'>38.58.137.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=174'>174 (COGENT-174)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/8</td><td><a href='report.php?sessionid=1921028'>Report</a></td></tr><tr ><td>1920911</td><td>2025-03-03 23:28:00</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.40.117.x/24'>24.40.117.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=18474'>18474 (AENEAS-CWUS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920911'>Report</a></td></tr><tr ><td>1920902</td><td>2025-03-03 23:03:57</td><td><a href='/recent_tests.php?no_block=1&subnet_include=104.245.79.x/24'>104.245.79.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=63296'>63296 (AWBROADBAND)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/9</font></td><td><a href='report.php?sessionid=1920902'>Report</a></td></tr><tr ><td>1920859</td><td>2025-03-03 21:14:55</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/17</td><td><a href='report.php?sessionid=1920859'>Report</a></td></tr><tr ><td>1920857</td><td>2025-03-03 21:10:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.225.199.x/24'>23.225.199.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40065'>40065 (CNSERVERS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920857'>Report</a></td></tr><tr ><td>1920844</td><td>2025-03-03 20:42:27</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/18</td><td><a href='report.php?sessionid=1920844'>Report</a></td></tr><tr ><td>1920838</td><td>2025-03-03 20:27:16</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.225.199.x/24'>23.225.199.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40065'>40065 (CNSERVERS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920838'>Report</a></td></tr><tr ><td>1920824</td><td>2025-03-03 20:04:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.225.199.x/24'>23.225.199.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40065'>40065 (CNSERVERS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920824'>Report</a></td></tr><tr ><td>1920817</td><td>2025-03-03 19:51:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.225.199.x/24'>23.225.199.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40065'>40065 (CNSERVERS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920817'>Report</a></td></tr><tr ><td>1920782</td><td>2025-03-03 18:06:23</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.81.211.x/24'>38.81.211.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=12183'>12183 (TALKIE-COMMUNICATIONS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920782'>Report</a></td></tr><tr ><td>1920745</td><td>2025-03-03 16:57:03</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920745'>Report</a></td></tr><tr ><td>1920745</td><td>2025-03-03 16:57:03</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1920745'>Report</a></td></tr><tr ><td>1920696</td><td>2025-03-03 15:24:50</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.40.117.x/24'>24.40.117.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=18474'>18474 (AENEAS-CWUS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920696'>Report</a></td></tr><tr ><td>1920670</td><td>2025-03-03 14:24:20</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.40.117.x/24'>24.40.117.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=18474'>18474 (AENEAS-CWUS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920670'>Report</a></td></tr><tr ><td>1920652</td><td>2025-03-03 13:31:29</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920652'>Report</a></td></tr><tr ><td>1920429</td><td>2025-03-03 03:35:38</td><td><a href='/recent_tests.php?no_block=1&subnet_include=240e:33d:54xx::/40'>240e:33d:54xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=4134'>4134 (CHINANET-BACKBONE)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1920429'>Report</a></td></tr><tr ><td>1920300</td><td>2025-03-02 20:41:30</td><td><a href='/recent_tests.php?no_block=1&subnet_include=198.133.237.x/24'>198.133.237.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1920300'>Report</a></td></tr><tr ><td>1920237</td><td>2025-03-02 17:43:23</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:ac50:bxx::/40'>2803:ac50:bxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=273143'>273143</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1920237'>Report</a></td></tr><tr ><td>1920114</td><td>2025-03-02 09:06:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=140.211.4.x/24'>140.211.4.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3701'>3701 (NERONET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:lightgreen'>&#x2714;</td><td style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920114'>Report</a></td></tr><tr ><td>1920114</td><td>2025-03-02 09:06:18</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2605:bc80:9xx::/40'>2605:bc80:9xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3701'>3701 (NERONET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/24</font></td><td><a href='report.php?sessionid=1920114'>Report</a></td></tr><tr ><td>1920085</td><td>2025-03-02 07:46:00</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.206.x/24'>38.222.206.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1920085'>Report</a></td></tr><tr ><td>1919976</td><td>2025-03-02 05:46:33</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.87.219.x/24'>38.87.219.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=394684'>394684 (AS-GOLD)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1919976'>Report</a></td></tr><tr ><td>1919812</td><td>2025-03-01 23:16:46</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:ac50:bxx::/40'>2803:ac50:bxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=273143'>273143</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1919812'>Report</a></td></tr><tr ><td>1919313</td><td>2025-02-28 22:30:04</td><td><a href='/recent_tests.php?no_block=1&subnet_include=209.184.108.x/24'>209.184.108.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=7018'>7018 (ATT-INTERNET4)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1919313'>Report</a></td></tr><tr ><td>1918671</td><td>2025-02-27 19:43:02</td><td><a href='/recent_tests.php?no_block=1&subnet_include=144.208.88.x/24'>144.208.88.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=20119'>20119 (ARROW)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1918671'>Report</a></td></tr><tr ><td>1917873</td><td>2025-02-26 17:25:17</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917873'>Report</a></td></tr><tr ><td>1917860</td><td>2025-02-26 17:01:56</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917860'>Report</a></td></tr><tr ><td>1917850</td><td>2025-02-26 16:48:35</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917850'>Report</a></td></tr><tr ><td>1917793</td><td>2025-02-26 15:14:48</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917793'>Report</a></td></tr><tr ><td>1917773</td><td>2025-02-26 14:31:26</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917773'>Report</a></td></tr><tr ><td>1917757</td><td>2025-02-26 14:08:08</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917757'>Report</a></td></tr><tr ><td>1917743</td><td>2025-02-26 13:54:49</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917743'>Report</a></td></tr><tr ><td>1917429</td><td>2025-02-26 00:54:09</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.154.238.x/24'>24.154.238.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27364'>27364 (ACS-INTERNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1917429'>Report</a></td></tr><tr ><td>1917244</td><td>2025-02-25 18:04:11</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1917244'>Report</a></td></tr><tr ><td>1917190</td><td>2025-02-25 17:00:37</td><td><a href='/recent_tests.php?no_block=1&subnet_include=69.176.8.x/24'>69.176.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=3801'>3801 (MISNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1917190'>Report</a></td></tr><tr ><td>1917041</td><td>2025-02-25 13:29:05</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.154.238.x/24'>24.154.238.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27364'>27364 (ACS-INTERNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1917041'>Report</a></td></tr><tr ><td>1916991</td><td>2025-02-25 11:48:51</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916991'>Report</a></td></tr><tr ><td>1916914</td><td>2025-02-25 09:35:21</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.147.120.x/24'>23.147.120.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=202400'>202400</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916914'>Report</a></td></tr><tr ><td>1916893</td><td>2025-02-25 08:40:06</td><td><a href='/recent_tests.php?no_block=1&subnet_include=240e:33d:54xx::/40'>240e:33d:54xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=4134'>4134 (CHINANET-BACKBONE)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916893'>Report</a></td></tr><tr ><td>1916879</td><td>2025-02-25 08:22:44</td><td><a href='/recent_tests.php?no_block=1&subnet_include=240e:33d:54xx::/40'>240e:33d:54xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=4134'>4134 (CHINANET-BACKBONE)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916879'>Report</a></td></tr><tr ><td>1916856</td><td>2025-02-25 06:45:17</td><td><a href='/recent_tests.php?no_block=1&subnet_include=240e:33d:54xx::/40'>240e:33d:54xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=4134'>4134 (CHINANET-BACKBONE)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916856'>Report</a></td></tr><tr ><td>1916814</td><td>2025-02-25 04:32:07</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.175.184.x/24'>23.175.184.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27523'>27523 (DMB-ASN)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916814'>Report</a></td></tr><tr ><td>1916814</td><td>2025-02-25 04:32:07</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2602:f93b:1xx::/40'>2602:f93b:1xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=27523'>27523 (DMB-ASN)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1916814'>Report</a></td></tr><tr ><td>1916754</td><td>2025-02-25 01:27:30</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.201.x/24'>38.222.201.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916754'>Report</a></td></tr><tr ><td>1916754</td><td>2025-02-25 01:27:30</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:d700:dfxx::/40'>2803:d700:dfxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1916754'>Report</a></td></tr><tr ><td>1916752</td><td>2025-02-25 01:17:42</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.222.247.x/24'>38.222.247.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1916752'>Report</a></td></tr><tr ><td>1916752</td><td>2025-02-25 01:17:42</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2803:d700:dbxx::/40'>2803:d700:dbxx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=61461'>61461</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2>blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1916752'>Report</a></td></tr><tr ><td>1916619</td><td>2025-02-24 20:07:09</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1916619'>Report</a></td></tr><tr ><td>1916606</td><td>2025-02-24 19:35:01</td><td><a href='/recent_tests.php?no_block=1&subnet_include=108.181.213.x/24'>108.181.213.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=40676'>40676 (AS40676)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td style='background-color:lightgreen'>&#x2714;</td><td >blocked</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1916606'>Report</a></td></tr><tr ><td>1916497</td><td>2025-02-24 16:58:53</td><td><a href='/recent_tests.php?no_block=1&subnet_include=38.81.211.x/24'>38.81.211.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=12183'>12183 (TALKIE-COMMUNICATIONS)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1916497'>Report</a></td></tr><tr ><td>1916462</td><td>2025-02-24 15:49:20</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916462'>Report</a></td></tr><tr ><td>1916462</td><td>2025-02-24 15:49:20</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916462'>Report</a></td></tr><tr ><td>1916457</td><td>2025-02-24 15:43:45</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916457'>Report</a></td></tr><tr ><td>1916457</td><td>2025-02-24 15:43:45</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/16</font></td><td><a href='report.php?sessionid=1916457'>Report</a></td></tr><tr ><td>1916447</td><td>2025-02-24 15:30:32</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916447'>Report</a></td></tr><tr ><td>1916447</td><td>2025-02-24 15:30:32</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916447'>Report</a></td></tr><tr ><td>1916435</td><td>2025-02-24 15:10:51</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916435'>Report</a></td></tr><tr ><td>1916388</td><td>2025-02-24 14:29:13</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.139.8.x/24'>23.139.8.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916388'>Report</a></td></tr><tr ><td>1916388</td><td>2025-02-24 14:29:13</td><td><a href='/recent_tests.php?no_block=1&subnet_include=2606:9840:xx::/40'>2606:9840:xx::/40</a></td><td><a href='/recent_tests.php?no_block=1&as_include=400282'>400282</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>/16</td><td><a href='report.php?sessionid=1916388'>Report</a></td></tr><tr ><td>1916386</td><td>2025-02-24 14:27:51</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916386'>Report</a></td></tr><tr ><td>1916367</td><td>2025-02-24 14:04:55</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916367'>Report</a></td></tr><tr ><td>1916358</td><td>2025-02-24 13:51:55</td><td><a href='/recent_tests.php?no_block=1&subnet_include=23.142.248.x/24'>23.142.248.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=393577'>393577 (SCCNET)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=usa'>usa (United States)</a></td><td>no</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td style='background-color:red'><font style='color:white'>/8</font></td><td><a href='report.php?sessionid=1916358'>Report</a></td></tr><tr ><td>1916304</td><td>2025-02-24 12:23:54</td><td><a href='/recent_tests.php?no_block=1&subnet_include=24.72.23.x/24'>24.72.23.x/24</a></td><td><a href='/recent_tests.php?no_block=1&as_include=21804'>21804 (ACCESS-SK)</a></td><td><a href='/recent_tests.php?no_block=1&country_include=can'>can (Canada)</a></td><td style='background-color:orange'>yes</td><td colspan=2 style='background-color:orange'>rewritten</td><td colspan=2 style='background-color:red'><font style='color:white'>received</font></td><td>none</td><td><a href='report.php?sessionid=1916304'>Report</a></td></tr></tbody> </table> </div> <br /> <a href='/recent_tests.php?country_include=usa,can&no_block=1&sid=1916303'>Next 100</a> <!-- end content --> </div> <!-- end of content container id=elsecontainer--> </div><!-- end wrapper --> <div class="text-center"> <div class="d-flex justify-content-center text-muted"> <small class="mx-3"> <div class="ml-2"> <i class="fa fa-edit"></i> <strong>Last Modified</strong> <script type="text/javascript"> <!-- document.write(document.lastModified); //--> </script> </div> </small> </div> </div> <footer> <div class="sub-footer"> <div class="container"> <div class="row"> <div class="col-2" id="userpreferences"> </div> <div class="col-8"> <div class="sub-footer-inner"> <ul> <li>Center&nbsp;for Applied Internet&nbsp;Data&nbsp;Analysis based at the <a href="https://www.sdsc.edu/">University&nbsp;of&nbsp;California's San&nbsp;Diego&nbsp;Supercomputer&nbsp;Center</a></li> </ul> </div> </div> <div class="col-2"> <div class="sub-footer-inner"> <a href="https://www.caida.org/about/legal/privacy/">Privacy</a> </div> </div> </div> </div> </div> </footer> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10