Hacker News new | ask | show | jobs
by literalAardvark 70 days ago
Changing a port and enabling aslr are not "a lot of effort".
1 comments

Changing the port is not the kind of security measure that will consume a lot of the attacker resources
Sure, it'll do nothing to stop a determined attacker, but it does wonders to stop the noise from passive scanners.

Are you familiar with the Swiss cheese model of risk management[0]? Obscurity is just another slice of Swiss cheese. It's not your only security measure. You still use all the other measures.

[0] https://en.wikipedia.org/wiki/Swiss_cheese_model

It will conserve a lot of defender resources, it will completely bypass all mass scans, and it will make "determined attackers" much more visible as they will have to find the port first which will show up in logs and potentially land them in a tarpit.