this post was submitted on 01 Apr 2024
707 points (100.0% liked)

Linux

1258 readers
112 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] EmperorHenry@discuss.tchncs.de 7 points 7 months ago* (last edited 7 months ago) (1 children)

At least microsoft is honest enough to admit their software needs protection, unlike apple and unlike most of the people who have made distros of linux. (edit: microsoft is still dishonest about what kind of protection it needs though)

Even though apple lost a class action lawsuit for false advertising over the claim "mac can't get viruses" they still heavily imply that it doesn't need an antivirus.

any OS can get infected, it's just a matter of writing the code and finding a way to deliver it to the system....Now you might be thinking "I'm very careful about what I click on" that's a good practice to have, but most malware gets delivered through means that don't require the user to click on anything.

You need an antivirus on every computer you have, linux, android, mac, windows, iOS, all of them. There's loads of videos on youtube showing off how well or not so well different antivirus programs work for windows and android.

[–] possiblylinux127@lemmy.zip 11 points 7 months ago (1 children)

A "antivirus" tends to be a proprietary black box. Such "antivirus" programs could not of detected the XZ backdoor

[–] EmperorHenry@discuss.tchncs.de 1 points 7 months ago (1 children)

But a good whitelisting antivirus could've stopped it.

[–] possiblylinux127@lemmy.zip 3 points 7 months ago (1 children)
[–] EmperorHenry@discuss.tchncs.de 2 points 7 months ago (1 children)

Prevention and detection

Most of the time, detection also means prevention, but with a whitelisting antivirus, prevention often means that the threat isn't detected, it was just prevented from running.

A whitelisting application has a list of what it knows it bad AND what it knows in advance to be good.

Anything it can't identify on the spot is treated as unknown and not allowed to run, not deleted, not quarantined, just blocked from running until the user can upload it to things like virustotal and other services like it to figure out if its safe.

upload it to virustotal, if it wasn't already known, do a re-scan a few hours later to see if it's malicious, if it was already known, do a re-scan to see if anything has figured out if its malicious.

which is why I think it's borderline criminal that most antivirus programs don't work that way.

[–] possiblylinux127@lemmy.zip 4 points 7 months ago (1 children)

That would do nothing for liblzma as it was trusted.

[–] EmperorHenry@discuss.tchncs.de 1 points 7 months ago (1 children)

who was it trusted by? There's whitelisting applications that indiscriminately block everything that isn't already installed too.

[–] possiblylinux127@lemmy.zip 4 points 7 months ago* (last edited 7 months ago)

The developer of XZ. What your describing is package verification which already happens