Urgent.News

What's breaking now, across thousands of outlets.

Tech

I'm being cyberattacked by Tesla, Inc

Article URL: https://dreamstation.systems/personal/tesla.html Comments URL: https://news.ycombinator.com/item?id=49686766 Points: 166 # Comments: 40

A Tesla employee has come forward claiming their server is being targeted by a barrage of cyberattacks originating from three specific IP addresses linked to Amazon Web Services (AWS). The attacks are being generated by a scanning tool used by Assetnote, a legitimate attack surface management service. The source claims that these IPs are mistakenly targeting the employee's server due to an error in Assetnote's asset inventory process.

The source suspects that the scanning tool is targeting the employee's machine because it matches the CNAME of pool-ntp.tesla.com, which resolves to the employee's IP address. Assetnote uses the NTP Pool to perform automated checks for customers' assets. The source reports that the attacks include attempts at path traversal, webshell uploads, probing software internals, SSRF, Log4Shell, and more. The source has reached out to Tesla regarding the issue but has not received a response yet.

Written by urgent.news from Hacker News's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Also reported by 1 other outlet

Read the original at dreamstation.systems →

More in Tech

3 MCP servers I actually use daily (and how to set them up)

Not a hype list. These are the three MCP servers I have running right now in Claude Desktop. 1. Filesystem mcp-hub install @modelcontextprotocol/server-filesystem I use this to let Claude read project…

  • Filesystem server allows Claude to access project files directly, eliminating copy-paste.
  • GitHub server enables Claude to examine issues, PRs, and browse repositories for code reviews.
  • PostgreSQL server lets Claude interact with a database to run queries and retrieve insights.

My verifier accepted "13 of 13" by finding the number 13 once

Claims in my project are written as a pair: some count out of some total, each side backed by a cell in a generated table. A checker resolves the claim by finding the evidence for both numbers.

  • Checker resolved 13/13 by finding a single cell with number 13
  • Split pairs now require resolution over two distinct cells
  • Carried tables must either count or be declared out of scope explicitly

More from Sunday 13 September →