Skip to main content
Press slash or control plus K to focus the search. Use the arrow keys to navigate results and press enter to open a threat.
Reconnecting to live updates…

Blocklists - Answer to why why popular IPs like 1.1.1.1 end up in blocklists.

0
Medium
Security-newscybersecurityreddit
Published: Thu Jun 11 2026 (06/11/2026, 21:36:20 UTC)
Source: Reddit Cybersecurity

Description

This report discusses why popular IP addresses such as Cloudflare's 1.1.1.1 and Google's 8.8.8.8 sometimes appear on blocklists. The reason is that these IPs may generate traffic on non-standard ports or perform network activities like ICMP pings that sensors monitoring for abuse interpret as suspicious. The post provides examples of IPs hitting unusual destination ports or scanning behavior, which can cause them to be flagged and added to blocklists despite being legitimate services. No direct vulnerability or exploit is described.

Reddit Discussion

r/cybersecurity·posted by u/Tall-Bonus-6850
00

As I monitor logs vs known hosts of interest (monitor for abuse)

Many blocklists end up with DNS IP like cloudflare 1.1.1.1 and google 8.8.8.8 and others... here is why in output below...

1.1.1.1 as example is hitting non standard ports against our sensor!

8.8.8.8 as example has icmp ping our sensor! (sensor is a dynamic IP changing weekly, so active scanning for responsive icmp listening hosts across subnets on 8.8.8.8 is also odd - end up in blocklists easily!)

5.255.126.112 as second example over time is reused for different web crawlers but shows it is only accessing genuine service ports for its intended purpose.

If someone at u/cloudflare can tell us what other roles 1.1.1.1 does other than DNS for client lookups, that be appreciated as destination ports 41765,41806,40610,41429,41243 are not common destination service ports!

# Generated: 2026-06-12 09:21:42 # # COUNT IP STATUS PORTS WHITELIST FILE(S) # ----------------------------------------------------------------------------- 56 104.29.155.123 NEW 53 asn_13335_cloudflare.txt 32 104.29.154.46 NEW 53 asn_13335_cloudflare.txt 30 162.159.130.233 NEW 53 asn_13335_cloudflare.txt 29 104.29.147.78 NEW 53 asn_13335_cloudflare.txt 26 188.114.97.2 NEW 53 asn_13335_cloudflare.txt 24 172.67.202.238 NEW 53 asn_13335_cloudflare.txt 21 104.29.152.123 NEW 53 asn_13335_cloudflare.txt 20 104.29.146.123 NEW 53 asn_13335_cloudflare.txt 16 104.28.162.227 NEW 37777 asn_13335_cloudflare.txt 11 104.28.162.113 NEW 53 asn_13335_cloudflare.txt 10 66.249.77.96 NEW 80 webcrawler_googlebot_ip_list.txt 10 172.65.254.112 NEW 53 asn_13335_cloudflare.txt 9 104.29.154.113 NEW 53 asn_13335_cloudflare.txt 8 104.28.165.160 NEW 22 asn_13335_cloudflare.txt 8 172.70.251.62 NEW 443 asn_13335_cloudflare.txt 7 104.29.140.5 NEW 53 asn_13335_cloudflare.txt 6 5.255.126.112 NEW 443,80 webcrawler_ClaudeBot_ip_list.txt,webcrawler_bingbot_ip_list.txt,webcrawler_googlebot_ip_list.txt,webcrawler_gptbot_ip_list.txt,webcrawler_openai_ip_list.txt 6 88.151.32.61 NEW 443,80 webcrawler_ClaudeBot_ip_list.txt,webcrawler_bingbot_ip_list.txt,webcrawler_googlebot_ip_list.txt,webcrawler_openai_ip_list.txt 6 88.151.34.250 NEW 443,80 webcrawler_ClaudeBot_ip_list.txt,webcrawler_bingbot_ip_list.txt,webcrawler_googlebot_ip_list.txt,webcrawler_gptbot_ip_list.txt,webcrawler_openai_ip_list.txt 6 208.84.101.224 NEW 80,443 webcrawler_ClaudeBot_ip_list.txt,webcrawler_bingbot_ip_list.txt,webcrawler_googlebot_ip_list.txt,webcrawler_openai_ip_list.txt 5 1.1.1.1 REPEAT 41765,41806,40610,41429,41243 asn_13335_cloudflare.txt,dns_cloudflare.txt 4 104.29.156.127 NEW 44493,36547 asn_13335_cloudflare.txt 3 1.0.0.1 REPEAT 41263,41054,40572 asn_13335_cloudflare.txt 3 8.8.8.8 NEW 0 dns_google.txt 3 104.29.147.76 NEW 48683 asn_13335_cloudflare.txt 3 104.29.159.117 NEW 57162,63118,35753 asn_13335_cloudflare.txt 2 104.29.146.40 NEW 63581,45422 asn_13335_cloudflare.txt 2 104.29.151.115 NEW 56248,62277 asn_13335_cloudflare.txt 2 104.29.153.182 NEW 61430 asn_13335_cloudflare.txt 1 23.227.39.200 NEW 64406 asn_13335_cloudflare.txt 1 104.18.41.41 NEW 57483 asn_13335_cloudflare.txt 1 104.29.132.91 NEW 51221 asn_13335_cloudflare.txt 1 104.29.141.234 NEW 54025 asn_13335_cloudflare.txt 1 104.29.147.217 NEW 44555 asn_13335_cloudflare.txt 1 104.29.153.183 NEW 43680 asn_13335_cloudflare.txt 1 104.29.159.122 NEW 34964 asn_13335_cloudflare.txt 1 172.64.154.50 NEW 64752 asn_13335_cloudflare.txt 

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 06/11/2026, 21:45:04 UTC

Technical Analysis

The threat intelligence post explains that well-known public DNS resolver IPs such as 1.1.1.1 (Cloudflare) and 8.8.8.8 (Google) can appear in blocklists because they generate network traffic that looks anomalous to monitoring sensors. For example, 1.1.1.1 was observed connecting to non-standard destination ports, and 8.8.8.8 was seen sending ICMP pings to dynamic IP sensors. These behaviors can trigger automated blocklisting systems even though the IPs belong to legitimate services. The post includes detailed logs showing counts of connections and ports involved. There is no indication of a security vulnerability or active exploitation associated with these IPs.

Potential Impact

There is no direct security vulnerability or exploit described. The impact is primarily operational, where legitimate IP addresses used by major DNS providers may be mistakenly blocked by security systems due to unusual traffic patterns. This can potentially cause connectivity or access issues if blocklists are applied without context.

Mitigation Recommendations

No official patch or fix is applicable as this is not a vulnerability. Organizations should be aware that legitimate infrastructure IPs like 1.1.1.1 and 8.8.8.8 may appear in blocklists due to their network behavior. Security teams should consider context and whitelist known legitimate IPs to avoid false positives. Monitoring and tuning blocklist criteria to reduce false positives related to well-known DNS resolvers is recommended.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Source Type
reddit
Subreddit
cybersecurity
Reddit Score
0
Discussion Level
minimal
Content Source
reddit_link_post
Post Type
link
Domain
null
Newsworthiness Assessment
{"score":27,"reasons":["external_link","established_author","very_recent"],"isNewsworthy":true,"foundNewsworthy":[],"foundNonNewsworthy":[]}
Has External Source
true
Trusted Domain
false

Threat ID: 6a2b2c5c815e7002b835936f

Added to database: 6/11/2026, 9:45:00 PM

Last enriched: 6/11/2026, 9:45:04 PM

Last updated: 6/12/2026, 3:56:55 AM

Views: 11

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses