Live data from Hacker News

Little Snitch Mini

obdev.at

271–276 of 276 posts

Re: Little Snitch Mini

#271
post #270
post #268

Earlier quoted context omitted.

This is false in multiple ways (one of which would be legal for this - I believe - Spanish organisation), but I suspect you know this and are simply just trolling now.

Sorry no, have you never heard of a Terms of Service? Insults don’t really matter here, but nice try.

They have no terms of service or privacy policy. As I said, their telemetry collection remains entirely undisclosed and on top of that collects much more data than you might expect it to, as the Sentry SDK they use is wrongly configured to be in debug mode. It's a complete shitshow.

Re: Little Snitch Mini

#272

Earlier quoted context omitted.

> mighty-snitch (lsm based, with pid info) I noticed this is pretty new and a couple things caught my attention > the primary advantage is that it has direct access to the pid, executable, and commandline of the process making the request. Does this mean it is guaranteed to be able to open a copy of the executable no matter how short lived it is? This was quite a challenge for me when trying to grab it in time for ha…

> Does this mean it is guaranteed to be able to open a copy of the executable no matter how short lived it is? This was quite a challenge for me when trying to grab it in time for hashing. I ended up settling on simply opening /proc/pid/exe as early as possible, marking it with fanotify, then putting it in a queue to read later and reporting it if it was modified before being read. no, it just means it knows the name…

> i originally had wanted to monitor the filesystem in addition to network, since lsm allows that. however the filesystem implementation was tricky, and i couldn’t find a good solution to the problem you described: verification by hash or some other means that the path being executed is a known trusted binary.

The most promising approach I've come across which may accomplish this is using fs-verity or bpf_ima_file_hash. However I haven't looked too much into it since I'm mostly working on other things now and my current approach works well enough. Also I have yet to take into consideration shared libraries and things like LD_PRELOAD rootkits.

> then again you also have to secure the filesystem, since that is where permanent rules are stored.

I've worried about this too, it's a little easier for a server if you minimize what you have on the host, bonus points if it's immutable, and run everything in containers. This is a little harder to do on a desktop without creating too much inconvenience though.

> in reality, it depends on your threat model. i find network monitoring to be tremendously useful both for debugger and for more feeling secure. hopefully also for being more secure.

Yep I agree, and it's also useful for learning about your system and networking, to help make better decisions when it comes to security.

> just looked up your username. picosnitch is cool! email me if you want to discuss further, and keep building cool things!!

Thanks, same to you!!

Re: Little Snitch Mini

#273
post #271
post #270

Earlier quoted context omitted.

Sorry no, have you never heard of a Terms of Service? Insults don’t really matter here, but nice try.

They have no terms of service or privacy policy. As I said, their telemetry collection remains entirely undisclosed and on top of that collects much more data than you might expect it to, as the Sentry SDK they use is wrongly configured to be in debug mode. It's a complete shitshow.

They don't?! Okay fair, I was wrong that's pretty bad.

Re: Little Snitch Mini

#274

Earlier quoted context omitted.

See e.g. 1Password 7, 1Password 8. See the apps like PDF Expert from Readdle Docs. See ... no need to itemize, as tons of successful app vendors make this work. It's not a real problem.

The macOS version of 1Password 8 isn’t on the App Store, presumably because of draconian pricing rules like this.

I’d be willing to bet anything it’s just because of the 30%.

Re: Little Snitch Mini

#275
post #214

Earlier quoted context omitted.

> or by just charging full freight again But is this possible with a one-time-full-price app in the App Store? It’s not, right? Once someone pays for your app, they get all updates forever. I think that’s what the person you were replying to was getting at. Basically, there are 3 major purchase models for software: 1) I’m buying a forever license 2) I’m buying this major version only 3) I’m subscribing to this softwa…

I think you can solve that by copying your codebase and releasing version 3 under a different app ID.

You will lose all the reviews and start from 0. Apple will not allow 2 different versions at the same time.

Re: Little Snitch Mini

#276
post #113

Earlier quoted context omitted.

A good set and forget option for the non-tecnical or those that can't be bothered is https://www.iantispy.com , basically just does it's thing and doesn't nag to upgrade.

This product looks a little scary. The ensure mentions no address or names, just that it’s made in Australia and an email address for support. You’re giving this app complete control of your system and have no idea what they’re doing with the data. At least with Little Snitch and uBlock Origin, I know who is behind it and maybe there is safety in numbers of users.

Yeah nice one... Little Snitch is made in Austria and has email for support. The one I suggested is made in Australia and also has email for support. They are both offered by registered companies with their relevant registration numbers shown on their respective sites. Both have a privacy policy and a terms of service. Both "have complete control of your system" (whatever that even means, neither requires elevated privs). Seems pretty standard. iAntiSpy is also on the App Store, so there's that too.
Post reply on HN