AdguardTeam / AdguardForWindows

AdGuard for Windows open bug tracker
https://adguard.com/
655 stars 72 forks source link

Block all network traffic of specific developer's app #3785

Open c2xusnpq6 opened 3 years ago

c2xusnpq6 commented 3 years ago

one more thing bro... What if I want to block all applications of the same developer? same .apk package signature? same SSL signature? or its apk package name included some words like: wearechinesegov, chinagovmade?

$app=*wearechinesegov*
$app=*.wearechinesegov.*
$app=com.wearechinesegov.*
$app.ssl.sign=xxxxxxx
$app.dev.sign=xxxxx

some kind like that? thx!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @sfionov

image

c2xusnpq6 commented 3 years ago

android version too~ thx! ^^

sfionov commented 3 years ago

What exactly do you want? AdGuard doesn't block apps themselves.

krystian3w commented 3 years ago

So, these rules no block all network traffic in app "com.github.android":

$app=com.github.android *$app=com.github.android

I suppose he need something like * for TLD in normal domains:

github.*##body ||github.*^$all,domain=github.*

maybe a little simliar to html filtering attribute `[wildcard="abc"]`

but this may hard to implement correctly for app= modifier or correctly add 2 new network modifiers:

app-ssl-sign=xxxxxxx app-dev-sign=xxxxx

c2xusnpq6 commented 3 years ago

This is about what if I want to block all network traffic from the same developer’s app. But... how? by apk(/exe/msi) signature? (dev name?), by https certificate? (owner name?), website whois? @krystian3w @sfionov I'm not a professional, so... it's up to you guys...... thx~ 😅

c2xusnpq6 commented 3 years ago

yes.... wildcard!!! I want to use wildcard on $app

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

c2xusnpq6 commented 3 years ago

ping?

krystian3w commented 3 years ago

pong.

Chinaski1 commented 3 years ago

ping?

This is not planned at this time. We may come back to your question later.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

c2xusnpq6 commented 2 years ago

great~😃👍

c2xusnpq6 commented 2 years ago

It would be better if you can block traffic based on who the developer is

developer's app signature? ssl signature message in the traffic packet?