MinerBlock icon indicating copy to clipboard operation
MinerBlock copied to clipboard

generic / heuristic detection ?

Open mapx- opened this issue 7 years ago • 1 comments

It seems MinerBlock does not work without the blacklist.

example (using a worker): http://kinokongo.cc/

Without such detection (The other approach which makes MinerBlock more efficient against cryptojacking is detecting potential mining behaviour inside loaded scripts and kills them immediately. This makes the extension able to block inline scripts as well as miners running through proxies) what's the advantage over the normal adblockers (using easyprivacy / nocoin lists) ?

mapx- avatar Mar 27 '18 13:03 mapx-

MinerBlock tries to detect miners based on their signature (function/property names). Have a look here : https://github.com/xd4rker/MinerBlock/blob/master/js/minerkill.js

The one on kinokongo.cc seems to be from gridcash.net (loaded from: http://kinokongo[.]cc/2dea61eed4/2dea61eed4.php & aymcsx[.]ru)

I will try to add a signature of this one as well. Thank you.

xd4rker avatar Mar 27 '18 15:03 xd4rker