24 comments

  • yabones10 hours ago
    Every server with port 80&#x2F;443 open has thousands of hits a day from random boxes looking for wordpress login pages. The only <i>new</i> thing is that they&#x27;re pretending to be a different type of annoying bot. There&#x27;s a new layer of sophistication and subterfuge, but it&#x27;s the same junk traffic we&#x27;ve always dealt with.
    • drewnick9 hours ago
      Think about how many webmaster and business owners&#x27; egos are stroked by all the traffic they are getting, when in actuality they are often just serving thousands of bots.
      • andai8 hours ago
        I was insulted recently reading about the apparently thousands of hits per second the rest of you guys are getting. Even the bots are shunning me!
        • econ7 hours ago
          Humans never visit but I have some websites with ancient cms&#x27;s. When I got bored playing with them I download the html, change the extensions to php and replace the site with a static copy. People then tirelessly try to hack it since they have laundry lists of known vulnerabilities. (Now that I think about it I regret not making the admin area public for added nostalgia.)
        • inigyou59 minutes ago
          yeah someone told me he had a single static HTML homepage and used up his entire 10TB&#x2F;month traffic limit from bots hitting it.
        • thenthenthen2 hours ago
          I never had this issue really… until two years ago, new website new host… boom, hugged to death by thousands of bots per second. This is on an alicloud vps.
        • hamdingers8 hours ago
          Get a letsencrypt cert, I always get a massive wave of vulnerability probers after renewing.
          • mmh00005 hours ago
            It&#x27;s all TLS certs, because they show up in the Transparency Log[1]<p>You can watch a live stream of it here: <a href="https:&#x2F;&#x2F;bencevans.io&#x2F;security&#x2F;certificate-stream" rel="nofollow">https:&#x2F;&#x2F;bencevans.io&#x2F;security&#x2F;certificate-stream</a><p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Certificate_Transparency" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Certificate_Transparency</a>
            • doubled1125 hours ago
              I use subdomains and a wildcard cert to partly obfuscate this.
            • unethical_ban55 minutes ago
              When I stood up some sites last year, I used codenames for the subdomains thinking I was obfuscating a little. I didn&#x27;t know about the transparency logs until months later.
          • technion1 hour ago
            On one hand yes, but on the other hand just configuring your server to refuse connections by IP address rather than server name seemed to drop roughly half the bots I ever see.
          • bigbuppo2 hours ago
            Yeah... you have to remember to setup and fully secure the site <i>before</i> LE certs are issued or you&#x27;re going to have a bad time. Learned that the hard way when I popped a couple dozen wordpress sites in one go.
          • esseph7 hours ago
            Because your certificate shows up in the global chain, which triggers all kinds of automated things including bots
        • whstl8 hours ago
          Could be because of number of pages you have. At work we have several million public content pages, so a few badly behaving bots can already do a lot of damage.<p>For my personal website it’s 10x more bots but I barely notice because it’s a few pages.
        • 0xdeadbeefbabe8 hours ago
          I don&#x27;t even have a domain name and I&#x27;m getting lots of hits.
          • jasonjayr8 hours ago
            I recently brought up a website on a never-before-seen .com domain. Within about 10 mins of bringing it up with a SSL certificate, Anthropic came knocking on the door requesting the front page. (Almost certainty due to them watching the Public Certificate Transparency logs)
            • dawnerd4 hours ago
              Had a bit setup a new Wordpress install before I could lock it down. I was very confused why a brand new install didn’t give me the setup page before seeing in the logs someone had automated it. Pure evil to be scraping new renewals and dns changes to look for this kinda stuff.<p>For the record I thought I had this site behind basic auth.
            • andai5 hours ago
              How do you know who&#x27;s visiting? Reverse IP lookups? Or do they announce it in the headers?
              • jasonjayr5 hours ago
                I saw it via the User-agent header + confirmed via IP ownership lookup.
          • xplt8 hours ago
            Old and busted: serverless<p>New hotness: DNS-less
            • 0xdeadbeefbabe3 hours ago
              Yeah it&#x27;s even superior to smol web in some circles. It&#x27;s not that much longer than a phone number.
              • inigyou57 minutes ago
                Ah yes my phone number is 2602 1337 ABCD CAFE 3542 77FF FE12 3456<p>See? It&#x27;s quite short.
      • an0malous6 hours ago
        Is that basically the delta between Cloudflare’s Pages analytics and Google Analytics? CF says I get thousands of visits a day and GA says it’s like 3-4 users.
        • gavinhking6 hours ago
          Basically, unless CF is counting static asset network requests etc. For what it&#x27;s worth, GA also miscategorizes some bots as humans as well.
      • jareklupinski7 hours ago
        imagine having a KPI tied to cash bonuses based on that...
    • dvduval1 hour ago
      I don’t really have a reason to use WordPress anymore. I’m about halfway through switching my site over to something else that I can control with github and AI. Now these boats are mostly getting static files unless there’s a reason to show something else and even then the footprint is very small. There’s just not that much to hack.
    • Colegno8 hours ago
      I am always surprised that its considered legal. IMO that&#x27;s the same as going on the street door by door and checking if one is left open to steal everything inside the house...
      • fultonn8 hours ago
        That sort of vulnerability scanning is at best legally dubious, and almost certainly illegal under CFAA and similar state statues when there&#x27;s clear criminal intent. That&#x27;s why the 2022 DOJ guidance regarding non-prosecution good faith security research was such a big deal at the time.<p><i>&gt; IMO that&#x27;s the same as going on the street door by door and checking if one is left open to steal everything inside the house...</i><p>From experience: this does happen regularly in some neighborhoods of some cities in the US, and even <i>that</i> isn&#x27;t always an enforcement priority. So lack of enforcement on the internet, where most the perpetrators probably aren&#x27;t even in a jurisdiction with an extradition treaty, isn&#x27;t exactly surprising.
      • sethops18 hours ago
        Unauthorized access is not legal, it&#x27;s just not enforced in the slightest.
      • inigyou56 minutes ago
        It&#x27;s not legal.
      • xena8 hours ago
        Illegal and actively enforced are different things. Report it to the hosting company originating the abuse and they usually don&#x27;t care.
        • inigyou56 minutes ago
          You can also make up fake reports to the hosting companies that do care, to terminate their customers at random.
    • somat2 hours ago
      Yeah, It started bothering me enough that I recently put together a system where when a application detects a bad actor(a bot enumerating too fast, a random scan for vulnerabilities, etc) it notifies the firewall. Right now I am just shutting them down, But have plans for a honeypot&#x2F;tarpit system, something real slow that takes up all their time. Something like &quot;have fun at 300 baud&quot;
      • ThePinion2 hours ago
        I&#x27;m doing the same thing. Set up a honeypot API and having it log everything anything tries to access outside that home page. Collected 15,000 hits in a week from 300 unique IPs doing the usual WordPress and .env scans.<p>I&#x27;m just collecting the data now to be used to secure some of my upcoming projects, but I would absolutely also like to take it in a direction where it sends the bots into an infinite slow loop, or preferably something that burns as many tokens as possible for them.<p>I don&#x27;t really care about the morality of that. I&#x27;m a big fan of fighting fire with fire.
      • infinite_spin2 hours ago
        &gt; something real slow that takes up all their time<p>Not to throw water on your plan, but the bots I&#x27;ve written intentionally run very slow with respect to each target. When done in parallel, across a wide range of targets, it doesn&#x27;t slow down the effort at all.
      • imglorp58 minutes ago
        Serve them a zip bomb? LLM poison text?
    • cpburns20096 hours ago
      Exactly this. It&#x27;s no different from a bot pretending to be Googlebot. I&#x27;ve tried reporting abusive IPs to various foreign hosts, but nothing every comes to it. I&#x27;ve settled for just blacklisting excessively abusive IP ranges.
      • tommica4 hours ago
        What is your way of detecting them? Just cat your way through your logs?
        • sgc27 minutes ago
          fail2ban
    • TZubiri9 hours ago
      Opening port 80 and realizing the world is an anarchic warzone is a canonic rite of initiation for otherwise innocent backend devs and sysadmins.
      • manapause8 hours ago
        This is so true. Every junior sysadmin I have trained over the years (including myself) has had a “are we being attacked?!” moment when tasked with WAF report analysis, monitoring fail2ban logs, etc.<p>Monitoring WAN traffic really gets the paranoia juices flowing.
        • iwontberude8 hours ago
          I remember when you could stand up a website and no bots would scrape it or scan it. It was a lovely time. No one had firewalls or antivirus and things were working fine until the worms and viruses started coming. You could be confident that your guests were real, so much so we had guest counters on many public sites.
          • dylan6043 hours ago
            Remember when you had to submit a request for google to scan your site?
          • TZubiri2 hours ago
            You still can.<p>Just build your website yourself as deep in the stack as you can instead of piling up 50 abstractions on top of each other. Some decisions like having your page be accessible by IP can only happen if you use technology like generic http servers (like apache or nginx) from the 2000s instead of implementing the lower stacks and actually thinking about whether that makes sense for a second.<p>If when you build a website or a backend, your server responds to requests by IP address (for example), you are building a bottom 90% product, and considering most software markets are super top-heavy, (say 1% win), that&#x27;s ngmi land.
    • deaton7 hours ago
      Most servers with port 25565 open get hits from either Minecraft griefer bots, or from a bot that looks for that port and warns anyone on that server about the risks of leaving that port open. It doesn&#x27;t take a huge scale operation to spam every IPv4 address in the world, there are only 2^32 of them, and even then many of those addresses are reserved.
      • inigyou55 minutes ago
        There&#x27;s just two or three such operations btw.
    • gavinhking10 hours ago
      Another interesting thing here is the paths they&#x27;re targeting, many are for newish AI coding tools
      • thedougd9 hours ago
        People or their agents must be accidentally committing or publishing their repository level secrets and configs with enough regularity that it’s worth scanning.
        • gavinhking9 hours ago
          Totally. I&#x27;m sure this campaign was inspired by sloppy vibe coding
      • hluska9 hours ago
        There are a few novel ones but I’ve been seeing most of them in my logs for longer than generative AI has existed. This isn’t remotely new, the vector is just getting bigger.
    • bigbuppo2 hours ago
      [dead]
  • binaryturtle10 hours ago
    On average about 100 (TCP) requests hit my home router per minute doing various probing and scanning. Lots of checking for the telnet port obviously. Sometimes you can see a swarm of entirely different IPs scanning the full port range (probing the ports one-by-one).<p>You&#x27;ll see a lot of deepfield, censys-scanner, visionheight.com, shadowserver.io, etc., but also the usual suspects of Chinese or Russian IPs.<p>With OpenWRT I use something like this: `tcpdump -i pppoe-wan &#x27;inbound and tcp[tcpflags] &amp; (tcp-syn|tcp-ack) == tcp-syn&#x27;`, or alternatively `tcpdump -i pppoe-wan &#x27;inbound and tcp[tcpflags] &amp; (tcp-syn|tcp-ack) == tcp-syn and not port 44000&#x27;`, if we have some torrent client running (e.g. here at port 44000) which would mess up the result. I&#x27;m not sure it&#x27;s the best way to handle this, but it&#x27;s definitely enlightening what bounces off on the router.
    • miah_9 hours ago
      The easiest way to deal with the usual suspects is to just block the entire countries network range(s). There really is no reason they should be connecting to your home router anyway, and you lose nothing from blocking them.<p>Sure their packets will still hit your router, but if they are dropped immediately at least you&#x27;re not wasting a syn-ack on them.
      • tommyage8 hours ago
        I, temporarly, banned some ip range. I didn&#x27;t find a source for pinpointing countries; though I am interested. Could you point me to some sources which, deterministically, resolve to some countries? To my knowledge you can not reliably identify countries by ip since this would be dependent on DNS servers. Though I am just a application programmer!<p>Thanks in advance.
        • thesuitonym8 hours ago
          Your router doesn&#x27;t care about their DNS settings. IP addresses are very easy to tie back to countries. The reason they say it&#x27;s not reliable is because it&#x27;s trivial to spoof the country, but even so, a lot of attackers don&#x27;t even bother. It&#x27;s sort of like the Nigerian prince scam calls: if you&#x27;re wise enough to block Russia, you&#x27;re not worth their time.<p>Your firewall vendor should supply you with country lists, just select the known bad ones and drop their traffic. If you have a consumer grade router, you will probably have to configure the blocklists manually.
          • numpad03 hours ago
            &gt; The reason they say it&#x27;s not reliable is because it&#x27;s trivial to spoof the country<p>ISPs sometimes do trade IPv4 blocks and countries to which it belongs do change occasionally. That can become a problem if you were like literally Netflix and someone few nation states over started an ISP.
          • lostlogin7 hours ago
            I wonder if adding the US is now sensible.
            • inigyou54 minutes ago
              Almost all spam traffic comes from the US, it&#x27;s not even close. But for many people so does much of their human traffic.
            • thesuitonym5 hours ago
              Unless you&#x27;re serving something, you should probably drop <i>all</i> incoming requests. If you are serving something, the US is a pretty big market to lock yourself out of.
        • random29ah7 hours ago
          Getting it directly from IANA is always the best approach.<p>Here is a &quot;simplified&quot; version in various formats.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;HotCakeX&#x2F;Official-IANA-IP-blocks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;HotCakeX&#x2F;Official-IANA-IP-blocks</a>
          • inigyou53 minutes ago
            Gross - you&#x27;re going to block countries just because the US government doesn&#x27;t like those countries?
        • Asmod4n8 hours ago
          Routers got such a thing build in nowadays, just gotta enable it (not the ones from your ISP of course)
    • sroussey8 hours ago
      I have ubiquity UniFi for this reason (amongst others). OpenWRT is a good choice as well. Most home router software is such junk, might as well leave the door open..
    • impish92089 hours ago
      I can corroborate visionheight and shadowserver from my firewall logs.
    • heywire8 hours ago
      This is one reason I don’t mind that I’m behind CGNAT.
      • binaryturtle7 hours ago
        That&#x27;s the only advantage of CGNAT I can think of. :D<p>(You still could get poked from the other users&#x27; hosts behind the ISP&#x27;s NAT, of course.)
        • itsTyrion6 hours ago
          an angry skid in a game can&#x27;t (D)DoS your router might be one. I&#x27;d still prefer to not have CGNAT
        • protocolture1 hour ago
          Depends if the ISP has client isolation of one method or another enabled.
    • hahahaa4 hours ago
      fail2ban?
  • walrus012 hours ago
    Mass automated vulnerability scans have been a very common thing since years before the advent of this in 2001:<p><a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Code_Red_(computer_worm)" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Code_Red_(computer_worm)</a><p>I remember when &#x27;code red&#x27; spread and it had the effect of crapping up the contents of my apache server logs. Fun times.<p>such as:<p>GET &#x2F;default.ida?NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u6858%ucbd3%u7801%u9090%u9090%u8190%u00c3%u0003%u8b00%u531b%u53ff%u0078%u0000%u00=a HTTP&#x2F;1.0
  • Bender11 hours ago
    Many of those user-agents listed are often faked. Look up which ASN owns their IP. If I block most VPS providers most of the faked bots vanish. There are still some running from residential and phones using hijacked code <i>(readers that are not really just readers but really multipurpose proxies)</i>. On that note, do not trust the linked source code but rather decompile the live code your phone is running and have AI analyze it.
    • cullenking3 hours ago
      I did just this. Using a $2k a year database from a smaller provider that isn&#x27;t maxmind, claude and I built a pretty slick ASN based categorization system. I can categorize an ASN as a residential IP, a service provider, a legit crawler&#x2F;scraper, etc. For anything that is suspicious, I dynamically use turnstile to gate access to our service. Turns out there&#x27;s no ISP for any VPN, they just contract with a shitload of mom and pop shady colocation services across the world.<p>We collect signals that help determine good vs bad networks. For example, large amounts of requests to .php endpoints, large amounts of empty accounts from the same &#x2F;24 subnet, etc etc. All these signals let us automatically determine risk, and then put up a challenge. Authenticated users never see the challenge even if they are on a risky network (VPN 99.9% of the time), unless the network has been identified as 100% malicious, then it gets a full block.<p>Here&#x27;s a small snapshot of the dashboard:<p><a href="https:&#x2F;&#x2F;cos.ridewithgps.com&#x2F;screenshots&#x2F;6a7c54d0-12Aug26-358916819.png" rel="nofollow">https:&#x2F;&#x2F;cos.ridewithgps.com&#x2F;screenshots&#x2F;6a7c54d0-12Aug26-358...</a><p>This was probably a total of 3-4 days of work, spread out over a couple months of iterative claude led hacking. I didn&#x27;t know exactly what to build, but had some of the key architectural ideas in my head. Opus+Faable made easy work of it all, and ended up guiding some really slick improvements for performance.<p>I would say this has dropped about 20% of all traffic to our service, though it turns out turnstile is a massive target for bots, so replacing that with something custom is next on the list.
      • inigyou50 minutes ago
        Contracting with their colocation facilities is exactly how that&#x27;s supposed to work. If you don&#x27;t actually operate a wide area network then you aren&#x27;t supposed to be registered in these databases and have IP blocks. The exception is people who do anycast, but VPN companies don&#x27;t.<p>You know all these guys just switch to residential proxies if they detect a site is blocking data centers, right? Because that&#x27;s a very common thing to do.
    • codegeek10 hours ago
      Is there an easy way to block any requests originating from VPS etc instead of residential&#x2F;commercial IP from legitimate users ? I know cloudflare does a few things but I really want to figure out a way to block any request say at nginx or caddy (reverse proxy) from reaching origin servers if they are not from an IP that is not a VPS etc.
      • djkurlander9 hours ago
        I run an open source honeypot that collects these botnet scans and produces blocklists.<p>Blocklist download and configuration: <a href="https:&#x2F;&#x2F;knock-knock.net&#x2F;blocklist" rel="nofollow">https:&#x2F;&#x2F;knock-knock.net&#x2F;blocklist</a><p>Honeypot dashboard, where you can see attempted attacks in realtime: <a href="http:&#x2F;&#x2F;knock-knock.net" rel="nofollow">http:&#x2F;&#x2F;knock-knock.net</a><p>API: <a href="http:&#x2F;&#x2F;knock-knock.net&#x2F;api" rel="nofollow">http:&#x2F;&#x2F;knock-knock.net&#x2F;api</a>
        • Bender6 hours ago
          Cool site. I was curious and dropped your 100k list into a reverse DNS lookup site [1]. They may still have some of the records cached. I recognized quite a few of the scanner nodes and some other usual suspects.<p>[1] - <a href="https:&#x2F;&#x2F;adver.tools&#x2F;reverse-dns-lookup&#x2F;" rel="nofollow">https:&#x2F;&#x2F;adver.tools&#x2F;reverse-dns-lookup&#x2F;</a>
          • djkurlander5 hours ago
            Yeah, that’s pretty interesting! You can also see a live view of the ASN&#x2F;ISP leaderboard by going to <a href="https:&#x2F;&#x2F;knock-knock.net" rel="nofollow">https:&#x2F;&#x2F;knock-knock.net</a> and choosing ISP from the carousel. That’s ordered by bot transaction count rather than IP count though.<p>It never ceases to amaze me that these ISPs don’t bother to shut down the botnets. They could do so very easily. For example, they could identify the IP address of every bot that hit this honeypot with their ASN with one API call: https:&#x2F;&#x2F;api.knock-knock.net&#x2F;check-asn?asn=&lt;asn number&gt;. (See <a href="https:&#x2F;&#x2F;knock-knock.net&#x2F;api" rel="nofollow">https:&#x2F;&#x2F;knock-knock.net&#x2F;api</a>). They just don’t care!
            • Bender5 hours ago
              The ISP&#x27;s do not have a financial incentive to shut them down. To them that&#x27;s a paying customer. The feds will go after the big botnets if they are touching financial networks or siphoning enough money from people because there is usually a few big bank accounts and virtual currency exchange accounts they can seize once big enough to look good in the media. That&#x27;s why it&#x27;s on us and a few big CDN&#x27;s to block some of them.
            • jwally5 hours ago
              What if I have a slimy TV box or nasty on my phone, living on my network?<p>You take IP down, you kill the cancer but you also end up killing the patient.
              • inigyou48 minutes ago
                Better yet, it&#x27;s the only CGNAT address for a little town in Brazil. You just banned an entire town from your site.
              • djkurlander4 hours ago
                Nothing wrong with contacting the customer, and taking down the IP briefly until the customer can deal with their malware hosting toaster.<p>However, I can see the argument for giving the customer 24-48 hours to resolve the problem.
              • Bender5 hours ago
                Not the person you are asking but site operators can not tell intent. It could be something nasty on the network or a botter feigning ignorance.<p>I&#x27;d say its probably an acceptable casualty in the battleground that is the internet especially for little one-off sites hosting blogs, forums, chat servers, etc... For a bigger site I would expect that person may have to open a ticket with the platform such as Amazon accepting that some CDN&#x27;s and firewalls may be harder to get the block removed. This is why we can&#x27;t have nice things.
                • jwally5 hours ago
                  thats the hard part, right - my 76 year old dad is on his banking app while his samsung TV is allowing a bot to try and take over other accounts at the same bank on the same IP.<p>IP Blacklists, no matter how good can&#x27;t stop this. You have to start using stats or deep-diving telemetry.<p><a href="https:&#x2F;&#x2F;darknetdiaries.com&#x2F;episode&#x2F;172&#x2F;" rel="nofollow">https:&#x2F;&#x2F;darknetdiaries.com&#x2F;episode&#x2F;172&#x2F;</a>
                  • Bender4 hours ago
                    <i>thats the hard part, right - my 76 year old dad is on his banking app while his samsung TV is allowing a bot to try and take over other accounts at the same bank on the same IP.</i><p>So appeal to emotion doesn&#x27;t fly with me. If grandpa is 76 in the year of our lord 2026 that means he was 50 when the internet was getting popular and 59 when cell phones became very popular on the internet. He&#x27;s not much older than I. He knows what&#x27;s up.<p>God help the makers of that television if he finds out it has been spying on him and dorking around with his traffic. If they are lucky he will just take a baseball bat to it. If they are unlucky he will fly to their headquarters and end up on a viral bodycam video likely with a lot of supporters that will bail him out of jail.<p><i>IP Blacklists, no matter how good can&#x27;t stop this. You have to start using stats or deep-diving telemetry.</i><p>I use a myriad of methods including IP blacklists. That&#x27;s my choice and every site operators choice. I do not have to use deep-diving telemetry but you are free to do so.
                    • inigyou48 minutes ago
                      It doesn&#x27;t dork around with his traffic, it makes its own traffic. In exchange for a discount.
        • skinfaxi6 hours ago
          This looks cool, where can I find the source?
          • djkurlander6 hours ago
            It&#x27;s on github with an MIT license: <a href="https:&#x2F;&#x2F;github.com&#x2F;djkurlander&#x2F;knock-knock" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;djkurlander&#x2F;knock-knock</a>. Have fun!
        • codegeek6 hours ago
          Thank you for sharing. I will take a look.
      • inigyou49 minutes ago
        No, because the bad guys use residential proxies if you block DCs. They just prefer not to because it&#x27;s more expensive. Meanwhile that silly HN project that scrapes and reformats your site is now dead before it began. Who are you actually defending and from what?
      • Bender7 hours ago
        There are several methods. [1] The most aggressive <i>method-02 and method-03</i> on my document will block VPS and some data-centers but that also means it will block some legit users that are on a VPN. Most VPNs transit a data-center. If experimenting with these methods use a test server that you do not care about and set up a dummy site and ask people in your circle of friends to test it. I have to step away for a bit but if you have questions I will try to answer.<p>[1] - <a href="https:&#x2F;&#x2F;nochan.net&#x2F;b&#x2F;Internet-Crap&#x2F;20260606-How-To-Block-Some-Of-The-Bots&#x2F;" rel="nofollow">https:&#x2F;&#x2F;nochan.net&#x2F;b&#x2F;Internet-Crap&#x2F;20260606-How-To-Block-Som...</a>
        • VogonPoetry7 hours ago
          Your site does not currently seem to be reachable &#x2F; responsive when I try to reach it from a US Comcast IPv4 address - you are not advertising IPv6.<p>Edit &#x2F; Update: It was Apple&#x27;s Private browsing mode that causes it not to respond. I can now see it when this is disabled.
          • Bender6 hours ago
            I&#x27;ve noticed they strip away a header [1] in private browsing mode but I don&#x27;t know why they do it since it does not disclose anything about the person. I think that may be the same thing that causes some people grief on Cloudflare as well.<p>[1] - <a href="https:&#x2F;&#x2F;caniuse.com&#x2F;?search=sec-fetch" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;?search=sec-fetch</a>
        • nubinetwork7 hours ago
          Per your link...<p>&gt; block http 1.1, real users only use 2.0<p>Chrome on android and Firefox on linux both appear to use 1.1 still...
          • Bender6 hours ago
            By default they use 2.0 [1] unless someone or an addon disables it or unless the person is on a really old version. OperaMini however will use 1.1. No idea if anyone here uses OperaMini.<p>There are some reader apps that act as a proxy that only support http&#x2F;1.1. Be careful, some of those are not just readers and do not trust what they claim to be the source code. Some of them are created by cute and fuzzy bunnies.<p>There are a number of botters on HN, some that control residential and phone browser-hijacked systems. One was sending me playful messages the other day. I enjoyed the bot block-jousting with them.<p>[1] - <a href="https:&#x2F;&#x2F;caniuse.com&#x2F;http2" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;http2</a>
            • nubinetwork5 hours ago
              Apparently nginx didn&#x27;t enable it on my new server... why it&#x27;s not enabled by default, I don&#x27;t know... I retract my idiocy :P
              • Bender5 hours ago
                No idiocy, sometimes defaults change or don&#x27;t get updated by a deployment script. Different distributions may have a slightly different default configuration file depending on how involved the artifact maintainer is with the project. Or put another way, I&#x27;ve done far sillier things.
      • basilikum10 hours ago
        &gt; &#x2F;commercial IP from legitimate users<p>No, because legitimate users do not just use residential and &quot;commercial&quot; IPs. Like me, right now
        • VladVladikoff9 hours ago
          You are the 0.001%
          • basilikum9 hours ago
            Much more than 0.001% of people care about their privacy or (the larger portion) do not have unfiltered access to the internet.
            • Bender7 hours ago
              I second this. When I have tested blocking VPS&#x2F;data-centers to my silly blog there were about a dozen people on HN [1] that could not view my site out of the roughly ~17,000 <i>(not counting bots)</i> that could. It&#x27;s not a big number but those are real people and they count.<p>I am going to move full blocking to a test node that people can play with but I have to finish working with Claude to revise someones repo is is no longer maintained because one does not simply put an anonymous chan board on the great wide open internets without some critical thinking.<p>[1] - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49060945">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=49060945</a>
              • inigyou46 minutes ago
                There were a dozen people who <i>reported</i> not being able to access your site.<p>The complete hysteria people go to over the near-non-issue of bots is, well, completely hysterical. Don&#x27;t be that guy.
              • VladVladikoff6 hours ago
                What did you use for detection?
                • Bender6 hours ago
                  The complaints in the thread. I am aware the lurkers would not have said anything.
      • VladVladikoff9 hours ago
        Yes but it’s not cheap. Maxmind and ipinfo etc sell a tier that tells you this information, then you can 403 based on it. But the price is nuts like $40,000 a year.
        • cullenking3 hours ago
          See my comment in the parent - there are cheaper options, don&#x27;t use maxmind!
        • yardstick7 hours ago
          Open source works just fine for this - take a look at geoacumen-country<p><a href="https:&#x2F;&#x2F;github.com&#x2F;geoacumen&#x2F;geoacumen-country" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;geoacumen&#x2F;geoacumen-country</a>
          • VladVladikoff6 hours ago
            Isn’t that only countries though? They were talking about detecting VPS
        • reincoder8 hours ago
          I work for IPinfo. We offer IPinfo Lite for free. With a little bit of time in identifying the ASNs, you can implement a decent way to block a good number of bots fairly easily using the free data alone.
          • gavinhking8 hours ago
            Good to know, thank you. Would you do this by fully blocking particular ASNs? Or something more granular?
            • reincoder7 hours ago
              You can block entire ASNs. If you are frustrated with bots, blocking Tencent&#x27;s entire IP address space would have very few downsides.<p>If you have fail2ban or NGINX logs, you can use our CLI to summarize those IPs and identify the ASNs you want to block. But before you block entire ASNs, make sure they are not classified as &quot;ISP&quot; type. For that, visit our website&#x27;s ASN page first.<p>I have quite a few community posts around this approach. <a href="https:&#x2F;&#x2F;community.ipinfo.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;community.ipinfo.io&#x2F;</a><p>If you have raw logs, you can send them to me as well, and I can review them and provide some guidance.
              • gavinhking6 hours ago
                Appreciate it, I&#x27;ll check out your posts.
        • KomoD9 hours ago
          You don&#x27;t need to spend anywhere near $40k a year to get that info... You don&#x27;t even need to spend $1
        • sparkling8 hours ago
          Focsec.com IP database for offline use (datacenters, VPNs, proxies, bots) runs around $1k&#x2F;month for internal-only use.
    • gavinhking10 hours ago
      Yeah, that&#x27;s exactly what these visits are: faked user agents that fail IP verification or Web Bot Auth. What&#x27;s interesting is the surge across so many websites in the last week.
      • Bender10 hours ago
        There are many possibilities but one of them could be some new vuln was released and they are looking for it. That would require looking at the URL&#x27;s they are requesting. Botters run their own purpose built campaigns. Do you also have a summary of URL&#x27;s requested by unique counts?
        • gavinhking10 hours ago
          Looks like many of the paths relate to AI coding tools. There are some examples below the chart
          • hluska9 hours ago
            You keep repeating this about a small minority of the tools that were posted.
    • bflesch10 hours ago
      Same for the origin IP address. The fiber leaving your country is tapped, and those people can inject packets with any origin IP that they want. Your ISP has no way to check if their peer actually received a certain packet from a certain country or not.<p>From a technical perspective, all this &quot;china&#x2F;russia&quot; attribution is built on a quite shaky foundation. As a sysadmin you&#x27;d never know if it would be the British crown attacking your European company instead.<p>Not minimizing nation state cyber crime here, but the packet goes through many hands with different incentives.
      • pixl979 hours ago
        Problem here is there are not single fibers attaching (most) countries, but a bunch of them. If you control both the ingress and egress for some particular users it&#x27;s possible, but if you don&#x27;t then your probing packing may end up back in China with a lot of evidence of backscatter.
        • bflesch8 hours ago
          I&#x27;d be surprised if there is a single route from EU to non-EU countries which does not pass through British control.
          • inigyou43 minutes ago
            Does Britain own all fiber links between Switzerland and France?
  • oasisbob2 hours ago
    Very similar experience here. Started July 30, sustained through August 6, when it started a significant ramp-up in volume (5x or so).<p>Most of the traffic is originating in GCP. We&#x27;re seeing ~70k req&#x2F;min sustained from Google Cloud IP space (AS396982). Reported to GCP Abuse, they&#x27;ve been non-responsive so far.<p>The main distinguishing factor is the reuse of a bunch of legit AI-training bot UserAgent strings. It&#x27;s clear that the traffic is under the same centralized control because of how it changes volume across thousands of IP addresses simultaneously.
    • gavinhking2 hours ago
      Seems like you’re part of the group represented in this dataset trend then, many of these visits are also from (compromised) Google servers in that same ASN.
  • AlbinoDrought1 hour ago
    I&#x27;m not sure what to blame yet, but here&#x27;s traffic on a tiny side site, all from JS-capable clients: <a href="https:&#x2F;&#x2F;i.imgur.com&#x2F;tdexrEI.png" rel="nofollow">https:&#x2F;&#x2F;i.imgur.com&#x2F;tdexrEI.png</a>
  • inigyou1 hour ago
    Fork found in kitchen. This is nothing new. Don&#x27;t have mass vulnerabilities and you have nothing to fear from mass vulnerability scanners.
  • Tharre8 hours ago
    Why would you voluntarily pretend to be a AI bot, when those have already a much higher chance of being blocked? Seems holly unproductive.<p>Best hypothesis I can come up with is to somehow make the AI companies look bad, but they seem to be doing an excellent job at that themselves already by scraping everyone hundreds of times per hour over and over.
    • esskay7 hours ago
      Because businesses dont want them blocked, that would be a very stupid thing for most of them to do given its becoming a vital traffic source now that people are using chatbots instead of google.
      • Gigachad4 hours ago
        From what I have seen at work, everyone is using chat bots but no one is visiting websites through them. We still get almost all traffic through social media and google search.
        • inigyou42 minutes ago
          Yeah. Do you want the bot to buy the product from your website or your competitors?
        • cullenking2 hours ago
          the numbers are much smaller than traditional search but they are trending up, and they convert at almost 2x the rate of organic search inbounds. sure you can play catchup later, but the trend is quite clear. if there&#x27;s one thing the last two years have taught me, my prior heuristics on now vs future don&#x27;t work in 2026.
    • red-iron-pine6 hours ago
      Googlebot and other web scrapers are how you get visible, how you get adwords, ways to boost your traffic, etc.<p>bots hitting your site aren&#x27;t problems per se
    • xgulfie8 hours ago
      Most websites don&#x27;t have an incentive to block AI bots to their main sites. Think businesses, government and community websites, nonprofits, etc.
  • nate-gehringer9 hours ago
    I recently blogged about some Cloudflare Workers I developed to combat this type of traffic: <a href="https:&#x2F;&#x2F;code.backwater.systems&#x2F;blog&#x2F;#2026-06-29T23:40:00.000Z" rel="nofollow">https:&#x2F;&#x2F;code.backwater.systems&#x2F;blog&#x2F;#2026-06-29T23:40:00.000...</a>
    • sethops18 hours ago
      Using a normal page per blog entry would go a long way to making your site more indexable, readable, shareable and seo-able. (Good article btw).
  • ChillyCapy7 hours ago
    Fake Googlebot visits are #1 in website logs I&#x27;ve been working on. At the beginning I was fighting with them using Cloudflare ASN block rules or their managed Bot Fight mode but it appeared to be not only pointless, but also harmful for my websites. Bot Fight mode randomly started blocking real Bing &#x2F; Google &#x2F; OpenAI crawlers what wasted crawling budget and discouraged crawlers to revisit updated pages.<p>Sometimes it&#x27;s better to not fight with bots actively but harden environment and only react for the worst offenders.
    • dewey6 hours ago
      For Google it&#x27;s pretty straight forward to throw away fake crawlers by just only allowing their published list of crawler IPs so you don&#x27;t accidentally allow someone from a random GCP IP to crawl you if unwanted (<a href="https:&#x2F;&#x2F;developers.google.com&#x2F;crawling&#x2F;docs&#x2F;crawlers-fetchers&#x2F;verify-google-requests" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;crawling&#x2F;docs&#x2F;crawlers-fetcher...</a>).
      • inigyou42 minutes ago
        Also Googlebot is an AI training crawler so if you block AI training crawlers you should just block it.
    • herbst7 hours ago
      [dead]
  • kevin_nisbet7 hours ago
    Just in case any of the authors read HN, I&#x27;m getting a pretty crazy rendering bug on this page, where a bunch of the contents are redrawing up and down by a few pixels. It seemed to go away with resizing the width a few times, but I didn&#x27;t look into it too hard. My page width was probably small on first draw. Incredibly distracting though and hard to read with the text moving. Using latest chrome, and it occurred on more than one page refresh. I didn&#x27;t dig in beyond that though.
    • saghm7 hours ago
      I&#x27;m seeing the same thing on Firefox on Linux. It almost looks like the page scroll is jiggling up and down a tiny amount constantly when it&#x27;s supposed to be stationary.
  • blobbers8 hours ago
    Interesting thought: what if the idea of an open internet is over.<p>What if we&#x27;re now moving into a world of strictly KYC. The same way &quot;The Facebook&quot; generated massive revenue by creating a KYC world.
  • SpyCoder772 hours ago
    Why would some of these ignore robots.txt <i>some</i> of the time?
  • nubinetwork7 hours ago
    How about them apples... ai bots use faked browser user agents, so people start pretending to be ai instead...
  • pjc5010 hours ago
    Someone is <i>always</i> running mass vulnerability scans. That&#x27;s a &quot;water is wet&quot; state of the Internet.
    • gavinhking10 hours ago
      Definitely, the point here though is there is a stat sig surge in the chart in the last week, across thousands of websites. At least a surge in this particular spoofing pattern.
      • KomoD9 hours ago
        It&#x27;s still not really anything special. Thousands isn&#x27;t even large scale.<p>Any random bozo can trigger that.
        • gavinhking9 hours ago
          This is a random sample of completely unrelated websites, which indicates that the total scale is much larger. This is not saying that it is difficult to make thousands of requests.
          • hluska9 hours ago
            Is this your company? If it is, your cheerleading makes you very hard to trust. If it’s not, I’m sure that everyone gets the point - you adore everything about this research and can’t see any possible problems.
            • gavinhking8 hours ago
              Not asking for trust, just sharing the data&#x2F;math
              • dewey8 hours ago
                You forgot the &quot;Yes, that&#x27;s my company&quot; part in your reply (<a href="https:&#x2F;&#x2F;ghking.co" rel="nofollow">https:&#x2F;&#x2F;ghking.co</a>)
                • gavinhking8 hours ago
                  That doesn&#x27;t change the data&#x2F;math brother
                  • inigyou40 minutes ago
                    It changes our evaluation of the likely reasons that you are ignoring the reasons that you are wrong.
                  • dewey8 hours ago
                    It&#x27;s still good etiquette to disclose affiliation in online discussions.
    • pixl979 hours ago
      I think this is more of a &quot;if you left your AI tools exposed someone is looking for them&quot; change. Hacking someone else&#x27;s agents sounds like a great way to spend less on your own tokens.
      • Maxion8 hours ago
        Nah these are just the typical vuln scans that try all kinda basic shit, looking for anything commonly used AI tools included.
    • Joel_Mckay7 hours ago
      [dead]
  • andai8 hours ago
    Man, this &quot;someone&quot; guy sounds like a real jerk!
  • raver19754 hours ago
    Sorry, my bad.
  • bytesandbits5 hours ago
    No Small Actors.
  • 0xdeadbeefbabe3 hours ago
    Or some thing!
  • wilg5 hours ago
    Looks like Google has started rolling out this Web Bot Auth thing which seems like something that should gain adoption or become an open standard. <a href="https:&#x2F;&#x2F;developers.google.com&#x2F;crawling&#x2F;docs&#x2F;crawlers-fetchers&#x2F;web-bot-auth" rel="nofollow">https:&#x2F;&#x2F;developers.google.com&#x2F;crawling&#x2F;docs&#x2F;crawlers-fetcher...</a><p>Seems like the crawler companies would be incentivized to not want to take responsibility for people spoofing their user agents.
    • gavinhking5 hours ago
      Yup, in fact most of them are already. That&#x27;s one of the ways this data is verifying whether the visits are spoofed or not: <a href="https:&#x2F;&#x2F;knownagents.com&#x2F;insights#spoofing-and-security" rel="nofollow">https:&#x2F;&#x2F;knownagents.com&#x2F;insights#spoofing-and-security</a>
  • j459 hours ago
    This kind of stuff is getting pretty wild, even for using something like Cloudflare it seems like a good idea to have another layer behind it that&#x27;s non-cloudflare for when vulnerabilities are discovered.
    • thesuitonym8 hours ago
      What, like some kind of firewall?
  • fenestella9 hours ago
    [dead]