this post was submitted on 09 Aug 2023
301 points (97.8% liked)

Apple

17241 readers
200 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 1 year ago
MODERATORS
 

The NightOwl application has existed since 2018 and is used to automatically switch between light/dark modes on the operating system. It is an alternative to the built in macOS automatic mode which only switches when the user steps away from the computer.

However, the application has been bought out by “TPE.FYI LLC” in late 2022 that forcibly joins your devices into a botnet for use of market research, without your knowledge (other than the TOS in small text on the download page) or express consent (this feature cannot be turned off, even when the app is quit). This is documented in their terms of service.

you are viewing a single comment's thread
view the rest of the comments
[–] steven@feddit.nl 66 points 1 year ago (3 children)

This is extremely shady. How do I know if other apps I have are making me part of a botnet?

[–] pineapplelover@lemm.ee 24 points 1 year ago (3 children)

Use free and open source software

[–] the_vale@apollo.town 39 points 1 year ago (2 children)

Something being open source doesn't automatically make it safe to use. Sure, it means it's easier for people to check for security issues, but how many people actually have the knowledge and the time to do it? And even then, take the log4j vulnerability from a while ago, it's been present in the code since 2013 and only reported in like 2021.

[–] dangblingus@lemmy.world 5 points 1 year ago

Common sense still prevails. Don't install obviously shady freeware. Something like GIMP or Blender or Ubuntu or FreeCAD or ProjectLibre is going to be safe. Large community = most likely safe.

[–] sarchar@programming.dev 2 points 1 year ago (1 children)

FOSS isn't generally vulnerable to the "buyout" vulnerability. It's not new that a valuable browser extension is bought out and repurposed, but FOSS is less likely to fall to these bugs. (also fuck WEI. You'll get more of this with WEI)

[–] Stovetop@lemmy.world 4 points 1 year ago

FOSS isn't generally vulnerable to the "buyout" vulnerability.

Oracle has entered the chat.

[–] Chocrates@lemmy.world 5 points 1 year ago

You still need to build package and install it yourself though or else you are trusting someone else. Open Source software has been used as a vector for attacks before by bad actors getting access to the build system or source code.

[–] steven@feddit.nl 2 points 1 year ago

I try to where I can, but unfortunately this is not always an option for me.

[–] LoafyLemon@kbin.social 8 points 1 year ago (4 children)

You need to examine your devices packets and see what servers they're going to. You can do that through Wireshark on Windows, or use an external sniffer to examine them.

I'm not aware of any native apps for Mac that can do that, but maybe others will know.

[–] tdawg@lemmy.world 12 points 1 year ago (2 children)
[–] LoafyLemon@kbin.social 9 points 1 year ago

Didn't know they maintained Mac packages as well, that's great.

[–] einsteinx2@programming.dev 1 points 1 year ago

And Little Snitch and TripMode, and various other apps and *nix command line tools lol

[–] sijt@lemmy.world 8 points 1 year ago (1 children)

If you're just interested in connections (and don't care about packet inspection) you can use Little Snitch (paid) or LuLu (FOSS).

Actually, all the Objective-See Foundation security tools are great and target specific classes of vulnerabilities, like LuLu for outgoing network connections, RansomWhere for detecting ransomwear by looking for encryption events, Oversight that monitors you cameras and microphones and a bunch of other really small, but really useful security utilities. Better than running a shady antivirus that's going to suck up loads of resources and rely on signatures.

[–] technoby@lemmy.world 3 points 1 year ago

+1 for Objective-See

[–] LazaroFilm@artemis.camp 6 points 1 year ago (1 children)
[–] Hamartiogonic@sopuli.xyz 2 points 1 year ago (1 children)

When I’m using VPN, my pihole can’t see the traffic, and won’t be able to block any ads or analyze the traffic. Also, some browsers use their own DNS, so the pihole can’t block that traffic either.

Other than that, the pihole is a great tool to figure out what’s going on in your network. That’s how I found out that an Android phone is super noisy in my netwrok. Then I installed LineageOS+gapps, and it got better. It was still a bit noisy, so I reinstalled LineageOS, but this time without gapps and no play store. It finally got to the level I like, but unfortunately the world around me wasn’t compatible with this phone any more. :( But anyway thanks to pihole, I was able to figure out what kind of changes I need to make so that I’ll get the level of privacy I’m happy with.

[–] dangblingus@lemmy.world 2 points 1 year ago (1 children)

Are you using the VPN locally on your device or router level?

[–] Hamartiogonic@sopuli.xyz 1 points 1 year ago

On the device level at this point. AFAIK, my VPN isn’t designed to work on a router level.

Anyway, it makes sense that once you encrypt the traffic, the pihole won’t be able to see what’s going on.

[–] resurrexia@artemis.camp 5 points 1 year ago

Wireshark is available on intel and arm macs.

[–] conciselyverbose@kbin.social 6 points 1 year ago

Vigilance. Resource monitoring and network traffic monitoring. The occasional scan with anti malware tools to catch known bad actors.

I use malwarebytes when someone needs a scan, though they got naggy enough that I uninstalled it right after using it for my grandfather. Other monitoring IDK. LittleSnitch is popular on Mac but I have no personal experience with it.