Live data from Hacker News

Security by obscurity is underrated

utkusen.com

451–460 of 530 posts

Re: Security by obscurity is underrated

#451
post #245
post #65

Earlier quoted context omitted.

In nature, prey animals will sometimes jump when they spot a predator[1]. One of the explanations is that this is the animal communicating to the predator that it is a healthy prey animal that would be hard to catch and therefore the predator should choose to chase someone else. I think we can kind of view obscurity in the same way. It's a way to signal to a predator that we're a hard target and that they should give…

I've heard a better analogy - security by obscurity is like camouflage on a tank. A tank has massive armor and a terrifying gun to defend itself with. But even a half-assed camouflage can delay enemy reaction by a few seconds. Sometimes it's all it takes, because it lets you shoot first. In addition, the cost of camouflage paint or a net is laughably low and can be replaced in the field. It's simply an extra layer of…

https://www.reddit.com/r/netsec/comments/ioxux2/security_by_...

(security by obscurity ) is camouflage, not armor.

Re: Security by obscurity is underrated

#452
This has always been obviously true. The only sense in which the (original) phrase has any meaning is with respect to cryptographic primitives. And even then, all a cipher is really doing is "obscuring" data. I've never really heard anyone other than Steven Gibson subscribe to the silly phrase.

Re: Security by obscurity is underrated

#453

Earlier quoted context omitted.

I didn't take that away from the article at all. It said: > So let’s talk about security by obscurity. It’s a bad idea to use it as a single layer of defense. If the attacker passes it, there is nothing else to protect you. But it’s actually would be good to use it as an “additional” layer of defense. Because it has a low implementation cost and it usually works well. I think it's good to do those things in addition…

In addition to the stuff you should really being doing? That stuff is hard enough for beginners, without confusing them with speculation like this that goes against best practices and common sense, especially without clearly explaining the pitfalls and real dangers to each of these hypothetical scenarios. Besides, if you're already using industry accepted solutions to security problems and someone manages to gain una…

I don’t feel as though you came away with the real intent of the article, which didn’t make the arguments you’re shouting down.

Re: Security by obscurity is underrated

#454
yes agree with this whole heartedly - have been using security by obscurity in my servers, home and office for 30+ years probably since I learned about it in the Linux Bible or something like that.

I don't think anyone assumes when people say "security by obscurity" they mean "only" it is a great layer to add in addition to.

In my home for instance, the entire back of my house is hidden with 10 foot trees so when people drive by the road, they don't see my house. Now I've got a deadbolt, alarm, cameras, a dog, and a gun to add to my layers but having those trees there is a nice feature.

Re: Security by obscurity is underrated

#457
post #183

One downside of security by obscurity is that it makes it harder for whitehat people to spot problems in your code. It is like asking everyone $1000 to look at your source code. It is relatively more likely to deter whitehats since their upside is lower.

That only works for relatively popular projects though.

Re: Security by obscurity is underrated

#458
In my opinion, the article misses the point: Security by obscurity might be beneficial, but it is by no means as strong as real security. So the problem is, that people who take the obscurity road, might not care so much about the rest.

Security by obscurity is simply a completely different class, comparable with dollars and cents. So if you care about security would you rather focus on the dollars or on the cents?

Re: Security by obscurity is underrated

#459
post #450

Earlier quoted context omitted.

>This just shows how ignorant you (and most) are on the topic of port knocking. You, uh, do know who you're replying to, right? https://sockpuppet.org/me/ if not - I don't mention this to go "lol he must be right because of who he is", but calling a well respected security researcher with plenty of real world street cred ignorant is a bit much. >SPA port knocking is cryptographically secure and does not suffer from r…

>You, uh, do know who you're replying to, right? https://sockpuppet.org/me/ if not This means nothing to me? I see a shitty website from probably a has-been "security researcher". >I don't mention this to go "lol he must be right because of who he is", but calling a well respected security researcher with plenty of real world street cred ignorant is a bit much. That's sad. Speaks volumes about how meaningless that te…

>Wrong. SPA does not suffer from any MITM attacks.

Care to elaborate? Not even fwknop documentation claims to be secure from all mitm attacks:

>Automatic resolution of external IP address via cipherdyne.org/cgi-bin/myip (this is useful when the fwknop client is run from behind a NAT device). Because the external IP address is encrypted within each SPA packet in this mode, Man-in-the-Middle (MITM) attacks where an inline device intercepts an SPA packet and only forwards it from a different IP in an effort to gain access are thwarted.

If I'm MITM'ing you from the same Starbucks or am otherwise behind the same NAT as you, I don't care if you've got the IP encrypted in the packet when I forward it on.

>Not the same amount of work, so no, wrong. If I had a dollar for every billion dollar unicorn that that didn't have a corporate VPN, I'd have a lot of dollars.

There's not enough billion dollar unicorns out there to actually have a lot of dollars, even if 100% of them lacked corporate VPNs :D

Regardless, you don't even need a full on corporate VPN. You can throw up a tiny VM for your VPN in the same private subnet as your servers, only listen on 22 on the private IPs for the servers. You can do this in less than an hour with Wireguard. Super easy.

Re: Security by obscurity is underrated

#460
post #364

Earlier quoted context omitted.

There is supposed to be a response when a port is closed telling you the machine is online but not listening to that port. https://en.wikipedia.org/wiki/Port_scanner

most people have firewalls configured to simply drop traffic not destined for open ports, in which case there is no response as the traffic never makes it beyond the firewall.

If you'd like to be very visible in a different way, you could always waste resources:

1. Endlessh: https://news.ycombinator.com/item?id=19465967

2. Tarbit: https://github.com/nhh/tarbit

Post reply on HN