How the first 2024 US presidential debate influenced Internet traffic and security trends
2024-6-28 22:56:3 Author: blog.cloudflare.com(查看原文) 阅读量:3 收藏

这是一台红米 AX6000 路由器,这台路由器被大家诟病最多就是没有 2.5G 网口,连一个都没有,全都是千兆网口,隔壁的 tp-link 相同方案的都已经配备了两个 2.5G 的网口了。雷军,金凡!但价格也确实便宜很多,在 pdd 上都被促销到了 300 多元。红米 AX6000 搭载的是 MTK 2021 年发布的 Filogic 830 平台,具体型号是 mt7986a,四核 ARM A53 的架构,主频更是高达 2.0GHz,制程也是极为先进的 12nm,对于路由器这个 CPU 已经是最强的之一了,另外还有 512M 内存和 128M 闪存。这么强大性能的 CPU 如果不让它干点别的简直是浪费,今天就把这台红米 AX6000 解锁 SSH 安装 ShellClash 看看性能到底有多强。

在教程开始前还是想感谢下面的帖子,我也是参看他们的方法:

准备工作

  • 一台红米 AX6000 ( 产品型号 RB06)
  • 一台电脑(Mac Win Linux 均可)
  • 下载安装 Termius (任意 ssh 工具都行,termius 简单适合新手)
  • 下载路由路由器固件 1.2.8 版本

解锁 SSH

1 升级到指定版本固件(可跳过)

这款路由器的固件一直没有升级,当前的固件可以直接跳过这一步,主要有人反馈 1.2.8 有丢失 5G 的情况。在小米路由器后台,将路由器手动升级到 1.2.8 版本

2 获取路由器 stock

登陆小米路由器后台后,浏览器地址栏 stok= 后面的一段内容即是(选中部分),准备好备用。

3 开启调试模式

打开浏览器,复制下面的内容到地址栏,并替换 {STOK}

http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3B%20zz%3D%24%28dd%20if%3D%2Fdev%2Fzero%20bs%3D1%20count%3D2%202%3E%2Fdev%2Fnull%29%20%3B%20printf%20%27%A5%5A%25c%25c%27%20%24zz%20%24zz%20%7C%20mtd%20write%20-%20crash%20%3B%20

我的替换后如上。将替换好的值复制到浏览器请求,如果显示 {"code":0} 如上返回内容则表示成功。

4 通过浏览器请求重启

同样打开浏览器,复制下面的内容到地址栏,并替换 {STOK}

http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3b%20reboot%20%3b%20

通过浏览器执行完这一步路由器会重启,等待重启完成。

5 设置 Bdata 永久开启 telnet

重启完成后打开路由器后台(注意:路由器重启你需要重新登陆获取下新的 stok ),然后同样打开浏览器,复制下面的内容到地址栏,并替换 {STOK} 。

http://192.168.31.1/cgi-bin/luci/;stok={token}/api/misystem/set_sys_time?timezone=%20%27%20%3B%20bdata%20set%20telnet_en%3D1%20%3B%20bdata%20set%20ssh_en%3D1%20%3B%20bdata%20set%20uart_en%3D1%20%3B%20bdata%20commit%20%3B%20

然后再次执行第 4 小步的「通过浏览器请求重启」,等待重启完成。

6 telnet 连接开启 ssh

打开 Termius,可以选择不登录 Continue Without Account。

img

点击 New Host 添加

img

Address 填写:192.168.31.1

SSH:取消勾选

Telnet:勾选

然后点击向右的箭头,最后选择 Hosts 里的「192.168.31.1」开始 telnet 连接。(不用输入用户和密码)

7 永久开启并固化 ssh

echo -e 'admin\nadmin' | passwd root
nvram set ssh_en=1
nvram set telnet_en=1
nvram set uart_en=1
nvram set boot_wait=on
nvram commit
sed -i 's/channel=.*/channel="debug"/g' /etc/init.d/dropbear
/etc/init.d/dropbear restart
mkdir /data/auto_ssh
cd /data/auto_ssh
curl -O https://fastly.jsdelivr.net/gh/lemoeo/AX6S@main/auto_ssh.sh
chmod +x auto_ssh.sh
uci set firewall.auto_ssh=include
uci set firewall.auto_ssh.type='script'
uci set firewall.auto_ssh.path='/data/auto_ssh/auto_ssh.sh'
uci set firewall.auto_ssh.enabled='1'
uci commit firewall
uci set system.@system[0].timezone='CST-8'
uci set system.@system[0].webtimezone='CST-8'
uci set system.@system[0].timezoneindex='2.84'
uci commit
mtd erase crash
reboot

复制上面的命令到 termius 终端里执行,这会设置 ssh 密码为 admin、并永久开启 SSH、并从开发模式修改回正常的模式,并重启。重启完成后就能连上 ssh 了。

8 尝试 ssh 连接路由器

img

选择 Hosts-点击 New Host 添加

Address 填写:192.168.31.1

SSH 的用户名里填写:root

Password 是:admin

点击右上角箭头,再点击 Hosts 里的 192.168.31.1 就应该能连接上 SSH 了。(注意选择 ssh 不是 telnet)

img

选择 ADD AND CONTINUE,就会进入 ssh 连接。

安装 ShellClash

安装

在 SSH 里复制此命令开始安装 ShellClash

g-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:35</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:35</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Kansas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Maine</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Michigan</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Minnesota</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New Mexico</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Tennessee</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:30 / 21:30</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:30</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Alabama</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Arizona</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Arkansas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Colorado</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Indiana</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New York</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Pennsylvania</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">South Carolina</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:35</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:35</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Texas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:20 / 19:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Idaho</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:45 / 18:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Utah</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Virginia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Delaware</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Oregon</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">West Virginia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">District of Columbia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:55</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:55</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Hawaii</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">15:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Maryland</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Mississippi</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Missouri</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">2:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Illinois</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n  </tr>\n</tbody></table><!--kg-card-end: html--><h3 id=\"dns-trends-trump-related-sites-see-accelerated-growth\">DNS trends: Trump-related sites see accelerated growth</h3><p>Switching focus to domain trends, our <a href=\"http://1.1.1.1/\">1.1.1.1</a> resolver data reveals a more targeted impact from the debate. Considering the candidates individually (using the official sites related to both candidates), we found that Biden-associated websites saw a 176% surge in DNS queries at around 23:00 EST (03:00 UTC), compared to the previous week.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--2--3.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"480\"></figure><p>However, Trump-associated sites saw a greater increase than Biden-associated sites, showing an increase before, during, and after the debate, with the peak growth reaching 803% over the previous week at 01:00 EST (05:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--3--3.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"484\"></figure><p>For donation sites, those linked to Biden were busiest before the debate on June 17 and 18, thanks to events with Barack Obama and <a href=\"https://www.bloomberg.com/news/articles/2024-06-19/biden-taps-bill-clinton-hillary-clinton-to-fundraise-against-trump\">Bill and Hillary Clinton</a>. DNS traffic for Trump’s donation sites, as compared with the previous week, increased during the debate, growing 830% at 22:00 EST (02:00 UTC) and reaching a high of 1270% increase by 01:00 EST.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--4--2.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"484\"></figure><p>The debate aired on multiple TV channels and was streamed on YouTube. During the debate, video streaming platforms like TikTok and YouTube, which are among the top Internet services globally, saw a 4% increase in DNS traffic at 22:00 EST (02:00 UTC). Significant changes in DNS traffic on these platforms are uncommon due to their widespread popularity.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--5--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"488\"></figure><p>Political news sites also spiked, with a 68% traffic increase around 22:00 EST (02:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--7--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"492\"></figure><p>Microblogging social platforms like X or Threads outperformed their previous week’s traffic throughout the debate day, with growth peaking at 41% at the start of the debate around 21:00 EST (01:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--8--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"492\"></figure><h3 id=\"biden-vs-trump-spam-and-malicious-emails\">Biden vs Trump: spam and malicious emails</h3><p>In June 2024 (through June 27), <a href=\"https://www.cloudflare.com/zero-trust/products/email-security/\">Cloudflare’s Cloud Email Security</a> service processed over 2.5 million emails containing “Biden” or “Trump” in the subject line. Trump-related subjects appeared 13% more often than those related to Biden. Moreover, emails with “Trump” had higher percentages of spam, at 3%, and malicious messages, at 0.6%, compared to 0.8% for spam and 0.2% for malicious messages with “Biden.”</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--9--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"930\" height=\"313\"></figure><p>The peak occurrence of spam emails with “Trump” was on June 9, at 19.8%, and the highest rate of malicious messages was on June 12, at 2.9%. For “Biden,” the highest spam rate was on June 21, at 1.2%, and the peak for malicious messages was also on June 9, at 0.8%.</p><h3 id=\"attacks-government-and-political-impact\">Attacks: government and political impact</h3><p>Focusing on attacks, those are usually constant, and aren’t necessarily driven always by elections. But, as we’ve seen at the start of the <a href=\"http://blog.cloudflare.com/one-year-of-war-in-ukraine\">war in Ukraine</a> or more recently in the Netherlands, events do trigger attacks. Already in June 2024, during the European elections, we recently published a <a href=\"http://blog.cloudflare.com/dutch-political-websites-hit-by-cyber-attacks-as-eu-voting-starts\">blog post</a> about the cyberattack on Dutch political-related websites that lasted two days – June 5 and 6. The main DDoS (<a href=\"https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/\">Distributed Denial of Service attack</a>) attack on June 5, the day before the Dutch election, reached 73,000 requests per second (rps).</p><p>Shifting our focus to the US in particular, in the weeks since April 2024, we’ve seen some DDoS attacks targeting both government, state or political-related websites in the United States. That said, we haven’t seen any substantial attacks targeting political sites during the day of debate, June 27. The most recent one we saw was this week, on June 24, and targeted a political-related website involved in the current elections. It was a small attack that lasted under 10 minutes and peaked at 35,000 requests per second (rps).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--10--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"693\"></figure><p>Now that we’ve explored the US presidential debate trends, let’s compare it with Internet trends from other debates in the UK and France from the week of June 24, 2024.</p><h3 id=\"uk-and-france-debates-with-an-impact\">UK and France: debates with an impact</h3><p>In other countries like the UK and France, election-related debates during the week of June 24 also serve as examples for comparison with the Biden vs Trump debate. Both the UK and France experienced more significant nationwide traffic impacts during their debates compared to the US. However, the geographic and population size of the US, coupled with the debate’s broad availability on streaming platforms, could have influenced this disparity.</p><p>In France, the snap election is scheduled for Sunday, June 30, 2024, and the runoff on July 7, 2024. The final debate among the leading candidates on Tuesday, June 25, 2024 (21:00 local time), led to a 14% drop in Internet HTTP requests, as it was broadcast nationally and carried broad interest. Despite this, the UEFA Euro 2024 football match between France and Poland on the same day, at 18:00 local time, caused an even greater traffic decrease of 16%.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--11--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"475\"></figure><p>The following day, Wednesday, June 26, 2024, the two main candidates for the snap <a href=\"https://en.wikipedia.org/wiki/2024_United_Kingdom_general_election\">UK general election</a> — scheduled for July 4, 2024 — participated in their final debate on BBC national TV. The debate between Rishi Sunak and Sir Keir Starmer, which started at 20:15 local time, resulted in a 7% drop in UK Internet traffic compared to the previous week. The most significant decrease occurred at 20:45. At a more detailed level, Wales experienced an 11% drop during the debate, followed by England at 8%, Scotland at 7%, and Northern Ireland at 5%.</p><h3 id=\"conclusion-high-intensity-election-year\">Conclusion: high intensity election year</h3><p>Even if major political events don’t always bring significant changes to Internet traffic, our data shows that the Biden vs. Trump debate had an impact, especially at the state level. Microblogging and video streaming social platforms also saw traffic shifts during the debate, with Trump-related sites seeing larger spikes in DNS traffic than Biden-related sites, especially after the debate.</p><p>We also observed a higher percentage of spam and malicious emails sent with “Trump” in the subject of the messages than with “Biden.” Although we didn’t see an uptick in cyberattacks during the debate, we note that these have been frequent, especially DDoS attacks in the months before, targeting both federal and state government services as well as politically related sites.</p><p>If you want to follow more trends and insights about the Internet and elections in particular, you can check <a href=\"https://radar.cloudflare.com/outage-center\">Cloudflare Radar</a>, and more specifically our new <a href=\"https://radar.cloudflare.com/reports/elections-2024\">2024 Elections Insights</a> report, which will be updated as elections take place throughout the year.</p>"],"comment_id":[0,"667eb7fea4598c000bd70735"],"feature_image":[0,"http://blog.cloudflare.com/content/images/2024/06/image10-1.png"],"featured":[0,false],"visibility":[0,"public"],"created_at":[0,"2024-06-28T14:17:50.000+01:00"],"updated_at":[0,"2024-06-28T16:02:32.000+01:00"],"published_at":[0,"2024-06-28T15:56:03.000+01:00"],"custom_excerpt":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms"],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"custom_template":[0,null],"canonical_url":[0,null],"tags":[1,[[0,{"id":[0,"667eb82ea4598c000bd70739"],"name":[0,"#BLOG-2466"],"slug":[0,"hash-blog-2466"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"internal"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/404/"]}],[0,{"id":[0,"5f746602c9353501baf0c835"],"name":[0,"Cloudflare Radar"],"slug":[0,"cloudflare-radar"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/cloudflare-radar/"]}],[0,{"id":[0,"66671791e955c4000a8b4d00"],"name":[0,"Elections"],"slug":[0,"elections"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/elections/"]}],[0,{"id":[0,"5d16450341acde0011a951c7"],"name":[0,"USA"],"slug":[0,"usa"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/usa/"]}],[0,{"id":[0,"65c0d31851a92e000adeae66"],"name":[0,"#front-page"],"slug":[0,"hash-front-page"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"internal"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/404/"]}]]],"authors":[1,[[0,{"id":[0,"614d9ee554b26702aab519e9"],"name":[0,"João Tomé"],"slug":[0,"joao-tome"],"profile_image":[0,"http://blog.cloudflare.com/content/images/2022/08/V0x3WKfJ_400x400-1.jpeg"],"cover_image":[0,null],"bio":[0,"After working as a journalist for years covering tech, Internet, cinema, sports (soccer/football), cars and mobility (had a TV show about it), I'm now telling data and other stories at Cloudflare."],"website":[0,null],"location":[0,"Lisbon, Portugal"],"facebook":[0,null],"twitter":[0,"@emot"],"meta_title":[0,null],"meta_description":[0,null],"url":[0,"http://blog.cloudflare.com/author/joao-tome/"]}]]],"primary_author":[0,{"id":[0,"614d9ee554b26702aab519e9"],"name":[0,"João Tomé"],"slug":[0,"joao-tome"],"profile_image":[0,"http://blog.cloudflare.com/content/images/2022/08/V0x3WKfJ_400x400-1.jpeg"],"cover_image":[0,null],"bio":[0,"After working as a journalist for years covering tech, Internet, cinema, sports (soccer/football), cars and mobility (had a TV show about it), I'm now telling data and other stories at Cloudflare."],"website":[0,null],"location":[0,"Lisbon, Portugal"],"facebook":[0,null],"twitter":[0,"@emot"],"meta_title":[0,null],"meta_description":[0,null],"url":[0,"http://blog.cloudflare.com/author/joao-tome/"]}],"primary_tag":[0,null],"url":[0,"http://blog.cloudflare.com/how-the-first-2024-us-presidential-debate-influenced-internet-traffic-and-security-trends/"],"excerpt":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms"],"reading_time":[0,9],"access":[0,true],"comments":[0,false],"og_image":[0,"http://blog.cloudflare.com/content/images/2024/06/How-the-first-2024-US-presidential-debate-influenced-Internet-traffic-and-security-trends-OG-1.png"],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,"http://blog.cloudflare.com/content/images/2024/06/How-the-first-2024-US-presidential-debate-influenced-Internet-traffic-and-security-trends-OG.png"],"twitter_title":[0,null],"twitter_description":[0,null],"meta_title":[0,null],"meta_description":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms."],"email_subject":[0,null],"frontmatter":[0,null],"feature_image_alt":[0,"How the first 2024 US presidential debate influenced Internet traffic and security trends"],"feature_image_caption":[0,null]}],"tagInfo":[0],"authorInfo":[0],"translatedPosts":[1,[[0,{"id":[0,"667eb7fea4598c000bd70735"],"uuid":[0,"f5d0b851-27d7-4663-81ba-081ced96ff31"],"title":[0,"How the first 2024 US presidential debate influenced Internet traffic and security trends"],"slug":[0,"how-the-first-2024-us-presidential-debate-influenced-internet-traffic-and-security-trends"],"html":[0,"<figure class=\"kg-card kg-image-card\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/image10-2.png\" class=\"kg-image\" alt=\"How the first 2024 US presidential debate influenced Internet traffic and security trends\" loading=\"lazy\" width=\"1999\" height=\"1125\"></figure><p>Key findings:</p><ul><li>The Biden vs. Trump debate influenced Internet traffic at the state level in the US, with drops in traffic as high as 17% (in Vermont) during the debate.</li><li>Microblogging and video streaming platforms saw traffic changes during the debate.</li><li>Trump-related sites, including donation platforms, gained much more traction than Biden’s during and after the debate.</li><li>Emails with “Trump” in the subject had higher rates of spam and malicious content compared to those with “Biden.”</li><li>No increase in cyberattacks during the debate, but frequent DDoS attacks targeted government and political sites in the preceding months.</li></ul><p>Internet traffic ebbs and flows usually follow human patterns, and high visibility events that are broadcast on TV usually have an impact. Let’s take a look at the first of the 2024 <a href=\"https://en.wikipedia.org/wiki/2024_United_States_presidential_debates\">United States presidential debates</a> between the two major presumptive candidates, Joe Biden and Donald Trump, for the November presidential election.</p><p>2024 has been dubbed “the year of elections,” with elections taking place in over 60 countries, as we have mentioned before (<a href=\"http://blog.cloudflare.com/protecting-global-democracy-against-threats-from-emerging-technology\">1</a>, <a href=\"http://blog.cloudflare.com/internet-insights-on-2024-elections-in-the-netherlands-south-africa-iceland-india-and-mexico\">2</a>, <a href=\"http://blog.cloudflare.com/exploring-the-2024-eu-election-internet-traffic-trends-and-cybersecurity-insights\">3</a>). We are regularly updating our <a href=\"https://radar.cloudflare.com/reports/elections-2024\">election report on Cloudflare Radar</a>, including analysis of recent elections in <a href=\"http://blog.cloudflare.com/internet-insights-on-2024-elections-in-the-netherlands-south-africa-iceland-india-and-mexico\">South Africa, India, Iceland, Mexico</a>, and the <a href=\"http://blog.cloudflare.com/exploring-the-2024-eu-election-internet-traffic-trends-and-cybersecurity-insights\">European Union</a>.</p><p>Typically, from what we <a href=\"http://blog.cloudflare.com/tag/election-security\">usually observe</a>, election days don’t come with highly intensive changes to Internet traffic, and the same is true for debates. Yet, debates can also draw attention that impacts traffic, especially when there is heightened anticipation. The 2024 debates are not only aired on broadcast and cable television but also streamed on platforms like YouTube, enhancing their reach and impact.</p><p>During the June 27, 2024, debate between Biden and Trump, hosted by CNN at 21:00 EST (01:00 UTC), Cloudflare noted a slight drop in nationwide Internet requests, falling to 2% below the same time a week prior at 21:15 EST (01:15 UTC). Interestingly, Internet traffic was 4% higher just before the debate started and surged to 6% above the previous week’s levels after the debate concluded at 23:45 EST (03:45 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed-5.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"479\"></figure><h3 id=\"internet-traffic-dips-across-us-states\">Internet traffic dips across US states</h3><p>Traffic shifts at the time of the debate, as compared to the previous week, are much more revealing at a state-level perspective than at the country level. The map below summarizes traffic changes observed at a state level:</p><figure class=\"kg-card kg-image-card\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--1--5.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"1170\"></figure><p>The most significant traffic drops were seen in Vermont (-17%), South Dakota (-16%), Wyoming (-16%), and Alaska (-16%). More populous states like California, Texas, and New York saw milder reductions of between 5% and 6%, and Florida experienced a 9% drop at 21:45 local time (01:45 UTC) during the debate.<br><br>The six swing states that are <a href=\"https://www.bbc.com/news/articles/c511pyn3xw3o\">said</a> to be decisive in the election, Arizona, Georgia, Michigan, Nevada, Pennsylvania and Wisconsin, all saw traffic drop between 5% and 8%.</p><p>The initial minutes of the Biden vs. Trump debate triggered the largest traffic declines in most states, though several, including Florida, Louisiana, Georgia, Nevada, and Wisconsin, observed deeper dips midway through. States like Ohio and Missouri recorded their most substantial traffic drops towards the debate’s conclusion.</p><p>In the next table, we provide a detailed breakdown of the same perspective shown on the US map ordered by the magnitude of the drop in traffic. We include the time of the biggest traffic drop compared to the previous week, at a 5-minute granularity, and also the percentage of the drop compared to the previous week. (Illinois is not included due to data issues.)</p><!--kg-card-begin: html--><style type=\"text/css\">\n.tg  {border-collapse:collapse;border-color:#ccc;border-spacing:0;}\n.tg td{background-color:#fff;border-color:#ccc;border-style:solid;border-width:1px;color:#333;\n  font-family:Arial, sans-serif;font-size:14px;overflow:hidden;padding:10px 5px;word-break:normal;}\n.tg th{background-color:#f0f0f0;border-color:#ccc;border-style:solid;border-width:1px;color:#333;\n  font-family:Arial, sans-serif;font-size:14px;font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}\n.tg .tg-1wig{font-weight:bold;text-align:left;vertical-align:top}\n.tg .tg-lqy6{text-align:right;vertical-align:top}\n.tg .tg-0lax{text-align:left;vertical-align:top}\n</style>\n<table class=\"tg\" width=\"100%\"><thead>\n  <tr>\n    <th class=\"tg-1wig\"><span style=\"font-weight:700;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">State</span></th>\n    <th class=\"tg-1wig\"><span style=\"font-weight:700;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Drop in traffic (%)</span></th>\n    <th class=\"tg-1wig\"><span style=\"font-weight:700;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Time of drop in traffic (local)</span></th>\n    <th class=\"tg-1wig\"><span style=\"font-weight:700;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Time of drop in traffic (UTC)</span></th>\n  </tr></thead>\n<tbody>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Vermont</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-17%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:00</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:00</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Alaska</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-16%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">17:30</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:30</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">South Dakota</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-16%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:10 / 19:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Wyoming</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-16%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New Hampshire</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-13%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Rhode Island</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-12%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Louisiana</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-11%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Massachusetts</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-11%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Connecticut</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-10%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:30</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:30</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Montana</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-10%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:10 / 18:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Nebraska</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-10%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05 / 19:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Oklahoma</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-10%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Florida</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-9%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Georgia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-8%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Nevada</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-8%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:40</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:40</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New Jersey</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-8%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Ohio</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-8%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">22:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">2:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Washington</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-8%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:30</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:30</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Kentucky</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-7%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">North Carolina</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-7%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">North Dakota</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-7%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:10 / 19:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Wisconsin</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-7%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">California</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Iowa</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:35</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:35</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Kansas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Maine</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Michigan</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Minnesota</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New Mexico</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Tennessee</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-6%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:30 / 21:30</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:30</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Alabama</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Arizona</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Arkansas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Colorado</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Indiana</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">New York</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:25</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:25</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Pennsylvania</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">South Carolina</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:35</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:35</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Texas</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-5%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:20 / 19:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Idaho</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:45 / 18:45</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:45</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Utah</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">19:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Virginia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-4%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Delaware</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Oregon</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">18:15</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:15</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">West Virginia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-3%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:05</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:05</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">District of Columbia</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:55</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:55</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Hawaii</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">15:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Maryland</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Mississippi</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">20:20</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">1:20</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Missouri</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-2%</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">21:10</span></td>\n    <td class=\"tg-lqy6\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">2:10</span></td>\n  </tr>\n  <tr>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">Illinois</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n    <td class=\"tg-0lax\"><span style=\"font-weight:400;font-style:normal;text-decoration:none;color:#000;background-color:transparent\">-</span></td>\n  </tr>\n</tbody></table><!--kg-card-end: html--><h3 id=\"dns-trends-trump-related-sites-see-accelerated-growth\">DNS trends: Trump-related sites see accelerated growth</h3><p>Switching focus to domain trends, our <a href=\"http://1.1.1.1/\">1.1.1.1</a> resolver data reveals a more targeted impact from the debate. Considering the candidates individually (using the official sites related to both candidates), we found that Biden-associated websites saw a 176% surge in DNS queries at around 23:00 EST (03:00 UTC), compared to the previous week.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--2--3.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"480\"></figure><p>However, Trump-associated sites saw a greater increase than Biden-associated sites, showing an increase before, during, and after the debate, with the peak growth reaching 803% over the previous week at 01:00 EST (05:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--3--3.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"484\"></figure><p>For donation sites, those linked to Biden were busiest before the debate on June 17 and 18, thanks to events with Barack Obama and <a href=\"https://www.bloomberg.com/news/articles/2024-06-19/biden-taps-bill-clinton-hillary-clinton-to-fundraise-against-trump\">Bill and Hillary Clinton</a>. DNS traffic for Trump’s donation sites, as compared with the previous week, increased during the debate, growing 830% at 22:00 EST (02:00 UTC) and reaching a high of 1270% increase by 01:00 EST.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--4--2.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"484\"></figure><p>The debate aired on multiple TV channels and was streamed on YouTube. During the debate, video streaming platforms like TikTok and YouTube, which are among the top Internet services globally, saw a 4% increase in DNS traffic at 22:00 EST (02:00 UTC). Significant changes in DNS traffic on these platforms are uncommon due to their widespread popularity.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--5--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"488\"></figure><p>Political news sites also spiked, with a 68% traffic increase around 22:00 EST (02:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--7--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"492\"></figure><p>Microblogging social platforms like X or Threads outperformed their previous week’s traffic throughout the debate day, with growth peaking at 41% at the start of the debate around 21:00 EST (01:00 UTC).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--8--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"492\"></figure><h3 id=\"biden-vs-trump-spam-and-malicious-emails\">Biden vs Trump: spam and malicious emails</h3><p>In June 2024 (through June 27), <a href=\"https://www.cloudflare.com/zero-trust/products/email-security/\">Cloudflare’s Cloud Email Security</a> service processed over 2.5 million emails containing “Biden” or “Trump” in the subject line. Trump-related subjects appeared 13% more often than those related to Biden. Moreover, emails with “Trump” had higher percentages of spam, at 3%, and malicious messages, at 0.6%, compared to 0.8% for spam and 0.2% for malicious messages with “Biden.”</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--9--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"930\" height=\"313\"></figure><p>The peak occurrence of spam emails with “Trump” was on June 9, at 19.8%, and the highest rate of malicious messages was on June 12, at 2.9%. For “Biden,” the highest spam rate was on June 21, at 1.2%, and the peak for malicious messages was also on June 9, at 0.8%.</p><h3 id=\"attacks-government-and-political-impact\">Attacks: government and political impact</h3><p>Focusing on attacks, those are usually constant, and aren’t necessarily driven always by elections. But, as we’ve seen at the start of the <a href=\"http://blog.cloudflare.com/one-year-of-war-in-ukraine\">war in Ukraine</a> or more recently in the Netherlands, events do trigger attacks. Already in June 2024, during the European elections, we recently published a <a href=\"http://blog.cloudflare.com/dutch-political-websites-hit-by-cyber-attacks-as-eu-voting-starts\">blog post</a> about the cyberattack on Dutch political-related websites that lasted two days – June 5 and 6. The main DDoS (<a href=\"https://www.cloudflare.com/learning/ddos/what-is-a-ddos-attack/\">Distributed Denial of Service attack</a>) attack on June 5, the day before the Dutch election, reached 73,000 requests per second (rps).</p><p>Shifting our focus to the US in particular, in the weeks since April 2024, we’ve seen some DDoS attacks targeting both government, state or political-related websites in the United States. That said, we haven’t seen any substantial attacks targeting political sites during the day of debate, June 27. The most recent one we saw was this week, on June 24, and targeted a political-related website involved in the current elections. It was a small attack that lasted under 10 minutes and peaked at 35,000 requests per second (rps).</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--10--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"693\"></figure><p>Now that we’ve explored the US presidential debate trends, let’s compare it with Internet trends from other debates in the UK and France from the week of June 24, 2024.</p><h3 id=\"uk-and-france-debates-with-an-impact\">UK and France: debates with an impact</h3><p>In other countries like the UK and France, election-related debates during the week of June 24 also serve as examples for comparison with the Biden vs Trump debate. Both the UK and France experienced more significant nationwide traffic impacts during their debates compared to the US. However, the geographic and population size of the US, coupled with the debate’s broad availability on streaming platforms, could have influenced this disparity.</p><p>In France, the snap election is scheduled for Sunday, June 30, 2024, and the runoff on July 7, 2024. The final debate among the leading candidates on Tuesday, June 25, 2024 (21:00 local time), led to a 14% drop in Internet HTTP requests, as it was broadcast nationally and carried broad interest. Despite this, the UEFA Euro 2024 football match between France and Poland on the same day, at 18:00 local time, caused an even greater traffic decrease of 16%.</p><figure class=\"kg-card kg-image-card kg-width-wide\"><img src=\"http://blog.cloudflare.com/content/images/2024/06/unnamed--11--1.png\" class=\"kg-image\" alt loading=\"lazy\" width=\"1600\" height=\"475\"></figure><p>The following day, Wednesday, June 26, 2024, the two main candidates for the snap <a href=\"https://en.wikipedia.org/wiki/2024_United_Kingdom_general_election\">UK general election</a> — scheduled for July 4, 2024 — participated in their final debate on BBC national TV. The debate between Rishi Sunak and Sir Keir Starmer, which started at 20:15 local time, resulted in a 7% drop in UK Internet traffic compared to the previous week. The most significant decrease occurred at 20:45. At a more detailed level, Wales experienced an 11% drop during the debate, followed by England at 8%, Scotland at 7%, and Northern Ireland at 5%.</p><h3 id=\"conclusion-high-intensity-election-year\">Conclusion: high intensity election year</h3><p>Even if major political events don’t always bring significant changes to Internet traffic, our data shows that the Biden vs. Trump debate had an impact, especially at the state level. Microblogging and video streaming social platforms also saw traffic shifts during the debate, with Trump-related sites seeing larger spikes in DNS traffic than Biden-related sites, especially after the debate.</p><p>We also observed a higher percentage of spam and malicious emails sent with “Trump” in the subject of the messages than with “Biden.” Although we didn’t see an uptick in cyberattacks during the debate, we note that these have been frequent, especially DDoS attacks in the months before, targeting both federal and state government services as well as politically related sites.</p><p>If you want to follow more trends and insights about the Internet and elections in particular, you can check <a href=\"https://radar.cloudflare.com/outage-center\">Cloudflare Radar</a>, and more specifically our new <a href=\"https://radar.cloudflare.com/reports/elections-2024\">2024 Elections Insights</a> report, which will be updated as elections take place throughout the year.</p>"],"comment_id":[0,"667eb7fea4598c000bd70735"],"feature_image":[0,"http://blog.cloudflare.com/content/images/2024/06/image10-1.png"],"featured":[0,false],"visibility":[0,"public"],"created_at":[0,"2024-06-28T14:17:50.000+01:00"],"updated_at":[0,"2024-06-28T16:02:32.000+01:00"],"published_at":[0,"2024-06-28T15:56:03.000+01:00"],"custom_excerpt":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms"],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"custom_template":[0,null],"canonical_url":[0,null],"tags":[1,[[0,{"id":[0,"667eb82ea4598c000bd70739"],"name":[0,"#BLOG-2466"],"slug":[0,"hash-blog-2466"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"internal"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/404/"]}],[0,{"id":[0,"5f746602c9353501baf0c835"],"name":[0,"Cloudflare Radar"],"slug":[0,"cloudflare-radar"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/cloudflare-radar/"]}],[0,{"id":[0,"66671791e955c4000a8b4d00"],"name":[0,"Elections"],"slug":[0,"elections"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/elections/"]}],[0,{"id":[0,"5d16450341acde0011a951c7"],"name":[0,"USA"],"slug":[0,"usa"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"public"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/tag/usa/"]}],[0,{"id":[0,"65c0d31851a92e000adeae66"],"name":[0,"#front-page"],"slug":[0,"hash-front-page"],"description":[0,null],"feature_image":[0,null],"visibility":[0,"internal"],"meta_title":[0,null],"meta_description":[0,null],"og_image":[0,null],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,null],"twitter_title":[0,null],"twitter_description":[0,null],"codeinjection_head":[0,null],"codeinjection_foot":[0,null],"canonical_url":[0,null],"accent_color":[0,null],"url":[0,"http://blog.cloudflare.com/404/"]}]]],"authors":[1,[[0,{"id":[0,"614d9ee554b26702aab519e9"],"name":[0,"João Tomé"],"slug":[0,"joao-tome"],"profile_image":[0,"http://blog.cloudflare.com/content/images/2022/08/V0x3WKfJ_400x400-1.jpeg"],"cover_image":[0,null],"bio":[0,"After working as a journalist for years covering tech, Internet, cinema, sports (soccer/football), cars and mobility (had a TV show about it), I'm now telling data and other stories at Cloudflare."],"website":[0,null],"location":[0,"Lisbon, Portugal"],"facebook":[0,null],"twitter":[0,"@emot"],"meta_title":[0,null],"meta_description":[0,null],"url":[0,"http://blog.cloudflare.com/author/joao-tome/"]}]]],"primary_author":[0,{"id":[0,"614d9ee554b26702aab519e9"],"name":[0,"João Tomé"],"slug":[0,"joao-tome"],"profile_image":[0,"http://blog.cloudflare.com/content/images/2022/08/V0x3WKfJ_400x400-1.jpeg"],"cover_image":[0,null],"bio":[0,"After working as a journalist for years covering tech, Internet, cinema, sports (soccer/football), cars and mobility (had a TV show about it), I'm now telling data and other stories at Cloudflare."],"website":[0,null],"location":[0,"Lisbon, Portugal"],"facebook":[0,null],"twitter":[0,"@emot"],"meta_title":[0,null],"meta_description":[0,null],"url":[0,"http://blog.cloudflare.com/author/joao-tome/"]}],"primary_tag":[0,null],"url":[0,"http://blog.cloudflare.com/how-the-first-2024-us-presidential-debate-influenced-internet-traffic-and-security-trends/"],"excerpt":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms"],"reading_time":[0,9],"access":[0,true],"comments":[0,false],"og_image":[0,"http://blog.cloudflare.com/content/images/2024/06/How-the-first-2024-US-presidential-debate-influenced-Internet-traffic-and-security-trends-OG-1.png"],"og_title":[0,null],"og_description":[0,null],"twitter_image":[0,"http://blog.cloudflare.com/content/images/2024/06/How-the-first-2024-US-presidential-debate-influenced-Internet-traffic-and-security-trends-OG.png"],"twitter_title":[0,null],"twitter_description":[0,null],"meta_title":[0,null],"meta_description":[0,"See how the first 2024 US presidential debate between Biden and Trump influenced Internet traffic patterns, email trends, and heightened cybersecurity concerns across digital platforms."],"email_subject":[0,null],"frontmatter":[0,null],"feature_image_alt":[0,"How the first 2024 US presidential debate influenced Internet traffic and security trends"],"feature_image_caption":[0,null]}]]]}" ssr="" client="only" opts="{"name":"GoogleAnalytics","value":"react"}">

Subscribe to receive notifications of new posts:

06/28/2024

9 min read

How the first 2024 US presidential debate influenced Internet traffic and security trends

Key findings:

  • The Biden vs. Trump debate influenced Internet traffic at the state level in the US, with drops in traffic as high as 17% (in Vermont) during the debate.
  • Microblogging and video streaming platforms saw traffic changes during the debate.
  • Trump-related sites, including donation platforms, gained much more traction than Biden’s during and after the debate.
  • Emails with “Trump” in the subject had higher rates of spam and malicious content compared to those with “Biden.”
  • No increase in cyberattacks during the debate, but frequent DDoS attacks targeted government and political sites in the preceding months.

Internet traffic ebbs and flows usually follow human patterns, and high visibility events that are broadcast on TV usually have an impact. Let’s take a look at the first of the 2024 United States presidential debates between the two major presumptive candidates, Joe Biden and Donald Trump, for the November presidential election.

2024 has been dubbed “the year of elections,” with elections taking place in over 60 countries, as we have mentioned before (1, 2, 3). We are regularly updating our election report on Cloudflare Radar, including analysis of recent elections in South Africa, India, Iceland, Mexico, and the European Union.

Typically, from what we usually observe, election days don’t come with highly intensive changes to Internet traffic, and the same is true for debates. Yet, debates can also draw attention that impacts traffic, especially when there is heightened anticipation. The 2024 debates are not only aired on broadcast and cable television but also streamed on platforms like YouTube, enhancing their reach and impact.

During the June 27, 2024, debate between Biden and Trump, hosted by CNN at 21:00 EST (01:00 UTC), Cloudflare noted a slight drop in nationwide Internet requests, falling to 2% below the same time a week prior at 21:15 EST (01:15 UTC). Interestingly, Internet traffic was 4% higher just before the debate started and surged to 6% above the previous week’s levels after the debate concluded at 23:45 EST (03:45 UTC).

Internet traffic dips across US states

Traffic shifts at the time of the debate, as compared to the previous week, are much more revealing at a state-level perspective than at the country level. The map below summarizes traffic changes observed at a state level:

The most significant traffic drops were seen in Vermont (-17%), South Dakota (-16%), Wyoming (-16%), and Alaska (-16%). More populous states like California, Texas, and New York saw milder reductions of between 5% and 6%, and Florida experienced a 9% drop at 21:45 local time (01:45 UTC) during the debate.

The six swing states that are said to be decisive in the election, Arizona, Georgia, Michigan, Nevada, Pennsylvania and Wisconsin, all saw traffic drop between 5% and 8%.

The initial minutes of the Biden vs. Trump debate triggered the largest traffic declines in most states, though several, including Florida, Louisiana, Georgia, Nevada, and Wisconsin, observed deeper dips midway through. States like Ohio and Missouri recorded their most substantial traffic drops towards the debate’s conclusion.

In the next table, we provide a detailed breakdown of the same perspective shown on the US map ordered by the magnitude of the drop in traffic. We include the time of the biggest traffic drop compared to the previous week, at a 5-minute granularity, and also the percentage of the drop compared to the previous week. (Illinois is not included due to data issues.)

State Drop in traffic (%) Time of drop in traffic (local) Time of drop in traffic (UTC)
Vermont -17% 21:00 1:00
Alaska -16% 17:30 1:30
South Dakota -16% 20:10 / 19:10 1:10
Wyoming -16% 19:25 1:25
New Hampshire -13% 21:05 1:05
Rhode Island -12% 21:05 1:05
Louisiana -11% 20:45 1:45
Massachusetts -11% 21:05 1:05
Connecticut -10% 21:30 1:30
Montana -10% 19:10 / 18:10 1:10
Nebraska -10% 20:05 / 19:05 1:05
Oklahoma -10% 20:05 1:05
Florida -9% 21:45 1:45
Georgia -8% 21:45 1:45
Nevada -8% 18:40 1:40
New Jersey -8% 21:05 1:05
Ohio -8% 22:25 2:25
Washington -8% 18:30 1:30
Kentucky -7% 21:15 1:15
North Carolina -7% 21:15 1:15
North Dakota -7% 20:10 / 19:10 1:10
Wisconsin -7% 20:45 1:45
California -6% 18:05 1:05
Iowa -6% 20:35 1:35
Kansas -6% 20:05 1:05
Maine -6% 21:05 1:05
Michigan -6% 21:05 1:05
Minnesota -6% 20:05 1:05
New Mexico -6% 19:10 1:10
Tennessee -6% 20:30 / 21:30 1:30
Alabama -5% 20:10 1:10
Arizona -5% 18:20 1:20
Arkansas -5% 20:25 1:25
Colorado -5% 19:15 1:15
Indiana -5% 21:10 1:10
New York -5% 21:25 1:25
Pennsylvania -5% 21:15 1:15
South Carolina -5% 21:35 1:35
Texas -5% 20:20 / 19:20 1:20
Idaho -4% 19:45 / 18:45 1:45
Utah -4% 19:05 1:05
Virginia -4% 21:05 1:05
Delaware -3% 21:05 1:05
Oregon -3% 18:15 1:15
West Virginia -3% 21:05 1:05
District of Columbia -2% 21:55 1:55
Hawaii -2% 15:20 1:20
Maryland -2% 21:10 1:10
Mississippi -2% 20:20 1:20
Missouri -2% 21:10 2:10
Illinois - - -

Switching focus to domain trends, our 1.1.1.1 resolver data reveals a more targeted impact from the debate. Considering the candidates individually (using the official sites related to both candidates), we found that Biden-associated websites saw a 176% surge in DNS queries at around 23:00 EST (03:00 UTC), compared to the previous week.

However, Trump-associated sites saw a greater increase than Biden-associated sites, showing an increase before, during, and after the debate, with the peak growth reaching 803% over the previous week at 01:00 EST (05:00 UTC).

For donation sites, those linked to Biden were busiest before the debate on June 17 and 18, thanks to events with Barack Obama and Bill and Hillary Clinton. DNS traffic for Trump’s donation sites, as compared with the previous week, increased during the debate, growing 830% at 22:00 EST (02:00 UTC) and reaching a high of 1270% increase by 01:00 EST.

The debate aired on multiple TV channels and was streamed on YouTube. During the debate, video streaming platforms like TikTok and YouTube, which are among the top Internet services globally, saw a 4% increase in DNS traffic at 22:00 EST (02:00 UTC). Significant changes in DNS traffic on these platforms are uncommon due to their widespread popularity.

Political news sites also spiked, with a 68% traffic increase around 22:00 EST (02:00 UTC).

Microblogging social platforms like X or Threads outperformed their previous week’s traffic throughout the debate day, with growth peaking at 41% at the start of the debate around 21:00 EST (01:00 UTC).

Biden vs Trump: spam and malicious emails

In June 2024 (through June 27), Cloudflare’s Cloud Email Security service processed over 2.5 million emails containing “Biden” or “Trump” in the subject line. Trump-related subjects appeared 13% more often than those related to Biden. Moreover, emails with “Trump” had higher percentages of spam, at 3%, and malicious messages, at 0.6%, compared to 0.8% for spam and 0.2% for malicious messages with “Biden.”

The peak occurrence of spam emails with “Trump” was on June 9, at 19.8%, and the highest rate of malicious messages was on June 12, at 2.9%. For “Biden,” the highest spam rate was on June 21, at 1.2%, and the peak for malicious messages was also on June 9, at 0.8%.

Attacks: government and political impact

Focusing on attacks, those are usually constant, and aren’t necessarily driven always by elections. But, as we’ve seen at the start of the war in Ukraine or more recently in the Netherlands, events do trigger attacks. Already in June 2024, during the European elections, we recently published a blog post about the cyberattack on Dutch political-related websites that lasted two days – June 5 and 6. The main DDoS (Distributed Denial of Service attack) attack on June 5, the day before the Dutch election, reached 73,000 requests per second (rps).

Shifting our focus to the US in particular, in the weeks since April 2024, we’ve seen some DDoS attacks targeting both government, state or political-related websites in the United States. That said, we haven’t seen any substantial attacks targeting political sites during the day of debate, June 27. The most recent one we saw was this week, on June 24, and targeted a political-related website involved in the current elections. It was a small attack that lasted under 10 minutes and peaked at 35,000 requests per second (rps).

Now that we’ve explored the US presidential debate trends, let’s compare it with Internet trends from other debates in the UK and France from the week of June 24, 2024.

UK and France: debates with an impact

In other countries like the UK and France, election-related debates during the week of June 24 also serve as examples for comparison with the Biden vs Trump debate. Both the UK and France experienced more significant nationwide traffic impacts during their debates compared to the US. However, the geographic and population size of the US, coupled with the debate’s broad availability on streaming platforms, could have influenced this disparity.

In France, the snap election is scheduled for Sunday, June 30, 2024, and the runoff on July 7, 2024. The final debate among the leading candidates on Tuesday, June 25, 2024 (21:00 local time), led to a 14% drop in Internet HTTP requests, as it was broadcast nationally and carried broad interest. Despite this, the UEFA Euro 2024 football match between France and Poland on the same day, at 18:00 local time, caused an even greater traffic decrease of 16%.

The following day, Wednesday, June 26, 2024, the two main candidates for the snap UK general election — scheduled for July 4, 2024 — participated in their final debate on BBC national TV. The debate between Rishi Sunak and Sir Keir Starmer, which started at 20:15 local time, resulted in a 7% drop in UK Internet traffic compared to the previous week. The most significant decrease occurred at 20:45. At a more detailed level, Wales experienced an 11% drop during the debate, followed by England at 8%, Scotland at 7%, and Northern Ireland at 5%.

Conclusion: high intensity election year

Even if major political events don’t always bring significant changes to Internet traffic, our data shows that the Biden vs. Trump debate had an impact, especially at the state level. Microblogging and video streaming social platforms also saw traffic shifts during the debate, with Trump-related sites seeing larger spikes in DNS traffic than Biden-related sites, especially after the debate.

We also observed a higher percentage of spam and malicious emails sent with “Trump” in the subject of the messages than with “Biden.” Although we didn’t see an uptick in cyberattacks during the debate, we note that these have been frequent, especially DDoS attacks in the months before, targeting both federal and state government services as well as politically related sites.

If you want to follow more trends and insights about the Internet and elections in particular, you can check Cloudflare Radar, and more specifically our new 2024 Elections Insights report, which will be updated as elections take place throughout the year.

We protect entire corporate networks, help customers build Internet-scale applications efficiently, accelerate any website or Internet application, ward off DDoS attacks, keep hackers at bay, and can help you on your journey to Zero Trust.

Visit 1.1.1.1 from any device to get started with our free app that makes your Internet faster and safer.

To learn more about our mission to help build a better Internet, start here. If you're looking for a new career direction, check out our open positions.

Cloudflare RadarElectionsUSA

Follow on X

João Tomé|@emot

Cloudflare|@cloudflare

Related posts


文章来源: https://blog.cloudflare.com/how-the-first-2024-us-presidential-debate-influenced-internet-traffic-and-security-trends
如有侵权请联系:admin#unsafe.sh