Giter VIP home page Giter VIP logo

Comments (4)

Acters avatar Acters commented on August 17, 2024

Confirmed as false alarm.

What could maybe trigger this is the writing of the HOSTS file or something else entirely.
However this is completely harmless as it seems Avira and other less know virus scanners are discerning EZBlocker as a trojan, albeit "harmless".

virustotal:
https://www.virustotal.com/en/file/46c0629238fadf972d8af3760702a2cdb2c92dcf543f224449f29e41aef5274a/analysis/ (oddly Avira seems to discern this as safe)

from spotify-ad-blocker.

tompazourek avatar tompazourek commented on August 17, 2024

When I launch the EZBlocker, I launch it without administrator privileges, so it doesn't actually write to HOSTS file. If I launch it with the privileges, I get a whole other notice from Avira about not allowing the program to write to hosts file.

But the antivirus might just detect that the program as trojan by various heuristics, maybe presence of path to the HOSTS file and some other dll references add to some weighing which will end up as false alarm for some virus scanners.

from spotify-ad-blocker.

Acters avatar Acters commented on August 17, 2024

This are the changes to the HOSTS file that EZBlocker does:

using (StreamWriter sw = File.AppendText(hostsPath))
{
sw.WriteLine();
sw.WriteLine("0.0.0.0 pubads.g.doubleclick.net");
sw.WriteLine("0.0.0.0 securepubads.g.doubleclick.net");
}

This is harmless and not an issue.

from spotify-ad-blocker.

Xeroday avatar Xeroday commented on August 17, 2024

FAQ updated on EZBlocker page. As others have said, it's most likely due to the hosts file stuff.

from spotify-ad-blocker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.