31 comments

  • walrus012 hours ago
    Remember in 2003 when netgear hardcoded a university&#x27;s NTP server into a ton of their products? Well....<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?&amp;q=university+ntp+server+netgear" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?&amp;q=university+ntp+server+netge...</a><p><a href="https:&#x2F;&#x2F;pages.cs.wisc.edu&#x2F;~plonka&#x2F;netgear-sntp&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pages.cs.wisc.edu&#x2F;~plonka&#x2F;netgear-sntp&#x2F;</a>
    • saghm1 hour ago
      Apparently they didn&#x27;t just do that, they also had them make requests way more frequently than they needed to (I guess particularly surprising given that they&#x27;d already have to be fairly negligent to have the server hard-coded):<p>&gt; We learned that these packets appeared to be legitimate, well-formed Simple Network Time Protocol (SNTP) version 1 queries, albeit at an inexplicably high rate from each client host. For instance, during one trace, many clients produced about one query per second. This would be highly unusual for a properly constructed SNTP client, since an application which uses SNTP is merely interested in setting its own clock relatively accurately so that its host has some reasonable notion of the current time. One query per second is ridiculous, and is far from best practice for NTP client behavior.
    • sikozu1 hour ago
      This was a great read, thank you for posting!<p>I love articles like that.
  • simonjgreen2 hours ago
    I’m pretty sure this way they’ve hardcoded the NTPs is actually against the ToS for use of the NTP pool too.<p>The way a vendor embedding NTP is _meant_ to do so is documented here: <a href="https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html" rel="nofollow">https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html</a><p>On another note, back when I ran a web hosting business we hosted a few NTP servers in the pool. It’s such a simple thing to give back, and worth anyone who can make a stable contribution doing so.
    • kelnos28 minutes ago
      &gt; <i>The pool is currently keeping the time of an estimated 5-15 million systems accurate.</i><p>When was this page last updated? I would expect that number to be in the hundreds of millions these days, perhaps even billions.
    • lgeek1 hour ago
      If you do run an NTP server, please make sure it&#x27;s not vulnerable to DDoS amplification (monlist, readvar, etc need to be disabled) and apply some rate limiting to make it less useful for reflection attacks. And be proactive about monitoring its traffic volume.<p>If you see high packet rate from a specific IP address or prefix, it&#x27;s very likely not them abusing your service, but rather you attacking them by responding to spoofed requests.
    • jameshilliard2 hours ago
      &gt; The way a vendor embedding NTP is _meant_ to do so is documented here: <a href="https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html" rel="nofollow">https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html</a><p>Note that in the past I&#x27;ve had companies writing embedded linux based firmware using ntppool for time sync request their own vendor zones, however a lot of those requests were ignored so it&#x27;s unclear if that&#x27;s still expected. In the end they ended up just using the default ntppool domains since they never got their own vendor zones.
      • Aurornis2 hours ago
        I remember going through the same thing. No response. This was a long time ago, though.
    • robinpie2 hours ago
      Yes, they should absolutely be using a vendor zone instead of a CNAME under tesla.com.
  • buzer2 hours ago
    CNAME&#x27;ing pool-ntp.tesla.com to something they do not control is already quite risky as it would allow someone to e.g. request pool-ntp.tesla.com certificate though it might take quite a few tries.
    • robinpie2 hours ago
      I thought about trying this, but MPIC makes it very very very difficult (the round-robin has some geolocation magic baked in regarding what server it connects you to).
      • ratorx2 hours ago
        Out of curiosity, how is MPIC relevant? Not that familiar with it, but CNAME would resolve to your server regardless no?
        • robinpie2 hours ago
          pool-ntp.tesla.com --CNAME--&gt; pool.ntp.org --GeoDNS--&gt; thousands of possible servers, biased heavily by user location
          • ratorx2 hours ago
            Oops should have RTFA before commenting, I thought the CNAME was only to your servers.
    • sippingabonedry2 hours ago
      Wouldn&#x27;t the same apply to pool.ntp.org then?<p>Maybe running a web server on the same IP as an NTP server is a bad idea.
      • Polizeiposaune2 hours ago
        a .tesla.com certificate might well enable more shenanigans than a .pool.ntp.org cert.
        • sippingabonedry2 hours ago
          That points to a glaring hole in the modern-day automated web PKI, not Tesla&#x27;s dangling DNS record.<p>Hell, they issue certificates to IP addresses now. For cloud systems, ownership of an IP could be a few hours.<p>This has almost certainly been deemed an acceptable risk.
          • xmodem1 hour ago
            This is why IP certificates are limited to a max lifetime of 6 days.<p>&gt; IP address certificates allow server operators to authenticate TLS connections to IP addresses rather than domain names. Let’s Encrypt supports both IPv4 and IPv6. IP address certificates must be short-lived certificates, a decision we made because IP addresses are more transient than domain names, so validating more frequently is important.<p><a href="https:&#x2F;&#x2F;letsencrypt.org&#x2F;2026&#x2F;01&#x2F;15&#x2F;6day-and-ip-general-availability" rel="nofollow">https:&#x2F;&#x2F;letsencrypt.org&#x2F;2026&#x2F;01&#x2F;15&#x2F;6day-and-ip-general-avail...</a>
        • jan_tilde_zone1 hour ago
          Hope there are no sensitive *.tesla.com cookies out there...
          • sippingabonedry1 hour ago
            The chance of being issued a certificate in this instance, while theoretically possible, is infinitesimally small.
  • darwinlee2 hours ago
    “You must absolutely not use the default pool.ntp.org zone names as the default configuration in your application or appliance.”<p>ref: <a href="https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html" rel="nofollow">https:&#x2F;&#x2F;www.ntppool.org&#x2F;en&#x2F;vendors.html</a>
  • kjs32 hours ago
    I&#x27;d try to contact Assetnote. Most (sadly not all) managed vuln scan companies are pretty sensitive to scanning stuff that doesn&#x27;t belong to their client and could expose them to liabilities because they don&#x27;t have permission.
    • robinpie1 hour ago
      Yeah, I&#x27;ll try to do this, but I can&#x27;t find anything better than the generic contact form.
      • kjs31 hour ago
        Try search on LinkedIn. Often turns up folks who work there who you can reach out to.
        • kjs31 hour ago
          Oh, and be sure to include &quot;you&#x27;re scanning a pool address so you&#x27;re probably scanning a lot of other sites that don&#x27;t belong to your customer&quot;. They should know it&#x27;s potentially not one little web site.
  • motbus32 hours ago
    Do a Tesla move and say that&#x27;s a new service and they need to pay 10000 a month to keep using the service otherwise you reserve the right to mess up with the responses. :P of course, just a joke, but that&#x27;s what they do
  • graypegg2 hours ago
    Thankfully it doesn&#x27;t seem to be much traffic, but still... weird. You&#x27;d hope at somepoint the weird responses would get looked at in some log, but I won&#x27;t hold my breath for that haha.<p>Tangential, but I love the design of your blog. That&#x27;s so freakishly accurate to old GNOME 2 Ubuntu, amazing work.
  • larodi2 hours ago
    So many of the news on HN, such as present one, can be actual stories&#x2F;scenes from a cyberpunk game&#x2F;movie these days, that we can safely assume this (otherwise imaginary) future has already arrived.
  • andai2 hours ago
    I really like this website&#x27;s theme. I noticed this yesterday when using a very old iOS version: Shiny UI is morale-boosting.
  • iancarroll2 hours ago
    As a bug bounty researcher, my systems would do the same thing if they ended up georouted to this IP. *.tesla.com is marked as in scope on <a href="https:&#x2F;&#x2F;bugcrowd.com&#x2F;engagements&#x2F;tesla" rel="nofollow">https:&#x2F;&#x2F;bugcrowd.com&#x2F;engagements&#x2F;tesla</a>, and my agents will probe anything under there as it is presumed to have explicit authorization.<p>Not sure if there is a great solution, but I&#x27;m inclined to say that attack traffic like this is the new normal. In fact, the attack volume they got is quite small compared to the volume I have seen on other tech company subdomains - the new normal is probably much worse.
    • xmodem1 hour ago
      One solution is to not set up and run a computer program that relies on bad information to perform automated cyber-attacks on third parties.
      • iancarroll1 hour ago
        How do you suggest I determine the information is bad, if the domain is hosted on tesla.com, and Tesla says I am authorized to test it? Should I inspect all 1,368 subdomains on tesla.com by hand, and then do the same for 400+ bug bounty programs?
        • xmodem23 minutes ago
          Maybe i&#x27;m old fashioned, but personally I think the onus should be on the person sending out unauthorized malicious requests to figure out how to not do that.<p>Any responsible bug bounty researcher reviewing the DNS zone by hand would spot the CNAME and remove it from the target list. You don&#x27;t get to wash your hands of that because your chatbot did it.
        • saghm1 hour ago
          Yes, unless you think that trying to do a bug bounty is a good excuse to participate in DoS.
          • iancarroll1 hour ago
            The OP says they have received 50,000 requests in about a month. What service is being denied by 0.01 requests per second?
            • saghm1 hour ago
              You&#x27;re now confident that the other 399+ domains you mentioned are not under any sort of duress because they&#x27;re controlled by people who are away of what&#x27;s happening?
              • iancarroll58 minutes ago
                I feel confident that no system exposed to the internet should have a problem with 50,000 requests per month! If they do, they probably shouldn&#x27;t run a public NTP server, or have a public IP address at all.
                • saghm37 minutes ago
                  Okay, so you&#x27;re just confident in exactly how many requests everyone else in the world will be making if you try to pentest resources unbeknownst to their owners.
                  • iancarroll27 minutes ago
                    Are you confident you are not viewing too many pages on HN? What if many other people are also trying to read this thread?<p>I think this line of reasoning doesn&#x27;t make any sense. The internet is not an inherently safe network regardless of what we wish for; we can&#x27;t wish away the bad activity, and it&#x27;s only going to increase. The activity that helps prevent the bad activity from working is a net positive.
                    • saghm2 minutes ago
                      &gt; Are you confident you are not viewing too many pages on HN? What if many other people are also trying to read this thread?<p>I think it&#x27;s pretty disingenuous to compare viewing a couple of pages once a day with running scripting tools against over 400 websites.<p>&gt; I think this line of reasoning doesn&#x27;t make any sense. The internet is not an inherently safe network regardless of what we wish for; we can&#x27;t wish away the bad activity, and it&#x27;s only going to increase. The activity that helps prevent the bad activity from working is a net positive.<p>Oh good, no one has ever claimed &quot;it&#x27;s for your own good&quot; when doing something selfish without consent.
        • natebc1 hour ago
          [dead]
  • gmmachine38 minutes ago
    To OP robinpie:<p>I understand that Tesla is treating your NTP server, a volunteer server and part of the greater volunteer pool of NTP servers, as their own infrastructure.<p>However, I can&#x27;t tell from the article if the scans originate with:<p>A.) IT staff at Tesla that are scanning exposed services on what they perceive, or claim wrongly, as their own network for vulnerabilities.<p>B.) Somehow a rogue operator (read botnet)<p>C.) A rogue operator who is using the cars themselves to run exploit scans?<p>C would be the most alarming and concerning.
  • bmenrigh1 hour ago
    I just checked my own webserver logs (I also run a sever in the ntp pool) and I too see some hits in my webserver logs.<p>They look to all be log4j vuln scanning activity (CVE-2021-44228), and the volume isn&#x27;t that high (a few a day, and not every day). They just have some overzealous vuln scanning. And yes, they shouldn&#x27;t have the NTP pool under their DNS name.<p>I&#x27;ve had all sorts of strange things happen because of my ntp pool membership, this one is pretty far on the benign end of things.
  • VladVladikoff2 hours ago
    &gt; rg -zFI pool-ntp.tesla.com access.log*<p>Neat! Didn’t know about this command that’s very helpful
  • kittikitti2 hours ago
    I&#x27;ve been consistently attacked by ShadowServer who have the following sponsors,<p>Akamai, APNIC Foundation, Arctic Security, AusCERT, Avast, Backblaze, Canadian Center for Cyber Security, CERT.AT, CERT.br, CERT.LV, CIRA, CIRCL, Craig Newmark Philanthropies, CSIRT.LI, CSIS Security Group, DFN‑CSIRT, Digital Trust Center, EURid, HelseCERT, ICANN, Identity Digital, KPN, Mastercard, NASK (CERT.pl), NCSC Ireland, NICS, Nihon Cyber Defence, Nucleus Security, Orange Polska, Precursor Security, Protect.ngo, Public Interest Registry (PIR), Red Hat, SURFcert, SWITCH, Team Cymru, Trend Micro, Trivest AG, Tucows, Verisign, VulnCheck,<p>I don&#x27;t care what they say they&#x27;re doing, I hate how corporations can act with impunity with these types of things while everyone else would get a felony for it.
    • bmenrigh1 hour ago
      Calling vuln scanning from a non-profit a felony is a bit of a stretch. Many for-profit companies do similar vuln scanning and then threaten companies with security &quot;scorecards&quot;. That is borderline extortion.
      • FabCH1 hour ago
        If the non-profit was walking down the road and rattling everybody’s door lock to see which are unlocked, and having a look around the windows to see if any are open, would that be a crime?<p>Because that is exactly what all of these vulnerability scanning companies are doing, and all of us sort of just… let them.
        • bmenrigh1 hour ago
          If the neighborhood was constantly being canvased by criminals checking doorknobs, so your concerned neighbor went over to your house to check your doorknob, and then let you know if you accidentally left it open, would you also accuse your neighbor of being a criminal trying to break in?
          • FabCH1 hour ago
            Yes.<p>I have personally done this before, the correct sequence of moves is:<p>1. Call your neighbor, ask for permission. 2. Check the door 3. Lock the door<p>If you don’t have their phone number, you are not on good enough terms to touch their lock.
            • bmenrigh1 hour ago
              This is why the checking doors &#x2F; neighborhood analogy isn&#x27;t a good one.<p>Having one person with poor computer security negatively impacts everyone. Hacked sites turn into phishing landing pages, exploit kit hosting, stolen data dumps, and launching off points for attacks on everyone else. The vuln scanning ShadowServer is doing is meant to be a public good, which is why they share the info with ISPs and governments.<p>Security is too intertwined to stand by and say other people&#x27;s vulnerabilities aren&#x27;t your problem.
              • FabCH1 hour ago
                It is a good analogy because thieves stealing from one house successfully gives them resources and incentivizes them stealing from the same area again.<p>And even if you remove the analogy, ShadowServer means good, but good intentions doesn’t necessarily make their action moral or legal.<p>Yes, compromised servers can be used by hackers as means to commit crimes. But when these groups scan the entire internet, they do cause harm as well, as shown in the original linked article. Much less harm than a black hat, but they still waste time and resources from innocent third parties.<p>It’s fair to ask if the harm they cause is worth the good they do.
    • driverdan1 hour ago
      Report it <a href="https:&#x2F;&#x2F;www.cisa.gov&#x2F;reporting-cyber-incident" rel="nofollow">https:&#x2F;&#x2F;www.cisa.gov&#x2F;reporting-cyber-incident</a>
  • emkoemko1 hour ago
    Can&#x27;t you report them to the FBI, someone is clearly trying to hack your server
  • richwater2 hours ago
    I would assume the fastest way to actually make this stop would be to setup a bunch of honeypot exploits, trigger their detection and someone will figure out what they did wrong.<p>Other than not, with these huge companies you have 0 recourse.
    • robotmay2 hours ago
      I did something like this a few weeks ago on my photography site: <a href="https:&#x2F;&#x2F;robertmay.photography&#x2F;journal&#x2F;meta-has-tried-to-scrape-this-site-1-million-times-in-2-weeks-ive-given-them-toasters-instead" rel="nofollow">https:&#x2F;&#x2F;robertmay.photography&#x2F;journal&#x2F;meta-has-tried-to-scra...</a><p>Meta not only hasn&#x27;t noticed, but is currently sending about 11 requests per second to my site. I&#x27;ve also seemingly trapped one of those TV proxy scraper nets as I&#x27;m getting absolutely hammered by requests from all over the place now. I get maybe 10 legit visitors per day, and I&#x27;m currently blocking 406,787 IPs from things that have fallen into my honeypot.<p>I&#x27;ve tweaked my site to return empty status responses a configurable amount of time but the traffic has been so intense that Traefik is now struggling, so I&#x27;m going to have to figure out something else. I was returning over-capacity errors and I think that was a mistake, I&#x27;ve swapped to 400 range status codes now. I don&#x27;t want to use Cloudflare so I&#x27;m not sure what to do after this.<p>The people at these companies are either incompetent or malicious.
      • FabCH1 hour ago
        Return a HTTP 301 pointing to <a href="https:&#x2F;&#x2F;facebook.com" rel="nofollow">https:&#x2F;&#x2F;facebook.com</a>?<p>Might make them scan themselves instead.
      • reaperducer2 hours ago
        Since it&#x27;s a photography site, route &#x27;em over to goatse. That might get someone&#x27;s attention.
        • robotmay2 hours ago
          Haha I did debate going much worse with the junk images but wanted to err on the side of caution in case I subject possible clients to something like goatse.
    • slau2 hours ago
      I actually think this is brilliant. Let the scanner IP get access to the most unpatched Wordpress, maybe even generate some garbage ERP numbers.<p>Once the asset scanner detects the vulns, everyone will kick into high gear to patch this.
    • numpad01 hour ago
      I wonder if source IP can be ping triangulated, then total ping count displayed as &quot;Tesla MAU: +&#x2F;-x% today&quot;, &quot;Suspected ownership changes this month: xxx cars&quot; by apparent home location changes, then residential and Tesla-unrelated locations excluded server side, and plotted on the map, then finally the whole system exposed to the public Internet and shared to SpaceX fans.<p>&quot;Hey Texas Model S #345 just left KXYZ, moving at &gt;100mph towards the pad. Everyone get cameras out!&quot;<p>It&#x27;ll be gone by lunchtime that day.
    • robinpie2 hours ago
      (OOP here). I wonder if switching my replies from 299 to 200 OK would be enough for some of them.
      • Joel_Mckay2 hours ago
        Unlikely, but the lazy wonks could enable stratum 1 time services with the cars GPS&#x2F;cellular receiver and RTC. Having done that for equipment in the past, we all know it is literary only $8.43&#x2F;unit in parts. Also, setting ntp time as the tertiary fall back has been around for over a decade. =3
    • Joel_Mckay2 hours ago
      Often, the folks you want to ban are not the hosts running the scans.<p>One&#x27;s best bet is to play possum, and use your clients last login IPs falling in your service area geo-IP ranges for a firewall white-list. Then redirect the other traffic for a black hole route.<p>If the nuisance hosts assume they have driven the host offline, they will eventually give up and move on. =3
  • KaiserPro2 hours ago
    Tangential; I love the style drop down.
  • ChrisMarshallNY1 hour ago
    <i>&gt; unintentionally be being a nuisance.</i><p>As opposed to <i>intentionally</i> being a nuisance?
    • toomuchtodo1 hour ago
      It’s just laziness on Tesla’s part because working your bare bones crew to failure isn’t the exception but the SOP. Same why you can’t reach anyone about Supercharger issues, this is by design to run as lean as possible for profits.<p>I see this in cyber clients that are perpetually short staffed and simply accept the degraded system because the consequences are minimal. If nothing important breaks, nothing changes.
  • matt32102 hours ago
    I bet we&#x27;ll find that its openAI agent benchmarks off on their own again
  • fred_is_fred2 hours ago
    I&#x27;d report this to AWS instead since Tesla doesn&#x27;t seem aware. It&#x27;s AWS IPs as the source.
    • ameliaquining2 hours ago
      I might try Searchlight Cyber first (it&#x27;s their service doing this, presumably without their knowledge), and then if that doesn&#x27;t work go to AWS.
    • nullpoint4202 hours ago
      Yeah it looks like someone thinks they&#x27;re &quot;hacking&quot; Tesla when really it&#x27;s hitting volunteer IPs.
  • sroussey1 hour ago
    Give Tesla the wrong time.
  • caaqil2 hours ago
    Huh, are we sure this is just NTP shenanigans and not some super duper dangerous AI agents &quot;escaping&quot; the &quot;containment&quot;?
  • consensus12 hours ago
    Is this basically a free pen test, or am I misunderstanding the setup?
    • philipwhiuk1 hour ago
      People are trying to compromise Tesla and because this guy provides NTP services, and Tesla set their NTP up wrong, it appears to other people like his machine is part of Tesla.
      • consensus124 minutes ago
        Got it. The way it was phrased it made it sound like Assetnote was the party actually sending the exploits (which made me assume it was intentional testing going to the wrong target), not that they were coming in from unknown senders in the outside world.
  • theideaofcoffee1 hour ago
    50,000 requests in the span of ... 21 days? It might be interesting if it were 50 million in those 21 days (even then, 27 RPS is ... nothing). Drop a report to AWS T&amp;S, block, drop, reject, and move on. This is like less than background noise at this point.<p>Edit: tamping down a bit of my prickliness because it looks like this individual is a relative newcomer to running internet-facing services. This is actually a pretty good intro to that: the place as a whole is a cesspool and any conceivable “attack”, scan, probe, pentest is, has, or will be happening at all times. Some you can mitigate yourself, others you’ll need to bring in a specialist service (see DDoS sinks and mitigation services, for example) or contact someone’s abuse address, others you just have to ignore because it’s just not directed at you personally, or just not worth more than three seconds’ thought beyond a firewall rule. This is the latter. Maybe interesting if this is the first time you’re seeing something like this, but for more grizzled operators like myself, it doesn’t even register as notable anymore.
  • Nurysso2 hours ago
    [dead]
  • throwaway2469792 hours ago
    [dead]
  • NotWhatUThink2 hours ago
    &gt; They tried all kinds of exploits against me ... probing WordPress and other CMS management endpoints<p>This is standard bot crawler traffic. Anyone who runs a home server sees attempts to load wp paths all the time
    • robinpie2 hours ago
      Oh absolutely, I just think the specific nature of this (legitimate commercial vuln scanner thinks I&#x27;m Tesla) is funny
  • tekla2 hours ago
    In case of the very likely title only reader posting:<p>&gt; Speculation: Assetnote pulled in everything it could find under tesla.com, including pool-ntp.tesla.com, which CNAMEs to pool.ntp.org, which can resolve to my machine — 67.215.249.229. The asset inventory saves this as a Tesla asset, and starts throwing exploits at me, a stranger.<p>&gt; Not a vuln in Tesla, and I&#x27;m not asking for anything, but I just wanted to let you know that you may unintentionally be being a nuisance.
  • sippingabonedry2 hours ago
    This seems like a gross exaggeration.<p>This happens EVERY day to EVERY web server out there. I have a personal site that gets thousands of requests per day from bots.<p>Running a public server (like NTP) means you will get tons of strange requests. Moreso if you run a web server on the same IP because bots will scrape certificate transparency logs. The entire IPv4 space is scanned continuously.<p>This may sound harsh, but you cannot stop it. It is whack-a-mole. Filter it and move on, go outside and touch grass, seriously. This is not worth being upset over.<p>I treat these as an opportunity to tune my filters and firewall rules.
    • MBCook2 hours ago
      You don’t think there’s a difference between “hackers try to attack everything“ and “Tesla decided that I personally need to be tested as one of their systems due to a lazy misconfiguration“ are different?
      • sippingabonedry2 hours ago
        Are you asking if I think Elon had this person&#x27;s website on an 80&quot; screen in a conference room whilst they collude how to send traffic to their site?<p>No, I do not.<p>I get thousands of these &quot;security scanner&quot; requests on a low-traffic site weekly, if not daily. Not a day goes by where someone doesn&#x27;t try to kick in my door. Are you prepared to waste valuable time in your life to separate the white hat from the black hat requests?<p>I would have added the IP addresses to my firewall&#x27;s IP blacklist and forgotten about it the next day. It&#x27;s really all you can do.
    • robinpie2 hours ago
      I&#x27;m aware how much crap there is on the Internet, I just think the specific nature of this (legitimate commercial vuln scanner thinks I&#x27;m Tesla) is funny
      • sippingabonedry2 hours ago
        It does bring attention to: how many other organizations are doing this?<p>Tesla is a large enterprise.<p>They almost certainly subscribe to some overpriced SaaS garbage which is manned by offshore drones who by definition do not care because they&#x27;re not paid enough to care.<p>Unfortunately this isn&#x27;t the 80s anymore where you can ring up a system administrator at a university and get a human on the other end.<p>That said: cool looking website btw.
  • londons_explore2 hours ago
    &gt; it has received ~8,000 requests from two of your scanning hosts<p>If it were 8000 requests <i>per second</i>, this might be worthy of some investigation.<p>But 8000 ntp requests alone consume far less than 1 us cent of compute + bandwidth. This isn&#x27;t worth lifting a finger over.
    • walrus012 hours ago
      Please read the article, it&#x27;s not the volume of the NTP requests, they&#x27;re actively sending exploit&#x2F;attempt to compromise payloads. They&#x27;re probing things in a way that you would ordinarily only do to your own internal infrastructure.<p>&quot;They tried all kinds of exploits against me: path traversal, webshell uploads, probing software internals, probing WordPress and other CMS management endpoints, SSRF, Log4Shell, and a lot more.&quot;
      • hackernudes2 hours ago
        If you host a webserver on the internet it is normal to receive that kind of traffic all the time. Source: I host a server on my Comcast connection.
        • lukan2 hours ago
          But it shouldn&#x27;t be normal, that a car company tries to automatically hack private servers.
        • walrus012 hours ago
          I don&#x27;t disagree with you, I have tons of things that have public interfaces (as mundane as a fully patched wordpress where the wp-admin login is accessible to external blog writers), we get tens of thousands of random shit anything per day. But the problem here is that Tesla is treating NTP pool operators like they are their internal infrastructure. Also because the attribution of the &#x27;attacks&#x27; is fairly well known.<p>I don&#x27;t go complaining on the internet about the absolute shitflood of compromised routers on broadband ISPs in Indonesia probing my stuff 24x7x365 because I know it would be futile. But if I found one specific american company that was repeatedly probing my stuff all the time? Maybe I&#x27;d escalate it.
        • robinpie2 hours ago
          Oh absolutely, I just think the specific nature of this (legitimate commercial vuln scanner thinks I&#x27;m Tesla) is funny
    • iamjackg2 hours ago
      Isn&#x27;t this technically a crime, since they&#x27;re actively attempting to access a computer system they don&#x27;t own?
      • emkoemko1 hour ago
        yup just report them to the FBI
      • iAMkenough2 hours ago
        In today’s world, a crime is only a crime if you get charged. Tesla has enough power to not get charged.
        • FabCH1 hour ago
          Tesla isn’t doing the scanning though, instead somebody thinks they are scanning Tesla, but Tesla points them to someone else.<p>The scanner is likely illegal.<p>The pointing is… so stupid nobody thought to make a law about it.
    • robinpie2 hours ago
      It&#x27;s HTTP requests, not NTP requests, and the volume isn&#x27;t the problem, it&#x27;s that Assetnote is sending live exploit payloads &#x2F;at all&#x2F; to a stranger on Tesla&#x27;s behalf
    • SadTrombone2 hours ago
      It&#x27;s not 8000 requests. It&#x27;s 8000 attempts to exploit various software on OP&#x27;s server.
      • emkoemko1 hour ago
        is this not something you can report to the FBI or something? is trying to hack someone servers not illegal?