What automated scanners actually probe for on a new VPS

Point a fresh VPS at a public IP and, within hours, it starts receiving requests from tools like curl running through automated scripts — not a targeted attack, just internet-wide scanning that hits every reachable IP eventually. Looking at what these requests actually ask for is a fast way to know which easy wins are worth closing first.

The usual targets

Why the requests don't care what you're actually running

These scans are templated: the same list of a few hundred paths gets thrown at every IP found, regardless of the actual stack behind it. A Node.js app getting probed for WordPress plugin endpoints or Laravel debug routes isn't a sign of anything specific — it's the scanner not bothering to fingerprint the target first, because throwing the whole list is cheaper than being selective.

What actually matters when this shows up in your logs

Recommended next step

If these requests show up in your own access logs, the useful question isn't "am I under attack" — it's "did any of these return something other than a 404." That single check tells you whether it's background noise or an actual exposure to fix.

View Host-C VPS plans or return to the Host-C homepage.