Remix.run Logo
Vortigaunt 3 days ago

The FBI also makes a good argument that adblockers prevent scammers from directing people to malicious sites.

https://techcrunch.com/2022/12/22/fbi-ad-blocker/

https://web.archive.org/web/20230219020056/https://www.ic3.g...

nicce 3 days ago | parent [-]

I have said it years that adblocker is the best anti-virus these days.

caminante 3 days ago | parent [-]

I get miffed when corporations manage employee browsers and disable adblocker extensions.

BLKNSLVR 3 days ago | parent | next [-]

I don't understand why DNS ad blockers (Ad Guard, Pi-Hole, other) aren't frequently used across corporates. Especially given the regular-ish training on cybersecurity and related.

SoftTalker 2 days ago | parent | next [-]

I don't understand why Apple does not ship Safari with an adblocker. They advertise how they keep you safe on the web but deliver one of the worst browser experiences and don't even support the plugins that would make it better, let alone include them.

I found the Orion browser and am never touching Safari again.

sciencejerk 3 days ago | parent | prev | next [-]

Don't ad blockers breach Terms of Service? I assume this is one reason that corps don't roll out adblockers

caminante 2 days ago | parent | next [-]

Only on a specific handful of sites.

I'm skeptical that inside counsel would really have an issue with adblock or a moderate approach -- whitelist a subset of a subset of sites like YouTube that they might see risk.

The benefits are tremendous.

jacquesm 3 days ago | parent | prev [-]

sosume.

bitpush 3 days ago | parent | prev [-]

Because ads are not how malware is distributed? You have higher chance of getting a malware from `pnpm add` than seeing an ad on the web.

minitech 3 days ago | parent | next [-]

> Because ads are not how malware is distributed?

Malware is absolutely distributed through ads. In the case of more reputable ad platforms that don’t allow arbitrary scripts, it’s by linking to malware, but they’re also used to serve drive-by exploits.

> You have higher chance of getting a malware from `pnpm add` than seeing an ad on the web.

If you’re a normal computer user who browses the web without an ad blocker and never runs `pnpm add`, the relevant chance is a little different. (Fun side fact: current pnpm wisely doesn’t run install scripts by default.)

vasco 3 days ago | parent [-]

And its users wisely read all of those scripts before manually running them, same as the library code, they read all of it before running.

kstrauser 3 days ago | parent | prev | next [-]

This is very incorrect.

Ads are basically running a program they wrote on your computer. If there’s any exploitable feature in your browser’s JS sandbox, count on someone sending you an ad that will exploit it.

chithanh 3 days ago | parent | prev | next [-]

To add to the other reply, there were even targeted malware campaigns through ad networks. Because nowadays, you can choose who sees your ads so precisely (by IP block or geolocation) that you can target individual organizations.

BLKNSLVR 3 days ago | parent | prev | next [-]

https://en.wikipedia.org/wiki/Malvertising

nicce 3 days ago | parent | prev | next [-]

GIMP is one of the best examples that comes to my mind:

https://www.techradar.com/news/this-fake-gimp-google-ad-just...

akho 3 days ago | parent | prev | next [-]

I took a careful look at the definition of malware on Wikipedia. Ads are malware.

muppetman 3 days ago | parent | prev [-]

[flagged]

bb88 3 days ago | parent | prev | next [-]

For some industries, it's critical their employees are not spied upon. The CISO should prioritize this for those companies.

Banks, Defense, etc.

mordae 3 days ago | parent | prev [-]

When I've worked in the public sector IT dept, I've made sure that the installed browser is Firefox and uBlock Origin is set up.

Do your part.