How to Block Random Hostname ads

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Locked
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

How to Block Random Hostname ads

Post by pootz10 »

Almost every new day I enter on

Code: Select all

http://www.torcidatricolor.tv/bbb.php
where I get a pop up warning on my antivirus about two urls blocked.
Then I open my ad block and block the 2 hosts.

Today the blocked urls were

Code: Select all

ovckindyf.com
fpzcyccpqldc.com
I would like to know if is possible block those random generated urls before it bothers my antivirus.

I thought that I could do a regex filter, but I was afraid it could block something it shouldn't.


Thanks in advance.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to Block Random Hostname ads

Post by mapx »

add

Code: Select all

kastream.biz#$#abort-on-property-write _pop
kastream.biz#$#abort-on-property-write Fingerprint2
kastream.biz#$#abort-on-property-write AaDetector
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

Re: How to Block Random Hostname ads

Post by pootz10 »

Thank you mapx, but it didn't work.
It already generated another 2 new today.
tnwjldvivhgr.com
vcxoizuwy.com
My mistake, I had kastream.biz on my exception list.
Thank you very much
User avatar
smed79
Posts: 1224
Joined: Thu Jan 14, 2010 11:51 pm
Location: EasyList Forum
Contact:

Re: How to Block Random Hostname ads

Post by smed79 »

Update

Code: Select all

||torcidatricolor.tv/*.gif$image
kastream.biz#$#abort-on-property-write open
source https://github.com/abp-filters/abp-filt ... -471275781
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

Re: How to Block Random Hostname ads

Post by pootz10 »

I'm having the same issue with another site

It looks like the stream is from whostream.co
so I've tried the same solution, but it didn't work

Code: Select all

whostreams.co#$#abort-on-property-write _pop
whostreams.co#$#abort-on-property-write Fingerprint2
whostreams.co#$#abort-on-property-write AaDetector
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to Block Random Hostname ads

Post by mapx »

try

Code: Select all

sportzonline.to,whostreams.co#$#abort-on-property-read.js popjs.init
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

Re: How to Block Random Hostname ads

Post by pootz10 »

Thank you for your reply mapx.

I don't know why it didn't worked.
I'm using ublock by the way.

I've also tried to write it separately.
It continues generating those malicious random hostnames.

Code: Select all

whostreams.co#$#abort-on-property-read.js popjs.init
sportzonline.to#$#abort-on-property-read.js popjs.init
I've checked the code maybe it's this inline script?
I have no idea if is possible to block that.
Image
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to Block Random Hostname ads

Post by mapx »

If you are using uBo just report here:
https://github.com/uBlockOrigin/uAssets/issues

but I fixed the sites for uBo, just update your lists.
uBo version ?
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

Re: How to Block Random Hostname ads

Post by pootz10 »

uBlock Origin 1.18.16 I believe it's the newer version.

I updated my ublock lists and it still generates the malicious hostnames
Image
Image

the codes I'm using

Code: Select all

kastream.biz#$#abort-on-property-write _pop
kastream.biz#$#abort-on-property-write Fingerprint2
kastream.biz#$#abort-on-property-write AaDetector
kastream.biz##DIV[style="background-color: black; height: 100%; left: 0; opacity: .7; top: 0; position: fixed; width: 100%; z-index: 2147483650;"]

whostreams.co#$#abort-on-property-write _pop
whostreams.co#$#$#abort-on-property-write Fingerprint2
whostreams.co#$#$#abort-on-property-write AaDetector
whostreams.co#$##DIV[style="background-color: black; height: 100%; left: 0; opacity: .7; top: 0; position: fixed; width: 100%; z-index: 2147483650;"]

whostreams.co#$#abort-on-property-read.js popjs.init
sportzonline.to#$#abort-on-property-read.js popjs.init
I believe this code is the reason.
Image
Is it the one the code should be blocking?
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to Block Random Hostname ads

Post by mapx »

Are you using #$# filters in uBo ? => remove them.
Update your lists in uBo (purge all caches + update now)
Test again.

If still does not work => keep only the default lists in uBo and test again.
Still issues ? => report at the uBo repository linked above.
pootz10
Posts: 16
Joined: Mon Feb 03, 2014 4:52 am

Re: How to Block Random Hostname ads

Post by pootz10 »

Thank you for your reply mapx.
It looks like #$# worked for the first answer, removing it what should I replace with?

Would the code below be correct?

Code: Select all

whostreams.co##script:inject(abort-on-property-read.js, popjs.init)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to Block Random Hostname ads

Post by mapx »

I told you: the necessary filters were added to ublock filters. Just update your lists in uBo.

The filter (uBo) is

Code: Select all

sportzonline.to,whostreams.co##+js(abort-on-property-read.js, popjs.init)
You are using uBo, so I see no reason to post in ABP forums.
Use uBo repository I indicated above for uBo filters.

Closing.
Locked